#include <llstatview.h>


Public Member Functions | |
| LLStatView (const LLString &name, const LLString &label, const LLString &setting, const LLRect &rect) | |
| ~LLStatView () | |
| LLStatBar * | addStat (const LLString &name, LLStat *statp) |
| LLStatBar * | getStatBar (const LLString &name) |
Protected Types | |
| typedef std::vector< LLStatBar * > | sb_vector_t |
Protected Attributes | |
| sb_vector_t | mStatBars |
| U32 | mNumStatBars |
| LLString | mSetting |
Definition at line 41 of file llstatview.h.
typedef std::vector<LLStatBar *> LLStatView::sb_vector_t [protected] |
Definition at line 57 of file llstatview.h.
| LLStatView::LLStatView | ( | const LLString & | name, | |
| const LLString & | label, | |||
| const LLString & | setting, | |||
| const LLRect & | rect | |||
| ) |
Definition at line 45 of file llstatview.cpp.
References FALSE, FOLLOWS_LEFT, FOLLOWS_TOP, LLControlGroup::getBOOL(), gSavedSettings, mSetting, LLContainerView::setDisplayChildren(), LLView::setFollows(), and LLContainerView::setLabel().

| LLStatView::~LLStatView | ( | ) |
Definition at line 60 of file llstatview.cpp.
References LLContainerView::getDisplayChildren(), gSavedSettings, mSetting, and LLControlGroup::setBOOL().

Definition at line 70 of file llstatview.cpp.
References LLView::addChildAtEnd(), LLView::getRect(), LLContainerView::mDisplayChildren, mNumStatBars, mStatBars, LLStatBar::mStatp, r, LLContainerView::reshape(), and LLView::setVisible().
Referenced by init_stat_view(), and LLFloaterJoystick::postBuild().


Definition at line 95 of file llstatview.cpp.
References LLStatBar::getLabel(), mStatBars, and NULL.

sb_vector_t LLStatView::mStatBars [protected] |
U32 LLStatView::mNumStatBars [protected] |
LLString LLStatView::mSetting [protected] |
1.5.5