OpenMW
|
#include <widgets.hpp>
Public Member Functions | |
MWDynamicStat () | |
void | setValue (int value, int max) |
void | setTitle (const std::string &text) |
int | getValue () const |
int | getMax () const |
Protected Member Functions | |
virtual | ~MWDynamicStat () |
virtual void | initialiseOverride () |
Private Attributes | |
int | mValue |
int | mMax |
MyGUI::TextBox * | mTextWidget |
MyGUI::ProgressPtr | mBarWidget |
MyGUI::TextBox * | mBarTextWidget |
MWGui::Widgets::MWDynamicStat::~MWDynamicStat | ( | ) | [protected, virtual] |
int MWGui::Widgets::MWDynamicStat::getMax | ( | ) | const [inline] |
int MWGui::Widgets::MWDynamicStat::getValue | ( | ) | const [inline] |
void MWGui::Widgets::MWDynamicStat::initialiseOverride | ( | ) | [protected, virtual] |
void MWGui::Widgets::MWDynamicStat::setTitle | ( | const std::string & | text | ) |
void MWGui::Widgets::MWDynamicStat::setValue | ( | int | value, |
int | max | ||
) |
MyGUI::TextBox* MWGui::Widgets::MWDynamicStat::mBarTextWidget [private] |
MyGUI::ProgressPtr MWGui::Widgets::MWDynamicStat::mBarWidget [private] |
int MWGui::Widgets::MWDynamicStat::mMax [private] |
MyGUI::TextBox* MWGui::Widgets::MWDynamicStat::mTextWidget [private] |
int MWGui::Widgets::MWDynamicStat::mValue [private] |