|
Blender
V2.93
|
#include <GHOST_WindowNULL.h>
Inherits GHOST_Window.
Additional Inherited Members | |
Protected Attributes inherited from GHOST_Window | |
| GHOST_TDrawingContextType | m_drawingContextType |
| GHOST_TUserDataPtr | m_userData |
| bool | m_cursorVisible |
| GHOST_TGrabCursorMode | m_cursorGrab |
| GHOST_TAxisFlag | m_cursorGrabAxis |
| GHOST_TInt32 | m_cursorGrabInitPos [2] |
| GHOST_TInt32 | m_cursorGrabAccumPos [2] |
| GHOST_Rect | m_cursorGrabBounds |
| GHOST_TStandardCursor | m_cursorShape |
| bool | m_progressBarVisible |
| bool | m_canAcceptDragOperation |
| bool | m_isUnsavedChanges |
| bool | m_fullScreen |
| bool | m_wantStereoVisual |
| GHOST_TUns32 | m_fullScreenWidth |
| GHOST_TUns32 | m_fullScreenHeight |
| float | m_nativePixelSize |
Definition at line 30 of file GHOST_WindowNULL.h.
|
inline |
Definition at line 37 of file GHOST_WindowNULL.h.
References setTitle().
|
inlineprotected |
Definition at line 134 of file GHOST_WindowNULL.h.
|
inlineprotectedvirtual |
Activates the drawing context of this window.
Reimplemented from GHOST_Window.
Definition at line 130 of file GHOST_WindowNULL.h.
References GHOST_kFailure.
|
inlineprotectedvirtual |
Implements GHOST_IWindow.
Definition at line 158 of file GHOST_WindowNULL.h.
References GHOST_kSuccess.
|
inlineprotectedvirtual |
Converts a point in screen coordinates to client rectangle coordinates
| inX | The x-coordinate in the client rectangle. |
| inY | The y-coordinate in the client rectangle. |
| outX | The x-coordinate on the screen. |
| outY | The y-coordinate on the screen. |
Implements GHOST_IWindow.
Definition at line 118 of file GHOST_WindowNULL.h.
|
inlineprotectedvirtual |
Implements GHOST_IWindow.
Definition at line 162 of file GHOST_WindowNULL.h.
References GHOST_kSuccess.
|
inlineprotectedvirtual |
Returns the client rectangle dimensions. The left and top members of the rectangle are always zero.
| bounds | The bounding rectangle of the client area of the window. |
Implements GHOST_IWindow.
Definition at line 95 of file GHOST_WindowNULL.h.
Referenced by getWindowBounds().
|
inlineprotectedvirtual |
Returns the state of the window (normal, minimized, maximized).
Implements GHOST_IWindow.
Definition at line 145 of file GHOST_WindowNULL.h.
References GHOST_kWindowStateNormal.
|
inlineprotectedvirtual |
Returns the title displayed in the title bar.
| title | The title displayed in the title bar. |
Implements GHOST_IWindow.
Definition at line 87 of file GHOST_WindowNULL.h.
|
inlineprotectedvirtual |
Returns indication as to whether the window is valid.
Reimplemented from GHOST_Window.
Definition at line 80 of file GHOST_WindowNULL.h.
|
inlineprotectedvirtual |
Returns the window rectangle dimensions. These are screen coordinates.
| bounds | The bounding rectangle of the window. |
Implements GHOST_IWindow.
Definition at line 91 of file GHOST_WindowNULL.h.
References bounds(), and getClientBounds().
|
inlinevirtual |
Test if the standard cursor shape is supported by current platform.
Implements GHOST_IWindow.
Definition at line 32 of file GHOST_WindowNULL.h.
References GHOST_kSuccess.
|
inlineprotected |
Definition at line 53 of file GHOST_WindowNULL.h.
References GHOST_kSuccess.
|
inlineprotectedvirtual |
Invalidates the contents of this window.
Implements GHOST_IWindow.
Definition at line 149 of file GHOST_WindowNULL.h.
References GHOST_kSuccess.
|
inlineprotected |
Definition at line 57 of file GHOST_WindowNULL.h.
References GHOST_kSuccess.
|
inlineprotectedvirtual |
Converts a point in screen coordinates to client rectangle coordinates
| inX | The x-coordinate on the screen. |
| inY | The y-coordinate on the screen. |
| outX | The x-coordinate in the client rectangle. |
| outY | The y-coordinate in the client rectangle. |
Implements GHOST_IWindow.
Definition at line 110 of file GHOST_WindowNULL.h.
|
inlineprotectedvirtual |
Resizes client rectangle height.
| height | The new height of the client area of the window. |
Implements GHOST_IWindow.
Definition at line 102 of file GHOST_WindowNULL.h.
References GHOST_kFailure.
|
inlineprotectedvirtual |
Resizes client rectangle.
| width | The new width of the client area of the window. |
| height | The new height of the client area of the window. |
Implements GHOST_IWindow.
Definition at line 106 of file GHOST_WindowNULL.h.
References GHOST_kFailure.
|
inlineprotectedvirtual |
Resizes client rectangle width.
| width | The new width of the client area of the window. |
Implements GHOST_IWindow.
Definition at line 98 of file GHOST_WindowNULL.h.
References GHOST_kFailure.
|
inlineprotectedvirtual |
Sets the order of the window (bottom, top).
| order | The order of the window. |
Implements GHOST_IWindow.
Definition at line 153 of file GHOST_WindowNULL.h.
References GHOST_kSuccess.
|
inlineprotectedvirtual |
Sets the state of the window (normal, minimized, maximized).
| state | The state of the window. |
Implements GHOST_IWindow.
Definition at line 141 of file GHOST_WindowNULL.h.
References GHOST_kSuccess.
|
inlineprotectedvirtual |
Sets the title displayed in the title bar.
| title | The title to display in the title bar. |
Implements GHOST_IWindow.
Definition at line 84 of file GHOST_WindowNULL.h.
Referenced by GHOST_WindowNULL().
|
inlineprotectedvirtual |
Sets the cursor grab on the window using native window system calls.
Reimplemented from GHOST_Window.
Definition at line 61 of file GHOST_WindowNULL.h.
References GHOST_kSuccess.
|
inlineprotectedvirtual |
Sets the cursor shape on the window using native window system calls.
Implements GHOST_Window.
Definition at line 65 of file GHOST_WindowNULL.h.
References GHOST_kSuccess.
|
inlineprotectedvirtual |
Sets the cursor visibility on the window using native window system calls.
Implements GHOST_Window.
Definition at line 137 of file GHOST_WindowNULL.h.
References GHOST_kSuccess.
|
inlineprotectedvirtual |
Sets the cursor shape on the window using native window system calls.
Implements GHOST_Window.
Definition at line 69 of file GHOST_WindowNULL.h.
References GHOST_kSuccess.
|
inlineprotectedvirtual |
Swaps front and back buffers of a window.
Reimplemented from GHOST_Window.
Definition at line 126 of file GHOST_WindowNULL.h.
References GHOST_kFailure.