Oolite 1.91.0.7679-250703-49e991a
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
NSObject(OOObjectDebugInspectorModule) Category Reference

Instance Methods

(NSArray *) - debugInspectorModules [implementation]

Detailed Description

Definition at line 105 of file OOObjectDebugInspectorModule.m.

Method Documentation

◆ debugInspectorModules

- (NSArray *) debugInspectorModules
implementation

Definition at line 107 of file OOObjectDebugInspectorModule.m.

108{
109 return [[NSArray array] arrayByAddingInspectorModuleOfClass:[OOObjectDebugInspectorModule class]
110 forObject:(id)self];
111}

References debugInspectorModules.

Referenced by debugInspectorModules.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this category was generated from the following file: