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::NonInheritedData Class Reference

#include <cfx_csscomputedstyle.h>

+ Collaboration diagram for CFX_CSSComputedStyle::NonInheritedData:

Public Member Functions

 NonInheritedData ()
 

Public Attributes

CFX_CSSRect m_MarginWidth {CFX_CSSLengthUnit::Point, 0}
 
CFX_CSSRect m_BorderWidth {CFX_CSSLengthUnit::Point, 0}
 
CFX_CSSRect m_PaddingWidth {CFX_CSSLengthUnit::Point, 0}
 
CFX_CSSLength m_Top
 
CFX_CSSLength m_Bottom
 
CFX_CSSLength m_Left
 
CFX_CSSLength m_Right
 
float m_fVerticalAlign = 0.0f
 
CFX_CSSDisplay m_eDisplay = CFX_CSSDisplay::Inline
 
CFX_CSSVerticalAlign m_eVerticalAlignType = CFX_CSSVerticalAlign::Baseline
 
Mask< CFX_CSSTEXTDECORATIONm_dwTextDecoration
 
bool m_bHasMargin = false
 
bool m_bHasBorder = false
 
bool m_bHasPadding = false
 

Detailed Description

Definition at line 42 of file cfx_csscomputedstyle.h.

Constructor & Destructor Documentation

◆ NonInheritedData()

CFX_CSSComputedStyle::NonInheritedData::NonInheritedData ( )
default

Member Data Documentation

◆ m_bHasBorder

bool CFX_CSSComputedStyle::NonInheritedData::m_bHasBorder = false

Definition at line 58 of file cfx_csscomputedstyle.h.

◆ m_bHasMargin

bool CFX_CSSComputedStyle::NonInheritedData::m_bHasMargin = false

Definition at line 57 of file cfx_csscomputedstyle.h.

◆ m_bHasPadding

bool CFX_CSSComputedStyle::NonInheritedData::m_bHasPadding = false

Definition at line 59 of file cfx_csscomputedstyle.h.

◆ m_BorderWidth

CFX_CSSRect CFX_CSSComputedStyle::NonInheritedData::m_BorderWidth {CFX_CSSLengthUnit::Point, 0}

Definition at line 47 of file cfx_csscomputedstyle.h.

◆ m_Bottom

CFX_CSSLength CFX_CSSComputedStyle::NonInheritedData::m_Bottom

Definition at line 50 of file cfx_csscomputedstyle.h.

◆ m_dwTextDecoration

Mask<CFX_CSSTEXTDECORATION> CFX_CSSComputedStyle::NonInheritedData::m_dwTextDecoration

Definition at line 56 of file cfx_csscomputedstyle.h.

◆ m_eDisplay

CFX_CSSDisplay CFX_CSSComputedStyle::NonInheritedData::m_eDisplay = CFX_CSSDisplay::Inline

Definition at line 54 of file cfx_csscomputedstyle.h.

◆ m_eVerticalAlignType

CFX_CSSVerticalAlign CFX_CSSComputedStyle::NonInheritedData::m_eVerticalAlignType = CFX_CSSVerticalAlign::Baseline

Definition at line 55 of file cfx_csscomputedstyle.h.

◆ m_fVerticalAlign

float CFX_CSSComputedStyle::NonInheritedData::m_fVerticalAlign = 0.0f

Definition at line 53 of file cfx_csscomputedstyle.h.

◆ m_Left

CFX_CSSLength CFX_CSSComputedStyle::NonInheritedData::m_Left

Definition at line 51 of file cfx_csscomputedstyle.h.

◆ m_MarginWidth

CFX_CSSRect CFX_CSSComputedStyle::NonInheritedData::m_MarginWidth {CFX_CSSLengthUnit::Point, 0}

Definition at line 46 of file cfx_csscomputedstyle.h.

◆ m_PaddingWidth

CFX_CSSRect CFX_CSSComputedStyle::NonInheritedData::m_PaddingWidth {CFX_CSSLengthUnit::Point, 0}

Definition at line 48 of file cfx_csscomputedstyle.h.

◆ m_Right

CFX_CSSLength CFX_CSSComputedStyle::NonInheritedData::m_Right

Definition at line 52 of file cfx_csscomputedstyle.h.

◆ m_Top

CFX_CSSLength CFX_CSSComputedStyle::NonInheritedData::m_Top

Definition at line 49 of file cfx_csscomputedstyle.h.


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