Searched refs:msgFrom (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DLiveSetting.cpp61 LiveSetting::AddReplaceValue(BMessage *msgTo, BMessage *msgFrom /*= NULL*/) const
69 if (GetValue(msgFrom, bVal) == true)
75 if (GetValue(msgFrom, iVal) == true)
81 if (GetValue(msgFrom, str) == true)
149 LiveSetting::GetValue(BMessage *msgFrom, bool &val) const argument
155 if (msgFrom == NULL) {
159 } else if (msgFrom->FindBool(fName, &val) == B_OK)
166 LiveSetting::GetValue(BMessage *msgFrom, int32 &val) const argument
172 if (msgFrom == NULL) {
176 } else if (msgFrom
183 GetValue(BMessage *msgFrom, BString &val) const argument
[all...]
H A DLiveSetting.h52 bool AddReplaceValue(BMessage *msgTo, BMessage *msgFrom = NULL) const;
58 bool GetValue(BMessage *msgFrom, bool &val) const;
59 bool GetValue(BMessage *msgFrom, int32 &val) const;
60 bool GetValue(BMessage *msgFrom, BString &val) const;

Completed in 85 milliseconds