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::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 566 of file qcssparser_p.h.

Constructor & Destructor Documentation

◆ StyleRule()

QCss::StyleRule::StyleRule ( )
inline

Definition at line 568 of file qcssparser_p.h.

Member Data Documentation

◆ declarations

QList<Declaration> QCss::StyleRule::declarations

Definition at line 570 of file qcssparser_p.h.

◆ order

int QCss::StyleRule::order

Definition at line 571 of file qcssparser_p.h.

◆ selectors

QList<Selector> QCss::StyleRule::selectors

Definition at line 569 of file qcssparser_p.h.

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


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