activateDrawingContext() | GHOST_Window | virtual |
beginFullScreen() const | GHOST_WindowCocoa | inlinevirtual |
canAcceptDragOperation() const | GHOST_Window | virtual |
clientToScreen(int32_t inX, int32_t inY, int32_t &outX, int32_t &outY) const | GHOST_WindowCocoa | virtual |
clientToScreenIntern(int32_t inX, int32_t inY, int32_t &outX, int32_t &outY) const | GHOST_WindowCocoa | |
endFullScreen() const | GHOST_WindowCocoa | inlinevirtual |
endProgressBar() | GHOST_WindowCocoa | virtual |
getClientBounds(GHOST_Rect &bounds) const | GHOST_WindowCocoa | virtual |
GetCocoaTabletData() | GHOST_WindowCocoa | inline |
getCocoaWindow() const | GHOST_WindowCocoa | inline |
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 |
getImmediateDraw(void) const | GHOST_WindowCocoa | inline |
getModifiedState() | GHOST_Window | virtual |
getNativePixelSize(void) | GHOST_Window | inlinevirtual |
getOSWindow() const | GHOST_WindowCocoa | virtual |
getScreen() | GHOST_WindowCocoa | |
getStandardCursor(GHOST_TStandardCursor cursor) const | GHOST_WindowCocoa | |
getState() const | GHOST_WindowCocoa | virtual |
getSwapInterval(int &intervalOut) | GHOST_Window | virtual |
getTitle() const | GHOST_WindowCocoa | virtual |
getUserData() const | GHOST_Window | inlinevirtual |
getValid() const | GHOST_WindowCocoa | virtual |
getWindowBounds(GHOST_Rect &bounds) const | GHOST_WindowCocoa | virtual |
GHOST_Window(uint32_t width, uint32_t height, GHOST_TWindowState state, const bool wantStereoVisual=false, const bool exclusive=false) | GHOST_Window | |
GHOST_WindowCocoa(GHOST_SystemCocoa *systemCocoa, const char *title, int32_t left, int32_t bottom, uint32_t width, uint32_t height, GHOST_TWindowState state, GHOST_TDrawingContextType type=GHOST_kDrawingContextTypeNone, const bool stereoVisual=false, bool is_debug=false, bool dialog=false, GHOST_WindowCocoa *parentWindow=0) | GHOST_WindowCocoa | |
hasCursorShape(GHOST_TStandardCursor shape) | GHOST_WindowCocoa | protectedvirtual |
invalidate() | GHOST_WindowCocoa | protectedvirtual |
isDialog() const | GHOST_WindowCocoa | virtual |
loadCursor(bool visible, GHOST_TStandardCursor cursor) const | GHOST_WindowCocoa | |
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_customCursor | GHOST_WindowCocoa | protected |
m_debug_context | GHOST_WindowCocoa | protected |
m_drawingContextType | GHOST_Window | protected |
m_fullScreen | GHOST_Window | protected |
m_fullScreenHeight | GHOST_Window | protected |
m_fullScreenWidth | GHOST_Window | protected |
m_immediateDraw | GHOST_WindowCocoa | protected |
m_is_dialog | GHOST_WindowCocoa | protected |
m_isUnsavedChanges | GHOST_Window | protected |
m_metalLayer | GHOST_WindowCocoa | protected |
m_metalView | GHOST_WindowCocoa | protected |
m_nativePixelSize | GHOST_Window | protected |
m_openGLView | GHOST_WindowCocoa | protected |
m_progressBarVisible | GHOST_Window | protected |
m_systemCocoa | GHOST_WindowCocoa | protected |
m_tablet | GHOST_WindowCocoa | protected |
m_userData | GHOST_Window | protected |
m_wantStereoVisual | GHOST_Window | protected |
m_window | GHOST_WindowCocoa | protected |
newDrawingContext(GHOST_TDrawingContextType type) | GHOST_WindowCocoa | protectedvirtual |
releaseNativeHandles() | GHOST_Window | protected |
screenToClient(int32_t inX, int32_t inY, int32_t &outX, int32_t &outY) const | GHOST_WindowCocoa | virtual |
screenToClientIntern(int32_t inX, int32_t inY, int32_t &outX, int32_t &outY) const | GHOST_WindowCocoa | |
setAcceptDragOperation(bool canAccept) | GHOST_Window | virtual |
setClientHeight(uint32_t height) | GHOST_WindowCocoa | virtual |
setClientSize(uint32_t width, uint32_t height) | GHOST_WindowCocoa | virtual |
setClientWidth(uint32_t width) | GHOST_WindowCocoa | 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 |
setImmediateDraw(bool value) | GHOST_WindowCocoa | inline |
setModifiedState(bool isUnsavedChanges) | GHOST_WindowCocoa | virtual |
setNativePixelSize(void) | GHOST_WindowCocoa | |
setOrder(GHOST_TWindowOrder order) | GHOST_WindowCocoa | virtual |
setProgressBar(float progress) | GHOST_WindowCocoa | virtual |
setState(GHOST_TWindowState state) | GHOST_WindowCocoa | virtual |
setSwapInterval(int interval) | GHOST_Window | virtual |
setTitle(const char *title) | GHOST_WindowCocoa | virtual |
setUserData(const GHOST_TUserDataPtr userData) | GHOST_Window | inlinevirtual |
setWindowCursorGrab(GHOST_TGrabCursorMode mode) | GHOST_WindowCocoa | protectedvirtual |
setWindowCursorShape(GHOST_TStandardCursor shape) | GHOST_WindowCocoa | protectedvirtual |
setWindowCursorVisibility(bool visible) | GHOST_WindowCocoa | protectedvirtual |
setWindowCustomCursorShape(uint8_t *bitmap, uint8_t *mask, int sizex, int sizey, int hotX, int hotY, bool canInvertColor) | GHOST_WindowCocoa | protectedvirtual |
swapBuffers() | GHOST_Window | virtual |
updateDrawingContext() | GHOST_Window | |
~GHOST_IWindow() | GHOST_IWindow | inlinevirtual |
~GHOST_Window() | GHOST_Window | virtual |
~GHOST_WindowCocoa() | GHOST_WindowCocoa | |