Last change
on this file since 2003 was
1980,
checked in by bensch, 20 years ago
|
orxonox/branches/gui/guicc: forgot to add files. sorry
|
File size:
398 bytes
|
Line | |
---|
1 | #ifndef _ORXONOX_GUI_EXEC_H |
---|
2 | #define _ORXONOX_GUI_EXEC_H |
---|
3 | |
---|
4 | #include "orxonox_gui.h" |
---|
5 | |
---|
6 | class OrxonoxGuiExec |
---|
7 | { |
---|
8 | private: |
---|
9 | Frame* execFrame; |
---|
10 | Box* execBox; |
---|
11 | Button* start; |
---|
12 | CheckButton* saveSettings; |
---|
13 | Menu* verboseMode; |
---|
14 | CheckButton* alwaysShow; |
---|
15 | Button* quit; |
---|
16 | |
---|
17 | public: |
---|
18 | OrxonoxGuiExec (Window* orxonoxGUI); |
---|
19 | ~OrxonoxGuiExec (); |
---|
20 | |
---|
21 | Frame* getFrame (); |
---|
22 | }; |
---|
23 | #endif /* _ORXONOX_GUI_EXEC_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.