Blender  V2.93
Instance Methods | Protected Attributes | List of all members
CocoaWindowDelegate Class Reference

Inherits NSObject, and <NSWindowDelegate>.

Instance Methods

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

Protected Attributes

GHOST_SystemCocoasystemCocoa
 
GHOST_WindowCocoaassociatedWindow
 

Detailed Description

Definition at line 39 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 63 of file GHOST_WindowCocoa.mm.

◆ windowDidChangeBackingProperties:

- (void) windowDidChangeBackingProperties: (NSNotification *)  notification

Definition at line 63 of file GHOST_WindowCocoa.mm.

◆ windowDidExpose:

- (void) windowDidExpose: (NSNotification *)  notification

Definition at line 63 of file GHOST_WindowCocoa.mm.

◆ windowDidMove:

- (void) windowDidMove: (NSNotification *)  notification

Definition at line 63 of file GHOST_WindowCocoa.mm.

◆ windowDidResignKey:

- (void) windowDidResignKey: (NSNotification *)  notification

Definition at line 63 of file GHOST_WindowCocoa.mm.

◆ windowDidResize:

- (void) windowDidResize: (NSNotification *)  notification

Definition at line 63 of file GHOST_WindowCocoa.mm.

◆ windowShouldClose:

- (BOOL) windowShouldClose: (id sender

Definition at line 63 of file GHOST_WindowCocoa.mm.

◆ windowWillMove:

- (void) windowWillMove: (NSNotification *)  notification

Definition at line 63 of file GHOST_WindowCocoa.mm.

Member Data Documentation

◆ associatedWindow

- (GHOST_WindowCocoa*) associatedWindow
protected

Definition at line 43 of file GHOST_WindowCocoa.mm.

◆ systemCocoa

- (GHOST_SystemCocoa*) systemCocoa
protected

Definition at line 42 of file GHOST_WindowCocoa.mm.


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