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

#include <cfx_cssdata.h>

+ Collaboration diagram for CFX_CSSData:

Classes

struct  Color
 
struct  LengthUnit
 
struct  Property
 
struct  PropertyValue
 

Static Public Member Functions

static const PropertyGetPropertyByName (WideStringView name)
 
static const PropertyGetPropertyByEnum (CFX_CSSProperty property)
 
static const PropertyValueGetPropertyValueByName (WideStringView wsName)
 
static const LengthUnitGetLengthUnitByName (WideStringView wsName)
 
static const ColorGetColorByName (WideStringView wsName)
 

Detailed Description

Definition at line 16 of file cfx_cssdata.h.

Member Function Documentation

◆ GetColorByName()

const CFX_CSSData::Color * CFX_CSSData::GetColorByName ( WideStringView wsName)
static

Definition at line 114 of file cfx_cssdata.cpp.

References fxcrt::WideString::MakeLower().

Referenced by CFX_CSSDeclaration::ParseCSSColor().

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

◆ GetLengthUnitByName()

const CFX_CSSData::LengthUnit * CFX_CSSData::GetLengthUnitByName ( WideStringView wsName)
static

Definition at line 97 of file cfx_cssdata.cpp.

References fxcrt::WideString::MakeLower().

+ Here is the call graph for this function:

◆ GetPropertyByEnum()

const CFX_CSSData::Property * CFX_CSSData::GetPropertyByEnum ( CFX_CSSProperty property)
static

Definition at line 74 of file cfx_cssdata.cpp.

Referenced by CFX_CSSStyleSelector::ComputeStyle().

+ Here is the caller graph for this function:

◆ GetPropertyByName()

const CFX_CSSData::Property * CFX_CSSData::GetPropertyByName ( WideStringView name)
static

Definition at line 56 of file cfx_cssdata.cpp.

References CFX_CSSData::Property::dwHash.

◆ GetPropertyValueByName()

const CFX_CSSData::PropertyValue * CFX_CSSData::GetPropertyValueByName ( WideStringView wsName)
static

Definition at line 79 of file cfx_cssdata.cpp.

References CFX_CSSData::PropertyValue::dwHash.


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