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>
Classes | |
class | InheritedData |
class | NonInheritedData |
Public Attributes | |
CONSTRUCT_VIA_MAKE_RETAIN | |
InheritedData | m_InheritedData |
NonInheritedData | m_NonInheritedData |
Private Member Functions | |
~CFX_CSSComputedStyle () override | |
Additional Inherited Members | |
Protected Member Functions inherited from fxcrt::Retainable | |
virtual | ~Retainable ()=default |
Definition at line 22 of file cfx_csscomputedstyle.h.
|
overrideprivatedefault |
void CFX_CSSComputedStyle::AddCustomStyle | ( | const CFX_CSSCustomProperty & | prop | ) |
Definition at line 164 of file cfx_csscomputedstyle.cpp.
const CFX_CSSRect * CFX_CSSComputedStyle::GetBorderWidth | ( | ) | const |
Definition at line 80 of file cfx_csscomputedstyle.cpp.
FX_ARGB CFX_CSSComputedStyle::GetColor | ( | ) | const |
Definition at line 56 of file cfx_csscomputedstyle.cpp.
Referenced by CXFA_TextParser::GetColor().
bool CFX_CSSComputedStyle::GetCustomStyle | ( | const WideString & | wsName, |
WideString * | pValue ) const |
Definition at line 17 of file cfx_csscomputedstyle.cpp.
Referenced by CXFA_TextParser::CountTabs(), CXFA_TextParser::GetHorScale(), CXFA_TextParser::GetTabInterval(), CXFA_TextParser::GetTabstops(), CXFA_TextParser::GetUnderlinePeriod(), CXFA_TextParser::GetVerScale(), and CXFA_TextParser::IsSpaceRun().
CFX_CSSDisplay CFX_CSSComputedStyle::GetDisplay | ( | ) | const |
Definition at line 105 of file cfx_csscomputedstyle.cpp.
float CFX_CSSComputedStyle::GetFontSize | ( | ) | const |
Definition at line 52 of file cfx_csscomputedstyle.cpp.
Referenced by CXFA_TextParser::GetFontSize().
CFX_CSSFontStyle CFX_CSSComputedStyle::GetFontStyle | ( | ) | const |
Definition at line 48 of file cfx_csscomputedstyle.cpp.
Referenced by CXFA_TextParser::GetFont().
CFX_CSSFontVariant CFX_CSSComputedStyle::GetFontVariant | ( | ) | const |
Definition at line 44 of file cfx_csscomputedstyle.cpp.
uint16_t CFX_CSSComputedStyle::GetFontWeight | ( | ) | const |
Definition at line 40 of file cfx_csscomputedstyle.cpp.
Referenced by CXFA_TextParser::GetFont().
absl::optional< WideString > CFX_CSSComputedStyle::GetLastFontFamily | ( | ) | const |
Definition at line 28 of file cfx_csscomputedstyle.cpp.
const CFX_CSSLength & CFX_CSSComputedStyle::GetLetterSpacing | ( | ) | const |
Definition at line 133 of file cfx_csscomputedstyle.cpp.
float CFX_CSSComputedStyle::GetLineHeight | ( | ) | const |
Definition at line 109 of file cfx_csscomputedstyle.cpp.
Referenced by CXFA_TextParser::GetLineHeight().
const CFX_CSSRect * CFX_CSSComputedStyle::GetMarginWidth | ( | ) | const |
Definition at line 85 of file cfx_csscomputedstyle.cpp.
float CFX_CSSComputedStyle::GetNumberVerticalAlign | ( | ) | const |
Definition at line 125 of file cfx_csscomputedstyle.cpp.
Referenced by CXFA_TextParser::GetBaseline().
const CFX_CSSRect * CFX_CSSComputedStyle::GetPaddingWidth | ( | ) | const |
Definition at line 90 of file cfx_csscomputedstyle.cpp.
CFX_CSSTextAlign CFX_CSSComputedStyle::GetTextAlign | ( | ) | const |
Definition at line 117 of file cfx_csscomputedstyle.cpp.
Mask< CFX_CSSTEXTDECORATION > CFX_CSSComputedStyle::GetTextDecoration | ( | ) | const |
Definition at line 129 of file cfx_csscomputedstyle.cpp.
const CFX_CSSLength & CFX_CSSComputedStyle::GetTextIndent | ( | ) | const |
Definition at line 113 of file cfx_csscomputedstyle.cpp.
CFX_CSSVerticalAlign CFX_CSSComputedStyle::GetVerticalAlign | ( | ) | const |
Definition at line 121 of file cfx_csscomputedstyle.cpp.
Referenced by CXFA_TextParser::GetBaseline().
Definition at line 76 of file cfx_csscomputedstyle.cpp.
void CFX_CSSComputedStyle::SetFontSize | ( | float | fFontSize | ) |
Definition at line 72 of file cfx_csscomputedstyle.cpp.
void CFX_CSSComputedStyle::SetFontStyle | ( | CFX_CSSFontStyle | eFontStyle | ) |
Definition at line 68 of file cfx_csscomputedstyle.cpp.
void CFX_CSSComputedStyle::SetFontVariant | ( | CFX_CSSFontVariant | eFontVariant | ) |
Definition at line 64 of file cfx_csscomputedstyle.cpp.
void CFX_CSSComputedStyle::SetFontWeight | ( | uint16_t | wFontWeight | ) |
Definition at line 60 of file cfx_csscomputedstyle.cpp.
void CFX_CSSComputedStyle::SetLetterSpacing | ( | const CFX_CSSLength & | letterSpacing | ) |
Definition at line 159 of file cfx_csscomputedstyle.cpp.
void CFX_CSSComputedStyle::SetLineHeight | ( | float | fLineHeight | ) |
Definition at line 137 of file cfx_csscomputedstyle.cpp.
void CFX_CSSComputedStyle::SetMarginWidth | ( | const CFX_CSSRect & | rect | ) |
Definition at line 95 of file cfx_csscomputedstyle.cpp.
void CFX_CSSComputedStyle::SetNumberVerticalAlign | ( | float | fAlign | ) |
Definition at line 149 of file cfx_csscomputedstyle.cpp.
void CFX_CSSComputedStyle::SetPaddingWidth | ( | const CFX_CSSRect & | rect | ) |
Definition at line 100 of file cfx_csscomputedstyle.cpp.
void CFX_CSSComputedStyle::SetTextAlign | ( | CFX_CSSTextAlign | eTextAlign | ) |
Definition at line 145 of file cfx_csscomputedstyle.cpp.
void CFX_CSSComputedStyle::SetTextDecoration | ( | Mask< CFX_CSSTEXTDECORATION > | dwTextDecoration | ) |
Definition at line 154 of file cfx_csscomputedstyle.cpp.
void CFX_CSSComputedStyle::SetTextIndent | ( | const CFX_CSSLength & | textIndent | ) |
Definition at line 141 of file cfx_csscomputedstyle.cpp.
CFX_CSSComputedStyle::CONSTRUCT_VIA_MAKE_RETAIN |
Definition at line 62 of file cfx_csscomputedstyle.h.
InheritedData CFX_CSSComputedStyle::m_InheritedData |
Definition at line 101 of file cfx_csscomputedstyle.h.
NonInheritedData CFX_CSSComputedStyle::m_NonInheritedData |
Definition at line 102 of file cfx_csscomputedstyle.h.