, including all inherited members.
addEventConsumer(GHOST_IEventConsumer *consumer) | GHOST_System | [virtual] |
beginFullScreen(const GHOST_DisplaySetting &setting, GHOST_IWindow **window, const bool stereoVisual, const GHOST_TUns16 numOfAASamples=0) | GHOST_System | [virtual] |
createFullScreenWindow(GHOST_Window **window, const bool stereoVisual, const GHOST_TUns16 numOfAASamples=0) | GHOST_System | [protected, virtual] |
createSystem() | GHOST_ISystem | [static] |
createWindow(const STR_String &title, GHOST_TInt32 left, GHOST_TInt32 top, GHOST_TUns32 width, GHOST_TUns32 height, GHOST_TWindowState state, GHOST_TDrawingContextType type, const bool stereoVisual=false, const GHOST_TUns16 numOfAASamples=0, const GHOST_TEmbedderWindowID parentWindow=0)=0 | GHOST_ISystem | [pure virtual] |
dispatchEvents() | GHOST_System | [virtual] |
disposeSystem() | GHOST_ISystem | [static] |
disposeWindow(GHOST_IWindow *window) | GHOST_System | [virtual] |
endFullScreen(void) | GHOST_System | [virtual] |
exit() | GHOST_System | [protected, virtual] |
getButtons(GHOST_Buttons &buttons) const =0 | GHOST_System | [pure virtual] |
getButtonState(GHOST_TButtonMask mask, bool &isDown) const | GHOST_System | [virtual] |
getClipboard(bool selection) const =0 | GHOST_System | [pure virtual] |
getCursorPosition(GHOST_TInt32 &x, GHOST_TInt32 &y) const =0 | GHOST_ISystem | [pure virtual] |
getEventManager() const | GHOST_System | [inline, virtual] |
getFullScreen(void) | GHOST_System | [virtual] |
getMainDisplayDimensions(GHOST_TUns32 &width, GHOST_TUns32 &height) const =0 | GHOST_ISystem | [pure virtual] |
getMilliSeconds() const | GHOST_System | [virtual] |
getModifierKeys(GHOST_ModifierKeys &keys) const =0 | GHOST_System | [pure virtual] |
getModifierKeyState(GHOST_TModifierKeyMask mask, bool &isDown) const | GHOST_System | [virtual] |
getNumDisplays() const =0 | GHOST_ISystem | [pure virtual] |
getSystem() | GHOST_ISystem | [static] |
getTimerManager() const | GHOST_System | [inline, virtual] |
getWindowManager() const | GHOST_System | [inline, virtual] |
GHOST_ISystem() | GHOST_ISystem | [inline, protected] |
GHOST_System() | GHOST_System | [protected] |
init() | GHOST_System | [protected, virtual] |
installTimer(GHOST_TUns64 delay, GHOST_TUns64 interval, GHOST_TimerProcPtr timerProc, GHOST_TUserDataPtr userData=0) | GHOST_System | [virtual] |
m_displayManager | GHOST_System | [protected] |
m_eventManager | GHOST_System | [protected] |
m_preFullScreenSetting | GHOST_System | [protected] |
m_system | GHOST_ISystem | [protected, static] |
m_timerManager | GHOST_System | [protected] |
m_windowManager | GHOST_System | [protected] |
processEvents(bool waitForEvent)=0 | GHOST_ISystem | [pure virtual] |
pushEvent(GHOST_IEvent *event) | GHOST_System | [virtual] |
putClipboard(GHOST_TInt8 *buffer, bool selection) const =0 | GHOST_System | [pure virtual] |
removeEventConsumer(GHOST_IEventConsumer *consumer) | GHOST_System | [virtual] |
removeTimer(GHOST_ITimerTask *timerTask) | GHOST_System | [virtual] |
setCursorPosition(GHOST_TInt32 x, GHOST_TInt32 y)=0 | GHOST_ISystem | [pure virtual] |
toggleConsole(int action)=0 | GHOST_ISystem | [pure virtual] |
validWindow(GHOST_IWindow *window) | GHOST_System | [virtual] |
~GHOST_ISystem() | GHOST_ISystem | [inline, protected, virtual] |
~GHOST_System() | GHOST_System | [protected, virtual] |