|
Blender
V2.59
|
Public Member Functions | |
| (void) | - setSystemAndWindowCocoa:windowCocoa: |
| (void) | - windowWillClose: |
| (void) | - windowDidBecomeKey: |
| (void) | - windowDidResignKey: |
| (void) | - windowDidExpose: |
| (void) | - windowDidResize: |
| (void) | - windowDidMove: |
| (void) | - windowWillMove: |
Protected Attributes | |
| GHOST_SystemCocoa * | systemCocoa |
| GHOST_WindowCocoa * | associatedWindow |
***** BEGIN GPL LICENSE BLOCK *****
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. All rights reserved.
The Original Code is: all of this file.
Contributor(s): Maarten Gribnau 05/2001 Damien Plisson 10/2009
***** END GPL LICENSE BLOCK *****
Definition at line 60 of file GHOST_WindowCocoa.mm.
| - (void) setSystemAndWindowCocoa: | (GHOST_SystemCocoa *) | sysCocoa | |
| windowCocoa: | (GHOST_WindowCocoa *) | winCocoa | |
| - (void) windowDidBecomeKey: | (NSNotification *) | notification |
Definition at line 91 of file GHOST_WindowCocoa.mm.
References associatedWindow, GHOST_kEventWindowActivate, GHOST_SystemCocoa::handleWindowEvent(), and systemCocoa.
| - (void) windowDidExpose: | (NSNotification *) | notification |
Definition at line 101 of file GHOST_WindowCocoa.mm.
References associatedWindow, GHOST_kEventWindowUpdate, GHOST_SystemCocoa::handleWindowEvent(), and systemCocoa.
| - (void) windowDidMove: | (NSNotification *) | notification |
Definition at line 106 of file GHOST_WindowCocoa.mm.
References associatedWindow, GHOST_kEventWindowMove, GHOST_SystemCocoa::handleWindowEvent(), and systemCocoa.
| - (void) windowDidResignKey: | (NSNotification *) | notification |
Definition at line 96 of file GHOST_WindowCocoa.mm.
References associatedWindow, GHOST_kEventWindowDeactivate, GHOST_SystemCocoa::handleWindowEvent(), and systemCocoa.
| - (void) windowDidResize: | (NSNotification *) | notification |
Definition at line 116 of file GHOST_WindowCocoa.mm.
References associatedWindow, GHOST_kEventWindowSize, GHOST_SystemCocoa::handleWindowEvent(), and systemCocoa.
| - (void) windowWillClose: | (NSNotification *) | notification |
Definition at line 86 of file GHOST_WindowCocoa.mm.
References associatedWindow, GHOST_kEventWindowClose, GHOST_SystemCocoa::handleWindowEvent(), and systemCocoa.
| - (void) windowWillMove: | (NSNotification *) | notification |
Definition at line 111 of file GHOST_WindowCocoa.mm.
References associatedWindow, GHOST_kEventWindowMove, GHOST_SystemCocoa::handleWindowEvent(), and systemCocoa.
- (GHOST_WindowCocoa*) associatedWindow [protected] |
Definition at line 66 of file GHOST_WindowCocoa.mm.
Referenced by windowDidBecomeKey:, windowDidExpose:, windowDidMove:, windowDidResignKey:, windowDidResize:, windowWillClose:, and windowWillMove:.
- (GHOST_SystemCocoa*) systemCocoa [protected] |
Definition at line 65 of file GHOST_WindowCocoa.mm.
Referenced by windowDidBecomeKey:, windowDidExpose:, windowDidMove:, windowDidResignKey:, windowDidResize:, windowWillClose:, and windowWillMove:.