#include <llfirstuse.h>
Static Public Member Functions | |
static void | addConfigVariable (const LLString &var) |
static void | disableFirstUse () |
static void | resetFirstUse () |
static void | useBalanceIncrease (S32 delta) |
static void | useBalanceDecrease (S32 delta) |
static void | useSit () |
static void | useMap () |
static void | useGoTo () |
static void | useBuild () |
static void | useLeftClickNoHit () |
static void | useTeleport () |
static void | useOverrideKeys () |
static void | useAttach () |
static void | useAppearance () |
static void | useInventory () |
static void | useSandbox () |
static void | useFlexible () |
static void | useDebugMenus () |
static void | useSculptedPrim () |
static void | useVoice () |
Static Protected Attributes | |
static std::set< LLString > | sConfigVariables |
Definition at line 78 of file llfirstuse.h.
Definition at line 50 of file llfirstuse.cpp.
References LLControlGroup::addWarning(), gSavedSettings, and sConfigVariables.
Referenced by declare_settings().
void LLFirstUse::disableFirstUse | ( | ) | [static] |
Definition at line 57 of file llfirstuse.cpp.
References FALSE, gSavedSettings, sConfigVariables, and LLControlGroup::setWarning().
Referenced by callback_skip_dialogs().
void LLFirstUse::resetFirstUse | ( | ) | [static] |
Definition at line 68 of file llfirstuse.cpp.
References gSavedSettings, sConfigVariables, LLControlGroup::setWarning(), and TRUE.
Referenced by callback_reset_dialogs().
void LLFirstUse::useAppearance | ( | ) | [static] |
Definition at line 186 of file llfirstuse.cpp.
References FALSE, LLControlGroup::getWarning(), gSavedSettings, LLControlGroup::setWarning(), and LLNotifyBox::showXml().
Referenced by LLMorphView::setVisible().
void LLFirstUse::useAttach | ( | ) | [static] |
Definition at line 180 of file llfirstuse.cpp.
Definition at line 94 of file llfirstuse.cpp.
References FALSE, LLControlGroup::getWarning(), gSavedSettings, llformat(), LLControlGroup::setWarning(), and LLNotifyBox::showXml().
Referenced by process_money_balance_reply().
Definition at line 80 of file llfirstuse.cpp.
References FALSE, LLControlGroup::getWarning(), gSavedSettings, llformat(), LLControlGroup::setWarning(), and LLNotifyBox::showXml().
Referenced by process_money_balance_reply().
void LLFirstUse::useBuild | ( | ) | [static] |
Definition at line 136 of file llfirstuse.cpp.
References FALSE, LLControlGroup::getWarning(), gSavedSettings, LLControlGroup::setWarning(), and LLNotifyBox::showXml().
Referenced by LLLandBuild::handleEvent(), LLObjectEdit::handleEvent(), LLObjectBuild::handleEvent(), and toggle_build_mode().
void LLFirstUse::useDebugMenus | ( | ) | [static] |
Definition at line 234 of file llfirstuse.cpp.
References FALSE, LLControlGroup::getWarning(), gSavedSettings, LLControlGroup::setWarning(), and LLNotifyBox::showXml().
Referenced by show_debug_menus().
void LLFirstUse::useFlexible | ( | ) | [static] |
Definition at line 223 of file llfirstuse.cpp.
References FALSE, LLControlGroup::getWarning(), gSavedSettings, LLControlGroup::setWarning(), and LLNotifyBox::showXml().
Referenced by LLPanelVolume::sendIsFlexible().
void LLFirstUse::useGoTo | ( | ) | [static] |
void LLFirstUse::useInventory | ( | ) | [static] |
Definition at line 197 of file llfirstuse.cpp.
References FALSE, LLControlGroup::getWarning(), gSavedSettings, LLControlGroup::setWarning(), and LLNotifyBox::showXml().
Referenced by handle_inventory().
void LLFirstUse::useLeftClickNoHit | ( | ) | [static] |
Definition at line 147 of file llfirstuse.cpp.
References FALSE, LLControlGroup::getWarning(), gSavedSettings, LLControlGroup::setWarning(), and LLNotifyBox::showXml().
Referenced by LLToolPie::pickAndShowMenu().
void LLFirstUse::useMap | ( | ) | [static] |
Definition at line 119 of file llfirstuse.cpp.
References FALSE, LLControlGroup::getWarning(), gSavedSettings, LLControlGroup::setWarning(), and LLNotifyBox::showXml().
Referenced by LLFloaterWorldMap::show().
void LLFirstUse::useOverrideKeys | ( | ) | [static] |
Definition at line 169 of file llfirstuse.cpp.
References FALSE, LLControlGroup::getWarning(), gSavedSettings, LLControlGroup::setWarning(), and LLNotifyBox::showXml().
Referenced by LLAgent::processScriptControlChange().
void LLFirstUse::useSandbox | ( | ) | [static] |
Definition at line 209 of file llfirstuse.cpp.
References FALSE, LLControlGroup::getWarning(), gSavedSettings, llformat(), SANDBOX_CLEAN_FREQ, SANDBOX_FIRST_CLEAN_HOUR, LLControlGroup::setWarning(), and LLNotifyBox::showXml().
Referenced by add_duplicate(), add_object(), and LLToolDragAndDrop::dropObject().
void LLFirstUse::useSculptedPrim | ( | ) | [static] |
Definition at line 245 of file llfirstuse.cpp.
References FALSE, LLControlGroup::getWarning(), gSavedSettings, LLControlGroup::setWarning(), and LLNotifyBox::showXml().
Referenced by LLPanelObject::getState().
void LLFirstUse::useSit | ( | ) | [static] |
Definition at line 108 of file llfirstuse.cpp.
References FALSE, LLControlGroup::getWarning(), gSavedSettings, LLControlGroup::setWarning(), and LLNotifyBox::showXml().
Referenced by near_sit_down_point(), LLToolBar::onClickSit(), and LLVOAvatar::sitOnObject().
void LLFirstUse::useTeleport | ( | ) | [static] |
Definition at line 158 of file llfirstuse.cpp.
References FALSE, LLControlGroup::getWarning(), gSavedSettings, LLControlGroup::setWarning(), and LLNotifyBox::showXml().
Referenced by process_teleport_finish().
void LLFirstUse::useVoice | ( | ) | [static] |
Definition at line 257 of file llfirstuse.cpp.
References FALSE, gDisableVoice, LLControlGroup::getWarning(), gSavedSettings, LLControlGroup::setWarning(), and LLUIInstanceMgr< LLFloaterVoiceWizard, LLFloaterVoiceWizard >::showInstance().
Referenced by idle_startup().
std::set< LLString > LLFirstUse::sConfigVariables [static, protected] |
Definition at line 110 of file llfirstuse.h.
Referenced by addConfigVariable(), disableFirstUse(), and resetFirstUse().