Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5365 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_text.h


Ignore:
Timestamp:
Oct 11, 2005, 11:52:55 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more-gui-definition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gl_gui/glgui_text.h

    r5360 r5365  
    11/*!
    2  * @file glgui_.h
    3  * The gl_ widget of th openglGUI
     2 * @file glgui_text.h
     3 * The gl_TEXT widget of th openglGUI
    44 *
    55 */
    66
    7 #ifndef _GLGUI__H
    8 #define _GLGUI__H
     7#ifndef _GLGUI_TEXT_H
     8#define _GLGUI_TEXT_H
    99
    10 #include "base_object.h"
     10#include "glgui_widget.h"
    1111
    1212// FORWARD DECLARATION
     13class Text;
    1314
    1415//! This is part of the openglGUI class
     
    1617 *
    1718 */
    18 class GLGui : public GLGui {
     19class GLGuiText : public GLWidget {
    1920
    2021 public:
    21   GLGui();
    22   virtual ~GLGui();
     22  GLGuiText();
     23  virtual ~GLGuiText();
    2324
    2425  void init();
     
    2728
    2829 private:
    29 
     30  Text*             text;
    3031};
    3132
    32 #endif /* _GLGUI__H */
     33#endif /* _GLGUI_TEXT_H */
Note: See TracChangeset for help on using the changeset viewer.