Blender  V2.59
Public Member Functions | Protected Attributes
CocoaWindowDelegate Class Reference

List of all members.

Public Member Functions

(void) - setSystemAndWindowCocoa:windowCocoa:
(void) - windowWillClose:
(void) - windowDidBecomeKey:
(void) - windowDidResignKey:
(void) - windowDidExpose:
(void) - windowDidResize:
(void) - windowDidMove:
(void) - windowWillMove:

Protected Attributes

GHOST_SystemCocoasystemCocoa
GHOST_WindowCocoa * associatedWindow

Detailed Description

Id:
GHOST_WindowCocoa.mm 37861 2011-06-27 13:57:27Z blendix

***** 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.


Member Function Documentation

- (void) setSystemAndWindowCocoa: (GHOST_SystemCocoa *)  sysCocoa
windowCocoa: (GHOST_WindowCocoa *)  winCocoa 
- (void) windowDidBecomeKey: (NSNotification *)  notification
- (void) windowDidExpose: (NSNotification *)  notification
- (void) windowDidMove: (NSNotification *)  notification
- (void) windowDidResignKey: (NSNotification *)  notification
- (void) windowDidResize: (NSNotification *)  notification
- (void) windowWillClose: (NSNotification *)  notification
- (void) windowWillMove: (NSNotification *)  notification

Member Data Documentation

- (GHOST_WindowCocoa*) associatedWindow [protected]
- (GHOST_SystemCocoa*) systemCocoa [protected]

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