|
Blender V4.5
|
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_ISystem * | m_system |
| GHOST_IWindow * | m_mainWindow |
| GHOST_IWindow * | m_secondaryWindow |
| GHOST_ITimerTask * | m_gearsTimer |
| GHOST_ITimerTask * | m_testTimer |
| GHOST_TStandardCursor | m_cursor |
| bool | m_exitRequested |
| bool | stereo |
Definition at line 382 of file GHOST_Test.cpp.
| Application::Application | ( | GHOST_ISystem * | system | ) |
Definition at line 398 of file GHOST_Test.cpp.
References GHOST_GPUSettings::context_type, GHOST_ISystem::createWindow(), false, fApp, gearsTimerProc(), GHOST_kStandardCursorFirstCursor, GHOST_kWindowStateNormal, GHOST_ISystem::installTimer(), m_cursor, m_exitRequested, m_gearsTimer, m_mainWindow, m_secondaryWindow, m_system, m_testTimer, and stereo.
| Application::~Application | ( | ) |
Definition at line 433 of file GHOST_Test.cpp.
References m_mainWindow, m_secondaryWindow, and m_system.
|
virtual |
Definition at line 444 of file GHOST_Test.cpp.
References GHOST_IWindow::getCursorVisibility(), GHOST_IEvent::getData(), GHOST_IEvent::getType(), GHOST_kEventCursorMove, GHOST_kEventKeyDown, GHOST_kEventKeyUp, GHOST_kEventUnknown, GHOST_kEventWheel, GHOST_kEventWindowActivate, GHOST_kEventWindowClose, GHOST_kEventWindowDeactivate, GHOST_kEventWindowUpdate, GHOST_kKeyC, GHOST_kKeyE, GHOST_kKeyH, GHOST_kKeyM, GHOST_kKeyQ, GHOST_kKeyS, GHOST_kKeyT, GHOST_kKeyW, GHOST_kModifierKeyLeftAlt, GHOST_kModifierKeyLeftControl, GHOST_kModifierKeyLeftShift, GHOST_kModifierKeyRightAlt, GHOST_kModifierKeyRightControl, GHOST_kModifierKeyRightShift, GHOST_kStandardCursorFirstCursor, GHOST_kStandardCursorNumCursors, GHOST_TEventKeyData::key, LEFT_EYE, m_cursor, m_exitRequested, m_mainWindow, m_system, m_testTimer, RenderCamera(), RenderScene(), RIGHT_EYE, GHOST_IWindow::setCursorShape(), GHOST_IWindow::setCursorVisibility(), stereo, GHOST_IWindow::swapBuffers(), testTimerProc(), GHOST_TEventWheelData::value, View(), view_rotz, x, and y.
| GHOST_TStandardCursor Application::m_cursor |
Definition at line 392 of file GHOST_Test.cpp.
Referenced by Application(), and processEvent().
| bool Application::m_exitRequested |
Definition at line 393 of file GHOST_Test.cpp.
Referenced by Application(), main(), and processEvent().
| GHOST_ITimerTask* Application::m_gearsTimer |
Definition at line 391 of file GHOST_Test.cpp.
Referenced by Application().
| GHOST_IWindow* Application::m_mainWindow |
Definition at line 389 of file GHOST_Test.cpp.
Referenced by Application(), processEvent(), and ~Application().
| GHOST_IWindow* Application::m_secondaryWindow |
Definition at line 390 of file GHOST_Test.cpp.
Referenced by Application(), and ~Application().
| GHOST_ISystem* Application::m_system |
Definition at line 388 of file GHOST_Test.cpp.
Referenced by Application(), processEvent(), and ~Application().
| GHOST_ITimerTask * Application::m_testTimer |
Definition at line 391 of file GHOST_Test.cpp.
Referenced by Application(), and processEvent().
| bool Application::stereo |
Definition at line 395 of file GHOST_Test.cpp.
Referenced by Application(), processEvent(), and View().