Blender  V3.3
GHOST_SystemWin32 Member List

This is the complete list of members for GHOST_SystemWin32, including all inherited members.

addEventConsumer(GHOST_IEventConsumer *consumer)GHOST_Systemvirtual
beginFullScreen(const GHOST_DisplaySetting &setting, GHOST_IWindow **window, const bool stereoVisual, const bool alphaBackground)GHOST_Systemvirtual
convertKey(short vKey, short ScanCode, short extend) constGHOST_SystemWin32protected
createFullScreenWindow(GHOST_Window **window, const GHOST_DisplaySetting &settings, const bool stereoVisual, const bool alphaBackground=0)GHOST_Systemprotected
createOffscreenContext(GHOST_GLSettings glSettings)GHOST_SystemWin32virtual
createOffscreenContextD3D()GHOST_SystemWin32static
createSystem()GHOST_ISystemstatic
createWindow(const char *title, int32_t left, int32_t top, uint32_t width, uint32_t 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_SystemWin32virtual
dispatchEvents()GHOST_Systemvirtual
disposeContext(GHOST_IContext *context)GHOST_SystemWin32virtual
disposeContextD3D(GHOST_ContextD3D *context)GHOST_SystemWin32static
disposeSystem()GHOST_ISystemstatic
disposeWindow(GHOST_IWindow *window)GHOST_Systemvirtual
driveTrackpad()GHOST_SystemWin32protected
endFullScreen(void)GHOST_Systemvirtual
exit()GHOST_SystemWin32protectedvirtual
getAllDisplayDimensions(uint32_t &width, uint32_t &height) constGHOST_SystemWin32virtual
getBacktraceFn()GHOST_ISystemstatic
getButtons(GHOST_Buttons &buttons) constGHOST_SystemWin32virtual
getButtonState(GHOST_TButton mask, bool &isDown) constGHOST_Systemvirtual
getClipboard(bool selection) constGHOST_SystemWin32virtual
getCursorPosition(int32_t &x, int32_t &y) constGHOST_SystemWin32virtual
getCursorPositionClientRelative(const GHOST_IWindow *window, int32_t &x, int32_t &y) constGHOST_Systemvirtual
getEventManager() constGHOST_Systeminline
getFullScreen(void)GHOST_Systemvirtual
getMainDisplayDimensions(uint32_t &width, uint32_t &height) constGHOST_SystemWin32virtual
getMilliSeconds() constGHOST_SystemWin32virtual
getModifierKeys(GHOST_ModifierKeys &keys) constGHOST_SystemWin32virtual
getModifierKeyState(GHOST_TModifierKey mask, bool &isDown) constGHOST_Systemvirtual
getNumDisplays() constGHOST_SystemWin32virtual
getSystem()GHOST_ISystemstatic
getTabletAPI(void)GHOST_System
getTimerManager() constGHOST_Systeminline
getWindowManager() constGHOST_Systeminline
getWindowUnderCursor(int32_t x, int32_t y)GHOST_Systemvirtual
GHOST_ISystem()GHOST_ISysteminlineprotected
GHOST_System()GHOST_Systemprotected
GHOST_SystemWin32()GHOST_SystemWin32
handleKeyboardChange(void)GHOST_SystemWin32inlineprotected
hardKey(RAWINPUT const &raw, bool *r_keyDown, bool *r_is_repeated_modifier)GHOST_SystemWin32protected
init()GHOST_SystemWin32protectedvirtual
initDebug(GHOST_Debug debug) overrideGHOST_SystemWin32virtual
installTimer(uint64_t delay, uint64_t interval, GHOST_TimerProcPtr timerProc, GHOST_TUserDataPtr userData=NULL)GHOST_Systemvirtual
isDebugEnabled()GHOST_Systemvirtual
m_backtrace_fnGHOST_ISystemprotectedstatic
m_consoleStatusGHOST_SystemWin32protected
m_displayManagerGHOST_Systemprotected
m_eventManagerGHOST_Systemprotected
m_freqGHOST_SystemWin32protected
m_hasAltGrGHOST_SystemWin32protected
m_hasPerformanceCounterGHOST_SystemWin32protected
m_is_debug_enabledGHOST_Systemprotected
m_keycode_last_repeat_keyGHOST_SystemWin32protected
m_keylayoutGHOST_SystemWin32protected
m_langIdGHOST_SystemWin32protected
m_lfstartGHOST_SystemWin32protected
m_modifierKeysGHOST_SystemWin32protected
m_multitouchGesturesGHOST_Systemprotected
m_nativePixelGHOST_System
m_preFullScreenSettingGHOST_Systemprotected
m_startGHOST_SystemWin32protected
m_systemGHOST_ISystemprotectedstatic
m_tabletAPIGHOST_Systemprotected
m_timerManagerGHOST_Systemprotected
m_wheelDeltaAccumGHOST_SystemWin32protected
m_windowFocusGHOST_System
m_windowManagerGHOST_Systemprotected
performanceCounterToMillis(__int64 perf_ticks) constGHOST_SystemWin32
processButtonEvent(GHOST_TEventType type, GHOST_WindowWin32 *window, GHOST_TButton mask)GHOST_SystemWin32protectedstatic
processCursorEvent(GHOST_WindowWin32 *window)GHOST_SystemWin32protectedstatic
processEvents(bool waitForEvent)GHOST_SystemWin32virtual
processKeyEvent(GHOST_WindowWin32 *window, RAWINPUT const &raw)GHOST_SystemWin32protectedstatic
processMinMaxInfo(MINMAXINFO *minmax)GHOST_SystemWin32protectedstatic
processPointerEvent(UINT type, GHOST_WindowWin32 *window, WPARAM wParam, LPARAM lParam, bool &eventhandled)GHOST_SystemWin32protectedstatic
processSpecialKey(short vKey, short scanCode) constGHOST_SystemWin32protected
processTrackpad()GHOST_SystemWin32protected
processWheelEvent(GHOST_WindowWin32 *window, WPARAM wParam, LPARAM lParam)GHOST_SystemWin32protectedstatic
processWindowEvent(GHOST_TEventType type, GHOST_WindowWin32 *window)GHOST_SystemWin32protectedstatic
processWindowSizeEvent(GHOST_WindowWin32 *window)GHOST_SystemWin32protectedstatic
processWintabEvent(GHOST_WindowWin32 *window)GHOST_SystemWin32protectedstatic
pushDragDropEvent(GHOST_TEventType eventType, GHOST_TDragnDropTypes draggedObjectType, GHOST_WindowWin32 *window, int mouseX, int mouseY, void *data)GHOST_SystemWin32static
pushEvent(GHOST_IEvent *event)GHOST_System
putClipboard(const char *buffer, bool selection) constGHOST_SystemWin32virtual
removeEventConsumer(GHOST_IEventConsumer *consumer)GHOST_Systemvirtual
removeTimer(GHOST_ITimerTask *timerTask)GHOST_Systemvirtual
retrieveModifierKeys(GHOST_ModifierKeys &keys) constGHOST_SystemWin32inlineprotected
s_wndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)GHOST_SystemWin32protectedstatic
setBacktraceFn(GHOST_TBacktraceFn backtrace_fn)GHOST_ISystemstatic
setConsoleWindowState(GHOST_TConsoleWindowState action)GHOST_SystemWin32protectedvirtual
setCursorPosition(int32_t x, int32_t y)GHOST_SystemWin32virtual
setCursorPositionClientRelative(GHOST_IWindow *window, int32_t x, int32_t y)GHOST_Systemvirtual
setMultitouchGestures(const bool use)GHOST_Systemvirtual
setTabletAPI(GHOST_TTabletAPI api) overrideGHOST_SystemWin32virtual
showMessageBox(const char *title, const char *message, const char *help_label, const char *continue_label, const char *link, GHOST_DialogOptions dialog_options) constGHOST_SystemWin32virtual
storeModifierKeys(const GHOST_ModifierKeys &keys)GHOST_SystemWin32inlineprotected
supportsCursorWarp(void)GHOST_Systemvirtual
supportsWindowPosition(void)GHOST_Systemvirtual
tickCountToMillis(__int64 ticks) constGHOST_SystemWin32
updateFullScreen(const GHOST_DisplaySetting &setting, GHOST_IWindow **window)GHOST_Systemvirtual
useNativePixel(void)GHOST_Systemvirtual
useWindowFocus(const bool use_focus)GHOST_Systemvirtual
validWindow(GHOST_IWindow *window)GHOST_Systemvirtual
~GHOST_ISystem()GHOST_ISysteminlineprotectedvirtual
~GHOST_System()GHOST_Systemprotectedvirtual
~GHOST_SystemWin32()GHOST_SystemWin32