Public Member Functions | |
LLFloaterTestImpl () | |
Static Private Member Functions | |
static void | onClickButton (void *) |
static void | onClickText (void *) |
static void | onCloseTab (void *) |
static void | onClickTab (void *, bool) |
static void | onCommitCheck (LLUICtrl *, void *) |
static void | onCommitCombo (LLUICtrl *, void *) |
static void | onCommitLine (LLUICtrl *, void *) |
static void | onKeyLine (LLLineEditor *, void *) |
static void | onFocusLostLine (LLUICtrl *, void *) |
static void | onChangeRadioGroup (LLUICtrl *, void *) |
Private Attributes | |
LLButton * | mBtnSimple |
LLButton * | mBtnUnicode |
LLButton * | mBtnImages |
LLCheckBoxCtrl * | mCheckSimple |
LLCheckBoxCtrl * | mCheckUnicode |
LLComboBox * | mCombo |
LLIconCtrl * | mIcon |
LLLineEditor * | mLineEditor |
LLRadioGroup * | mRadioGroup |
LLRadioCtrl * | mRadio1 |
LLRadioCtrl * | mRadio2 |
LLScrollableContainerView * | mScroll |
LLScrollListCtrl * | mScrollList |
LLTabContainer * | mTab |
LLTextEditor * | mTextEditor |
LLView * | mView |
LLViewBorder * | mViewBorder |
LLNameListCtrl * | mNameList |
Definition at line 58 of file llfloatertest.cpp.
LLFloaterTestImpl::LLFloaterTestImpl | ( | ) |
Definition at line 97 of file llfloatertest.cpp.
References LLComboBox::add(), ADD_BOTTOM, ADD_TOP, LLView::addChild(), LLRadioGroup::addRadioButton(), LLViewBorder::BEVEL_IN, BOTTOM, LLFloater::center(), FALSE, FOLLOWS_LEFT, FOLLOWS_TOP, LLRectBase< Type >::getHeight(), LLView::getRect(), LLRectBase< Type >::getWidth(), HPAD, LEFT, LINE, LLCHECKBOXCTRL_HEIGHT, LLCOMBOBOX_HEIGHT, LLFLOATER_HEADER_SIZE, LLPanel::LLPanel(), mBtnSimple, mCheckUnicode, mIcon, mTab, NULL, onChangeRadioGroup(), onClickButton(), onClickTab(), onClickText(), onCloseTab(), onCommitCheck(), onCommitCombo(), onCommitLine(), onFocusLostLine(), onKeyLine(), LLFloater::open(), S32, LLTextBox::setClickedCallback(), LLView::setFollows(), LLButton::setFont(), LLLineEditor::setHandleEditKeysDirectly(), LLButton::setLabel(), LLView::setRect(), LLView::setToolTip(), LLFontGL::sMonospace, LLFontGL::sSansSerif, LLFontGL::sSansSerifSmall, LLViewBorder::STYLE_LINE, tab, LLTabContainerCommon::TOP, TOP, TRUE, VPAD, and y.
Definition at line 370 of file llfloatertest.cpp.
References llendl, and llinfos.
Referenced by LLFloaterTestImpl().
Definition at line 313 of file llfloatertest.cpp.
References llendl, and llinfos.
Referenced by LLFloaterTestImpl().
Definition at line 331 of file llfloatertest.cpp.
References llendl, and llinfos.
Referenced by LLFloaterTestImpl().
Definition at line 319 of file llfloatertest.cpp.
References llendl, and llinfos.
Referenced by LLFloaterTestImpl().
Definition at line 325 of file llfloatertest.cpp.
References llendl, and llinfos.
Referenced by LLFloaterTestImpl().
Definition at line 337 of file llfloatertest.cpp.
References llendl, and llinfos.
Referenced by LLFloaterTestImpl().
Definition at line 343 of file llfloatertest.cpp.
References LLSD::asString(), LLComboBox::getSimple(), LLComboBox::getValue(), llendl, and llinfos.
Referenced by LLFloaterTestImpl().
Definition at line 352 of file llfloatertest.cpp.
References llendl, and llinfos.
Referenced by LLFloaterTestImpl().
Definition at line 364 of file llfloatertest.cpp.
References llendl, and llinfos.
Referenced by LLFloaterTestImpl().
void LLFloaterTestImpl::onKeyLine | ( | LLLineEditor * | , | |
void * | ||||
) | [static, private] |
Definition at line 358 of file llfloatertest.cpp.
References llendl, and llinfos.
Referenced by LLFloaterTestImpl().
LLButton* LLFloaterTestImpl::mBtnImages [private] |
Definition at line 77 of file llfloatertest.cpp.
LLButton* LLFloaterTestImpl::mBtnSimple [private] |
LLButton* LLFloaterTestImpl::mBtnUnicode [private] |
Definition at line 76 of file llfloatertest.cpp.
LLCheckBoxCtrl* LLFloaterTestImpl::mCheckSimple [private] |
Definition at line 78 of file llfloatertest.cpp.
LLCheckBoxCtrl* LLFloaterTestImpl::mCheckUnicode [private] |
LLComboBox* LLFloaterTestImpl::mCombo [private] |
Definition at line 80 of file llfloatertest.cpp.
LLIconCtrl* LLFloaterTestImpl::mIcon [private] |
LLLineEditor* LLFloaterTestImpl::mLineEditor [private] |
Definition at line 82 of file llfloatertest.cpp.
LLNameListCtrl* LLFloaterTestImpl::mNameList [private] |
Definition at line 93 of file llfloatertest.cpp.
LLRadioCtrl* LLFloaterTestImpl::mRadio1 [private] |
Definition at line 84 of file llfloatertest.cpp.
LLRadioCtrl* LLFloaterTestImpl::mRadio2 [private] |
Definition at line 85 of file llfloatertest.cpp.
LLRadioGroup* LLFloaterTestImpl::mRadioGroup [private] |
Definition at line 83 of file llfloatertest.cpp.
Definition at line 86 of file llfloatertest.cpp.
LLScrollListCtrl* LLFloaterTestImpl::mScrollList [private] |
Definition at line 87 of file llfloatertest.cpp.
LLTabContainer* LLFloaterTestImpl::mTab [private] |
LLTextEditor* LLFloaterTestImpl::mTextEditor [private] |
Definition at line 89 of file llfloatertest.cpp.
LLView* LLFloaterTestImpl::mView [private] |
Definition at line 90 of file llfloatertest.cpp.
LLViewBorder* LLFloaterTestImpl::mViewBorder [private] |
Definition at line 91 of file llfloatertest.cpp.