|
Blender
V2.93
|
This is the complete list of members for GHOST_SystemWin32, including all inherited members.
| addEventConsumer(GHOST_IEventConsumer *consumer) | GHOST_System | virtual |
| beginFullScreen(const GHOST_DisplaySetting &setting, GHOST_IWindow **window, const bool stereoVisual, const bool alphaBackground) | GHOST_System | virtual |
| convertKey(short vKey, short ScanCode, short extend) const | GHOST_SystemWin32 | protected |
| createFullScreenWindow(GHOST_Window **window, const GHOST_DisplaySetting &settings, const bool stereoVisual, const bool alphaBackground=0) | GHOST_System | protected |
| createOffscreenContext(GHOST_GLSettings glSettings) | GHOST_SystemWin32 | virtual |
| createOffscreenContextD3D() | GHOST_SystemWin32 | static |
| createSystem() | GHOST_ISystem | static |
| createWindow(const char *title, GHOST_TInt32 left, GHOST_TInt32 top, GHOST_TUns32 width, GHOST_TUns32 height, GHOST_TWindowState state, GHOST_TDrawingContextType type, GHOST_GLSettings glSettings, const bool exclusive=false, const bool is_dialog=false, const GHOST_IWindow *parentWindow=0) | GHOST_SystemWin32 | virtual |
| dispatchEvents() | GHOST_System | virtual |
| disposeContext(GHOST_IContext *context) | GHOST_SystemWin32 | virtual |
| disposeContextD3D(GHOST_ContextD3D *context) | GHOST_SystemWin32 | static |
| disposeSystem() | GHOST_ISystem | static |
| disposeWindow(GHOST_IWindow *window) | GHOST_System | virtual |
| endFullScreen(void) | GHOST_System | virtual |
| exit() | GHOST_SystemWin32 | protectedvirtual |
| getAllDisplayDimensions(GHOST_TUns32 &width, GHOST_TUns32 &height) const | GHOST_SystemWin32 | virtual |
| getButtons(GHOST_Buttons &buttons) const | GHOST_SystemWin32 | virtual |
| getButtonState(GHOST_TButtonMask mask, bool &isDown) const | GHOST_System | virtual |
| getClipboard(bool selection) const | GHOST_SystemWin32 | virtual |
| getCursorPosition(GHOST_TInt32 &x, GHOST_TInt32 &y) const | GHOST_SystemWin32 | virtual |
| getEventManager() const | GHOST_System | inline |
| getFullScreen(void) | GHOST_System | virtual |
| getMainDisplayDimensions(GHOST_TUns32 &width, GHOST_TUns32 &height) const | GHOST_SystemWin32 | virtual |
| getMilliSeconds() const | GHOST_SystemWin32 | virtual |
| getModifierKeys(GHOST_ModifierKeys &keys) const | GHOST_SystemWin32 | virtual |
| getModifierKeyState(GHOST_TModifierKeyMask mask, bool &isDown) const | GHOST_System | virtual |
| getNumDisplays() const | GHOST_SystemWin32 | virtual |
| getSystem() | GHOST_ISystem | static |
| getTabletAPI(void) | GHOST_System | |
| getTimerManager() const | GHOST_System | inline |
| getWindowManager() const | GHOST_System | inline |
| GHOST_ISystem() | GHOST_ISystem | inlineprotected |
| GHOST_System() | GHOST_System | protected |
| GHOST_SystemWin32() | GHOST_SystemWin32 | |
| handleKeyboardChange(void) | GHOST_SystemWin32 | inlineprotected |
| hardKey(RAWINPUT const &raw, bool *r_keyDown, bool *r_is_repeated_modifier) | GHOST_SystemWin32 | protected |
| init() | GHOST_SystemWin32 | protectedvirtual |
| initDebug(bool is_debug_enabled) | GHOST_System | virtual |
| installTimer(GHOST_TUns64 delay, GHOST_TUns64 interval, GHOST_TimerProcPtr timerProc, GHOST_TUserDataPtr userData=NULL) | GHOST_System | virtual |
| isDebugEnabled() | GHOST_System | virtual |
| m_consoleStatus | GHOST_SystemWin32 | protected |
| m_displayManager | GHOST_System | protected |
| m_eventManager | GHOST_System | protected |
| m_freq | GHOST_SystemWin32 | protected |
| m_hasAltGr | GHOST_SystemWin32 | protected |
| m_hasPerformanceCounter | GHOST_SystemWin32 | protected |
| m_is_debug_enabled | GHOST_System | protected |
| m_keycode_last_repeat_key | GHOST_SystemWin32 | protected |
| m_keylayout | GHOST_SystemWin32 | protected |
| m_langId | GHOST_SystemWin32 | protected |
| m_lfstart | GHOST_SystemWin32 | protected |
| m_modifierKeys | GHOST_SystemWin32 | protected |
| m_nativePixel | GHOST_System | |
| m_preFullScreenSetting | GHOST_System | protected |
| m_start | GHOST_SystemWin32 | protected |
| m_system | GHOST_ISystem | protectedstatic |
| m_tabletAPI | GHOST_System | protected |
| m_timerManager | GHOST_System | protected |
| m_wheelDeltaAccum | GHOST_SystemWin32 | protected |
| m_windowFocus | GHOST_System | |
| m_windowManager | GHOST_System | protected |
| performanceCounterToMillis(__int64 perf_ticks) const | GHOST_SystemWin32 | |
| processButtonEvent(GHOST_TEventType type, GHOST_WindowWin32 *window, GHOST_TButtonMask mask) | GHOST_SystemWin32 | protectedstatic |
| processCursorEvent(GHOST_WindowWin32 *window) | GHOST_SystemWin32 | protectedstatic |
| processEvents(bool waitForEvent) | GHOST_SystemWin32 | virtual |
| processKeyEvent(GHOST_WindowWin32 *window, RAWINPUT const &raw) | GHOST_SystemWin32 | protectedstatic |
| processMinMaxInfo(MINMAXINFO *minmax) | GHOST_SystemWin32 | protectedstatic |
| processPointerEvent(UINT type, GHOST_WindowWin32 *window, WPARAM wParam, LPARAM lParam, bool &eventhandled) | GHOST_SystemWin32 | protectedstatic |
| processSpecialKey(short vKey, short scanCode) const | GHOST_SystemWin32 | protected |
| processWheelEvent(GHOST_WindowWin32 *window, WPARAM wParam, LPARAM lParam) | GHOST_SystemWin32 | protectedstatic |
| processWindowEvent(GHOST_TEventType type, GHOST_WindowWin32 *window) | GHOST_SystemWin32 | protectedstatic |
| pushDragDropEvent(GHOST_TEventType eventType, GHOST_TDragnDropTypes draggedObjectType, GHOST_WindowWin32 *window, int mouseX, int mouseY, void *data) | GHOST_SystemWin32 | static |
| pushEvent(GHOST_IEvent *event) | GHOST_System | |
| putClipboard(GHOST_TInt8 *buffer, bool selection) const | GHOST_SystemWin32 | virtual |
| removeEventConsumer(GHOST_IEventConsumer *consumer) | GHOST_System | virtual |
| removeTimer(GHOST_ITimerTask *timerTask) | GHOST_System | virtual |
| retrieveModifierKeys(GHOST_ModifierKeys &keys) const | GHOST_SystemWin32 | inlineprotected |
| s_wndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) | GHOST_SystemWin32 | protectedstatic |
| setCursorPosition(GHOST_TInt32 x, GHOST_TInt32 y) | GHOST_SystemWin32 | virtual |
| setTabletAPI(GHOST_TTabletAPI api) | GHOST_System | virtual |
| showMessageBox(const char *title, const char *message, const char *help_label, const char *continue_label, const char *link, GHOST_DialogOptions dialog_options) const | GHOST_SystemWin32 | virtual |
| storeModifierKeys(const GHOST_ModifierKeys &keys) | GHOST_SystemWin32 | inlineprotected |
| tickCountToMillis(__int64 ticks) const | GHOST_SystemWin32 | |
| toggleConsole(int action) | GHOST_SystemWin32 | protectedvirtual |
| updateFullScreen(const GHOST_DisplaySetting &setting, GHOST_IWindow **window) | GHOST_System | virtual |
| useNativePixel(void) | GHOST_System | virtual |
| useWindowFocus(const bool use_focus) | GHOST_System | virtual |
| validWindow(GHOST_IWindow *window) | GHOST_System | virtual |
| ~GHOST_ISystem() | GHOST_ISystem | inlineprotectedvirtual |
| ~GHOST_System() | GHOST_System | protectedvirtual |
| ~GHOST_SystemWin32() | GHOST_SystemWin32 |