Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5365 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_bar.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_bar.cc

    r5360 r5365  
    2323 * standard constructor
    2424*/
    25 GLGui::GLGui ()
     25GLGuiBar::GLGuiBar ()
    2626{
    2727  this->init();
     
    3333 * standard deconstructor
    3434*/
    35 GLGui::~GLGui()
     35GLGuiBar::~GLGuiBar()
    3636{
    3737
     
    4141 * initializes the GUI-element
    4242 */
    43 GLGui::init()
     43GLGuiBar::init()
    4444{
    45   this->setClassID(CL_GLGUI_, "GLGui");
     45  this->setClassID(CL_GLGUI_BAR, "GLGuiBar");
    4646
    4747}
    4848
    4949/**
    50  * draws the GLGui
     50 * draws the GLGuiBar
    5151 */
    52 void GLGui::draw()
     52void GLGuiBar::draw()
    5353{
    5454
Note: See TracChangeset for help on using the changeset viewer.