Interface used by style parsers to store values in a style property set. More...
#include <style_property_parser.h>
Public Member Functions | |
virtual | ~StylePropertySetter () |
virtual void | set_value (const std::string &name, const StyleSetValue &value)=0 |
Set the value for the specified property name. More... | |
virtual void | set_value_array (const std::string &name, const std::vector< StyleSetValue > &value_array)=0 |
Set a value array for the specified property name. More... | |
Interface used by style parsers to store values in a style property set.
|
inlinevirtual |
|
pure virtual |
Set the value for the specified property name.
|
pure virtual |
Set a value array for the specified property name.