Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/gui/gl_gui/glgui_text.h @ 5365

Last change on this file since 5365 was 5365, checked in by bensch, 19 years ago

orxonox/trunk: more-gui-definition

File size: 424 bytes
RevLine 
[4838]1/*!
[5365]2 * @file glgui_text.h
3 * The gl_TEXT widget of th openglGUI
[5360]4 *
5 */
[1853]6
[5365]7#ifndef _GLGUI_TEXT_H
8#define _GLGUI_TEXT_H
[1853]9
[5365]10#include "glgui_widget.h"
[1853]11
[4838]12// FORWARD DECLARATION
[5365]13class Text;
[3543]14
[5360]15//! This is part of the openglGUI class
16/**
17 *
18 */
[5365]19class GLGuiText : public GLWidget {
[3543]20
[5360]21 public:
[5365]22  GLGuiText();
23  virtual ~GLGuiText();
[2036]24
[5360]25  void init();
[1853]26
[5360]27  virtual void draw();
[1853]28
[3245]29 private:
[5365]30  Text*             text;
[1853]31};
32
[5365]33#endif /* _GLGUI_TEXT_H */
Note: See TracBrowser for help on using the repository browser.