Blender V4.3
COCOA_VIEW_CLASS Class Reference

#include <GHOST_WindowViewCocoa.hh>

Inherits COCOA_VIEW_BASE_CLASS, and <NSTextInputClient>.

Instance Methods

(instancetype) - initWithSystemCocoa:windowCocoa:frame:
 

Protected Attributes

bool composing
 
NSString * composing_text
 

Properties

GHOST_SystemCocoasystemCocoa
 
GHOST_WindowCocoawindowCocoa
 

Detailed Description

Definition at line 18 of file GHOST_WindowViewCocoa.hh.

Method Documentation

◆ initWithSystemCocoa:windowCocoa:frame:

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

Definition at line 39 of file GHOST_WindowViewCocoa.hh.

References composing, composing_text, and self.

Member Data Documentation

◆ composing

- (bool) composing
protected

Definition at line 21 of file GHOST_WindowViewCocoa.hh.

Referenced by initWithSystemCocoa:windowCocoa:frame:.

◆ composing_text

- (NSString*) composing_text
protected

Definition at line 22 of file GHOST_WindowViewCocoa.hh.

Referenced by initWithSystemCocoa:windowCocoa:frame:.

Property Documentation

◆ systemCocoa

- (GHOST_SystemCocoa*) systemCocoa
readnonatomicassign

Definition at line 38 of file GHOST_WindowViewCocoa.hh.

◆ windowCocoa

- (GHOST_WindowCocoa*) windowCocoa
readnonatomicassign

Definition at line 39 of file GHOST_WindowViewCocoa.hh.


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