Lines Matching defs:PVRShell
3 @file Shell/PVRShell.cpp
16 #include "PVRShell.h"
38 #define PVRSHELL_SCREENSHOT_NAME "PVRShell"
47 // Define DISABLE_SWIPE_MAPPING to disable the PVRShell's simple mapping of swipes to key commands.
55 ** Class: PVRShell
61 PVRShell::PVRShell()
69 m_pShellData->bFullScreen = false; // note this may be overridden by some OS versions of PVRShell
120 PVRShell::~PVRShell()
129 @brief This function is used to pass preferences to the PVRShell.
136 bool PVRShell::PVRShellSet(const prefNameBoolEnum prefName, const bool value)
213 @brief This function is used to get parameters from the PVRShell.
219 bool PVRShell::PVRShellGet(const prefNameBoolEnum prefName) const
248 @brief This function is used to pass preferences to the PVRShell.
255 bool PVRShell::PVRShellSet(const prefNameFloatEnum prefName, const float value)
270 @brief This function is used to get parameters from the PVRShell.
275 float PVRShell::PVRShellGet(const prefNameFloatEnum prefName) const
285 @brief This function is used to pass preferences to the PVRShell.
291 bool PVRShell::PVRShellSet(const prefNameIntEnum prefName, const int value)
409 @brief This function is used to get parameters from the PVRShell.
414 int PVRShell::PVRShellGet(const prefNameIntEnum prefName) const
448 @brief This function is used to pass preferences to the PVRShell.
454 bool PVRShell::PVRShellSet(const prefNamePtrEnum prefName, const void * const ptrValue)
462 @brief This function is used to get parameters from the PVRShell.
467 void *PVRShell::PVRShellGet(const prefNamePtrEnum prefName) const
490 @brief This function is used to pass preferences to the PVRShell.
496 bool PVRShell::PVRShellSet(const prefNameConstPtrEnum prefName, const void * const ptrValue)
514 @brief This function is used to get parameters from the PVRShell.
519 const void *PVRShell::PVRShellGet(const prefNameConstPtrEnum prefName) const
550 bool PVRShell::PVRShellScreenCaptureBuffer(const int Width, const int Height, unsigned char **pLines)
574 int PVRShell::PVRShellScreenSave(
612 PVRShellOutputDebug("PVRShell: *WARNING* : Overwriting %s\n", pszFileName);
662 int PVRShell::PVRShellWriteBMPFile(
784 PVRShellOutputDebug("PVRShell: Failed to open \"%s\" for writing screen dump.\n", pszFilename);
797 unsigned long PVRShell::PVRShellGetTime()
813 are mapped to the PVRShell-supported keys (listed in @a PVRShellKeyName) in
820 bool PVRShell::PVRShellIsKeyPressed(const PVRShellKeyName key)
1033 void PVRShellCommandLine::Apply(PVRShell &shell)
1204 @brief PVRShell deinitialisation.
1231 @brief PVRShell Initialisation.
1496 m_pShell->PVRShellOutputDebug("PVRShell: frame %d, FPS %.1f.\n",
1552 m_pShell->PVRShellOutputDebug("PVRShell command line: %d/%d\n", m_CommandLine.m_nOptLen, m_CommandLine.m_nOptMax);
1775 End of file (PVRShell.cpp)