Blender  V3.3
Instance Methods | Protected Attributes | List of all members
CocoaWindowDelegate Class Reference
Inheritance diagram for CocoaWindowDelegate:

Instance Methods

(void) - setSystemAndWindowCocoa:windowCocoa:
 
(void) - windowDidBecomeKey:
 
(void) - windowDidResignKey:
 
(void) - windowDidExpose:
 
(void) - windowDidResize:
 
(void) - windowDidMove:
 
(void) - windowWillMove:
 
(BOOL) - windowShouldClose:
 
(void) - windowDidChangeBackingProperties:
 

Protected Attributes

GHOST_SystemCocoa * systemCocoa
 
GHOST_WindowCocoa * associatedWindow
 

Detailed Description

Definition at line 19 of file GHOST_WindowCocoa.mm.

Method Documentation

◆ setSystemAndWindowCocoa:windowCocoa:

- (void) setSystemAndWindowCocoa: (GHOST_SystemCocoa *)  sysCocoa
windowCocoa: (GHOST_WindowCocoa *)  winCocoa 

◆ windowDidBecomeKey:

- (void) windowDidBecomeKey: (NSNotification *)  notification

Definition at line 43 of file GHOST_WindowCocoa.mm.

◆ windowDidChangeBackingProperties:

- (void) windowDidChangeBackingProperties: (NSNotification *)  notification

Definition at line 43 of file GHOST_WindowCocoa.mm.

◆ windowDidExpose:

- (void) windowDidExpose: (NSNotification *)  notification

Definition at line 43 of file GHOST_WindowCocoa.mm.

◆ windowDidMove:

- (void) windowDidMove: (NSNotification *)  notification

Definition at line 43 of file GHOST_WindowCocoa.mm.

◆ windowDidResignKey:

- (void) windowDidResignKey: (NSNotification *)  notification

Definition at line 43 of file GHOST_WindowCocoa.mm.

◆ windowDidResize:

- (void) windowDidResize: (NSNotification *)  notification

Definition at line 43 of file GHOST_WindowCocoa.mm.

◆ windowShouldClose:

- (BOOL) windowShouldClose: (id)  sender

Definition at line 43 of file GHOST_WindowCocoa.mm.

◆ windowWillMove:

- (void) windowWillMove: (NSNotification *)  notification

Definition at line 43 of file GHOST_WindowCocoa.mm.

Member Data Documentation

◆ associatedWindow

- (GHOST_WindowCocoa*) associatedWindow
protected

Definition at line 23 of file GHOST_WindowCocoa.mm.

◆ systemCocoa

- (GHOST_SystemCocoa*) systemCocoa
protected

Definition at line 22 of file GHOST_WindowCocoa.mm.


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