|
Blender
V3.3
|
This is the complete list of members for GHOST_Window, including all inherited members.
| activateDrawingContext() | GHOST_Window | virtual |
| beginFullScreen() const =0 | GHOST_IWindow | pure virtual |
| canAcceptDragOperation() const | GHOST_Window | virtual |
| clientToScreen(int32_t inX, int32_t inY, int32_t &outX, int32_t &outY) const =0 | GHOST_IWindow | pure virtual |
| endFullScreen() const =0 | GHOST_IWindow | pure virtual |
| endProgressBar() | GHOST_Window | inlinevirtual |
| getClientBounds(GHOST_Rect &bounds) const =0 | GHOST_IWindow | pure virtual |
| getCursorBitmap(GHOST_CursorBitmapRef *bitmap) | GHOST_Window | virtual |
| getCursorGrabAccum(int32_t &x, int32_t &y) const | GHOST_Window | inline |
| getCursorGrabAxis() const | GHOST_Window | inline |
| getCursorGrabBounds(GHOST_Rect &bounds) | GHOST_Window | virtual |
| getCursorGrabInitPos(int32_t &x, int32_t &y) const | GHOST_Window | inline |
| getCursorGrabMode() const | GHOST_Window | inline |
| getCursorGrabModeIsWarp() const | GHOST_Window | inline |
| getCursorGrabState(GHOST_TGrabCursorMode &mode, GHOST_TAxisFlag &axis_flag, GHOST_Rect &bounds, bool &use_software_cursor) | GHOST_Window | virtual |
| getCursorGrabUseSoftwareDisplay() | GHOST_Window | virtual |
| getCursorShape() const | GHOST_Window | inlinevirtual |
| getCursorVisibility() const | GHOST_Window | inlinevirtual |
| getDefaultFramebuffer() | GHOST_Window | virtual |
| getDPIHint() | GHOST_Window | inlinevirtual |
| getDrawingContextType() | GHOST_Window | inlinevirtual |
| getModifiedState() | GHOST_Window | virtual |
| getNativePixelSize(void) | GHOST_Window | inlinevirtual |
| getOSWindow() const | GHOST_Window | virtual |
| getState() const =0 | GHOST_IWindow | pure virtual |
| getSwapInterval(int &intervalOut) | GHOST_Window | virtual |
| getTitle() const =0 | GHOST_IWindow | pure virtual |
| getUserData() const | GHOST_Window | inlinevirtual |
| getValid() const | GHOST_Window | inlinevirtual |
| getWindowBounds(GHOST_Rect &bounds) const =0 | GHOST_IWindow | pure virtual |
| GHOST_Window(uint32_t width, uint32_t height, GHOST_TWindowState state, const bool wantStereoVisual=false, const bool exclusive=false) | GHOST_Window | |
| hasCursorShape(GHOST_TStandardCursor cursorShape)=0 | GHOST_IWindow | pure virtual |
| invalidate()=0 | GHOST_IWindow | pure virtual |
| isDialog() const | GHOST_Window | inlinevirtual |
| m_canAcceptDragOperation | GHOST_Window | protected |
| m_cursorGrab | GHOST_Window | protected |
| m_cursorGrabAccumPos | GHOST_Window | protected |
| m_cursorGrabAxis | GHOST_Window | protected |
| m_cursorGrabBounds | GHOST_Window | protected |
| m_cursorGrabInitPos | GHOST_Window | protected |
| m_cursorShape | GHOST_Window | protected |
| m_cursorVisible | GHOST_Window | protected |
| m_drawingContextType | GHOST_Window | protected |
| m_fullScreen | GHOST_Window | protected |
| m_fullScreenHeight | GHOST_Window | protected |
| m_fullScreenWidth | GHOST_Window | protected |
| m_isUnsavedChanges | GHOST_Window | protected |
| m_nativePixelSize | GHOST_Window | protected |
| m_progressBarVisible | GHOST_Window | protected |
| m_userData | GHOST_Window | protected |
| m_wantStereoVisual | GHOST_Window | protected |
| newDrawingContext(GHOST_TDrawingContextType type)=0 | GHOST_Window | protectedpure virtual |
| releaseNativeHandles() | GHOST_Window | protected |
| screenToClient(int32_t inX, int32_t inY, int32_t &outX, int32_t &outY) const =0 | GHOST_IWindow | pure virtual |
| setAcceptDragOperation(bool canAccept) | GHOST_Window | virtual |
| setClientHeight(uint32_t height)=0 | GHOST_IWindow | pure virtual |
| setClientSize(uint32_t width, uint32_t height)=0 | GHOST_IWindow | pure virtual |
| setClientWidth(uint32_t width)=0 | GHOST_IWindow | pure virtual |
| setCursorGrab(GHOST_TGrabCursorMode mode, GHOST_TAxisFlag wrap_axis, GHOST_Rect *bounds, int32_t mouse_ungrab_xy[2]) | GHOST_Window | virtual |
| setCursorGrabAccum(int32_t x, int32_t y) | GHOST_Window | inline |
| setCursorShape(GHOST_TStandardCursor cursorShape) | GHOST_Window | virtual |
| setCursorVisibility(bool visible) | GHOST_Window | virtual |
| setCustomCursorShape(uint8_t *bitmap, uint8_t *mask, int sizex, int sizey, int hotX, int hotY, bool canInvertColor) | GHOST_Window | virtual |
| setDrawingContextType(GHOST_TDrawingContextType type) | GHOST_Window | virtual |
| setModifiedState(bool isUnsavedChanges) | GHOST_Window | virtual |
| setOrder(GHOST_TWindowOrder order)=0 | GHOST_IWindow | pure virtual |
| setProgressBar(float) | GHOST_Window | inlinevirtual |
| setState(GHOST_TWindowState state)=0 | GHOST_IWindow | pure virtual |
| setSwapInterval(int interval) | GHOST_Window | virtual |
| setTitle(const char *title)=0 | GHOST_IWindow | pure virtual |
| setUserData(const GHOST_TUserDataPtr userData) | GHOST_Window | inlinevirtual |
| setWindowCursorGrab(GHOST_TGrabCursorMode) | GHOST_Window | inlineprotectedvirtual |
| setWindowCursorShape(GHOST_TStandardCursor shape)=0 | GHOST_Window | protectedpure virtual |
| setWindowCursorVisibility(bool visible)=0 | GHOST_Window | protectedpure virtual |
| setWindowCustomCursorShape(uint8_t *bitmap, uint8_t *mask, int szx, int szy, int hotX, int hotY, bool canInvertColor)=0 | GHOST_Window | protectedpure virtual |
| swapBuffers() | GHOST_Window | virtual |
| updateDrawingContext() | GHOST_Window | |
| ~GHOST_IWindow() | GHOST_IWindow | inlinevirtual |
| ~GHOST_Window() | GHOST_Window | virtual |