Parser interface used during property parsing. More...
#include <style_property_parser.h>
Public Attributes | |
bool | important_flag = false |
True if the !important flag was specified in the style string. More... | |
std::vector< StyleToken > | tokens |
Tokenized style string relevant for parsing a property. More... | |
Parser interface used during property parsing.
bool uicore::StyleParser::important_flag = false |
True if the !important flag was specified in the style string.
std::vector<StyleToken> uicore::StyleParser::tokens |
Tokenized style string relevant for parsing a property.