Oolite 1.91.0.7644-241112-7f5034b
|
#include <OOObjectDebugInspectorModule.h>
Instance Methods | |
(IBAction) | - targetSelf: |
(void) | - awakeFromNib [implementation] |
(void) | - update [implementation] |
Instance Methods inherited from OODebugInspectorModule | |
(id) | - initWithObject: |
(BOOL) | - loadUserInterface |
(NSString *) | - nibName |
(NSView *) | - rootView |
(id) | - object |
(void) | - dealloc [implementation] |
Private Attributes | |
IBOutlet NSTextField * | _basicIdentityField |
IBOutlet NSTextField * | _secondaryIdentityField |
IBOutlet NSButton * | _targetSelfButton |
Definition at line 33 of file OOObjectDebugInspectorModule.h.
|
implementation |
Definition at line 1 of file OOObjectDebugInspectorModule.m.
References _basicIdentityField, _secondaryIdentityField, _targetSelfButton, nil, OODebugInspectorModule::object, and OODebugInspectorModule::rootView.
- (IBAction) targetSelf: | (id) | sender |
Definition at line 1 of file OOObjectDebugInspectorModule.m.
|
implementation |
Reimplemented from OODebugInspectorModule.
Definition at line 1 of file OOObjectDebugInspectorModule.m.
|
private |
Definition at line 36 of file OOObjectDebugInspectorModule.h.
Referenced by awakeFromNib.
|
private |
Definition at line 37 of file OOObjectDebugInspectorModule.h.
Referenced by awakeFromNib.
|
private |
Definition at line 38 of file OOObjectDebugInspectorModule.h.
Referenced by awakeFromNib.