| 
                Last change
                  on this file since 5890 was
                  5364,
                  checked in by bensch, 20 years ago
           | 
        
        
          | 
               
orxonox/trunk: some more definition of the GUI 
 
           | 
        
        | 
            File size:
            405 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | /*! | 
|---|
| 2 |  * @file glgui_frame.h | 
|---|
| 3 |  * The gl_frame widget of th openglGUI | 
|---|
| 4 |  * | 
|---|
| 5 |  */ | 
|---|
| 6 |  | 
|---|
| 7 | #ifndef _GLGUI_FRAME_H | 
|---|
| 8 | #define _GLGUI_FRAME_H | 
|---|
| 9 |  | 
|---|
| 10 | #include "glgui_container.h" | 
|---|
| 11 |  | 
|---|
| 12 | // FORWARD DECLARATION | 
|---|
| 13 |  | 
|---|
| 14 | //! This is Frame part of the openglGUI class | 
|---|
| 15 | /** | 
|---|
| 16 |  * | 
|---|
| 17 |  */ | 
|---|
| 18 | class GLGuiFrame : public GLGuiContainer { | 
|---|
| 19 |  | 
|---|
| 20 |  public: | 
|---|
| 21 |   GLGuiFrame(); | 
|---|
| 22 |   virtual ~GLGuiFrame(); | 
|---|
| 23 |  | 
|---|
| 24 |   void init(); | 
|---|
| 25 |  | 
|---|
| 26 |   virtual void draw(); | 
|---|
| 27 |  | 
|---|
| 28 |  private: | 
|---|
| 29 |  | 
|---|
| 30 | }; | 
|---|
| 31 |  | 
|---|
| 32 | #endif /* _GLGUI__H */ | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.