Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 517 of file qcssparser_p.h.

Member Enumeration Documentation

◆ ValueMatchType

Enumerator
NoMatch 
MatchEqual 
MatchIncludes 
MatchDashMatch 
MatchBeginsWith 
MatchEndsWith 
MatchContains 

Definition at line 519 of file qcssparser_p.h.

Member Data Documentation

◆ name

QString QCss::AttributeSelector::name

Definition at line 529 of file qcssparser_p.h.

Referenced by QCss::Parser::parseAttrib(), and QCss::Parser::parseSimpleSelector().

◆ value

QString QCss::AttributeSelector::value

Definition at line 530 of file qcssparser_p.h.

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

◆ valueMatchCriterium

ValueMatchType QCss::AttributeSelector::valueMatchCriterium = NoMatch

Definition at line 531 of file qcssparser_p.h.

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


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