|
Blender V4.3
|
Inherits NSObject, and <NSWindowDelegate>.
Instance Methods | |
| (instancetype) | - initWithSystemCocoa:windowCocoa: |
| (void) | - windowDidBecomeKey: |
| (void) | - windowDidResignKey: |
| (void) | - windowDidExpose: |
| (void) | - windowDidResize: |
| (void) | - windowDidMove: |
| (void) | - windowWillMove: |
| (BOOL) | - windowShouldClose: |
| (void) | - windowDidChangeBackingProperties: |
Properties | |
| GHOST_SystemCocoa * | systemCocoa |
| GHOST_WindowCocoa * | windowCocoa |
Definition at line 34 of file GHOST_WindowCocoa.mm.
| - (instancetype) initWithSystemCocoa: | (GHOST_SystemCocoa *) | sysCocoa | |
| windowCocoa: | (GHOST_WindowCocoa *) | winCocoa |
Definition at line 37 of file GHOST_WindowCocoa.mm.
References GHOST_kEventNativeResolutionChange, GHOST_kEventWindowActivate, GHOST_kEventWindowClose, GHOST_kEventWindowDeactivate, GHOST_kEventWindowMove, GHOST_kEventWindowSize, GHOST_kEventWindowUpdate, self, systemCocoa, and windowCocoa.
| - (void) windowDidBecomeKey: | (NSNotification *) | notification |
Definition at line 37 of file GHOST_WindowCocoa.mm.
| - (void) windowDidChangeBackingProperties: | (NSNotification *) | notification |
Definition at line 37 of file GHOST_WindowCocoa.mm.
| - (void) windowDidExpose: | (NSNotification *) | notification |
Definition at line 37 of file GHOST_WindowCocoa.mm.
| - (void) windowDidMove: | (NSNotification *) | notification |
Definition at line 37 of file GHOST_WindowCocoa.mm.
| - (void) windowDidResignKey: | (NSNotification *) | notification |
Definition at line 37 of file GHOST_WindowCocoa.mm.
| - (void) windowDidResize: | (NSNotification *) | notification |
Definition at line 37 of file GHOST_WindowCocoa.mm.
| - (BOOL) windowShouldClose: | (id) | sender |
Definition at line 37 of file GHOST_WindowCocoa.mm.
| - (void) windowWillMove: | (NSNotification *) | notification |
Definition at line 37 of file GHOST_WindowCocoa.mm.
|
readnonatomicassign |
Definition at line 36 of file GHOST_WindowCocoa.mm.
Referenced by initWithSystemCocoa:windowCocoa:.
|
readnonatomicassign |
Definition at line 37 of file GHOST_WindowCocoa.mm.
Referenced by initWithSystemCocoa:windowCocoa:.