RetroArch
Instance Methods | Class Methods | Protected Attributes | Properties | List of all members
RetroArch_OSX Class Reference
Inheritance diagram for RetroArch_OSX:
[legend]
Collaboration diagram for RetroArch_OSX:
[legend]

Instance Methods

(void- dealloc [implementation]
 
(void- applicationDidFinishLaunching: [implementation]
 
(void- rarch_main [implementation]
 
(void- applicationDidBecomeActive: [implementation]
 
(void- applicationWillResignActive: [implementation]
 
(BOOL- applicationShouldTerminateAfterLastWindowClosed: [implementation]
 
(NSApplicationTerminateReply) - applicationShouldTerminate: [implementation]
 
(void- application:openFiles: [implementation]
 
(IBAction) - openCore: [implementation]
 
(void- openDocument: [implementation]
 
(void- unloadingCore [implementation]
 
(IBAction) - showCoresDirectory: [implementation]
 
(IBAction) - showPreferences: [implementation]
 
(IBAction) - basicEvent: [implementation]
 
(void- alertDidEnd:returnCode:contextInfo: [implementation]
 
(void- setViewType: [implementation]
 
(apple_view_type_t- viewType [implementation]
 
(id- renderView [implementation]
 
(bool- hasFocus [implementation]
 
(void- setVideoMode: [implementation]
 setVideoMode adjusts the video display to the specified mode More...
 
(void- setCursorVisible: [implementation]
 setCursorVisible specifies whether the cursor is visible More...
 
(bool- setDisableDisplaySleep: [implementation]
 controls whether the screen saver should be disabled and the displays should not sleep. More...
 

Class Methods

(static void+ open_core_handler [implementation]
 
(static void+ open_document_handler [implementation]
 

Protected Attributes

NSWindow * _window
 
apple_view_type_t _vt
 
NSView * _renderView
 
id _sleepActivity
 
WindowListener_listener
 

Properties

NSWindow IBOutlet * window
 
- Properties inherited from <ApplePlatform>
id renderView
 renderView returns the current render view based on the viewType More...
 
bool hasFocus
 isActive returns true if the application has focus More...
 
apple_view_type_t viewType
 

Method Documentation

◆ alertDidEnd:returnCode:contextInfo:()

- (void) alertDidEnd: (NSAlert *)  alert
returnCode: (int32_t returnCode
contextInfo: (void *)  contextInfo 
implementation

◆ application:openFiles:()

- (void) application: (NSApplication *)  sender
openFiles: (NSArray *)  filenames 
implementation
Here is the call graph for this function:

◆ applicationDidBecomeActive:()

- (void) applicationDidBecomeActive: (NSNotification *)  notification
implementation

◆ applicationDidFinishLaunching:()

- (void) applicationDidFinishLaunching: (NSNotification *)  aNotification
implementation

◆ applicationShouldTerminate:()

- (NSApplicationTerminateReply) applicationShouldTerminate: (NSApplication *)  sender
implementation

◆ applicationShouldTerminateAfterLastWindowClosed:()

- (BOOL) applicationShouldTerminateAfterLastWindowClosed: (NSApplication *)  theApplication
implementation

◆ applicationWillResignActive:()

- (void) applicationWillResignActive: (NSNotification *)  notification
implementation

◆ basicEvent:()

- (IBAction) basicEvent: (id sender
implementation

◆ dealloc()

- (void) dealloc
implementation

◆ hasFocus()

- (bool) hasFocus
implementation

◆ open_core_handler()

+ (static void) open_core_handler (ui_browser_window_state_t *)  state
(bool result 
implementation
Here is the caller graph for this function:

◆ open_document_handler()

+ (static void) open_document_handler (ui_browser_window_state_t *)  state
(bool result 
implementation

◆ openCore:()

- (IBAction) openCore: (id sender
implementation
Here is the call graph for this function:

◆ openDocument:()

- (void) openDocument: (id sender
implementation

◆ rarch_main()

- (void) rarch_main
implementation
Here is the call graph for this function:

◆ renderView()

- (id) renderView
implementation

◆ setCursorVisible:()

- (void) setCursorVisible: (bool v
implementation

setCursorVisible specifies whether the cursor is visible

Reimplemented from <ApplePlatform>.

◆ setDisableDisplaySleep:()

- (bool) setDisableDisplaySleep: (bool disable
implementation

controls whether the screen saver should be disabled and the displays should not sleep.

Reimplemented from <ApplePlatform>.

◆ setVideoMode:()

- (void) setVideoMode: (gfx_ctx_mode_t mode
implementation

setVideoMode adjusts the video display to the specified mode

Reimplemented from <ApplePlatform>.

◆ setViewType:()

- (void) setViewType: (apple_view_type_t vt
implementation

◆ showCoresDirectory:()

- (IBAction) showCoresDirectory: (id sender
implementation

◆ showPreferences:()

- (IBAction) showPreferences: (id sender
implementation

◆ unloadingCore()

- (void) unloadingCore
implementation

◆ viewType()

- (apple_view_type_t) viewType
implementation

Member Data Documentation

◆ _listener

- (WindowListener*) _listener
protected

◆ _renderView

- (NSView*) _renderView
protected

◆ _sleepActivity

- (id) _sleepActivity
protected

◆ _vt

- (apple_view_type_t) _vt
protected

◆ _window

- (NSWindow *) _window
protected

Property Documentation

◆ window

- (NSWindow IBOutlet *) window
readwritenonatomicretain

The documentation for this class was generated from the following files: