Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 9, 2007, 11:03:38 PM (19 years ago)
Author:
muellmic
Message:

changed style of vertical gui-element. textures still need to be done, though

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/elements/glgui_energywidgetvertical.h

    r10194 r10200  
    77#define _GLGUI_ENERGY_WIDGET_VERTICAL_H
    88
    9 #include "glgui_box.h"
     9//#include "glgui_box.h"
    1010#include "glgui_bar.h"
    1111#include "glgui_text.h"
    12 #include "glgui_widget.h"
     12#include "glgui_image.h"
    1313
    1414namespace OrxGui
     
    2525    void setMaximum(float max);
    2626    void setValue(float value);
     27    void setDisplayedImage(const std::string& imageName);
    2728
    2829    inline GLGuiWidget* getImageWidget() {return &this->_image;};
     
    3637
    3738  private:
    38     GLGuiWidget             _image;
     39    GLGuiImage             _image;
    3940    GLGuiText               _valueText;
    4041    GLGuiBar                _bar;
Note: See TracChangeset for help on using the changeset viewer.