Blender
V3.3
|
#include <GHOST_WindowNULL.h>
Definition at line 16 of file GHOST_WindowNULL.h.
|
inline |
Definition at line 23 of file GHOST_WindowNULL.h.
References setTitle().
|
inlineprotected |
Definition at line 114 of file GHOST_WindowNULL.h.
|
inlineprotectedvirtual |
Activates the drawing context of this window.
Reimplemented from GHOST_Window.
Definition at line 110 of file GHOST_WindowNULL.h.
References GHOST_kFailure.
|
inlineprotectedvirtual |
Implements GHOST_IWindow.
Definition at line 138 of file GHOST_WindowNULL.h.
References GHOST_kSuccess.
|
inlineprotectedvirtual |
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 101 of file GHOST_WindowNULL.h.
|
inlineprotectedvirtual |
Implements GHOST_IWindow.
Definition at line 142 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 81 of file GHOST_WindowNULL.h.
Referenced by getWindowBounds().
|
inlineprotectedvirtual |
Returns the state of the window (normal, minimized, maximized).
Implements GHOST_IWindow.
Definition at line 125 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 73 of file GHOST_WindowNULL.h.
|
inlineprotectedvirtual |
Returns indication as to whether the window is valid.
Reimplemented from GHOST_Window.
Definition at line 66 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 77 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 18 of file GHOST_WindowNULL.h.
References GHOST_kSuccess.
|
inlineprotected |
Definition at line 39 of file GHOST_WindowNULL.h.
References GHOST_kSuccess.
|
inlineprotectedvirtual |
Invalidates the contents of this window.
Implements GHOST_IWindow.
Definition at line 129 of file GHOST_WindowNULL.h.
References GHOST_kSuccess.
|
inlineprotected |
Definition at line 43 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 96 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 88 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 92 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 84 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 133 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 121 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 70 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 47 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 51 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 117 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 55 of file GHOST_WindowNULL.h.
References GHOST_kSuccess.
|
inlineprotectedvirtual |
Swaps front and back buffers of a window.
Reimplemented from GHOST_Window.
Definition at line 106 of file GHOST_WindowNULL.h.
References GHOST_kFailure.