| 
                Last change
                  on this file since 2034 was
                  2018,
                  checked in by bensch, 21 years ago
           | 
        
        
          | 
               
orxonox/trunk: merged guicc and the new Configure.ac to the Trunk. Now I have to Check if everything compiles on windows. 
 
           | 
        
        | 
            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.