LLSavedSettingsGlue Class Reference

#include <llsavedsettingsglue.h>

List of all members.

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)


Detailed Description

Definition at line 41 of file llsavedsettingsglue.h.


Member Function Documentation

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().

Here is the call graph for this function:

Here is the caller graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:


The documentation for this class was generated from the following files:

Generated on Fri May 16 09:01:42 2008 for SecondLife by  doxygen 1.5.5