Qt 4.8
Public Types | Public Functions | Public Variables | List of all members
QCss::AttributeSelector Struct Reference

#include <qcssparser_p.h>

Public Types

enum  ValueMatchType { NoMatch, MatchEqual, MatchContains, MatchBeginsWith }
 

Public Functions

 AttributeSelector ()
 

Public Variables

QString name
 
QString value
 
ValueMatchType valueMatchCriterium
 

Detailed Description

Definition at line 520 of file qcssparser_p.h.

Enumerations

◆ ValueMatchType

Enumerator
NoMatch 
MatchEqual 
MatchContains 
MatchBeginsWith 

Definition at line 522 of file qcssparser_p.h.

Constructors and Destructors

◆ AttributeSelector()

QCss::AttributeSelector::AttributeSelector ( )
inline

Properties

◆ name

QString QCss::AttributeSelector::name

◆ value

QString QCss::AttributeSelector::value

◆ valueMatchCriterium

ValueMatchType QCss::AttributeSelector::valueMatchCriterium

The documentation for this struct was generated from the following file: