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_CSSStyleRule Class Reference

#include <cfx_cssstylerule.h>

+ Collaboration diagram for CFX_CSSStyleRule:

Public Member Functions

 CFX_CSSStyleRule ()
 
 ~CFX_CSSStyleRule ()
 
size_t CountSelectorLists () const
 
CFX_CSSSelectorGetSelectorList (size_t index) const
 
CFX_CSSDeclarationGetDeclaration ()
 
void SetSelector (std::vector< std::unique_ptr< CFX_CSSSelector > > *list)
 

Detailed Description

Definition at line 16 of file cfx_cssstylerule.h.

Constructor & Destructor Documentation

◆ CFX_CSSStyleRule()

CFX_CSSStyleRule::CFX_CSSStyleRule ( )
default

◆ ~CFX_CSSStyleRule()

CFX_CSSStyleRule::~CFX_CSSStyleRule ( )
default

Member Function Documentation

◆ CountSelectorLists()

size_t CFX_CSSStyleRule::CountSelectorLists ( ) const

Definition at line 15 of file cfx_cssstylerule.cpp.

◆ GetDeclaration()

CFX_CSSDeclaration * CFX_CSSStyleRule::GetDeclaration ( )

Definition at line 23 of file cfx_cssstylerule.cpp.

Referenced by CFX_CSSStyleSheetTest::LoadAndVerifyDecl().

+ Here is the caller graph for this function:

◆ GetSelectorList()

CFX_CSSSelector * CFX_CSSStyleRule::GetSelectorList ( size_t index) const

Definition at line 19 of file cfx_cssstylerule.cpp.

◆ SetSelector()

void CFX_CSSStyleRule::SetSelector ( std::vector< std::unique_ptr< CFX_CSSSelector > > * list)

Definition at line 27 of file cfx_cssstylerule.cpp.


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