#include <llstatview.h>
Inheritance diagram for LLStatView:
Public Member Functions | |
LLStatView (const LLString &name, const LLString &label, const LLString &setting, const LLRect &rect) | |
~LLStatView () | |
virtual EWidgetType | getWidgetType () const |
virtual LLString | getWidgetTag () const |
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 59 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, LLView::mReshapeFlags, mSetting, LLContainerView::setDisplayChildren(), and LLContainerView::setLabel().
LLStatView::~LLStatView | ( | ) |
Definition at line 60 of file llstatview.cpp.
References LLContainerView::getDisplayChildren(), gSavedSettings, mSetting, and LLControlGroup::setBOOL().
Definition at line 80 of file llstatview.cpp.
References LLView::addChildAtEnd(), LLRectBase< Type >::getHeight(), LLRectBase< Type >::getWidth(), LLContainerView::mDisplayChildren, mNumStatBars, LLView::mRect, mStatBars, LLStatBar::mStatp, r, LLContainerView::reshape(), and LLView::setVisible().
Referenced by init_stat_view(), and LLFloaterJoystick::show().
LLString LLStatView::getWidgetTag | ( | ) | const [virtual] |
Reimplemented from LLContainerView.
Definition at line 75 of file llstatview.cpp.
References LL_STAT_VIEW_TAG.
EWidgetType LLStatView::getWidgetType | ( | ) | const [virtual] |
Reimplemented from LLContainerView.
Definition at line 70 of file llstatview.cpp.
References WIDGET_TYPE_STAT_VIEW.
U32 LLStatView::mNumStatBars [protected] |
LLString LLStatView::mSetting [protected] |
sb_vector_t LLStatView::mStatBars [protected] |