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.

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.

void applyToModelSpec(ModelSpec *modelSpec)

Applies the properties in this property set to the specified model specification.

void buildProperties(const ModelSpec &modelSpec)

Sets the property keys and values for this property set from the model specification modelSpec.

Public Static Functions

static Str propertySetClassType()

Returns the class type of the property set.

static bool isValidPropertySet(const PropertySet &propSet)

Returns true if the specified property set is a valid elements set property set.