Blender  V3.3
GHOST_SystemCocoa Member List

This is the complete list of members for GHOST_SystemCocoa, 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
createFullScreenWindow(GHOST_Window **window, const GHOST_DisplaySetting &settings, const bool stereoVisual, const bool alphaBackground=0)GHOST_Systemprotected
createOffscreenContext(GHOST_GLSettings glSettings)GHOST_SystemCocoavirtual
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=NULL)GHOST_SystemCocoavirtual
dispatchEvents()GHOST_Systemvirtual
disposeContext(GHOST_IContext *context)GHOST_SystemCocoavirtual
disposeSystem()GHOST_ISystemstatic
disposeWindow(GHOST_IWindow *window)GHOST_Systemvirtual
endFullScreen(void)GHOST_Systemvirtual
exit()GHOST_Systemprotectedvirtual
getAllDisplayDimensions(uint32_t &width, uint32_t &height) constGHOST_SystemCocoavirtual
getBacktraceFn()GHOST_ISystemstatic
getButtons(GHOST_Buttons &buttons) constGHOST_SystemCocoavirtual
getButtonState(GHOST_TButton mask, bool &isDown) constGHOST_Systemvirtual
getClipboard(bool selection) constGHOST_SystemCocoavirtual
getCursorPosition(int32_t &x, int32_t &y) constGHOST_SystemCocoavirtual
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_SystemCocoavirtual
getMilliSeconds() constGHOST_SystemCocoavirtual
getModifierKeys(GHOST_ModifierKeys &keys) constGHOST_SystemCocoavirtual
getModifierKeyState(GHOST_TModifierKey mask, bool &isDown) constGHOST_Systemvirtual
getNumDisplays() constGHOST_SystemCocoavirtual
getSystem()GHOST_ISystemstatic
getTabletAPI(void)GHOST_System
getTimerManager() constGHOST_Systeminline
getWindowManager() constGHOST_Systeminline
getWindowUnderCursor(int32_t x, int32_t y)GHOST_SystemCocoavirtual
GHOST_ISystem()GHOST_ISysteminlineprotected
GHOST_System()GHOST_Systemprotected
GHOST_SystemCocoa()GHOST_SystemCocoa
handleApplicationBecomeActiveEvent()GHOST_SystemCocoa
handleDraggingEvent(GHOST_TEventType eventType, GHOST_TDragnDropTypes draggedObjectType, GHOST_WindowCocoa *window, int mouseX, int mouseY, void *data)GHOST_SystemCocoa
handleKeyEvent(void *eventPtr)GHOST_SystemCocoa
handleMouseEvent(void *eventPtr)GHOST_SystemCocoa
handleOpenDocumentRequest(void *filepathStr)GHOST_SystemCocoa
handleQuitRequest()GHOST_SystemCocoa
handleTabletEvent(void *eventPtr, short eventType)GHOST_SystemCocoa
handleTabletEvent(void *eventPtr)GHOST_SystemCocoa
handleWindowEvent(GHOST_TEventType eventType, GHOST_WindowCocoa *window)GHOST_SystemCocoa
hasDialogWindow()GHOST_SystemCocoa
init()GHOST_SystemCocoaprotectedvirtual
initDebug(GHOST_Debug debug)GHOST_Systemvirtual
installTimer(uint64_t delay, uint64_t interval, GHOST_TimerProcPtr timerProc, GHOST_TUserDataPtr userData=NULL)GHOST_Systemvirtual
isDebugEnabled()GHOST_Systemvirtual
m_backtrace_fnGHOST_ISystemprotectedstatic
m_displayManagerGHOST_Systemprotected
m_eventManagerGHOST_Systemprotected
m_ignoreMomentumScrollGHOST_SystemCocoaprotected
m_ignoreWindowSizedMessagesGHOST_SystemCocoaprotected
m_is_debug_enabledGHOST_Systemprotected
m_last_warp_timestampGHOST_SystemCocoaprotected
m_modifierMaskGHOST_SystemCocoaprotected
m_multitouchGesturesGHOST_Systemprotected
m_multiTouchScrollGHOST_SystemCocoaprotected
m_nativePixelGHOST_System
m_needDelayedApplicationBecomeActiveEventProcessingGHOST_SystemCocoaprotected
m_outsideLoopEventProcessedGHOST_SystemCocoaprotected
m_preFullScreenSettingGHOST_Systemprotected
m_start_timeGHOST_SystemCocoaprotected
m_systemGHOST_ISystemprotectedstatic
m_tabletAPIGHOST_Systemprotected
m_timerManagerGHOST_Systemprotected
m_windowFocusGHOST_System
m_windowManagerGHOST_Systemprotected
notifyExternalEventProcessed()GHOST_SystemCocoa
processEvents(bool waitForEvent)GHOST_SystemCocoavirtual
pushEvent(GHOST_IEvent *event)GHOST_System
putClipboard(const char *buffer, bool selection) constGHOST_SystemCocoavirtual
removeEventConsumer(GHOST_IEventConsumer *consumer)GHOST_Systemvirtual
removeTimer(GHOST_ITimerTask *timerTask)GHOST_Systemvirtual
setBacktraceFn(GHOST_TBacktraceFn backtrace_fn)GHOST_ISystemstatic
setConsoleWindowState(GHOST_TConsoleWindowState action)GHOST_SystemCocoainlinevirtual
setCursorPosition(int32_t x, int32_t y)GHOST_SystemCocoavirtual
setCursorPositionClientRelative(GHOST_IWindow *window, int32_t x, int32_t y)GHOST_Systemvirtual
setMouseCursorPosition(int32_t x, int32_t y)GHOST_SystemCocoaprotected
setMultitouchGestures(const bool use)GHOST_Systemvirtual
setTabletAPI(GHOST_TTabletAPI api)GHOST_Systemvirtual
showMessageBox(const char *, const char *, const char *, const char *, const char *, GHOST_DialogOptions) constGHOST_Systeminlinevirtual
supportsCursorWarp(void)GHOST_Systemvirtual
supportsWindowPosition(void)GHOST_Systemvirtual
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_SystemCocoa()GHOST_SystemCocoa