![]() |
Qt 6.x
The Qt SDK
|
#include <qcssparser_p.h>
Collaboration diagram for QCss::Value: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 338 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 340 of file qcssparser_p.h.
|
inline |
Definition at line 354 of file qcssparser_p.h.
| QString Value::toString | ( | ) | const |
Definition at line 235 of file qcssparser.cpp.
References indexOfId, KnownIdentifier, QVariant::toInt(), QVariant::toString(), and variant.
Here is the call graph for this function:| Type QCss::Value::type |
Definition at line 355 of file qcssparser_p.h.
| QVariant QCss::Value::variant |
Definition at line 356 of file qcssparser_p.h.
Referenced by parseBrushValue(), and toString().