Style property interface used to parse or query properties by name.
More...
#include <style_property_parser.h>
Style property interface used to parse or query properties by name.
◆ default_value() [1/2]
static const StyleGetValue& clan::StyleProperty::default_value |
( |
const char * |
name | ) |
|
|
static |
Gets the default value for a given property.
◆ default_value() [2/2]
static const StyleGetValue& clan::StyleProperty::default_value |
( |
const std::string & |
name | ) |
|
|
static |
◆ is_inherited() [1/2]
static bool clan::StyleProperty::is_inherited |
( |
const char * |
name | ) |
|
|
static |
Indicates if this an inherited property or not.
◆ is_inherited() [2/2]
static bool clan::StyleProperty::is_inherited |
( |
const std::string & |
name | ) |
|
|
static |
◆ parse()
static void clan::StyleProperty::parse |
( |
StylePropertySetter * |
setter, |
|
|
const std::string & |
styles |
|
) |
| |
|
static |
Parses a string of styles and sets the values.
The documentation for this class was generated from the following file: