![]() |
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 | ValueMatchType { NoMatch , MatchEqual , MatchIncludes , MatchDashMatch , MatchBeginsWith , MatchEndsWith , MatchContains } |
Public Attributes | |
| QString | name |
| QString | value |
| ValueMatchType | valueMatchCriterium = NoMatch |
Definition at line 536 of file qcssparser_p.h.
| Enumerator | |
|---|---|
| NoMatch | |
| MatchEqual | |
| MatchIncludes | |
| MatchDashMatch | |
| MatchBeginsWith | |
| MatchEndsWith | |
| MatchContains | |
Definition at line 538 of file qcssparser_p.h.
| QString QCss::AttributeSelector::name |
Definition at line 548 of file qcssparser_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| QString QCss::AttributeSelector::value |
Definition at line 549 of file qcssparser_p.h.
| ValueMatchType QCss::AttributeSelector::valueMatchCriterium = NoMatch |
Definition at line 550 of file qcssparser_p.h.