Annotation of hatari/src/gui-osx/SDLMain.h, revision 1.1.1.6

1.1.1.6 ! root        1: //
        !             2: //  HatariAppDelegate.h
        !             3: //  Hatari
        !             4: //
        !             5: //  Créé le 12/06/13 par Miguel Saro.
        !             6: //  Tout droits réservés, - Cocoa Pod -, 2013.
        !             7: //
1.1       root        8: /*   SDLMain.m - main entry point for our Cocoa-ized SDL app
                      9:        Initial Version: Darrell Walisser <[email protected]>
                     10:        Non-NIB-Code & other changes: Max Horn <[email protected]>
                     11: 
                     12:     Feel free to customize this file to suit your needs
                     13: */
                     14: 
1.1.1.2   root       15: #ifndef _SDLMain_h_
                     16: #define _SDLMain_h_
1.1       root       17: #import <Cocoa/Cocoa.h>
                     18: 
1.1.1.6 ! root       19: 
        !            20: @interface HatariAppDelegate : NSObject  // <NSApplicationDelegate>
1.1       root       21: {
                     22:     IBOutlet NSMenuItem *beginCaptureAnim;
                     23:     IBOutlet NSMenuItem *endCaptureAnim;
                     24:     IBOutlet NSMenuItem *beginCaptureSound;
                     25:     IBOutlet NSMenuItem *endCaptureSound;
                     26: }
1.1.1.6 ! root       27: 
1.1.1.2   root       28: - (IBAction)openConfig:(id)sender;
                     29: - (IBAction)saveConfig:(id)sender;
1.1       root       30: - (IBAction)prefsMenu:(id)sender;
1.1.1.4   root       31: 
1.1.1.6 ! root       32: //- (IBAction)openPreferences:(id)sender;
1.1.1.4   root       33: 
1.1       root       34: - (IBAction)warmReset:(id)sender;
                     35: - (IBAction)coldReset:(id)sender;
                     36: - (IBAction)insertDiskA:(id)sender;
                     37: - (IBAction)insertDiskB:(id)sender;
1.1.1.5   root       38: - (IBAction)help:(id)sender;
                     39: - (IBAction)compat:(id)sender;
1.1       root       40: - (IBAction)captureScreen:(id)sender;
                     41: - (IBAction)captureAnimation:(id)sender;
                     42: - (IBAction)endCaptureAnimation:(id)sender;
1.1.1.6 ! root       43: //- (IBAction)captureAnimation_AVI:(id)sender;;
1.1.1.2   root       44: //- (IBAction)endCaptureAnimation_AVI:(id)sender;
1.1       root       45: - (IBAction)captureSound:(id)sender;
                     46: - (IBAction)endCaptureSound:(id)sender;
                     47: - (IBAction)saveMemorySnap:(id)sender;
                     48: - (IBAction)restoreMemorySnap:(id)sender;
                     49: - (IBAction)doFullScreen:(id)sender;
1.1.1.2   root       50: - (IBAction)debugUI:(id)sender;
1.1.1.6 ! root       51: 
1.1       root       52: - (BOOL)validateMenuItem:(NSMenuItem*)item;
1.1.1.6 ! root       53: - (void)setupWorkingDirectory:(BOOL)shouldChdir ;
        !            54: - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename ;
        !            55: - (void)insertDisk:(int)disque ;
        !            56: - (BOOL)validateMenuItem:(NSMenuItem*)item ;
        !            57: - (NSString*)displayFileSelection:(const char*)pathInParams preferredFileName:(NSString*)preferredFileName allowedExtensions:(NSArray*)allowedExtensions ;
1.1       root       58: 
                     59: @end
1.1.1.2   root       60: 
                     61: #endif /* _SDLMain_h_ */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.