#include <llpaneldebug.h>
Inheritance diagram for LLPanelDebug:
Public Member Functions | |
LLPanelDebug (const std::string &name, const LLRect &rect) | |
virtual | ~LLPanelDebug () |
void | apply () |
void | cancel () |
Protected Attributes | |
LLCheckBoxCtrl * | mLeftClickCheck |
Definition at line 39 of file llpaneldebug.h.
LLPanelDebug::LLPanelDebug | ( | const std::string & | name, | |
const LLRect & | rect | |||
) |
Definition at line 74 of file llpaneldebug.cpp.
References LLView::addChild(), FALSE, FOLLOWS_LEFT, FOLLOWS_TOP, LLControlGroup::getBOOL(), LLRectBase< Type >::getHeight(), LLResMgr::getRes(), LLControlGroup::getS32(), gResMgr, gSavedSettings, HPAD, LEFT, LLCheckboxCtrl, LLFONT_SANSSERIF_SMALL, mLeftClickCheck, NULL, S32, LLView::setFollowsLeft(), LLView::setFollowsTop(), SLIDERCTRL_HEIGHT, SPINCTRL_BTN_WIDTH, SPINCTRL_DEFAULT_LABEL_WIDTH, TRUE, and VPAD.
LLPanelDebug::~LLPanelDebug | ( | ) | [virtual] |
Definition at line 148 of file llpaneldebug.cpp.
void LLPanelDebug::apply | ( | ) |
Definition at line 154 of file llpaneldebug.cpp.
References LLCheckBoxCtrl::get(), gSavedSettings, mLeftClickCheck, and LLControlGroup::setBOOL().
void LLPanelDebug::cancel | ( | ) |
Definition at line 159 of file llpaneldebug.cpp.
LLCheckBoxCtrl* LLPanelDebug::mLeftClickCheck [protected] |