, including all inherited members.
| activateDrawingContext() | GHOST_WindowWin32 | [virtual] |
| canAcceptDragOperation() const | GHOST_Window | [virtual] |
| clientToScreen(GHOST_TInt32 inX, GHOST_TInt32 inY, GHOST_TInt32 &outX, GHOST_TInt32 &outY) const | GHOST_WindowWin32 | [virtual] |
| endProgressBar() | GHOST_WindowWin32 | [virtual] |
| getClientBounds(GHOST_Rect &bounds) const | GHOST_WindowWin32 | [virtual] |
| getCursorGrabAccum(GHOST_TInt32 &x, GHOST_TInt32 &y) const | GHOST_Window | [inline, virtual] |
| getCursorGrabBounds(GHOST_Rect &bounds) | GHOST_Window | [virtual] |
| getCursorGrabInitPos(GHOST_TInt32 &x, GHOST_TInt32 &y) const | GHOST_Window | [inline, virtual] |
| getCursorGrabMode() const | GHOST_Window | [inline, virtual] |
| getCursorShape() const | GHOST_Window | [inline, virtual] |
| getCursorVisibility() const | GHOST_Window | [inline, virtual] |
| getDrawingContextType() | GHOST_Window | [inline, virtual] |
| getHWND() const | GHOST_WindowWin32 | [virtual] |
| getModifiedState() | GHOST_Window | [virtual] |
| getNextWindow() | GHOST_WindowWin32 | |
| getOSWindow() const | GHOST_Window | [virtual] |
| getState() const | GHOST_WindowWin32 | [virtual] |
| GetTabletData() | GHOST_WindowWin32 | [inline, virtual] |
| getTitle(STR_String &title) const | GHOST_WindowWin32 | [virtual] |
| getUserData() const | GHOST_Window | [inline, virtual] |
| getValid() const | GHOST_WindowWin32 | [virtual] |
| getWindowBounds(GHOST_Rect &bounds) const | GHOST_WindowWin32 | [virtual] |
| getWindowClassName() | GHOST_WindowWin32 | [inline, static] |
| GHOST_Window(GHOST_TUns32 width, GHOST_TUns32 height, GHOST_TWindowState state, GHOST_TDrawingContextType type=GHOST_kDrawingContextTypeNone, const bool stereoVisual=false, const GHOST_TUns16 numOfAASamples=0) | GHOST_Window | |
| GHOST_WindowWin32(GHOST_SystemWin32 *system, const STR_String &title, GHOST_TInt32 left, GHOST_TInt32 top, GHOST_TUns32 width, GHOST_TUns32 height, GHOST_TWindowState state, GHOST_TDrawingContextType type=GHOST_kDrawingContextTypeNone, const bool stereoVisual=false, const GHOST_TUns16 numOfAASamples=0, GHOST_TEmbedderWindowID parentWindowHwnd=0, GHOST_TSuccess msEnabled=GHOST_kFailure, int msPixelFormat=0) | GHOST_WindowWin32 | |
| initMultisample(PIXELFORMATDESCRIPTOR pfd) | GHOST_WindowWin32 | [protected] |
| installDrawingContext(GHOST_TDrawingContextType type) | GHOST_WindowWin32 | [protected, virtual] |
| invalidate() | GHOST_WindowWin32 | [virtual] |
| loadCursor(bool visible, GHOST_TStandardCursor cursorShape) const | GHOST_WindowWin32 | |
| lostMouseCapture() | GHOST_WindowWin32 | |
| m_Bar | GHOST_WindowWin32 | [protected] |
| m_canAcceptDragOperation | GHOST_Window | [protected] |
| m_cursorGrab | GHOST_Window | [protected] |
| m_cursorGrabAccumPos | 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_WindowWin32 | [protected] |
| m_drawingContextType | GHOST_Window | [protected] |
| m_dropTarget | GHOST_WindowWin32 | [protected] |
| m_fullScreen | GHOST_Window | [protected] |
| m_fullScreenHeight | GHOST_Window | [protected] |
| m_fullScreenWidth | GHOST_Window | [protected] |
| m_hasGrabMouse | GHOST_WindowWin32 | [protected] |
| m_hasMouseCaptured | GHOST_WindowWin32 | [protected] |
| m_hDC | GHOST_WindowWin32 | [protected] |
| m_height | GHOST_WindowWin32 | [protected] |
| m_hGlRc | GHOST_WindowWin32 | [protected] |
| m_hWnd | GHOST_WindowWin32 | [protected] |
| m_isUnsavedChanges | GHOST_Window | [protected] |
| m_left | GHOST_WindowWin32 | [protected] |
| m_maxAltitude | GHOST_WindowWin32 | [protected] |
| m_maxAzimuth | GHOST_WindowWin32 | [protected] |
| m_maxPressure | GHOST_WindowWin32 | [protected] |
| m_msPixelFormat | GHOST_WindowWin32 | [protected] |
| m_multisample | GHOST_WindowWin32 | [protected] |
| m_multisampleEnabled | GHOST_WindowWin32 | [protected] |
| m_nextWindow | GHOST_WindowWin32 | [protected] |
| m_normal_state | GHOST_WindowWin32 | [protected] |
| m_nPressedButtons | GHOST_WindowWin32 | [protected] |
| m_numOfAASamples | GHOST_Window | [protected] |
| m_parentWindowHwnd | GHOST_WindowWin32 | [protected] |
| m_progressBarVisible | GHOST_Window | [protected] |
| m_stereo | GHOST_WindowWin32 | [protected] |
| m_stereoVisual | GHOST_Window | [protected] |
| m_system | GHOST_WindowWin32 | [protected] |
| m_tablet | GHOST_WindowWin32 | [protected] |
| m_tabletData | GHOST_WindowWin32 | [protected] |
| m_title | GHOST_WindowWin32 | [protected] |
| m_top | GHOST_WindowWin32 | [protected] |
| m_userData | GHOST_Window | [protected] |
| m_width | GHOST_WindowWin32 | [protected] |
| m_wintab | GHOST_WindowWin32 | [protected] |
| processWin32TabletEvent(WPARAM wParam, LPARAM lParam) | GHOST_WindowWin32 | |
| processWin32TabletInitEvent() | GHOST_WindowWin32 | |
| registerMouseClickEvent(int press) | GHOST_WindowWin32 | |
| removeDrawingContext() | GHOST_WindowWin32 | [protected, virtual] |
| s_firstHDC | GHOST_WindowWin32 | [protected, static] |
| s_firsthGLRc | GHOST_WindowWin32 | [protected, static] |
| s_maxTitleLength | GHOST_WindowWin32 | [protected, static] |
| s_windowClassName | GHOST_WindowWin32 | [protected, static] |
| 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_Rect *bounds) | GHOST_Window | [virtual] |
| setCursorGrabAccum(GHOST_TInt32 x, GHOST_TInt32 y) | GHOST_Window | [inline, virtual] |
| setCursorShape(GHOST_TStandardCursor cursorShape) | GHOST_Window | [virtual] |
| setCursorVisibility(bool visible) | GHOST_Window | [virtual] |
| setCustomCursorShape(GHOST_TUns8 bitmap[16][2], GHOST_TUns8 mask[16][2], int hotX, int hotY) | GHOST_Window | [virtual] |
| setCustomCursorShape(GHOST_TUns8 *bitmap, GHOST_TUns8 *mask, int sizex, int sizey, int hotX, int hotY, int fg_color, int bg_color) | 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] |
| setTitle(const STR_String &title) | GHOST_WindowWin32 | [virtual] |
| setUserData(const GHOST_TUserDataPtr userData) | GHOST_Window | [inline, virtual] |
| setWindowCursorGrab(GHOST_TGrabCursorMode mode) | GHOST_WindowWin32 | [protected, virtual] |
| setWindowCursorShape(GHOST_TStandardCursor shape) | GHOST_WindowWin32 | [protected, virtual] |
| setWindowCursorVisibility(bool visible) | GHOST_WindowWin32 | [protected, virtual] |
| setWindowCustomCursorShape(GHOST_TUns8 bitmap[16][2], GHOST_TUns8 mask[16][2], int hotX, int hotY) | GHOST_WindowWin32 | [protected, virtual] |
| setWindowCustomCursorShape(GHOST_TUns8 *bitmap, GHOST_TUns8 *mask, int sizex, int sizey, int hotX, int hotY, int fg_color, int bg_color) | GHOST_WindowWin32 | [protected, virtual] |
| swapBuffers() | GHOST_WindowWin32 | [virtual] |
| ~GHOST_IWindow() | GHOST_IWindow | [inline, virtual] |
| ~GHOST_Window() | GHOST_Window | [virtual] |
| ~GHOST_WindowWin32() | GHOST_WindowWin32 | [virtual] |