OpenMW
Public Member Functions | Protected Member Functions | Private Attributes
MWGui::Widgets::MWDynamicStat Class Reference

#include <widgets.hpp>

List of all members.

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

Constructor & Destructor Documentation


Member Function Documentation

int MWGui::Widgets::MWDynamicStat::getMax ( ) const [inline]
void MWGui::Widgets::MWDynamicStat::setTitle ( const std::string &  text)
void MWGui::Widgets::MWDynamicStat::setValue ( int  value,
int  max 
)

Member Data Documentation

MyGUI::ProgressPtr MWGui::Widgets::MWDynamicStat::mBarWidget [private]
MyGUI::TextBox* MWGui::Widgets::MWDynamicStat::mTextWidget [private]

The documentation for this class was generated from the following files: