Blender V5.0
BlenderWindowDelegate Class Reference

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_SystemCocoasystemCocoa
GHOST_WindowCocoawindowCocoa

Detailed Description

Definition at line 34 of file GHOST_WindowCocoa.mm.

Method Documentation

◆ initWithSystemCocoa:windowCocoa:

- (instancetype) initWithSystemCocoa: (GHOST_SystemCocoa *) sysCocoa
windowCocoa: (GHOST_WindowCocoa *) winCocoa 

Definition at line 57 of file GHOST_WindowCocoa.mm.

References self.

◆ windowDidBecomeKey:

- (void) windowDidBecomeKey: (NSNotification *) notification

Definition at line 70 of file GHOST_WindowCocoa.mm.

References GHOST_kEventWindowActivate.

◆ windowDidChangeBackingProperties:

- (void) windowDidChangeBackingProperties: (NSNotification *) notification

◆ windowDidExpose:

- (void) windowDidExpose: (NSNotification *) notification

Definition at line 82 of file GHOST_WindowCocoa.mm.

References GHOST_kEventWindowUpdate.

◆ windowDidMove:

- (void) windowDidMove: (NSNotification *) notification

Definition at line 87 of file GHOST_WindowCocoa.mm.

References GHOST_kEventWindowMove.

◆ windowDidResignKey:

- (void) windowDidResignKey: (NSNotification *) notification

Definition at line 77 of file GHOST_WindowCocoa.mm.

References GHOST_kEventWindowDeactivate.

◆ windowDidResize:

- (void) windowDidResize: (NSNotification *) notification

Definition at line 124 of file GHOST_WindowCocoa.mm.

References GHOST_kEventWindowSize.

◆ windowShouldClose:

- (BOOL) windowShouldClose: (id) sender

Definition at line 146 of file GHOST_WindowCocoa.mm.

References GHOST_kEventWindowClose.

◆ windowWillMove:

- (void) windowWillMove: (NSNotification *) notification

Definition at line 92 of file GHOST_WindowCocoa.mm.

References GHOST_kEventWindowMove.

Property Documentation

◆ systemCocoa

- (GHOST_SystemCocoa*) systemCocoa
readnonatomicassign

Definition at line 36 of file GHOST_WindowCocoa.mm.

◆ windowCocoa

- (GHOST_WindowCocoa*) windowCocoa
readnonatomicassign

Definition at line 37 of file GHOST_WindowCocoa.mm.


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