![]() |
Oolite 1.91.0.7668-250429-8542c40
|
#include <OOShipGroupDebugInspectorModule.h>
Instance Methods | |
(IBAction) | - inspectLeader: |
(IBAction) | - inspectMember: |
(void) | - awakeFromNib [implementation] |
(void) | - update [implementation] |
(NSInteger) | - numberOfRowsInTableView: [implementation] |
(id) | - tableView:objectValueForTableColumn:row: [implementation] |
![]() | |
(id) | - initWithObject: |
(BOOL) | - loadUserInterface |
(NSString *) | - nibName |
(NSView *) | - rootView |
(id) | - object |
(void) | - dealloc [implementation] |
Private Attributes | |
IBOutlet NSTextField * | leaderField |
IBOutlet NSTableView * | membersList |
NSArray * | _members |
Definition at line 33 of file OOShipGroupDebugInspectorModule.h.
|
implementation |
Definition at line 44 of file OOShipGroupDebugInspectorModule.m.
References awakeFromNib.
Referenced by awakeFromNib.
- (IBAction) inspectLeader: | (id) | sender |
Definition at line 81 of file OOShipGroupDebugInspectorModule.m.
References Entity::inspect, OOShipGroup::leader, and OODebugInspectorModule::object.
- (IBAction) inspectMember: | (id) | sender |
Definition at line 87 of file OOShipGroupDebugInspectorModule.m.
|
implementation |
Definition at line 96 of file OOShipGroupDebugInspectorModule.m.
|
implementation |
Definition at line 102 of file OOShipGroupDebugInspectorModule.m.
|
implementation |
Reimplemented from OODebugInspectorModule.
Definition at line 51 of file OOShipGroupDebugInspectorModule.m.
References _members, ShipEntity::inspDescription, InspectorUnknownValueString(), OOShipGroup::leader, nil, OODebugInspectorModule::object, update, and OOWeakRefObject::weakRetain.
Referenced by update.
|
private |
Definition at line 39 of file OOShipGroupDebugInspectorModule.h.
Referenced by update.
|
private |
Definition at line 36 of file OOShipGroupDebugInspectorModule.h.
|
private |
Definition at line 37 of file OOShipGroupDebugInspectorModule.h.