Qt 4.8
|
#include <qcssparser_p.h>
Public Types | |
enum | Type { Unknown, Number, Percentage, Length, String, Identifier, KnownIdentifier, Uri, Color, Function, TermOperatorSlash, TermOperatorComma } |
Public Functions | |
QString | toString () const |
Value () | |
Public Variables | |
Type | type |
QVariant | variant |
Definition at line 354 of file qcssparser_p.h.
enum QCss::Value::Type |
Enumerator | |
---|---|
Unknown | |
Number | |
Percentage | |
Length | |
String | |
Identifier | |
KnownIdentifier | |
Uri | |
Color | |
Function | |
TermOperatorSlash | |
TermOperatorComma |
Definition at line 356 of file qcssparser_p.h.
|
inline |
Definition at line 370 of file qcssparser_p.h.
QString Value::toString | ( | ) | const |
Definition at line 253 of file qcssparser.cpp.
Referenced by parseCSStoXMLAttrs(), and parseStopNode().
Type QCss::Value::type |
Definition at line 371 of file qcssparser_p.h.
Referenced by QCss::Declaration::borderImageValue(), QCss::ValueExtractor::extractBackground(), QCss::Declaration::iconValue(), intValueHelper(), parseBrushValue(), parseColorValue(), parseCSStoXMLAttrs(), QCss::Parser::parseExpr(), QCss::Parser::parseNextOperator(), parseShorthandBackgroundProperty(), parseStopNode(), parseStyleValue(), QCss::Parser::parseTerm(), QCss::Declaration::realValue(), QCss::Declaration::rectValue(), setFontFamilyFromValues(), setFontSizeFromValue(), setFontStyleFromValue(), setFontVariantFromValue(), setFontWeightFromValue(), QTextHtmlParserNode::setListStyle(), setTextDecorationFromValues(), and setTextTransformFromValue().
QVariant QCss::Value::variant |
Definition at line 372 of file qcssparser_p.h.
Referenced by QCss::Declaration::borderImageValue(), QCss::ValueExtractor::extractBackground(), QCss::Declaration::iconValue(), intValueHelper(), QCss::ValueExtractor::lengthValue(), parseBrushValue(), parseColorValue(), parseCSStoXMLAttrs(), parseShorthandBackgroundProperty(), parseStyleValue(), QCss::Parser::parseTerm(), QCss::Declaration::realValue(), QCss::Declaration::rectValue(), setFontFamilyFromValues(), setFontSizeFromValue(), setFontStyleFromValue(), setFontVariantFromValue(), setFontWeightFromValue(), QTextHtmlParserNode::setListStyle(), setTextDecorationFromValues(), and setTextTransformFromValue().