Blender V2.61 - r43446
|
#include <GHOST_DisplayManagerNULL.h>
Public Member Functions | |
GHOST_DisplayManagerNULL (GHOST_SystemNULL *system) | |
GHOST_TSuccess | getNumDisplays (GHOST_TUns8 &numDisplays) const |
GHOST_TSuccess | getNumDisplaySettings (GHOST_TUns8 display, GHOST_TInt32 &numSettings) const |
GHOST_TSuccess | getDisplaySetting (GHOST_TUns8 display, GHOST_TInt32 index, GHOST_DisplaySetting &setting) const |
GHOST_TSuccess | getCurrentDisplaySetting (GHOST_TUns8 display, GHOST_DisplaySetting &setting) const |
GHOST_TSuccess | setCurrentDisplaySetting (GHOST_TUns8 display, const GHOST_DisplaySetting &setting) |
Definition at line 36 of file GHOST_DisplayManagerNULL.h.
GHOST_DisplayManagerNULL::GHOST_DisplayManagerNULL | ( | GHOST_SystemNULL * | system | ) | [inline] |
Definition at line 39 of file GHOST_DisplayManagerNULL.h.
GHOST_TSuccess GHOST_DisplayManagerNULL::getCurrentDisplaySetting | ( | GHOST_TUns8 | display, |
GHOST_DisplaySetting & | setting | ||
) | const [inline, virtual] |
Returns the current setting for this display device.
display | The index of the display to query with 0 <= display < getNumDisplays(). |
setting | The current setting of the display device with this index. |
Reimplemented from GHOST_DisplayManager.
Definition at line 43 of file GHOST_DisplayManagerNULL.h.
References getDisplaySetting().
GHOST_TSuccess GHOST_DisplayManagerNULL::getDisplaySetting | ( | GHOST_TUns8 | display, |
GHOST_TInt32 | index, | ||
GHOST_DisplaySetting & | setting | ||
) | const [inline, virtual] |
Returns the current setting for this display device.
display | The index of the display to query with 0 <= display < getNumDisplays(). |
index | The setting index to be returned. |
setting | The setting of the display device with this index. |
Reimplemented from GHOST_DisplayManager.
Definition at line 42 of file GHOST_DisplayManagerNULL.h.
References GHOST_kFailure.
Referenced by getCurrentDisplaySetting().
GHOST_TSuccess GHOST_DisplayManagerNULL::getNumDisplays | ( | GHOST_TUns8 & | numDisplays | ) | const [inline, virtual] |
Returns the number of display devices on this system.
numDisplays | The number of displays on this system. |
Reimplemented from GHOST_DisplayManager.
Definition at line 40 of file GHOST_DisplayManagerNULL.h.
References GHOST_kFailure.
GHOST_TSuccess GHOST_DisplayManagerNULL::getNumDisplaySettings | ( | GHOST_TUns8 | display, |
GHOST_TInt32 & | numSettings | ||
) | const [inline, virtual] |
Returns the number of display settings for this display device.
display | The index of the display to query with 0 <= display < getNumDisplays(). |
numSettings | The number of settings of the display device with this index. |
Reimplemented from GHOST_DisplayManager.
Definition at line 41 of file GHOST_DisplayManagerNULL.h.
References GHOST_kFailure.
GHOST_TSuccess GHOST_DisplayManagerNULL::setCurrentDisplaySetting | ( | GHOST_TUns8 | display, |
const GHOST_DisplaySetting & | setting | ||
) | [inline, virtual] |
Changes the current setting for this display device. The setting given to this method is matched againts the available diplay settings. The best match is activated (
display | The index of the display to query with 0 <= display < getNumDisplays(). |
setting | The setting of the display device to be matched and activated. |
Reimplemented from GHOST_DisplayManager.
Definition at line 44 of file GHOST_DisplayManagerNULL.h.
References GHOST_kSuccess.