#include <qcssparser_p.h>
Collaboration diagram for QCss::AttributeSelector:

Definition at line 309 of file qcssparser_p.h.
Public Types | |
| enum | ValueMatchType |
Public Member Functions | |
| AttributeSelector () | |
Public Attributes | |
| QString | name |
| QString | value |
| ValueMatchType | valueMatchCriterium |
Definition at line 311 of file qcssparser_p.h.
00311 { 00312 NoMatch, 00313 MatchEqual, 00314 MatchContains, 00315 MatchBeginsWith 00316 };
| QCss::AttributeSelector::AttributeSelector | ( | ) | [inline] |
1.5.1