![]() |
Oolite 1.91.0.7665-250419-c535bfe
|
#include <OOMacDebugger.h>
Instance Methods | |
(id) | - initWithController: |
(void) | - performConsoleCommand: |
(id) | - configurationValueForKey: |
(id) | - configurationValueForKey:class:defaultValue: |
(long long) | - configurationIntValueForKey:defaultValue: |
(BOOL) | - configurationBoolValueForKey: |
(void) | - setConfigurationValue:forKey: |
(NSArray *) | - configurationKeys |
(void) | - dealloc [implementation] |
(BOOL) | - connectDebugMonitor:errorMessage: [implementation] |
(void) | - disconnectDebugMonitor:message: [implementation] |
(oneway void) | - debugMonitor:jsConsoleOutput:colorKey:emphasisRange: [implementation] |
(oneway void) | - debugMonitorClearConsole: [implementation] |
(oneway void) | - debugMonitorShowConsole: [implementation] |
(oneway void) | - debugMonitor:noteConfiguration: [implementation] |
(oneway void) | - debugMonitor:noteChangedConfigrationValue:forKey: [implementation] |
Private Attributes | |
OODebugMonitor * | _monitor |
OOJavaScriptConsoleController * | _jsConsoleController |
NSMutableDictionary * | _configuration |
Definition at line 42 of file OOMacDebugger.h.
- (BOOL) configurationBoolValueForKey: | (NSString *) | key |
Definition at line 106 of file OOMacDebugger.m.
References OOBooleanFromObject().
Referenced by OOJavaScriptConsoleController::validateMenuItem:.
Definition at line 92 of file OOMacDebugger.m.
References configurationValueForKey:, long(), and nil.
- (NSArray *) configurationKeys |
Definition at line 120 of file OOMacDebugger.m.
References configurationKeys.
Referenced by configurationKeys.
- (id) configurationValueForKey: | (NSString *) | key |
Definition at line 72 of file OOMacDebugger.m.
References configurationValueForKey:class:defaultValue:.
Referenced by configurationIntValueForKey:defaultValue:.
- (id) configurationValueForKey: | (NSString *) | key | |
class: | (Class) | class | |
defaultValue: | (id) | value |
Definition at line 78 of file OOMacDebugger.m.
References nil.
Referenced by configurationValueForKey:.
|
implementation |
Reimplemented from <OODebuggerInterface>.
Definition at line 128 of file OOMacDebugger.m.
References _monitor, OODebugMonitor::disconnectDebugger:message:, and nil.
|
implementation |
Definition at line 53 of file OOMacDebugger.m.
References dealloc, and OODebugMonitor::disconnectDebugger:message:.
Referenced by dealloc.
|
implementation |
Reimplemented from <OODebuggerInterface>.
Definition at line 176 of file OOMacDebugger.m.
References OOJavaScriptConsoleController::appendMessage:colorKey:emphasisRange:.
|
implementation |
Reimplemented from <OODebuggerInterface>.
Definition at line 206 of file OOMacDebugger.m.
References _configuration, nil, and OOJavaScriptConsoleController::noteConfigurationChanged:.
|
implementation |
Reimplemented from <OODebuggerInterface>.
Definition at line 196 of file OOMacDebugger.m.
References _configuration, and OOJavaScriptConsoleController::noteConfigurationChanged:.
|
implementation |
Reimplemented from <OODebuggerInterface>.
Definition at line 186 of file OOMacDebugger.m.
References OOJavaScriptConsoleController::clearConsole.
|
implementation |
Reimplemented from <OODebuggerInterface>.
Definition at line 191 of file OOMacDebugger.m.
References OOJavaScriptConsoleController::doShowConsole.
|
implementation |
Reimplemented from <OODebuggerInterface>.
Definition at line 148 of file OOMacDebugger.m.
References _monitor, OOJavaScriptConsoleController::appendMessage:colorKey:emphasisRange:, and nil.
- (id) initWithController: | (OOJavaScriptConsoleController *) | controller |
Definition at line 41 of file OOMacDebugger.m.
References _jsConsoleController, nil, and OOJavaScriptConsoleController::setDebugger:.
- (void) performConsoleCommand: | (NSString *) | command |
Definition at line 66 of file OOMacDebugger.m.
References OODebugMonitor::performJSConsoleCommand:.
Referenced by OOJavaScriptConsoleController::consolePerformCommand:, OOJavaScriptConsoleController::toggleShowOnError:, OOJavaScriptConsoleController::toggleShowOnLog:, and OOJavaScriptConsoleController::toggleShowOnWarning:.
- (void) setConfigurationValue: | (id) | value | |
forKey: | (NSString *) | key |
Definition at line 112 of file OOMacDebugger.m.
References nil, and OODebugMonitor::setConfigurationValue:forKey:.
|
private |
Definition at line 51 of file OOMacDebugger.h.
Referenced by debugMonitor:noteChangedConfigrationValue:forKey:, and debugMonitor:noteConfiguration:.
|
private |
Definition at line 48 of file OOMacDebugger.h.
Referenced by initWithController:.
|
private |
Definition at line 46 of file OOMacDebugger.h.
Referenced by connectDebugMonitor:errorMessage:, and disconnectDebugMonitor:message:.