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_CSSComputedStyle::InheritedData Class Reference

#include <cfx_csscomputedstyle.h>

+ Collaboration diagram for CFX_CSSComputedStyle::InheritedData:

Public Member Functions

 InheritedData ()
 
 ~InheritedData ()
 

Public Attributes

CFX_CSSLength m_LetterSpacing {CFX_CSSLengthUnit::Normal, 0}
 
CFX_CSSLength m_WordSpacing {CFX_CSSLengthUnit::Normal, 0}
 
CFX_CSSLength m_TextIndent {CFX_CSSLengthUnit::Point, 0}
 
RetainPtr< CFX_CSSValueListm_pFontFamily
 
float m_fFontSize = 12.0f
 
float m_fLineHeight = 14.0f
 
FX_ARGB m_dwFontColor = 0xFF000000
 
uint16_t m_wFontWeight = 400
 
CFX_CSSFontVariant m_eFontVariant = CFX_CSSFontVariant::Normal
 
CFX_CSSFontStyle m_eFontStyle = CFX_CSSFontStyle::Normal
 
CFX_CSSTextAlign m_eTextAlign = CFX_CSSTextAlign::Left
 

Detailed Description

Definition at line 24 of file cfx_csscomputedstyle.h.

Constructor & Destructor Documentation

◆ InheritedData()

CFX_CSSComputedStyle::InheritedData::InheritedData ( )
default

◆ ~InheritedData()

CFX_CSSComputedStyle::InheritedData::~InheritedData ( )
default

Member Data Documentation

◆ m_dwFontColor

FX_ARGB CFX_CSSComputedStyle::InheritedData::m_dwFontColor = 0xFF000000

Definition at line 35 of file cfx_csscomputedstyle.h.

◆ m_eFontStyle

CFX_CSSFontStyle CFX_CSSComputedStyle::InheritedData::m_eFontStyle = CFX_CSSFontStyle::Normal

Definition at line 38 of file cfx_csscomputedstyle.h.

◆ m_eFontVariant

CFX_CSSFontVariant CFX_CSSComputedStyle::InheritedData::m_eFontVariant = CFX_CSSFontVariant::Normal

Definition at line 37 of file cfx_csscomputedstyle.h.

◆ m_eTextAlign

CFX_CSSTextAlign CFX_CSSComputedStyle::InheritedData::m_eTextAlign = CFX_CSSTextAlign::Left

Definition at line 39 of file cfx_csscomputedstyle.h.

◆ m_fFontSize

float CFX_CSSComputedStyle::InheritedData::m_fFontSize = 12.0f

Definition at line 33 of file cfx_csscomputedstyle.h.

◆ m_fLineHeight

float CFX_CSSComputedStyle::InheritedData::m_fLineHeight = 14.0f

Definition at line 34 of file cfx_csscomputedstyle.h.

◆ m_LetterSpacing

CFX_CSSLength CFX_CSSComputedStyle::InheritedData::m_LetterSpacing {CFX_CSSLengthUnit::Normal, 0}

Definition at line 29 of file cfx_csscomputedstyle.h.

◆ m_pFontFamily

RetainPtr<CFX_CSSValueList> CFX_CSSComputedStyle::InheritedData::m_pFontFamily

Definition at line 32 of file cfx_csscomputedstyle.h.

◆ m_TextIndent

CFX_CSSLength CFX_CSSComputedStyle::InheritedData::m_TextIndent {CFX_CSSLengthUnit::Point, 0}

Definition at line 31 of file cfx_csscomputedstyle.h.

◆ m_wFontWeight

uint16_t CFX_CSSComputedStyle::InheritedData::m_wFontWeight = 400

Definition at line 36 of file cfx_csscomputedstyle.h.

◆ m_WordSpacing

CFX_CSSLength CFX_CSSComputedStyle::InheritedData::m_WordSpacing {CFX_CSSLengthUnit::Normal, 0}

Definition at line 30 of file cfx_csscomputedstyle.h.


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