| 
    Oolite 1.91.0.7712-251017-85ce217
    
   | 
 
#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 52 of file OODebugInspectorModule.m.
References dealloc.
Referenced by dealloc.
| - (id) initWithObject: | (id <OOWeakReferenceSupport>) | object | 
Definition at line 35 of file OODebugInspectorModule.m.
References _object, loadUserInterface, and nil.
| - (BOOL) loadUserInterface | 
Definition at line 61 of file OODebugInspectorModule.m.
References loadUserInterface, nibName, and nil.
Referenced by initWithObject:, and loadUserInterface.
| - (NSString *) nibName | 
Definition at line 72 of file OODebugInspectorModule.m.
References nibName.
Referenced by loadUserInterface, and nibName.
| - (id) object | 
Definition at line 84 of file OODebugInspectorModule.m.
References object, and OOWeakReference::weakRefUnderlyingObject.
Referenced by OOObjectDebugInspectorModule::awakeFromNib, OOAIDebugInspectorModule::dumpPendingMessages:, OOShipDebugInspectorModule::inspectAI:, OOShipDebugInspectorModule::inspectEscortGroup:, OOShipDebugInspectorModule::inspectGroup:, OOShipGroupDebugInspectorModule::inspectLeader:, OOEntityDebugInspectorModule::inspectOwner:, OOShipDebugInspectorModule::inspectPlayer:, OOShipDebugInspectorModule::inspectTarget:, object, OOShipDebugInspectorModule::takeReportAIMessagesFrom:, OOObjectDebugInspectorModule::targetSelf:, OOAIDebugInspectorModule::thinkNow:, OOAIDebugInspectorModule::update, OOEntityDebugInspectorModule::update, OOObjectDebugInspectorModule::update, OOShipDebugInspectorModule::update, and OOShipGroupDebugInspectorModule::update.
| - (NSView *) rootView | 
Definition at line 78 of file OODebugInspectorModule.m.
References _rootView, and rootView.
Referenced by OOObjectDebugInspectorModule::awakeFromNib, and rootView.
| - (void) update | 
Reimplemented in OOAIDebugInspectorModule, OOEntityDebugInspectorModule, OOObjectDebugInspectorModule, OOShipDebugInspectorModule, and OOShipGroupDebugInspectorModule.
Definition at line 90 of file OODebugInspectorModule.m.
References update.
Referenced by update.
      
  | 
  private | 
Definition at line 37 of file OODebugInspectorModule.h.
Referenced by initWithObject:.
      
  | 
  private | 
Definition at line 38 of file OODebugInspectorModule.h.
Referenced by rootView.