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

#include <qcssparser_p.h>

+ Collaboration diagram for QCss::StyleRule:

Public Member Functions

 StyleRule ()
 

Public Attributes

QList< Selectorselectors
 
QList< Declarationdeclarations
 
int order
 

Detailed Description

Definition at line 563 of file qcssparser_p.h.

Constructor & Destructor Documentation

◆ StyleRule()

QCss::StyleRule::StyleRule ( )
inline

Definition at line 565 of file qcssparser_p.h.

Member Data Documentation

◆ declarations

QList<Declaration> QCss::StyleRule::declarations

Definition at line 567 of file qcssparser_p.h.

Referenced by QCss::StyleSheet::buildIndexes(), and QCss::Parser::parseRuleset().

◆ order

int QCss::StyleRule::order

Definition at line 568 of file qcssparser_p.h.

Referenced by QCss::StyleSheet::buildIndexes().

◆ selectors

QList<Selector> QCss::StyleRule::selectors

Definition at line 566 of file qcssparser_p.h.

Referenced by QCss::StyleSheet::buildIndexes(), and QCss::Parser::parseRuleset().


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