| AcceptEvent(const SDL_Event *event) | PG_MessageObject | [protected, virtual] |
| AddArchive(const char *arch, bool append=true) | PG_FileArchive | [static] |
| APPEND enum value | PG_FileArchive | |
| BlitFTBitmap(SDL_Surface *Surface, FT_Bitmap *Bitmap, int PosX, int PosY, PG_Font *Param, PG_Rect *ClipRect) | PG_FontEngine | [protected, static] |
| captureObject | PG_MessageObject | [protected, static] |
| ClearOldMousePosition() | PG_Application | [static] |
| CursorMode enum name | PG_Application | |
| DefaultFont | PG_Application | [static] |
| Deinit() | PG_FileArchive | [static] |
| DeleteBackground() | PG_Application | |
| DisableDirtyUpdates(bool disable) | PG_Application | [static] |
| DrawCursor(bool update=true) | PG_Application | [static] |
| EnableAppIdleCalls(bool enable=true) | PG_Application | |
| EnableBackground(bool enable=true) | PG_Application | |
| EnableReceiver(bool enable) | PG_MessageObject | |
| EnableSymlinks(bool followSymlinks) | PG_FileArchive | [static] |
| EnumerateFiles(const char *dir) | PG_FileArchive | [static] |
| eventActive(const SDL_ActiveEvent *active) | PG_MessageObject | [protected, virtual] |
| eventIdle() | PG_Application | [protected, virtual] |
| eventInit() | PG_Application | [protected, virtual] |
| eventInputFocusLost(PG_MessageObject *newfocus) | PG_MessageObject | [protected, virtual] |
| eventKeyDown(const SDL_KeyboardEvent *key) | PG_Application | [protected, virtual] |
| eventKeyUp(const SDL_KeyboardEvent *key) | PG_Application | [protected, virtual] |
| eventMouseButtonDown(const SDL_MouseButtonEvent *button) | PG_MessageObject | [protected, virtual] |
| eventMouseButtonUp(const SDL_MouseButtonEvent *button) | PG_MessageObject | [protected, virtual] |
| eventMouseMotion(const SDL_MouseMotionEvent *motion) | PG_MessageObject | [protected, virtual] |
| eventQuit(int id, PG_MessageObject *widget, unsigned long data) | PG_Application | [protected, virtual] |
| eventQuitModal(int id, PG_MessageObject *widget, unsigned long data) | PG_MessageObject | [protected, virtual] |
| eventResize(const SDL_ResizeEvent *event) | PG_Application | [protected, virtual] |
| eventSysWM(const SDL_SysWMEvent *syswm) | PG_MessageObject | [protected, virtual] |
| Exists(const char *filename) | PG_FileArchive | [static] |
| FlipPage() | PG_Application | [static] |
| FlushEventQueue() | PG_Application | [static] |
| FontEngineError(FT_Error error) | PG_FontEngine | [protected, static] |
| FreeList(void *list) | PG_FileArchive | [static] |
| GetApp() | PG_Application | [static] |
| GetAppIdleCallsEnabled() | PG_Application | |
| GetBaseDir() | PG_FileArchive | [static] |
| GetBulkMode() | PG_Application | [static] |
| GetCaption(char **title, char **icon) | PG_Application | |
| GetCapture() | PG_MessageObject | |
| GetDirSeparator() | PG_FileArchive | [static] |
| GetDirtyUpdatesDisabled() | PG_Application | [static] |
| GetFileList(const char *dir, const char *wildcard="*") | PG_FileArchive | [static] |
| GetLastError() | PG_FileArchive | [static] |
| GetRealDir(const char *filename) | PG_FileArchive | [static] |
| GetRelativePath(const char *file) | PG_Application | [static] |
| GetScreen() | PG_Application | [inline, static] |
| GetScreenHeight() | PG_Application | [static] |
| GetScreenWidth() | PG_Application | [static] |
| GetSearchPath() | PG_FileArchive | [static] |
| GetSearchPathList() | PG_FileArchive | [static] |
| GetTextSize(const char *Text, PG_Font *ParamIn, Uint16 *Width=NULL, Uint16 *Height=NULL, int *BaselineY=NULL, int *FontLineSkip=NULL, Uint16 *FontHeight=NULL, int *Ascent=NULL, int *Descent=NULL) | PG_FontEngine | [static] |
| GetTheme() | PG_Application | [static] |
| GetUserDir() | PG_FileArchive | [static] |
| GetWidget(const char *Name) | PG_Application | [inline, static] |
| GetWidget(int id) | PG_Application | [inline, static] |
| GetWidgetById(int id) | PG_Application | [static] |
| GetWidgetByName(const char *Name) | PG_Application | [static] |
| GetWriteDir() | PG_FileArchive | [static] |
| HARDWARE enum value | PG_Application | |
| Iconify(void) | PG_Application | |
| IDAPPLICATION enum value | PG_Application | |
| InitScreen(int w, int h, int depth=0, Uint32 flags=SDL_SWSURFACE|SDL_HWPALETTE) | PG_Application | |
| IsDirectory(const char *filename) | PG_FileArchive | [static] |
| IsEnabled() | PG_MessageObject | |
| LoadLayout(const char *name) | PG_Application | [static] |
| LoadLayout(const char *name, void(*WorkCallback)(int now, int max)) | PG_Application | [static] |
| LoadLayout(const char *name, void(*WorkCallback)(int now, int max), void *UserSpace) | PG_Application | [static] |
| LoadSurface(const char *filename, bool convert=false) | PG_FileArchive | [static] |
| LoadSurface(const char *filename, bool usekey, Uint32 colorkey, bool convert=false) | PG_FileArchive | [static] |
| LoadTheme(const char *xmltheme, bool asDefault=true, const char *searchpath=NULL) | PG_Application | |
| LockScreen() | PG_Application | [inline, static] |
| MakeDir(const char *dir) | PG_FileArchive | [static] |
| Mode enum name | PG_FileArchive | |
| my_quitEventLoop | PG_Application | [protected] |
| NONE enum value | PG_Application | |
| OpenFile(const char *filename, Mode mode=READ) | PG_FileArchive | [static] |
| OpenFileRWops(const char *filename, Mode mode=READ) | PG_FileArchive | [static] |
| PathToPlatform(const char *path) | PG_FileArchive | [static] |
| PG_Application() | PG_Application | |
| PG_FileArchive() | PG_FileArchive | |
| PG_FontEngine() | PG_FontEngine | |
| PG_MessageObject() | PG_MessageObject | |
| PrintVideoTest() | PG_Application | |
| ProcessEvent(const SDL_Event *event) | PG_MessageObject | [virtual] |
| PumpIntoEventQueue(const SDL_Event *event) | PG_Application | |
| QUERY enum value | PG_Application | |
| Quit() | PG_Application | |
| READ enum value | PG_FileArchive | |
| ReadFile(const char *filename) | PG_FileArchive | [static] |
| RedrawBackground(const PG_Rect &rect) | PG_Application | [static] |
| ReleaseCapture() | PG_MessageObject | |
| ReleaseInputFocus() | PG_MessageObject | |
| RemoveAllArchives() | PG_FileArchive | [static] |
| RemoveArchive(const char *arch) | PG_FileArchive | [static] |
| RenderText(SDL_Surface *Surface, const PG_Rect &ClipRect, int BaseLineX, int BaseLineY, const char *Text, PG_Font *ParamIn) | PG_FontEngine | [static] |
| RenderText(SDL_Surface *Surface, PG_Rect *ClipRect, int BaseLineX, int BaseLineY, const char *Text, PG_Font *ParamIn) | PG_FontEngine | [static] |
| Run() | PG_Application | |
| RunEventLoop() | PG_Application | [virtual] |
| SetBackground(const char *filename, int mode=BKMODE_TILE) | PG_Application | |
| SetBackground(SDL_Surface *surface, int mode=BKMODE_TILE) | PG_Application | |
| SetBulkMode(bool bulk=true) | PG_Application | [static] |
| SetCaption(const char *title, const char *icon) | PG_Application | |
| SetCapture() | PG_MessageObject | |
| SetCursor(SDL_Surface *image) | PG_Application | [static] |
| SetEmergencyQuit(bool esc) | PG_Application | |
| SetFontAlpha(int Alpha) | PG_Application | [static] |
| SetFontColor(const PG_Color &Color) | PG_Application | [static] |
| SetFontIndex(int Index) | PG_Application | [static] |
| SetFontName(const char *Name) | PG_Application | [static] |
| SetFontSize(int Size) | PG_Application | [static] |
| SetFontStyle(PG_Font::Style Style) | PG_Application | [static] |
| SetIcon(const char *filename) | PG_Application | |
| SetInputFocus() | PG_MessageObject | |
| SetSaneConfig(const char *organization, const char *appName, const char *archiveExt=0, bool includeCdRoms=false, bool archivesFirst=true) | PG_FileArchive | [static] |
| SetScreen(SDL_Surface *screen) | PG_Application | |
| SetWriteDir(const char *dir) | PG_FileArchive | [static] |
| ShowCursor(CursorMode mode) | PG_Application | [static] |
| Shutdown() | PG_Application | [protected] |
| sigActive | PG_MessageObject | |
| sigAppIdle | PG_Application | |
| sigKeyDown | PG_MessageObject | |
| sigKeyUp | PG_MessageObject | |
| sigMouseButtonDown | PG_MessageObject | |
| sigMouseButtonUp | PG_MessageObject | |
| sigMouseMotion | PG_MessageObject | |
| sigQuit | PG_MessageObject | |
| sigSysWM | PG_MessageObject | |
| sigVideoResize | PG_MessageObject | |
| sigXMLTag | PG_Application | |
| SOFTWARE enum value | PG_Application | |
| TranslateNumpadKeys(SDL_KeyboardEvent *key) | PG_Application | [static] |
| UnloadSurface(SDL_Surface *surface, bool bDeleteIfNotExists=true) | PG_FileArchive | [static] |
| UnlockScreen() | PG_Application | [inline, static] |
| WRITE enum value | PG_FileArchive | |
| ~PG_Application() | PG_Application | |
| ~PG_FileArchive() | PG_FileArchive | |
| ~PG_FontEngine() | PG_FontEngine | |
| ~PG_MessageObject() | PG_MessageObject | [virtual] |