![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcssparser_p.h>
Public Types | |
enum | Type { Unknown , Number , Percentage , Length , String , Identifier , KnownIdentifier , Uri , Color , Function , TermOperatorSlash , TermOperatorComma } |
Public Member Functions | |
Value () | |
Q_GUI_EXPORT QString | toString () const |
Public Attributes | |
Type | type |
QVariant | variant |
Definition at line 358 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 360 of file qcssparser_p.h.
|
inline |
Definition at line 374 of file qcssparser_p.h.
QString Value::toString | ( | ) | const |
Definition at line 257 of file qcssparser.cpp.
References KnownIdentifier, and type.
Type QCss::Value::type |
Definition at line 375 of file qcssparser_p.h.
Referenced by Value(), intValueHelper(), parseAlignment(), parseBrushValue(), parseColorValue(), parseShorthandBackgroundProperty(), parseStyleValue(), setFontFamilyFromValues(), setFontKerningFromValue(), setFontSizeFromValue(), setFontStyleFromValue(), setFontVariantFromValue(), setFontWeightFromValue(), setTextTransformFromValue(), and toString().
QVariant QCss::Value::variant |
Definition at line 376 of file qcssparser_p.h.