Blender V2.61 - r43446
Public Member Functions

GHOST_DisplayManagerNULL Class Reference

#include <GHOST_DisplayManagerNULL.h>

Inheritance diagram for GHOST_DisplayManagerNULL:
Inheritance graph
[legend]

List of all members.

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)

Detailed Description

Definition at line 36 of file GHOST_DisplayManagerNULL.h.


Constructor & Destructor Documentation

GHOST_DisplayManagerNULL::GHOST_DisplayManagerNULL ( GHOST_SystemNULL system) [inline]

Definition at line 39 of file GHOST_DisplayManagerNULL.h.


Member Function Documentation

GHOST_TSuccess GHOST_DisplayManagerNULL::getCurrentDisplaySetting ( GHOST_TUns8  display,
GHOST_DisplaySetting setting 
) const [inline, virtual]

Returns the current setting for this display device.

Parameters:
displayThe index of the display to query with 0 <= display < getNumDisplays().
settingThe current setting of the display device with this index.
Returns:
Indication of success.

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.

Parameters:
displayThe index of the display to query with 0 <= display < getNumDisplays().
indexThe setting index to be returned.
settingThe setting of the display device with this index.
Returns:
Indication of success.

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.

Parameters:
numDisplaysThe number of displays on this system.
Returns:
Indication of success.

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.

Parameters:
displayThe index of the display to query with 0 <= display < getNumDisplays().
numSettingsThe number of settings of the display device with this index.
Returns:
Indication of success.

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 (

See also:
findMatch()).
Parameters:
displayThe index of the display to query with 0 <= display < getNumDisplays().
settingThe setting of the display device to be matched and activated.
Returns:
Indication of success.

Reimplemented from GHOST_DisplayManager.

Definition at line 44 of file GHOST_DisplayManagerNULL.h.

References GHOST_kSuccess.


The documentation for this class was generated from the following file: