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

#include <cfx_cssselector.h>

+ Collaboration diagram for CFX_CSSSelector:

Public Member Functions

 CFX_CSSSelector (WideStringView str, std::unique_ptr< CFX_CSSSelector > next)
 
 ~CFX_CSSSelector ()
 
bool is_descendant () const
 
uint32_t name_hash () const
 
const CFX_CSSSelectornext_selector () const
 

Static Public Member Functions

static std::unique_ptr< CFX_CSSSelectorFromString (WideStringView str)
 

Detailed Description

Definition at line 14 of file cfx_cssselector.h.

Constructor & Destructor Documentation

◆ CFX_CSSSelector()

CFX_CSSSelector::CFX_CSSSelector ( WideStringView str,
std::unique_ptr< CFX_CSSSelector > next )

Definition at line 27 of file cfx_cssselector.cpp.

References CFX_CSSSelector().

Referenced by CFX_CSSSelector().

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

◆ ~CFX_CSSSelector()

CFX_CSSSelector::~CFX_CSSSelector ( )
default

Member Function Documentation

◆ FromString()

std::unique_ptr< CFX_CSSSelector > CFX_CSSSelector::FromString ( WideStringView str)
static

Definition at line 34 of file cfx_cssselector.cpp.

◆ is_descendant()

bool CFX_CSSSelector::is_descendant ( ) const
inline

Definition at line 21 of file cfx_cssselector.h.

◆ name_hash()

uint32_t CFX_CSSSelector::name_hash ( ) const
inline

Definition at line 22 of file cfx_cssselector.h.

◆ next_selector()

const CFX_CSSSelector * CFX_CSSSelector::next_selector ( ) const
inline

Definition at line 23 of file cfx_cssselector.h.


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