|
Oolite 1.91.0.7712-251017-85ce217
|
#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 37 of file OOObjectDebugInspectorModule.m.
References _secondaryIdentityField, _targetSelfButton, awakeFromNib, nil, OODebugInspectorModule::object, and OODebugInspectorModule::rootView.
Referenced by awakeFromNib.
| - (IBAction) targetSelf: | (id) | sender |
Definition at line 97 of file OOObjectDebugInspectorModule.m.
References OODebugInspectorModule::object.
|
implementation |
Reimplemented from OODebugInspectorModule.
Definition at line 78 of file OOObjectDebugInspectorModule.m.
References _secondaryIdentityField, nil, OODebugInspectorModule::object, and update.
Referenced by update.
|
private |
Definition at line 36 of file OOObjectDebugInspectorModule.h.
|
private |
Definition at line 37 of file OOObjectDebugInspectorModule.h.
Referenced by awakeFromNib, and update.
|
private |
Definition at line 38 of file OOObjectDebugInspectorModule.h.
Referenced by awakeFromNib.