Style property interface used to parse or query properties by name. More...
#include <style_property_parser.h>
Static Public Member Functions | |
static const StyleGetValue & | default_value (PropertyHash hash) |
Gets the default value for a given property. | |
static bool | is_inherited (PropertyHash hash) |
Indicates if this an inherited property or not. | |
static void | parse (StylePropertySetter *setter, const std::string &styles) |
Parses a string of styles and sets the values. | |
Style property interface used to parse or query properties by name.
|
static |
Gets the default value for a given property.
References clan::hash.
|
static |
Indicates if this an inherited property or not.
References clan::hash.
|
static |
Parses a string of styles and sets the values.