Oolite 1.91.0.7644-241112-7f5034b
|
#include <OODebugInspectorModule.h>
Instance Methods | |
(id) | - initWithObject: |
(BOOL) | - loadUserInterface |
(NSString *) | - nibName |
(NSView *) | - rootView |
(id) | - object |
(void) | - update |
(void) | - dealloc [implementation] |
Private Attributes | |
OOWeakReference * | _object |
IBOutlet NSView * | _rootView |
Definition at line 34 of file OODebugInspectorModule.h.
|
implementation |
Definition at line 121 of file OODebugInspectorModule.m.
- (id) initWithObject: | (id <OOWeakReferenceSupport>) | object |
Definition at line 121 of file OODebugInspectorModule.m.
- (BOOL) loadUserInterface |
Definition at line 121 of file OODebugInspectorModule.m.
- (NSString *) nibName |
Definition at line 121 of file OODebugInspectorModule.m.
- (id) object |
Definition at line 121 of file OODebugInspectorModule.m.
Referenced by OOObjectDebugInspectorModule::awakeFromNib.
- (NSView *) rootView |
Definition at line 121 of file OODebugInspectorModule.m.
Referenced by OOObjectDebugInspectorModule::awakeFromNib.
- (void) update |
Reimplemented in OOAIDebugInspectorModule, OOEntityDebugInspectorModule, OOObjectDebugInspectorModule, OOShipDebugInspectorModule, and OOShipGroupDebugInspectorModule.
Definition at line 121 of file OODebugInspectorModule.m.
|
private |
Definition at line 37 of file OODebugInspectorModule.h.
|
private |
Definition at line 38 of file OODebugInspectorModule.h.