#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.
Definition at line 41 of file llsavedsettingsglue.cpp.
References LLSD::asBoolean(), LLUICtrl::getValue(), gSavedSettings, and LLControlGroup::setBOOL().
Referenced by LLFloaterAuction::LLFloaterAuction().
Definition at line 55 of file llsavedsettingsglue.cpp.
References LLSD::asReal(), LLUICtrl::getValue(), gSavedSettings, and LLControlGroup::setF32().
Definition at line 48 of file llsavedsettingsglue.cpp.
References LLSD::asInteger(), LLUICtrl::getValue(), gSavedSettings, and LLControlGroup::setS32().
Definition at line 69 of file llsavedsettingsglue.cpp.
References LLSD::asString(), LLUICtrl::getValue(), gSavedSettings, and LLControlGroup::setString().
Definition at line 62 of file llsavedsettingsglue.cpp.
References LLSD::asInteger(), LLUICtrl::getValue(), gSavedSettings, and LLControlGroup::setU32().