| activateDrawingContext() | GHOST_Window | virtual |
| beginFullScreen() const | GHOST_WindowWin32 | inlinevirtual |
| bringTabletContextToFront() | GHOST_WindowWin32 | |
| canAcceptDragOperation() const | GHOST_Window | virtual |
| clientToScreen(GHOST_TInt32 inX, GHOST_TInt32 inY, GHOST_TInt32 &outX, GHOST_TInt32 &outY) const | GHOST_WindowWin32 | virtual |
| close | GHOST_WindowWin32 | |
| enable | GHOST_WindowWin32 | |
| endFullScreen() const | GHOST_WindowWin32 | inlinevirtual |
| endProgressBar() | GHOST_WindowWin32 | virtual |
| getClientBounds(GHOST_Rect &bounds) const | GHOST_WindowWin32 | virtual |
| getCursorGrabAccum(GHOST_TInt32 &x, GHOST_TInt32 &y) const | GHOST_Window | inline |
| getCursorGrabAxis() const | GHOST_Window | inline |
| getCursorGrabBounds(GHOST_Rect &bounds) | GHOST_Window | |
| getCursorGrabInitPos(GHOST_TInt32 &x, GHOST_TInt32 &y) const | GHOST_Window | inline |
| getCursorGrabMode() const | GHOST_Window | inline |
| getCursorGrabModeIsWarp() const | GHOST_Window | inline |
| getCursorShape() const | GHOST_Window | inlinevirtual |
| getCursorVisibility() const | GHOST_Window | inlinevirtual |
| getDefaultFramebuffer() | GHOST_Window | virtual |
| getDPIHint() override | GHOST_WindowWin32 | virtual |
| getDrawingContextType() | GHOST_Window | inlinevirtual |
| getHWND() const | GHOST_WindowWin32 | |
| getModifiedState() | GHOST_Window | virtual |
| getNativePixelSize(void) | GHOST_Window | inlinevirtual |
| getOSWindow() const | GHOST_Window | virtual |
| getPointerInfo(std::vector< GHOST_PointerInfoWin32 > &outPointerInfo, WPARAM wParam, LPARAM lParam) | GHOST_WindowWin32 | |
| getStandardCursor(GHOST_TStandardCursor shape) const | GHOST_WindowWin32 | |
| getState() const | GHOST_WindowWin32 | virtual |
| getSwapInterval(int &intervalOut) | GHOST_Window | virtual |
| getTabletData() | GHOST_WindowWin32 | inline |
| getTitle() const | GHOST_WindowWin32 | virtual |
| getUserData() const | GHOST_Window | inlinevirtual |
| getValid() const | GHOST_WindowWin32 | virtual |
| getWindowBounds(GHOST_Rect &bounds) const | GHOST_WindowWin32 | virtual |
| GHOST_Window(GHOST_TUns32 width, GHOST_TUns32 height, GHOST_TWindowState state, const bool wantStereoVisual=false, const bool exclusive=false) | GHOST_Window | |
| GHOST_WindowWin32(GHOST_SystemWin32 *system, const char *title, GHOST_TInt32 left, GHOST_TInt32 top, GHOST_TUns32 width, GHOST_TUns32 height, GHOST_TWindowState state, GHOST_TDrawingContextType type=GHOST_kDrawingContextTypeNone, bool wantStereoVisual=false, bool alphaBackground=false, GHOST_WindowWin32 *parentWindow=0, bool is_debug=false, bool dialog=false) | GHOST_WindowWin32 | |
| handle | GHOST_WindowWin32 | |
| info | GHOST_WindowWin32 | |
| invalidate() | GHOST_WindowWin32 | virtual |
| isDialog() const | GHOST_WindowWin32 | virtual |
| loadCursor(bool visible, GHOST_TStandardCursor cursorShape) const | GHOST_WindowWin32 | |
| lostMouseCapture() | GHOST_WindowWin32 | |
| 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_inLiveResize | GHOST_WindowWin32 | |
| m_isUnsavedChanges | GHOST_Window | protected |
| m_nativePixelSize | GHOST_Window | protected |
| m_progressBarVisible | GHOST_Window | protected |
| m_tabletInRange | GHOST_WindowWin32 | |
| m_userData | GHOST_Window | protected |
| m_wantStereoVisual | GHOST_Window | protected |
| maxAltitude | GHOST_WindowWin32 | |
| maxAzimuth | GHOST_WindowWin32 | |
| maxPressure | GHOST_WindowWin32 | |
| open | GHOST_WindowWin32 | |
| overlap | GHOST_WindowWin32 | |
| packet | GHOST_WindowWin32 | |
| processWin32TabletActivateEvent(WORD state) | GHOST_WindowWin32 | |
| processWin32TabletEvent(WPARAM wParam, LPARAM lParam) | GHOST_WindowWin32 | |
| processWin32TabletInitEvent() | GHOST_WindowWin32 | |
| releaseNativeHandles() | GHOST_Window | protected |
| screenToClient(GHOST_TInt32 inX, GHOST_TInt32 inY, GHOST_TInt32 &outX, GHOST_TInt32 &outY) const | GHOST_WindowWin32 | virtual |
| setAcceptDragOperation(bool canAccept) | GHOST_Window | virtual |
| setClientHeight(GHOST_TUns32 height) | GHOST_WindowWin32 | virtual |
| setClientSize(GHOST_TUns32 width, GHOST_TUns32 height) | GHOST_WindowWin32 | virtual |
| setClientWidth(GHOST_TUns32 width) | GHOST_WindowWin32 | virtual |
| setCursorGrab(GHOST_TGrabCursorMode mode, GHOST_TAxisFlag wrap_axis, GHOST_Rect *bounds, GHOST_TInt32 mouse_ungrab_xy[2]) | GHOST_Window | virtual |
| setCursorGrabAccum(GHOST_TInt32 x, GHOST_TInt32 y) | GHOST_Window | inline |
| setCursorShape(GHOST_TStandardCursor cursorShape) | GHOST_Window | virtual |
| setCursorVisibility(bool visible) | GHOST_Window | virtual |
| setCustomCursorShape(GHOST_TUns8 *bitmap, GHOST_TUns8 *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) | GHOST_WindowWin32 | virtual |
| setProgressBar(float progress) | GHOST_WindowWin32 | virtual |
| setState(GHOST_TWindowState state) | GHOST_WindowWin32 | virtual |
| setSwapInterval(int interval) | GHOST_Window | virtual |
| setTitle(const char *title) | GHOST_WindowWin32 | virtual |
| setUserData(const GHOST_TUserDataPtr userData) | GHOST_Window | inlinevirtual |
| swapBuffers() | GHOST_Window | virtual |
| tablet | GHOST_WindowWin32 | |
| updateDrawingContext() | GHOST_Window | |
| updateMouseCapture(GHOST_MouseCaptureEventWin32 event) | GHOST_WindowWin32 | |
| useTabletAPI(GHOST_TTabletAPI api) const | GHOST_WindowWin32 | |
| ~GHOST_IWindow() | GHOST_IWindow | inlinevirtual |
| ~GHOST_Window() | GHOST_Window | virtual |
| ~GHOST_WindowWin32() | GHOST_WindowWin32 | |