|
| CBofApp (const char *pszAppName) |
|
ErrorCode | preInit () |
|
void | postShutDown () |
|
virtual ErrorCode | initialize () |
|
virtual ErrorCode | runApp () |
|
virtual ErrorCode | shutdown () |
|
virtual void | setAppName (const char *pszNewAppName) |
|
const char * | getAppName () const |
|
void | setMainWindow (CBofWindow *pWnd) |
|
CBofWindow * | getMainWindow () const |
|
CBofWindow * | getActualWindow () const |
|
void | setPalette (CBofPalette *pPalette) |
|
CBofPalette * | getPalette () const |
|
int | screenWidth () const |
|
int | screenHeight () const |
|
int | screenDepth () const |
|
CBofCursor | getDefaultCursor () const |
|
void | setDefaultCursor (CBofCursor &cCursor) |
|
void | addCursor (CBofCursor &cCursor) |
|
void | delCursor (int nIndex) |
|
CBofCursor | getCursor (int nIndex) |
|
int | getNumberOfCursors () const |
|
void | setCaptureControl (CBofWindow *ctl) |
|
CBofWindow * | getCaptureControl () const |
|
void | setFocusControl (CBofWindow *ctl) |
|
CBofWindow * | getFocusControl () const |
|
bool | consolePlayVideo (const Common::Path &path) |
|
void | reportError (ErrorCode errCode, const char *format,...) |
|
bool | errorOccurred () const |
|
ErrorCode | getErrorCode () const |
|
void | clearError () |
|
|
static uint32 | getMachineSpeed () |
|
static CBofApp * | getApp () |
|
static void | fatalError (ErrorCode errCode, const char *format,...) |
|
static void | initialize () |
|
static int | getErrorCount () |
|
|
void | StartupCode () |
|
void | ShutDownCode () |
|
virtual bool | shouldQuit () const =0 |
|
virtual void | bofMessageBox (const Common::String &content, const Common::String &title) |
|
|
static CBofApp * | _pBofApp |
|
static int | _count |
|
The documentation for this class was generated from the following file:
- engines/bagel/boflib/app.h