|
Blender
V3.3
|
This is the complete list of members for GHOST_SystemWayland, 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 |
| compositor() | GHOST_SystemWayland | |
| createFullScreenWindow(GHOST_Window **window, const GHOST_DisplaySetting &settings, const bool stereoVisual, const bool alphaBackground=0) | GHOST_System | protected |
| createOffscreenContext(GHOST_GLSettings glSettings) override | GHOST_SystemWayland | virtual |
| createSystem() | GHOST_ISystem | static |
| 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, const bool is_dialog, const GHOST_IWindow *parentWindow) override | GHOST_SystemWayland | virtual |
| dispatchEvents() | GHOST_System | virtual |
| display() | GHOST_SystemWayland | |
| disposeContext(GHOST_IContext *context) override | GHOST_SystemWayland | virtual |
| disposeSystem() | GHOST_ISystem | static |
| disposeWindow(GHOST_IWindow *window) | GHOST_System | virtual |
| endFullScreen(void) | GHOST_System | virtual |
| exit() | GHOST_System | protectedvirtual |
| getAllDisplayDimensions(uint32_t &width, uint32_t &height) const override | GHOST_SystemWayland | virtual |
| getBacktraceFn() | GHOST_ISystem | static |
| getButtons(GHOST_Buttons &buttons) const override | GHOST_SystemWayland | virtual |
| getButtonState(GHOST_TButton mask, bool &isDown) const | GHOST_System | virtual |
| getClipboard(bool selection) const override | GHOST_SystemWayland | virtual |
| getCursorBitmap(GHOST_CursorBitmapRef *bitmap) | GHOST_SystemWayland | |
| getCursorGrabUseSoftwareDisplay(const GHOST_TGrabCursorMode mode) | GHOST_SystemWayland | |
| getCursorPosition(int32_t &x, int32_t &y) const override | GHOST_SystemWayland | virtual |
| getCursorPositionClientRelative(const GHOST_IWindow *window, int32_t &x, int32_t &y) const override | GHOST_SystemWayland | virtual |
| getEventManager() const | GHOST_System | inline |
| getFullScreen(void) | GHOST_System | virtual |
| getMainDisplayDimensions(uint32_t &width, uint32_t &height) const override | GHOST_SystemWayland | virtual |
| getMilliSeconds() const | GHOST_System | virtual |
| getModifierKeys(GHOST_ModifierKeys &keys) const override | GHOST_SystemWayland | virtual |
| getModifierKeyState(GHOST_TModifierKey mask, bool &isDown) const | GHOST_System | virtual |
| getNumDisplays() const override | GHOST_SystemWayland | virtual |
| getSystem() | GHOST_ISystem | static |
| getTabletAPI(void) | GHOST_System | |
| getTimerManager() const | GHOST_System | inline |
| getWindowManager() const | GHOST_System | inline |
| getWindowUnderCursor(int32_t x, int32_t y) | GHOST_System | virtual |
| GHOST_ISystem() | GHOST_ISystem | inlineprotected |
| GHOST_System() | GHOST_System | protected |
| GHOST_SystemWayland() | GHOST_SystemWayland | |
| hasCursorShape(GHOST_TStandardCursor cursorShape) | GHOST_SystemWayland | |
| init() | GHOST_System | protectedvirtual |
| initDebug(GHOST_Debug debug) | GHOST_System | virtual |
| installTimer(uint64_t delay, uint64_t interval, GHOST_TimerProcPtr timerProc, GHOST_TUserDataPtr userData=NULL) | GHOST_System | virtual |
| isDebugEnabled() | GHOST_System | virtual |
| m_backtrace_fn | GHOST_ISystem | protectedstatic |
| m_displayManager | GHOST_System | protected |
| m_eventManager | GHOST_System | protected |
| m_is_debug_enabled | GHOST_System | protected |
| m_multitouchGestures | GHOST_System | protected |
| m_nativePixel | GHOST_System | |
| m_preFullScreenSetting | GHOST_System | protected |
| m_system | GHOST_ISystem | protectedstatic |
| m_tabletAPI | GHOST_System | protected |
| m_timerManager | GHOST_System | protected |
| m_windowFocus | GHOST_System | |
| m_windowManager | GHOST_System | protected |
| outputs() const | GHOST_SystemWayland | |
| processEvents(bool waitForEvent) override | GHOST_SystemWayland | virtual |
| pushEvent(GHOST_IEvent *event) | GHOST_System | |
| putClipboard(const char *buffer, bool selection) const override | GHOST_SystemWayland | virtual |
| removeEventConsumer(GHOST_IEventConsumer *consumer) | GHOST_System | virtual |
| removeTimer(GHOST_ITimerTask *timerTask) | GHOST_System | virtual |
| selection_set(const std::string &selection) | GHOST_SystemWayland | |
| setBacktraceFn(GHOST_TBacktraceFn backtrace_fn) | GHOST_ISystem | static |
| setConsoleWindowState(GHOST_TConsoleWindowState action) override | GHOST_SystemWayland | virtual |
| setCursorPosition(int32_t x, int32_t y) override | GHOST_SystemWayland | virtual |
| setCursorPositionClientRelative(GHOST_IWindow *window, int32_t x, int32_t y) override | GHOST_SystemWayland | virtual |
| setCursorShape(GHOST_TStandardCursor shape) | GHOST_SystemWayland | |
| setCursorVisibility(bool visible) | GHOST_SystemWayland | |
| setCustomCursorShape(uint8_t *bitmap, uint8_t *mask, int sizex, int sizey, int hotX, int hotY, bool canInvertColor) | GHOST_SystemWayland | |
| setMultitouchGestures(const bool use) | GHOST_System | virtual |
| setTabletAPI(GHOST_TTabletAPI api) | GHOST_System | virtual |
| shm() const | GHOST_SystemWayland | |
| showMessageBox(const char *, const char *, const char *, const char *, const char *, GHOST_DialogOptions) const | GHOST_System | inlinevirtual |
| supportsCursorWarp() | GHOST_SystemWayland | virtual |
| supportsWindowPosition() | GHOST_SystemWayland | virtual |
| 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 |
| window_cursor_grab_set(const GHOST_TGrabCursorMode mode, const GHOST_TGrabCursorMode mode_current, int32_t init_grab_xy[2], const GHOST_Rect *wrap_bounds, GHOST_TAxisFlag wrap_axis, wl_surface *surface, int scale) | GHOST_SystemWayland | |
| window_surface_unref(const wl_surface *surface) | GHOST_SystemWayland | |
| xdg_decoration_manager() | GHOST_SystemWayland | |
| xdg_shell() | GHOST_SystemWayland | |
| ~GHOST_ISystem() | GHOST_ISystem | inlineprotectedvirtual |
| ~GHOST_System() | GHOST_System | protectedvirtual |
| ~GHOST_SystemWayland() override | GHOST_SystemWayland |