Main Page Class Hierarchy Compound List File List Compound Members File Members Related Pages Examples
SDLApplication Member List
This is the complete list of members for SDLApplication, including all inherited members.
- AcceptEvent(const SDL_Event* event)
[protected, virtual]
- EnableReceiver(bool enable)
- eventActive(const SDL_ActiveEvent* active)
[protected, virtual]
- eventButtonClick(int id, SDLWidget* widget)
[protected, virtual]
- eventIdle()
[protected, virtual]
- eventInit()
[protected, virtual]
- eventInputFocusLost(SDLMessageObject* newfocus)
[protected, virtual]
- eventKeyDown(const SDL_KeyboardEvent* key)
[protected, virtual]
- eventKeyUp(const SDL_KeyboardEvent* key)
[protected, virtual]
- eventMessage(MSG_MESSAGE* msg)
[protected, virtual]
- eventMouseButtonDown(const SDL_MouseButtonEvent* button)
[protected, virtual]
- eventMouseButtonUp(const SDL_MouseButtonEvent* button)
[protected, virtual]
- eventMouseMotion(const SDL_MouseMotionEvent* motion)
[protected, virtual]
- eventQuit(int id, SDLWidget* widget, unsigned long data)
[protected, virtual]
- eventScrollPos(int id, SDLWidget* widget, unsigned long data)
[protected, virtual]
- eventScrollTrack(int id, SDLWidget* widget, unsigned long data)
[protected, virtual]
- eventSysWM(const SDL_SysWMEvent* syswm)
[protected, virtual]
- FlipPage()
[static]
- GetApplicationPath()
[static]
- GetBulkMode()
[static]
- GetDefaultFont()
[static]
- GetRelativePath(char* file)
[static]
- GetScreen()
[static]
- GetScreenHeight()
[static]
- GetScreenWidth()
[static]
- GetTheme()
[static]
- InitScreen(int w, int h, int depth=DISPLAY_DEPTH, Uint32 flags = SDL_SWSURFACE | SDL_HWPALETTE)
- IsEnabled()
- LoadFont(char* filename, int size)
[static]
- LoadTheme(const char* xmltheme, bool asDefault = true, const char* searchpath = NULL)
- LockScreen()
[static]
- my_quitEventLoop
[protected]
- PrintVideoTest()
- ProcessEvent(const SDL_Event* event)
[protected, virtual]
- PumpIntoEventQueue(const SDL_Event* event)
[static]
- Quit()
- RedrawBackground()
- ReleaseCapture()
- ReleaseInputFocus()
- Run()
- RunEventLoop(void* data)
- SDLApplication()
- SDLMessageObject()
- SendMessage(SDLMessageObject* target, MSG_TYPE type, MSG_ID id, MSG_DATA data)
- SetApplicationPath(char* path)
[static]
- SetBackground(const char* filename, int mode=BKMODE_TILE)
- SetBackground(SDL_Surface* surface, int mode=BKMODE_TILE)
- SetCapture()
- SetEventCallback(MSG_TYPE type, MSG_CALLBACK cbfunc, void *clientdata = NULL)
- SetInputFocus()
- SetScreen(SDL_Surface* screen)
- Shutdown()
- UnlockScreen()
[static]
- WaitEvent(Uint32 delay=0)
- ~SDLApplication()
- ~SDLMessageObject()
[virtual]