Blender V5.0
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_ISystemsystem_
GHOST_IWindowmain_window_
GHOST_IWindowsecondary_window_
GHOST_ITimerTaskgears_timer_
GHOST_ITimerTasktest_timer_
GHOST_TStandardCursor cursor_
bool exit_requested_
bool stereo

Detailed Description

Definition at line 382 of file GHOST_Test.cpp.

Constructor & Destructor Documentation

◆ Application()

◆ ~Application()

Application::~Application ( )

Definition at line 433 of file GHOST_Test.cpp.

References main_window_, secondary_window_, and system_.

Member Function Documentation

◆ processEvent()

Member Data Documentation

◆ cursor_

GHOST_TStandardCursor Application::cursor_

Definition at line 392 of file GHOST_Test.cpp.

Referenced by Application(), and processEvent().

◆ exit_requested_

bool Application::exit_requested_

Definition at line 393 of file GHOST_Test.cpp.

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

◆ gears_timer_

GHOST_ITimerTask* Application::gears_timer_

Definition at line 391 of file GHOST_Test.cpp.

Referenced by Application().

◆ main_window_

GHOST_IWindow* Application::main_window_

Definition at line 389 of file GHOST_Test.cpp.

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

◆ secondary_window_

GHOST_IWindow* Application::secondary_window_

Definition at line 390 of file GHOST_Test.cpp.

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

◆ stereo

bool Application::stereo

Definition at line 395 of file GHOST_Test.cpp.

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

◆ system_

GHOST_ISystem* Application::system_

Definition at line 388 of file GHOST_Test.cpp.

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

◆ test_timer_

GHOST_ITimerTask * Application::test_timer_

Definition at line 391 of file GHOST_Test.cpp.

Referenced by Application(), and processEvent().


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