LiveSetting
LiveSetting::AddReplaceValue(BMessage *msgTo, int32 val) const
LiveSetting::AddReplaceValue(BMessage *msgTo, const BString &val) const
LiveSetting::GetValue(BMessage *msgFrom, bool &val) const
LiveSetting::GetValue(BMessage *msgFrom, int32 &val) const
LiveSetting::GetValue(BMessage *msgFrom, BString &val) const
LiveSetting::Init(uint32 id, const char *name, const LiveSettingType dataType)
LiveSetting::LiveSetting(uint32 id, const char *name, bool val)
LiveSetting::LiveSetting(uint32 id, const char *name, int32 val)
LiveSetting::LiveSetting(uint32 id, const char *name, const char *val)
LiveSetting::AddReplaceValue(BMessage *msgTo, BMessage *msgFrom /*= NULL*/) const
LiveSetting::AddReplaceValue(BMessage *msgTo, bool val) const
class LiveSetting {
LiveSetting(uint32 id, const char *name, bool val);
LiveSetting(uint32 id, const char *name, int32 val);
LiveSetting(uint32 id, const char *name, const char *val);
~LiveSetting() { }
const LiveSetting *defs = fDefaults;
const LiveSetting *defs = fDefaults;
const LiveSetting *
const LiveSetting *def = FindLiveSetting(name);
const LiveSetting *def = FindLiveSetting(name);
LiveSetting *defaults, int32 defCount)
const LiveSetting *defs = fDefaults;
const LiveSetting *fDefaults;
LiveSettings(const char *settingsFile, LiveSetting *defaults,
const LiveSetting *FindLiveSetting(const char *name);
gDefaultSettings, sizeof(gDefaultSettings) / sizeof(LiveSetting));
LiveSetting gDefaultSettings[] = {
LiveSetting(CHANGE_CAPTION, SAVER_SETTING_CAPTION, true),
LiveSetting(CHANGE_BORDER, SAVER_SETTING_BORDER, true),
LiveSetting(CHANGE_DIRECTORY, SAVER_SETTING_DIRECTORY, "/boot/home"),
LiveSetting(CHANGE_DELAY, SAVER_SETTING_DELAY, (int32) 3000)