|
Operating Systems
|
| Based on the Simple DirectMedia Layer (SDL). Allows to put together portable graphical applications. |
| Public Methods. RootWindow(int resX, int resY, int bpp, bool fullscreen, bool resizeable): virtual ~RootWindow(): void update(): screen content update ... |
| Public Fields. SigC::Signal0 <void> keyInput: SigC::Signal1 <void, const char*> textChanged: the text has changed somehow. SigC::Signal1 <void, const char*> ... |
| Public Methods. QuestionBox(const std::string& title, const std::string& question): QuestionBox(const std::string& question): virtual ~QuestionBox() ... |
| Public Fields. SigC::Signal0 <void> timer: 50 ms timer tick; SigC::Signal0 <void> timer100: 100ms; static SigC::Signal1 <bool, const KeyEvent*, ... |
| Public Classes. enum tag_t: Markup tags: in c-strings you may use the octal encodings: \177 \176 \175 \174 \173 \172 ... |
| Public Methods. ProgressDialog(): virtual ~ProgressDialog(): void remove(): void info(const char*): void setValue(int) ... |
| Public Methods. Font(const string& fontfilename, int ptsize = 12): Constructor; Font(const string& fontfilename, int ptsize, const Color &fontCol, ... |
| Public Fields. SigC::Signal0 <void> deleted; SigC::Signal0 <void> exposed; SigC::Signal0 <void> hidden; SigC::Signal0 <void> enabled; SigC::Signal0 <void> ... |
| Public Methods. MessageBox(const std::string& title, const std::string& msg): MessageBox(const std::string& msg): virtual ~MessageBox() ... |
Copyright © 2002-2006, websy.net All Rights Reserved.