Root/
| 1 | #ifndef __DIALOG_H__ |
| 2 | #define __DIALOG_H__ |
| 3 | |
| 4 | #include <string> |
| 5 | |
| 6 | class GMenu2X; |
| 7 | class Surface; |
| 8 | |
| 9 | class Dialog |
| 10 | { |
| 11 | public: |
| 12 | Dialog(GMenu2X *gmenu2x); |
| 13 | |
| 14 | protected: |
| 15 | void drawTitleIcon(const std::string &icon, bool skinRes = false, Surface *s = NULL); |
| 16 | void writeTitle(const std::string &title, Surface *s = NULL); |
| 17 | void writeSubTitle(const std::string &subtitle, Surface *s = NULL); |
| 18 | |
| 19 | GMenu2X *gmenu2x; |
| 20 | }; |
| 21 | |
| 22 | #endif |
| 23 |
Branches:
install_locations
master
opkrun
packages
