Blender V4.5
Application Class Reference

Inherits GHOST_IEventConsumer.

Public Member Functions

 Application (GHOST_ISystem *system)
 
 ~Application ()
 
virtual bool processEvent (GHOST_IEvent *event)
 
- Public Member Functions inherited from GHOST_IEventConsumer
virtual ~GHOST_IEventConsumer ()=default
 
virtual bool processEvent (const GHOST_IEvent *event)=0
 

Public Attributes

GHOST_ISystemm_system
 
GHOST_IWindowm_mainWindow
 
GHOST_IWindowm_secondaryWindow
 
GHOST_ITimerTaskm_gearsTimer
 
GHOST_ITimerTaskm_testTimer
 
GHOST_TStandardCursor m_cursor
 
bool m_exitRequested
 
bool stereo
 

Detailed Description

Definition at line 382 of file GHOST_Test.cpp.

Constructor & Destructor Documentation

◆ Application()

◆ ~Application()

Application::~Application ( )

Member Function Documentation

◆ processEvent()

Member Data Documentation

◆ m_cursor

GHOST_TStandardCursor Application::m_cursor

Definition at line 392 of file GHOST_Test.cpp.

Referenced by processEvent().

◆ m_exitRequested

bool Application::m_exitRequested

Definition at line 393 of file GHOST_Test.cpp.

Referenced by main(), and processEvent().

◆ m_gearsTimer

GHOST_ITimerTask* Application::m_gearsTimer

Definition at line 391 of file GHOST_Test.cpp.

Referenced by Application().

◆ m_mainWindow

GHOST_IWindow* Application::m_mainWindow

Definition at line 389 of file GHOST_Test.cpp.

Referenced by Application(), processEvent(), and ~Application().

◆ m_secondaryWindow

GHOST_IWindow* Application::m_secondaryWindow

Definition at line 390 of file GHOST_Test.cpp.

Referenced by Application(), and ~Application().

◆ m_system

GHOST_ISystem* Application::m_system

Definition at line 388 of file GHOST_Test.cpp.

Referenced by processEvent(), and ~Application().

◆ m_testTimer

GHOST_ITimerTask * Application::m_testTimer

Definition at line 391 of file GHOST_Test.cpp.

Referenced by processEvent().

◆ stereo

bool Application::stereo

Definition at line 395 of file GHOST_Test.cpp.

Referenced by processEvent(), and View().


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