#include <lltoolplacer.h>


Definition at line 76 of file lltoolplacer.h.
| LLToolPlacerPanel::LLToolPlacerPanel | ( | const std::string & | name, | |
| const LLRect & | rect | |||
| ) |
Definition at line 551 of file lltoolplacer.cpp.
| void LLToolPlacerPanel::setObjectType | ( | void * | data | ) | [static] |
Definition at line 612 of file lltoolplacer.cpp.
References LLToolPlacer::setObjectType().
Referenced by addButton().


| void LLToolPlacerPanel::addButton | ( | const LLString & | up_state, | |
| const LLString & | down_state, | |||
| LLPCode * | pcode | |||
| ) | [private] |
Definition at line 573 of file lltoolplacer.cpp.
References LLView::addChild(), LLControlGroup::getRect(), gSavedSettings, HPAD, LLRectBase< Type >::mBottom, S32, sButtons, sButtonsAdded, LLView::setFollowsBottom(), LLView::setFollowsLeft(), LLRectBase< Type >::setLeftTopAndSize(), setObjectType(), LLFontGL::sSansSerif, and VPAD.

LLPCode LLToolPlacerPanel::sCube = LL_PCODE_CUBE [static] |
LLPCode LLToolPlacerPanel::sPrism = LL_PCODE_PRISM [static] |
LLPCode LLToolPlacerPanel::sPyramid = LL_PCODE_PYRAMID [static] |
LLPCode LLToolPlacerPanel::sCylinder = LL_PCODE_CYLINDER [static] |
LLPCode LLToolPlacerPanel::sCone = LL_PCODE_CONE [static] |
LLPCode LLToolPlacerPanel::sTorus = LL_PCODE_TORUS [static] |
LLPCode LLToolPlacerPanel::sSquareTorus = LLViewerObject::LL_VO_SQUARE_TORUS [static] |
LLPCode LLToolPlacerPanel::sTriangleTorus = LLViewerObject::LL_VO_TRIANGLE_TORUS [static] |
LLPCode LLToolPlacerPanel::sSphere = LL_PCODE_SPHERE [static] |
LLPCode LLToolPlacerPanel::sTree = LL_PCODE_LEGACY_TREE [static] |
S32 LLToolPlacerPanel::sButtonsAdded = 0 [static, private] |
LLButton * LLToolPlacerPanel::sButtons [static, private] |
1.5.5