Oolite 1.91.0.7644-241112-7f5034b
|
#include <OODebugInspector.h>
Instance Methods | |
(void) | - bringToFront |
(id< OOWeakReferenceSupport >) | - object |
(void) | - dealloc [implementation] |
(id) | - initWithObject: [implementation] |
(void) | - placeModules [implementation] |
(void) | - update [implementation] |
(void) | - updateTick: [implementation] |
(void) | - windowWillClose: [implementation] |
(void) | - cleanSelfUp [implementation] |
Class Methods | |
(id) | + inspectorForObject: |
(void) | + cleanUpInspectors |
Private Attributes | |
OOWeakReference * | _object |
IBOutlet NSPanel * | _panel |
NSTimer * | _timer |
NSValue * | _key |
NSArray * | _modules |
Definition at line 34 of file OODebugInspector.h.
- (void) bringToFront |
Definition at line 35 of file OODebugInspector.m.
References nil.
|
implementation |
Definition at line 35 of file OODebugInspector.m.
+ (void) cleanUpInspectors |
Definition at line 35 of file OODebugInspector.m.
|
implementation |
Definition at line 35 of file OODebugInspector.m.
|
implementation |
Definition at line 35 of file OODebugInspector.m.
+ (id) inspectorForObject: | (id <OOWeakReferenceSupport>) | object |
Definition at line 35 of file OODebugInspector.m.
- (id< OOWeakReferenceSupport >) object |
|
implementation |
Definition at line 35 of file OODebugInspector.m.
|
implementation |
Definition at line 35 of file OODebugInspector.m.
|
implementation |
Definition at line 35 of file OODebugInspector.m.
|
implementation |
|
private |
Definition at line 40 of file OODebugInspector.h.
|
private |
Definition at line 42 of file OODebugInspector.h.
|
private |
Definition at line 37 of file OODebugInspector.h.
|
private |
Definition at line 38 of file OODebugInspector.h.
|
private |
Definition at line 39 of file OODebugInspector.h.