|
Public Member Functions |
| PVRShell () |
virtual | ~PVRShell () |
virtual bool | InitApplication () |
virtual bool | QuitApplication () |
virtual bool | InitView () |
virtual bool | ReleaseView () |
virtual bool | RenderScene () |
bool | PVRShellSet (const prefNameBoolEnum prefName, const bool value) |
bool | PVRShellSet (const prefNameFloatEnum prefName, const float value) |
bool | PVRShellSet (const prefNameIntEnum prefName, const int value) |
bool | PVRShellSet (const prefNamePtrEnum prefName, const void *const ptrValue) |
bool | PVRShellSet (const prefNameConstPtrEnum prefName, const void *const ptrValue) |
bool | PVRShellGet (const prefNameBoolEnum prefName) const |
float | PVRShellGet (const prefNameFloatEnum prefName) const |
int | PVRShellGet (const prefNameIntEnum prefName) const |
void * | PVRShellGet (const prefNamePtrEnum prefName) const |
const void * | PVRShellGet (const prefNameConstPtrEnum prefName) const |
bool | PVRShellScreenCaptureBuffer (const int Width, const int Height, unsigned char **pLines) |
int | PVRShellScreenSave (const char *const fname, const unsigned char *const pLines, char *const ofname=NULL) |
int | PVRShellWriteBMPFile (const char *const pszFilename, const unsigned long uWidth, const unsigned long uHeight, const void *const pImageData) |
void | PVRShellOutputDebug (char const *const format,...) const |
unsigned long | PVRShellGetTime () |
bool | PVRShellIsKeyPressed (const PVRShellKeyName key) |
Friends |
class | PVRShellInitOS |
class | PVRShellInit |