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 (PropertyHash hash, const StyleSetValue &value)=0 | 
| Set the value for the specified property name. | |
| virtual void | set_value_array (PropertyHash hash, const std::vector< StyleSetValue > &value_array)=0 | 
| Set a value array for the specified property name. | |
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.