Changeset 5365 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_bar.cc
- Timestamp:
- Oct 11, 2005, 11:52:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gl_gui/glgui_bar.cc
r5360 r5365 23 23 * standard constructor 24 24 */ 25 GLGui ::GLGui()25 GLGuiBar::GLGuiBar () 26 26 { 27 27 this->init(); … … 33 33 * standard deconstructor 34 34 */ 35 GLGui ::~GLGui()35 GLGuiBar::~GLGuiBar() 36 36 { 37 37 … … 41 41 * initializes the GUI-element 42 42 */ 43 GLGui ::init()43 GLGuiBar::init() 44 44 { 45 this->setClassID(CL_GLGUI_ , "GLGui");45 this->setClassID(CL_GLGUI_BAR, "GLGuiBar"); 46 46 47 47 } 48 48 49 49 /** 50 * draws the GLGui 50 * draws the GLGuiBar 51 51 */ 52 void GLGui ::draw()52 void GLGuiBar::draw() 53 53 { 54 54
Note: See TracChangeset
for help on using the changeset viewer.