uicore::StylePropertySetter Class Referenceabstract

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...
 

Detailed Description

Interface used by style parsers to store values in a style property set.

Constructor & Destructor Documentation

virtual uicore::StylePropertySetter::~StylePropertySetter ( )
inlinevirtual

Member Function Documentation

virtual void uicore::StylePropertySetter::set_value ( const std::string name,
const StyleSetValue value 
)
pure virtual

Set the value for the specified property name.

virtual void uicore::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: