|
|
|
@@ -121,7 +121,7 @@ public: |
|
|
|
@param keyName the name of the property to set. (This mustn't be an empty string)
|
|
|
|
@param value the new value to set it to
|
|
|
|
*/
|
|
|
|
void setValue (const String& keyName, const var& value);
|
|
|
|
void setValue (StringRef keyName, const var& value);
|
|
|
|
|
|
|
|
/** Sets a named property to an XML element.
|
|
|
|
|
|
|
|
@@ -130,7 +130,7 @@ public: |
|
|
|
be set to an empty string
|
|
|
|
@see getXmlValue
|
|
|
|
*/
|
|
|
|
void setValue (const String& keyName, const XmlElement* xml);
|
|
|
|
void setValue (StringRef keyName, const XmlElement* xml);
|
|
|
|
|
|
|
|
/** This copies all the values from a source PropertySet to this one.
|
|
|
|
This won't remove any existing settings, it just adds any that it finds in the source set.
|
|
|
|
|