#include <platformVideo.h>
|
| | DisplayDevice () |
| |
| virtual | ~DisplayDevice () |
| |
| virtual void | initDevice ()=0 |
| |
| virtual bool | activate (U32 width, U32 height, U32 bpp, bool fullScreen)=0 |
| |
| virtual void | shutdown ()=0 |
| |
| virtual bool | setScreenMode (U32 width, U32 height, U32 bpp, bool fullScreen, bool forceIt=false, bool repaint=true)=0 |
| |
| virtual bool | setResolution (U32 width, U32 height, U32 bpp) |
| |
| virtual bool | toggleFullScreen () |
| |
| virtual void | swapBuffers ()=0 |
| |
| virtual const char * | getDriverInfo ()=0 |
| |
| virtual bool | getGammaCorrection (F32 &g)=0 |
| |
| virtual bool | setGammaCorrection (F32 g)=0 |
| |
| virtual bool | setVerticalSync (bool on)=0 |
| |
| bool | prevRes () |
| |
| bool | nextRes () |
| |
| const char * | getResolutionList () |
| |
| bool | isFullScreenOnly () |
| |
| virtual bool activate |
( |
U32 |
width, |
|
|
U32 |
height, |
|
|
U32 |
bpp, |
|
|
bool |
fullScreen |
|
) |
| |
|
pure virtual |
| virtual const char* getDriverInfo |
( |
| ) |
|
|
pure virtual |
| virtual bool getGammaCorrection |
( |
F32 & |
g | ) |
|
|
pure virtual |
| const char * getResolutionList |
( |
| ) |
|
| virtual void initDevice |
( |
| ) |
|
|
pure virtual |
| bool isFullScreenOnly |
( |
| ) |
|
|
inline |
| virtual bool setGammaCorrection |
( |
F32 |
g | ) |
|
|
pure virtual |
| bool setResolution |
( |
U32 |
width, |
|
|
U32 |
height, |
|
|
U32 |
bpp |
|
) |
| |
|
inlinevirtual |
| virtual bool setScreenMode |
( |
U32 |
width, |
|
|
U32 |
height, |
|
|
U32 |
bpp, |
|
|
bool |
fullScreen, |
|
|
bool |
forceIt = false, |
|
|
bool |
repaint = true |
|
) |
| |
|
pure virtual |
| virtual bool setVerticalSync |
( |
bool |
on | ) |
|
|
pure virtual |
| virtual void shutdown |
( |
| ) |
|
|
pure virtual |
| virtual void swapBuffers |
( |
| ) |
|
|
pure virtual |
| bool toggleFullScreen |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files:
- platform/platformVideo.h
- platform/platformVideo.cc