]>
Dogcows Code - chaz/thecheat/blob - AppController.h
3 * The Cheat - The legendary universal game trainer for Mac OS X.
4 * http://www.dogcows.com/chaz/wiki/TheCheat
6 * Copyright (c) 2003-2010, Charles McGarvey et al.
8 * Distributable under the terms and conditions of the 2-clause BSD
9 * license; see the file COPYING for the legal text of the license.
12 #import <Cocoa/Cocoa.h>
14 #include "cheat_global.h"
16 #import "ChazUpdate.h"
18 #import "CheatServer.h"
21 @
class AboutBoxController
;
22 @
class HelpController
;
23 @
class PreferenceController
;
26 @interface AppController
: NSApplication
30 AboutBoxController
*_aboutBoxController
;
31 HelpController
*_helpController
;
32 PreferenceController
*_preferenceController
;
36 - (IBAction
)newSearchWindow
:(id
)sender
;
37 - (IBAction
)newBlankCheatWindow
:(id
)sender
;
39 - (IBAction
)showAboutBoxWindow
:(id
)sender
;
40 - (IBAction
)showPreferenceWindow
:(id
)sender
;
42 - (IBAction
)launchHelpFile
:(id
)sender
;
43 - (IBAction
)launchEmailMenu
:(id
)sender
;
44 - (IBAction
)launchWebsiteMenu
:(id
)sender
;
46 - (IBAction
)checkForUpdate
:(id
)sender
;
49 - (CheatServer
*)cheatServer
;
50 - (BOOL
)startCheatServer
;
51 - (void)stopCheatServer
;
This page took 0.039019 seconds and 5 git commands to generate.