![]() |
Oolite 1.91.0.7668-250429-8542c40
|
#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 114 of file OODebugInspector.m.
References _panel, bringToFront, and update.
Referenced by bringToFront, and NSObject(OOInspectorExtensions)::inspect.
|
implementation |
Definition at line 218 of file OODebugInspector.m.
References _panel, cleanSelfUp, and nil.
Referenced by cleanSelfUp.
+ (void) cleanUpInspectors |
Definition at line 121 of file OODebugInspector.m.
References cleanUpInspectors.
Referenced by cleanUpInspectors, and OODebugController::cleanUpInspectors:.
|
implementation |
Definition at line 78 of file OODebugInspector.m.
References _key, _object, _panel, _timer, dealloc, nil, and sActiveInspectors.
Referenced by dealloc.
|
implementation |
Definition at line 127 of file OODebugInspector.m.
References _key, _modules, _object, _timer, nil, object, placeModules, sActiveInspectors, and update.
+ (id) inspectorForObject: | (id <OOWeakReferenceSupport>) | object |
Definition at line 51 of file OODebugInspector.m.
References nil.
Referenced by NSObject(OOInspectorExtensions)::inspect.
- (id< OOWeakReferenceSupport >) object |
Definition at line 95 of file OODebugInspector.m.
References _object, nil, object, and OOWeakReference::weakRefUnderlyingObject.
Referenced by initWithObject:, and object.
|
implementation |
Definition at line 153 of file OODebugInspector.m.
References _modules, nil, placeModules, and update.
Referenced by initWithObject:, and placeModules.
|
implementation |
Definition at line 196 of file OODebugInspector.m.
References update.
Referenced by bringToFront, initWithObject:, placeModules, update, and updateTick:.
|
implementation |
Definition at line 202 of file OODebugInspector.m.
References _panel, and update.
|
implementation |
|
private |
Definition at line 40 of file OODebugInspector.h.
Referenced by dealloc, initWithObject:, and windowWillClose:.
|
private |
Definition at line 42 of file OODebugInspector.h.
Referenced by initWithObject:, and placeModules.
|
private |
Definition at line 37 of file OODebugInspector.h.
Referenced by dealloc, initWithObject:, and object.
|
private |
Definition at line 38 of file OODebugInspector.h.
Referenced by bringToFront, cleanSelfUp, dealloc, updateTick:, and windowWillClose:.
|
private |
Definition at line 39 of file OODebugInspector.h.
Referenced by dealloc, and initWithObject:.