cee::ug::SetPropertyHandler
-
class
SetPropertyHandler
Property handler for set properties.
Public Types
-
enum
PropertyKey
List of property keys for SetPropertyHandler.
Values:
-
enumerator
SET_MODE
Set mode.
-
enumerator
SET_IDS
Array of set ids.
-
enumerator
Public Functions
-
SetPropertyHandler
(PropertySet *propSet) Creates a result section property handler from a given property set propSet.
-
Variant
propertyValue
(PropertyKey key) const Returns the property value for the specified property key.
Returns an empty Variant if the property key was not found.
-
void
setPropertyValue
(PropertyKey key, Variant data) Sets the property key and value to this handlers property set.
If key exists in the property set, the paired property value is updated to data. Otherwise the key/value pair is added to the property set.
Public Static Functions
-
static bool
isValidPropertySet
(const PropertySet &propSet) Returns true if the specified property set is a valid elements set property set.
-
enum