Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CFX_CSSRuleCollection::Data Class Reference

#include <cfx_cssrulecollection.h>

+ Collaboration diagram for CFX_CSSRuleCollection::Data:

Public Member Functions

 Data (CFX_CSSSelector *pSel, CFX_CSSDeclaration *pDecl)
 
 ~Data ()
 

Public Attributes

UnownedPtr< CFX_CSSSelector > const pSelector
 
UnownedPtr< CFX_CSSDeclaration > const pDeclaration
 

Detailed Description

Definition at line 24 of file cfx_cssrulecollection.h.

Constructor & Destructor Documentation

◆ Data()

CFX_CSSRuleCollection::Data::Data ( CFX_CSSSelector * pSel,
CFX_CSSDeclaration * pDecl )

Definition at line 44 of file cfx_cssrulecollection.cpp.

References Data().

Referenced by Data().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~Data()

CFX_CSSRuleCollection::Data::~Data ( )
default

Member Data Documentation

◆ pDeclaration

UnownedPtr<CFX_CSSDeclaration> const CFX_CSSRuleCollection::Data::pDeclaration

Definition at line 30 of file cfx_cssrulecollection.h.

◆ pSelector

UnownedPtr<CFX_CSSSelector> const CFX_CSSRuleCollection::Data::pSelector

Definition at line 29 of file cfx_cssrulecollection.h.


The documentation for this class was generated from the following files: