|
Blender V5.0
|
#include <GHOST_WindowNULL.hh>
Inherits GHOST_Window.
Definition at line 18 of file GHOST_WindowNULL.hh.
|
inline |
Definition at line 25 of file GHOST_WindowNULL.hh.
References false, GHOST_Window::GHOST_Window(), and state.
|
overrideprotecteddefault |
|
inlineoverrideprotectedvirtual |
Activates the drawing context of this window.
Reimplemented from GHOST_Window.
Definition at line 112 of file GHOST_WindowNULL.hh.
References GHOST_kFailure.
|
inlineoverrideprotectedvirtual |
Converts a point in client rectangle coordinates to screen 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 103 of file GHOST_WindowNULL.hh.
|
inlineoverrideprotectedvirtual |
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 83 of file GHOST_WindowNULL.hh.
Referenced by getWindowBounds().
|
inlineoverrideprotectedvirtual |
Returns the state of the window (normal, minimized, maximized).
Implements GHOST_IWindow.
Definition at line 126 of file GHOST_WindowNULL.hh.
References GHOST_kWindowStateNormal.
|
inlineoverrideprotectedvirtual |
Returns the title displayed in the title bar.
| title | The title displayed in the title bar. |
Implements GHOST_IWindow.
Definition at line 71 of file GHOST_WindowNULL.hh.
|
inlineoverrideprotectedvirtual |
Returns indication as to whether the window is valid.
Reimplemented from GHOST_Window.
Definition at line 64 of file GHOST_WindowNULL.hh.
|
inlineoverrideprotectedvirtual |
Returns the window rectangle dimensions. These are screen coordinates.
| bounds | The bounding rectangle of the window. |
Implements GHOST_IWindow.
Definition at line 79 of file GHOST_WindowNULL.hh.
References bounds(), and getClientBounds().
|
inlineoverridevirtual |
Test if the standard cursor shape is supported by current platform.
Implements GHOST_IWindow.
Definition at line 20 of file GHOST_WindowNULL.hh.
References GHOST_kSuccess.
|
inlineprotected |
Definition at line 39 of file GHOST_WindowNULL.hh.
References GHOST_kSuccess.
|
inlineoverrideprotectedvirtual |
Invalidates the contents of this window.
Implements GHOST_IWindow.
Definition at line 130 of file GHOST_WindowNULL.hh.
References GHOST_kSuccess.
|
inlineprotected |
Definition at line 43 of file GHOST_WindowNULL.hh.
References GHOST_kSuccess.
|
inlineoverrideprotectedvirtual |
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 98 of file GHOST_WindowNULL.hh.
|
inlineoverrideprotectedvirtual |
Resizes client rectangle height.
| height | The new height of the client area of the window. |
Implements GHOST_IWindow.
Definition at line 90 of file GHOST_WindowNULL.hh.
References GHOST_kFailure.
|
inlineoverrideprotectedvirtual |
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 94 of file GHOST_WindowNULL.hh.
References GHOST_kFailure.
|
inlineoverrideprotectedvirtual |
Resizes client rectangle width.
| width | The new width of the client area of the window. |
Implements GHOST_IWindow.
Definition at line 86 of file GHOST_WindowNULL.hh.
References GHOST_kFailure.
|
inlineoverrideprotectedvirtual |
Sets the order of the window (bottom, top).
| order | The order of the window. |
Implements GHOST_IWindow.
Definition at line 134 of file GHOST_WindowNULL.hh.
References GHOST_kSuccess.
|
inlineoverrideprotectedvirtual |
Sets the file name represented by this window.
| filepath | The file directory. |
Reimplemented from GHOST_Window.
Definition at line 75 of file GHOST_WindowNULL.hh.
References GHOST_kFailure.
|
inlineoverrideprotectedvirtual |
Sets the state of the window (normal, minimized, maximized).
| state | The state of the window. |
Implements GHOST_IWindow.
Definition at line 122 of file GHOST_WindowNULL.hh.
References GHOST_kSuccess.
|
inlineoverrideprotectedvirtual |
Sets the title displayed in the title bar.
| title | The title to display in the title bar. |
Implements GHOST_IWindow.
Definition at line 68 of file GHOST_WindowNULL.hh.
|
inlineoverrideprotectedvirtual |
Sets the cursor grab on the window using native window system calls.
Reimplemented from GHOST_Window.
Definition at line 47 of file GHOST_WindowNULL.hh.
References GHOST_kSuccess.
|
inlineoverrideprotectedvirtual |
Implements GHOST_Window.
Definition at line 51 of file GHOST_WindowNULL.hh.
References GHOST_kSuccess.
|
inlineoverrideprotectedvirtual |
Sets the cursor visibility on the window using native window system calls.
Implements GHOST_Window.
Definition at line 118 of file GHOST_WindowNULL.hh.
References GHOST_kSuccess.
|
inlineoverrideprotectedvirtual |
Implements GHOST_Window.
Definition at line 55 of file GHOST_WindowNULL.hh.
References GHOST_kSuccess.
|
inlineoverrideprotectedvirtual |
Reimplemented from GHOST_Window.
Definition at line 108 of file GHOST_WindowNULL.hh.
References GHOST_kFailure.