![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfx_csscomputedstyle.h>
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_CSSTEXTDECORATION > | m_dwTextDecoration |
| bool | m_bHasMargin = false |
| bool | m_bHasBorder = false |
| bool | m_bHasPadding = false |
Definition at line 42 of file cfx_csscomputedstyle.h.
|
default |
| bool CFX_CSSComputedStyle::NonInheritedData::m_bHasBorder = false |
Definition at line 58 of file cfx_csscomputedstyle.h.
| bool CFX_CSSComputedStyle::NonInheritedData::m_bHasMargin = false |
Definition at line 57 of file cfx_csscomputedstyle.h.
| bool CFX_CSSComputedStyle::NonInheritedData::m_bHasPadding = false |
Definition at line 59 of file cfx_csscomputedstyle.h.
| CFX_CSSRect CFX_CSSComputedStyle::NonInheritedData::m_BorderWidth {CFX_CSSLengthUnit::Point, 0} |
Definition at line 47 of file cfx_csscomputedstyle.h.
| CFX_CSSLength CFX_CSSComputedStyle::NonInheritedData::m_Bottom |
Definition at line 50 of file cfx_csscomputedstyle.h.
| Mask<CFX_CSSTEXTDECORATION> CFX_CSSComputedStyle::NonInheritedData::m_dwTextDecoration |
Definition at line 56 of file cfx_csscomputedstyle.h.
| CFX_CSSDisplay CFX_CSSComputedStyle::NonInheritedData::m_eDisplay = CFX_CSSDisplay::Inline |
Definition at line 54 of file cfx_csscomputedstyle.h.
| CFX_CSSVerticalAlign CFX_CSSComputedStyle::NonInheritedData::m_eVerticalAlignType = CFX_CSSVerticalAlign::Baseline |
Definition at line 55 of file cfx_csscomputedstyle.h.
| float CFX_CSSComputedStyle::NonInheritedData::m_fVerticalAlign = 0.0f |
Definition at line 53 of file cfx_csscomputedstyle.h.
| CFX_CSSLength CFX_CSSComputedStyle::NonInheritedData::m_Left |
Definition at line 51 of file cfx_csscomputedstyle.h.
| CFX_CSSRect CFX_CSSComputedStyle::NonInheritedData::m_MarginWidth {CFX_CSSLengthUnit::Point, 0} |
Definition at line 46 of file cfx_csscomputedstyle.h.
| CFX_CSSRect CFX_CSSComputedStyle::NonInheritedData::m_PaddingWidth {CFX_CSSLengthUnit::Point, 0} |
Definition at line 48 of file cfx_csscomputedstyle.h.
| CFX_CSSLength CFX_CSSComputedStyle::NonInheritedData::m_Right |
Definition at line 52 of file cfx_csscomputedstyle.h.
| CFX_CSSLength CFX_CSSComputedStyle::NonInheritedData::m_Top |
Definition at line 49 of file cfx_csscomputedstyle.h.