#import <C4AppDelegate.h>
Instance Methods | |
| (BOOL) | - argsLookLikeItShouldBeInstallation |
| (void) | - makeFakeArgs |
| (BOOL) | - installAddOn |
| (void) | - terminate: |
| (IBAction) | - openScenario: |
| (IBAction) | - openScenarioWithPlayers: |
| (IBAction) | - closeScenario: |
| (IBAction) | - saveGameAs: |
| (IBAction) | - saveScenario: |
| (IBAction) | - saveScenarioAs: |
| (IBAction) | - record: |
| (IBAction) | - newViewport: |
| (IBAction) | - openPropTools: |
| (IBAction) | - newViewportForPlayer: |
| (IBAction) | - joinPlayer: |
| (IBAction) | - showAbout: |
| (IBAction) | - toggleFullScreen: |
| (IBAction) | - togglePause: |
| (IBAction) | - setConsoleMode: |
| (IBAction) | - setDrawingTool: |
| (IBAction) | - suggestQuitting: |
| (IBAction) | - simulateKeyPressed: |
| (IBAction) | - visitWebsite: |
| (IBAction) | - makeScreenshot: |
| (IBAction) | - makeScreenshotOfWholeMap: |
Class Methods | |
| (C4AppDelegate *) | + instance |
| (BOOL) | + isEditorAndGameRunning |
Protected Attributes | |
| NSMutableArray * | gatheredArguments |
| NSString * | addonSupplied |
| BOOL | running |
| std::vector< char * > | args |
Definition at line 31 of file C4AppDelegate.h.
| - (BOOL) argsLookLikeItShouldBeInstallation |
Definition at line 305 of file C4AppDelegate.mm.
| - (IBAction) closeScenario: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (BOOL) installAddOn |
Definition at line 305 of file C4AppDelegate.mm.
| + (C4AppDelegate *) instance |
Definition at line 305 of file C4AppDelegate.mm.
| + (BOOL) isEditorAndGameRunning |
Definition at line 305 of file C4AppDelegate.mm.
| - (IBAction) joinPlayer: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (void) makeFakeArgs |
Definition at line 305 of file C4AppDelegate.mm.
| - (IBAction) makeScreenshot: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (IBAction) makeScreenshotOfWholeMap: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (IBAction) newViewport: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (IBAction) newViewportForPlayer: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (IBAction) openPropTools: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (IBAction) openScenario: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (IBAction) openScenarioWithPlayers: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (IBAction) record: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (IBAction) saveGameAs: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (IBAction) saveScenario: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (IBAction) saveScenarioAs: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (IBAction) setConsoleMode: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (IBAction) setDrawingTool: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (IBAction) showAbout: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (void) simulateKeyPressed: | (C4KeyCode) | key |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (IBAction) suggestQuitting: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (void) terminate: | (NSApplication*) | sender |
Definition at line 305 of file C4AppDelegate.mm.
| - (IBAction) toggleFullScreen: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (IBAction) togglePause: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
| - (IBAction) visitWebsite: | (id) | sender |
Provided by category C4AppDelegate(MainMenuActions).
Definition at line 1 of file C4AppDelegate+MainMenuActions.mm.
|
protected |
Definition at line 34 of file C4AppDelegate.h.
|
protected |
Definition at line 40 of file C4AppDelegate.h.
|
protected |
Definition at line 33 of file C4AppDelegate.h.
|
protected |
Definition at line 39 of file C4AppDelegate.h.