Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5395 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_pushbutton.cc


Ignore:
Timestamp:
Oct 17, 2005, 10:14:14 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: first element of the GLGui is visible… there is a long way to go…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gl_gui/glgui_pushbutton.cc

    r5364 r5395  
    1717
    1818#include "glgui_pushbutton.h"
     19
     20#include "text.h"
    1921
    2022using namespace std;
     
    5052 * draws the GLGuiPushButton
    5153 */
    52 void GLGuiPushButton::draw()
     54void GLGuiPushButton::draw() const
     55{
     56  this->label->draw();
     57
     58}
     59
     60/**
     61 * updates the GLGuiPushButton
     62 */
     63void GLGuiPushButton::update()
    5364{
    5465
Note: See TracChangeset for help on using the changeset viewer.