|
TouchCPLib
1.0.0
A touch-enabled GUI interface based on SDL and libTS. It provides a simple desktop-free UI for your embedded Raspberry projects.
|
This is the complete list of members for Application, including all inherited members.
| Application(int width, int height, SDL_Color bgColor, std::string touchInputDevice, std::string ttyDevice, int FPS_LIMIT) | Application | |
| Application(const Application ©)=delete | Application | |
| exit() | Application | |
| getCurrent() | Application | static |
| getCurrentRenderer() | Application | static |
| getCurrentSceneManager() | Application | static |
| getCurrentWindow() | Application | static |
| getRenderer() | Application | |
| getSceneManager() | Application | |
| getWindow() | Application | |
| isRunning() | Application | |
| operator=(const Application ©)=delete | Application | |
| run() | Application | |
| runOnCurrentMainThread(Task *task) | Application | static |
| runOnCurrentWorkerThread(Task *task) | Application | static |
| runOnMainThread(Task *task) | Application | |
| runOnWorkerThread(Task *task) | Application | |
| ~Application() | Application |