Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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.cc

    r5360 r5365  
    1616#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_GUI
    1717
    18 #include "glgui_.h"
     18#include "glgui_text.h"
     19
     20#include "text.h"
    1921
    2022using namespace std;
     
    2325 * standard constructor
    2426*/
    25 GLGui::GLGui ()
     27GLGuiText::GLGuiText ()
    2628{
    2729  this->init();
     
    3335 * standard deconstructor
    3436*/
    35 GLGui::~GLGui()
     37GLGuiText::~GLGuiText()
    3638{
    3739
     
    4143 * initializes the GUI-element
    4244 */
    43 GLGui::init()
     45void GLGuiText::init()
    4446{
    45   this->setClassID(CL_GLGUI_, "GLGui");
     47  this->setClassID(CL_GLGUI_, "GLGuiText");
    4648
    4749}
    4850
    4951/**
    50  * draws the GLGui
     52 * draws the GLGuiText
    5153 */
    52 void GLGui::draw()
     54void GLGuiText::draw()
    5355{
    5456
Note: See TracChangeset for help on using the changeset viewer.