Blender  V2.93
GHOST_WindowNULL Member List

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

activateDrawingContext()GHOST_WindowNULLinlineprotectedvirtual
beginFullScreen() constGHOST_WindowNULLinlineprotectedvirtual
canAcceptDragOperation() constGHOST_Windowvirtual
clientToScreen(GHOST_TInt32 inX, GHOST_TInt32 inY, GHOST_TInt32 &outX, GHOST_TInt32 &outY) constGHOST_WindowNULLinlineprotectedvirtual
endFullScreen() constGHOST_WindowNULLinlineprotectedvirtual
endProgressBar()GHOST_Windowinlinevirtual
getClientBounds(GHOST_Rect &bounds) constGHOST_WindowNULLinlineprotectedvirtual
getCursorGrabAccum(GHOST_TInt32 &x, GHOST_TInt32 &y) constGHOST_Windowinline
getCursorGrabAxis() constGHOST_Windowinline
getCursorGrabBounds(GHOST_Rect &bounds)GHOST_Window
getCursorGrabInitPos(GHOST_TInt32 &x, GHOST_TInt32 &y) constGHOST_Windowinline
getCursorGrabMode() constGHOST_Windowinline
getCursorGrabModeIsWarp() constGHOST_Windowinline
getCursorShape() constGHOST_Windowinlinevirtual
getCursorVisibility() constGHOST_Windowinlinevirtual
getDefaultFramebuffer()GHOST_Windowvirtual
getDPIHint()GHOST_Windowinlinevirtual
getDrawingContextType()GHOST_Windowinlinevirtual
getModifiedState()GHOST_Windowvirtual
getNativePixelSize(void)GHOST_Windowinlinevirtual
getOSWindow() constGHOST_Windowvirtual
getState() constGHOST_WindowNULLinlineprotectedvirtual
getSwapInterval(int &intervalOut)GHOST_Windowvirtual
getTitle() constGHOST_WindowNULLinlineprotectedvirtual
getUserData() constGHOST_Windowinlinevirtual
getValid() constGHOST_WindowNULLinlineprotectedvirtual
getWindowBounds(GHOST_Rect &bounds) constGHOST_WindowNULLinlineprotectedvirtual
GHOST_Window(GHOST_TUns32 width, GHOST_TUns32 height, GHOST_TWindowState state, const bool wantStereoVisual=false, const bool exclusive=false)GHOST_Window
GHOST_WindowNULL(GHOST_SystemNULL *system, const char *title, GHOST_TInt32 left, GHOST_TInt32 top, GHOST_TUns32 width, GHOST_TUns32 height, GHOST_TWindowState state, const GHOST_IWindow *parentWindow, GHOST_TDrawingContextType type, const bool stereoVisual)GHOST_WindowNULLinline
hasCursorShape(GHOST_TStandardCursor)GHOST_WindowNULLinlinevirtual
installDrawingContext(GHOST_TDrawingContextType type)GHOST_WindowNULLinlineprotected
invalidate()GHOST_WindowNULLinlineprotectedvirtual
isDialog() constGHOST_Windowinlinevirtual
m_canAcceptDragOperationGHOST_Windowprotected
m_cursorGrabGHOST_Windowprotected
m_cursorGrabAccumPosGHOST_Windowprotected
m_cursorGrabAxisGHOST_Windowprotected
m_cursorGrabBoundsGHOST_Windowprotected
m_cursorGrabInitPosGHOST_Windowprotected
m_cursorShapeGHOST_Windowprotected
m_cursorVisibleGHOST_Windowprotected
m_drawingContextTypeGHOST_Windowprotected
m_fullScreenGHOST_Windowprotected
m_fullScreenHeightGHOST_Windowprotected
m_fullScreenWidthGHOST_Windowprotected
m_isUnsavedChangesGHOST_Windowprotected
m_nativePixelSizeGHOST_Windowprotected
m_progressBarVisibleGHOST_Windowprotected
m_userDataGHOST_Windowprotected
m_wantStereoVisualGHOST_Windowprotected
releaseNativeHandles()GHOST_Windowprotected
removeDrawingContext()GHOST_WindowNULLinlineprotected
screenToClient(GHOST_TInt32 inX, GHOST_TInt32 inY, GHOST_TInt32 &outX, GHOST_TInt32 &outY) constGHOST_WindowNULLinlineprotectedvirtual
setAcceptDragOperation(bool canAccept)GHOST_Windowvirtual
setClientHeight(GHOST_TUns32 height)GHOST_WindowNULLinlineprotectedvirtual
setClientSize(GHOST_TUns32 width, GHOST_TUns32 height)GHOST_WindowNULLinlineprotectedvirtual
setClientWidth(GHOST_TUns32 width)GHOST_WindowNULLinlineprotectedvirtual
setCursorGrab(GHOST_TGrabCursorMode mode, GHOST_TAxisFlag wrap_axis, GHOST_Rect *bounds, GHOST_TInt32 mouse_ungrab_xy[2])GHOST_Windowvirtual
setCursorGrabAccum(GHOST_TInt32 x, GHOST_TInt32 y)GHOST_Windowinline
setCursorShape(GHOST_TStandardCursor cursorShape)GHOST_Windowvirtual
setCursorVisibility(bool visible)GHOST_Windowvirtual
setCustomCursorShape(GHOST_TUns8 *bitmap, GHOST_TUns8 *mask, int sizex, int sizey, int hotX, int hotY, bool canInvertColor)GHOST_Windowvirtual
setDrawingContextType(GHOST_TDrawingContextType type)GHOST_Windowvirtual
setModifiedState(bool isUnsavedChanges)GHOST_Windowvirtual
setOrder(GHOST_TWindowOrder order)GHOST_WindowNULLinlineprotectedvirtual
setProgressBar(float)GHOST_Windowinlinevirtual
setState(GHOST_TWindowState state)GHOST_WindowNULLinlineprotectedvirtual
setSwapInterval(int interval)GHOST_Windowvirtual
setTitle(const char *title)GHOST_WindowNULLinlineprotectedvirtual
setUserData(const GHOST_TUserDataPtr userData)GHOST_Windowinlinevirtual
setWindowCursorGrab(GHOST_TGrabCursorMode mode)GHOST_WindowNULLinlineprotectedvirtual
setWindowCursorShape(GHOST_TStandardCursor shape)GHOST_WindowNULLinlineprotectedvirtual
setWindowCursorVisibility(bool visible)GHOST_WindowNULLinlineprotectedvirtual
setWindowCustomCursorShape(GHOST_TUns8 *bitmap, GHOST_TUns8 *mask, int sizex, int sizey, int hotX, int hotY, bool canInvertColor)GHOST_WindowNULLinlineprotectedvirtual
swapBuffers()GHOST_WindowNULLinlineprotectedvirtual
updateDrawingContext()GHOST_Window
~GHOST_IWindow()GHOST_IWindowinlinevirtual
~GHOST_Window()GHOST_Windowvirtual
~GHOST_WindowNULL()GHOST_WindowNULLinlineprotected