Changeset 10099 in orxonox.OLD for branches/playability/src/world_entities/elements
- Timestamp:
- Dec 19, 2006, 5:13:25 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/elements/glgui_energywidget.h
r8988 r10099 26 26 void setValue(float value); 27 27 28 inline GLGuiWidget* getNameWidget() {return &this->_name;}; 29 inline GLGuiWidget* getValueWidget() {return &this->_valueText;}; 30 inline GLGuiWidget* getBarWidget() {return &this->_bar;}; 31 28 32 protected: 29 33 virtual void resize();
Note: See TracChangeset
for help on using the changeset viewer.