Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QCss::AttributeSelector Struct Reference

#include <qcssparser_p.h>

+ Collaboration diagram for QCss::AttributeSelector:

Public Types

enum  ValueMatchType {
  NoMatch , MatchEqual , MatchIncludes , MatchDashMatch ,
  MatchBeginsWith , MatchEndsWith , MatchContains
}
 

Public Attributes

QString name
 
QString value
 
ValueMatchType valueMatchCriterium = NoMatch
 

Detailed Description

Definition at line 514 of file qcssparser_p.h.

Member Enumeration Documentation

◆ ValueMatchType

Enumerator
NoMatch 
MatchEqual 
MatchIncludes 
MatchDashMatch 
MatchBeginsWith 
MatchEndsWith 
MatchContains 

Definition at line 516 of file qcssparser_p.h.

Member Data Documentation

◆ name

QString QCss::AttributeSelector::name

◆ value

QString QCss::AttributeSelector::value

Definition at line 527 of file qcssparser_p.h.

Referenced by QCss::Parser::parseAttrib().

◆ valueMatchCriterium

ValueMatchType QCss::AttributeSelector::valueMatchCriterium = NoMatch

Definition at line 528 of file qcssparser_p.h.

Referenced by QCss::Parser::parseAttrib().


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