Last change
on this file since 3677 was
2058,
checked in by chris, 20 years ago
|
orxonox/branches/chris: Trunk remerged into my branch started on SDL reconfiguration
|
File size:
448 bytes
|
Line | |
---|
1 | #ifndef _ORXONOX_GUI_FLAGS_H |
---|
2 | #define _ORXONOX_GUI_FLAGS_H |
---|
3 | |
---|
4 | #include "orxonox_gui.h" |
---|
5 | |
---|
6 | class OrxonoxGuiFlags |
---|
7 | { |
---|
8 | private: |
---|
9 | Frame* flagsFrame; |
---|
10 | Box* flagsBox; |
---|
11 | CheckButton* shortFlags; |
---|
12 | Label* flagsLabel; |
---|
13 | char* flagText; |
---|
14 | |
---|
15 | public: |
---|
16 | OrxonoxGuiFlags (Widget* widget); |
---|
17 | ~OrxonoxGuiFlags (); |
---|
18 | |
---|
19 | void setTextFromFlags (Widget* widget); |
---|
20 | void OrxonoxGuiFlags::FlagsText(Widget* widget); |
---|
21 | |
---|
22 | Frame* getFrame (); |
---|
23 | }; |
---|
24 | #endif /* _ORXONOX_GUI_FLAGS_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.