#include <llsavedsettingsglue.h>
Static Public Member Functions | |
| static void | setBOOL (LLUICtrl *ctrl, void *name) |
| static void | setS32 (LLUICtrl *ctrl, void *name) |
| static void | setF32 (LLUICtrl *ctrl, void *name) |
| static void | setU32 (LLUICtrl *ctrl, void *name) |
| static void | setString (LLUICtrl *ctrl, void *name) |
Definition at line 41 of file llsavedsettingsglue.h.
| void LLSavedSettingsGlue::setBOOL | ( | LLUICtrl * | ctrl, | |
| void * | name | |||
| ) | [static] |
Definition at line 41 of file llsavedsettingsglue.cpp.
References LLSD::asBoolean(), LLUICtrl::getValue(), gSavedSettings, and LLControlGroup::setBOOL().
Referenced by LLFloaterWindLight::initCallbacks(), and LLFloaterAuction::LLFloaterAuction().


| void LLSavedSettingsGlue::setS32 | ( | LLUICtrl * | ctrl, | |
| void * | name | |||
| ) | [static] |
Definition at line 48 of file llsavedsettingsglue.cpp.
References LLSD::asInteger(), LLUICtrl::getValue(), gSavedSettings, and LLControlGroup::setS32().

| void LLSavedSettingsGlue::setF32 | ( | LLUICtrl * | ctrl, | |
| void * | name | |||
| ) | [static] |
Definition at line 55 of file llsavedsettingsglue.cpp.
References LLSD::asReal(), LLUICtrl::getValue(), gSavedSettings, and LLControlGroup::setF32().

| void LLSavedSettingsGlue::setU32 | ( | LLUICtrl * | ctrl, | |
| void * | name | |||
| ) | [static] |
Definition at line 62 of file llsavedsettingsglue.cpp.
References LLSD::asInteger(), LLUICtrl::getValue(), gSavedSettings, and LLControlGroup::setU32().

| void LLSavedSettingsGlue::setString | ( | LLUICtrl * | ctrl, | |
| void * | name | |||
| ) | [static] |
Definition at line 69 of file llsavedsettingsglue.cpp.
References LLSD::asString(), LLUICtrl::getValue(), gSavedSettings, and LLControlGroup::setString().

1.5.5