Blender  V2.59
Public Member Functions
GHOST_DisplayManagerSDL Class Reference

#include <GHOST_DisplayManagerSDL.h>

Inheritance diagram for GHOST_DisplayManagerSDL:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 GHOST_DisplayManagerSDL (GHOST_SystemSDL *system)
GHOST_TSuccess getNumDisplays (GHOST_TUns8 &numDisplays)
GHOST_TSuccess getNumDisplaySettings (GHOST_TUns8 display, GHOST_TInt32 &numSettings)
GHOST_TSuccess getDisplaySetting (GHOST_TUns8 display, GHOST_TInt32 index, GHOST_DisplaySetting &setting)
GHOST_TSuccess getCurrentDisplaySetting (GHOST_TUns8 display, GHOST_DisplaySetting &setting)
GHOST_TSuccess setCurrentDisplaySetting (GHOST_TUns8 display, const GHOST_DisplaySetting &setting)

Detailed Description

Definition at line 44 of file GHOST_DisplayManagerSDL.h.


Constructor & Destructor Documentation

GHOST_DisplayManagerSDL::GHOST_DisplayManagerSDL ( GHOST_SystemSDL system)

Definition at line 31 of file GHOST_DisplayManagerSDL.cpp.


Member Function Documentation

GHOST_TSuccess GHOST_DisplayManagerSDL::getCurrentDisplaySetting ( GHOST_TUns8  display,
GHOST_DisplaySetting setting 
)

Definition at line 77 of file GHOST_DisplayManagerSDL.cpp.

References getDisplaySetting().

GHOST_TSuccess GHOST_DisplayManagerSDL::getDisplaySetting ( GHOST_TUns8  display,
GHOST_TInt32  index,
GHOST_DisplaySetting setting 
)
GHOST_TSuccess GHOST_DisplayManagerSDL::getNumDisplays ( GHOST_TUns8 numDisplays)

Definition at line 40 of file GHOST_DisplayManagerSDL.cpp.

References GHOST_kSuccess.

GHOST_TSuccess GHOST_DisplayManagerSDL::getNumDisplaySettings ( GHOST_TUns8  display,
GHOST_TInt32 numSettings 
)

Definition at line 47 of file GHOST_DisplayManagerSDL.cpp.

References GHOST_ASSERT, and GHOST_kSuccess.

GHOST_TSuccess GHOST_DisplayManagerSDL::setCurrentDisplaySetting ( GHOST_TUns8  display,
const GHOST_DisplaySetting setting 
) [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 84 of file GHOST_DisplayManagerSDL.cpp.

References GHOST_kSuccess.


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