Interface used by style parsers to store values in a style property set.
More...
#include <style_property_parser.h>
Interface used by style parsers to store values in a style property set.
◆ ~StylePropertySetter()
virtual clan::StylePropertySetter::~StylePropertySetter |
( |
| ) |
|
|
inlinevirtual |
◆ set_value()
virtual void clan::StylePropertySetter::set_value |
( |
const std::string & |
name, |
|
|
const StyleSetValue & |
value |
|
) |
| |
|
pure virtual |
Set the value for the specified property name.
◆ set_value_array()
virtual void clan::StylePropertySetter::set_value_array |
( |
const std::string & |
name, |
|
|
const std::vector< StyleSetValue > & |
value_array |
|
) |
| |
|
pure virtual |
Set a value array for the specified property name.
The documentation for this class was generated from the following file: