source:
orxonox.OLD/orxonox/trunk/gui/orxonox_gui.h
@
3190
Last change on this file since 3190 was 3187, checked in by bensch, 20 years ago | |
---|---|
File size: 587 bytes |
Rev | Line | |
---|---|---|
[2588] | 1 | /*! |
2 | \file orxonox_gui.h | |
[3156] | 3 | \brief Creation of the Gui |
[3187] | 4 | |
5 | \todo way to start gui without GTK (textmode) AND IMPROOVE | |
6 | \todo curl interface to Download cool stuff | |
7 | ||
8 | \todo widgets save themselves | |
9 | \todo good way to step through all the Widgets | |
10 | \todo label -> protected : getlabel function | |
[2588] | 11 | */ |
12 | ||
[1809] | 13 | #ifndef _ORXONOX_GUI_H |
14 | #define _ORXONOX_GUI_H | |
15 | ||
[3147] | 16 | #include <iostream> |
17 | using namespace std; | |
18 | ||
[3144] | 19 | #include "orxonox_gui_gtk.h" |
20 | ||
[1809] | 21 | #include <stdlib.h> |
22 | ||
[2588] | 23 | //! Class that creates the OrxonoxGui |
[2018] | 24 | class OrxonoxGui |
[1817] | 25 | { |
[2018] | 26 | public: |
27 | OrxonoxGui (int argc, char *argv[]); | |
28 | ~OrxonoxGui (); | |
29 | ||
30 | }; | |
31 | ||
[2605] | 32 | |
[2018] | 33 | |
[1809] | 34 | #endif /* _ORXONOX_GUI_H */ |
Note: See TracBrowser
for help on using the repository browser.