|
Blender V5.0
|
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 57 of file GHOST_WindowCocoa.mm.
References self.
| - (void) windowDidBecomeKey: | (NSNotification *) | notification |
Definition at line 70 of file GHOST_WindowCocoa.mm.
References GHOST_kEventWindowActivate.
| - (void) windowDidChangeBackingProperties: | (NSNotification *) | notification |
Definition at line 140 of file GHOST_WindowCocoa.mm.
References GHOST_kEventNativeResolutionChange, and GHOST_kEventWindowSize.
| - (void) windowDidExpose: | (NSNotification *) | notification |
Definition at line 82 of file GHOST_WindowCocoa.mm.
References GHOST_kEventWindowUpdate.
| - (void) windowDidMove: | (NSNotification *) | notification |
Definition at line 87 of file GHOST_WindowCocoa.mm.
References GHOST_kEventWindowMove.
| - (void) windowDidResignKey: | (NSNotification *) | notification |
Definition at line 77 of file GHOST_WindowCocoa.mm.
References GHOST_kEventWindowDeactivate.
| - (void) windowDidResize: | (NSNotification *) | notification |
Definition at line 124 of file GHOST_WindowCocoa.mm.
References GHOST_kEventWindowSize.
| - (BOOL) windowShouldClose: | (id) | sender |
Definition at line 146 of file GHOST_WindowCocoa.mm.
References GHOST_kEventWindowClose.
| - (void) windowWillMove: | (NSNotification *) | notification |
Definition at line 92 of file GHOST_WindowCocoa.mm.
References GHOST_kEventWindowMove.
|
readnonatomicassign |
Definition at line 36 of file GHOST_WindowCocoa.mm.
|
readnonatomicassign |
Definition at line 37 of file GHOST_WindowCocoa.mm.