![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cxfa_fwltheme.h>
Public Member Functions | |
| ~CXFA_FWLTheme () override | |
| void | PreFinalize () |
| void | Trace (cppgc::Visitor *visitor) const override |
| void | DrawBackground (const CFWL_ThemeBackground &pParams) override |
| void | DrawText (const CFWL_ThemeText &pParams) override |
| void | CalcTextRect (const CFWL_ThemeText &pParams, CFX_RectF *pRect) override |
| float | GetCXBorderSize () const override |
| float | GetCYBorderSize () const override |
| CFX_RectF | GetUIMargin (const CFWL_ThemePart &pThemePart) const override |
| float | GetFontSize (const CFWL_ThemePart &pThemePart) const override |
| RetainPtr< CFGAS_GEFont > | GetFont (const CFWL_ThemePart &pThemePart) override |
| RetainPtr< CFGAS_GEFont > | GetFWLFont () override |
| float | GetLineHeight (const CFWL_ThemePart &pThemePart) const override |
| float | GetScrollBarWidth () const override |
| FX_COLORREF | GetTextColor (const CFWL_ThemePart &pThemePart) const override |
| CFX_SizeF | GetSpaceAboveBelow (const CFWL_ThemePart &pThemePart) const override |
| bool | LoadCalendarFont (CXFA_FFDoc *doc) |
| Public Member Functions inherited from pdfium::IFWL_ThemeProvider | |
| virtual | ~IFWL_ThemeProvider () |
| void | Trace (cppgc::Visitor *visitor) const override |
| virtual void | DrawBackground (const CFWL_ThemeBackground &pParams)=0 |
| virtual void | DrawText (const CFWL_ThemeText &pParams)=0 |
| virtual void | CalcTextRect (const CFWL_ThemeText &pParams, CFX_RectF *pRect)=0 |
| virtual CFX_RectF | GetUIMargin (const CFWL_ThemePart &pThemePart) const =0 |
| virtual float | GetFontSize (const CFWL_ThemePart &pThemePart) const =0 |
| virtual RetainPtr< CFGAS_GEFont > | GetFont (const CFWL_ThemePart &pThemePart)=0 |
| virtual float | GetLineHeight (const CFWL_ThemePart &pThemePart) const =0 |
| virtual FX_COLORREF | GetTextColor (const CFWL_ThemePart &pThemePart) const =0 |
| virtual CFX_SizeF | GetSpaceAboveBelow (const CFWL_ThemePart &pThemePart) const =0 |
Public Attributes | |
| CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED | |
Additional Inherited Members | |
| Protected Member Functions inherited from pdfium::IFWL_ThemeProvider | |
| IFWL_ThemeProvider (cppgc::Heap *pHeap) | |
| CFWL_WidgetTP * | GetTheme (const CFWL_Widget *pWidget) const |
Definition at line 27 of file cxfa_fwltheme.h.
|
overridedefault |
|
override |
Definition at line 232 of file cxfa_fwltheme.cpp.
|
override |
Definition at line 85 of file cxfa_fwltheme.cpp.
|
override |
Definition at line 89 of file cxfa_fwltheme.cpp.
|
overridevirtual |
Implements pdfium::IFWL_ThemeProvider.
Definition at line 173 of file cxfa_fwltheme.cpp.
|
overridevirtual |
Implements pdfium::IFWL_ThemeProvider.
Definition at line 177 of file cxfa_fwltheme.cpp.
|
override |
Definition at line 187 of file cxfa_fwltheme.cpp.
|
override |
Definition at line 181 of file cxfa_fwltheme.cpp.
|
overridevirtual |
Implements pdfium::IFWL_ThemeProvider.
Definition at line 195 of file cxfa_fwltheme.cpp.
|
override |
Definition at line 202 of file cxfa_fwltheme.cpp.
|
overridevirtual |
Implements pdfium::IFWL_ThemeProvider.
Definition at line 208 of file cxfa_fwltheme.cpp.
|
override |
Definition at line 219 of file cxfa_fwltheme.cpp.
|
override |
Definition at line 212 of file cxfa_fwltheme.cpp.
|
override |
Definition at line 147 of file cxfa_fwltheme.cpp.
| bool pdfium::CXFA_FWLTheme::LoadCalendarFont | ( | CXFA_FFDoc * | doc | ) |
Definition at line 70 of file cxfa_fwltheme.cpp.
| void pdfium::CXFA_FWLTheme::PreFinalize | ( | ) |
Definition at line 61 of file cxfa_fwltheme.cpp.
|
override |
Definition at line 65 of file cxfa_fwltheme.cpp.
| pdfium::CXFA_FWLTheme::CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED |
Definition at line 32 of file cxfa_fwltheme.h.