![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <ifwl_themeprovider.h>
Public Member Functions | |
| 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 float | GetCXBorderSize () const =0 |
| virtual float | GetCYBorderSize () const =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 RetainPtr< CFGAS_GEFont > | GetFWLFont ()=0 |
| virtual float | GetLineHeight (const CFWL_ThemePart &pThemePart) const =0 |
| virtual float | GetScrollBarWidth () const =0 |
| virtual FX_COLORREF | GetTextColor (const CFWL_ThemePart &pThemePart) const =0 |
| virtual CFX_SizeF | GetSpaceAboveBelow (const CFWL_ThemePart &pThemePart) const =0 |
Protected Member Functions | |
| IFWL_ThemeProvider (cppgc::Heap *pHeap) | |
| CFWL_WidgetTP * | GetTheme (const CFWL_Widget *pWidget) const |
Definition at line 27 of file ifwl_themeprovider.h.
|
virtualdefault |
|
explicitprotected |
Definition at line 24 of file ifwl_themeprovider.cpp.
References IFWL_ThemeProvider().
Referenced by IFWL_ThemeProvider().
|
pure virtual |
Implemented in pdfium::CXFA_FWLTheme.
Referenced by pdfium::CFWL_Widget::CalcTextRect(), and pdfium::CFWL_Widget::CalcTextSize().
|
pure virtual |
Implemented in pdfium::CXFA_FWLTheme.
Referenced by pdfium::CFWL_Widget::DrawBorder(), and pdfium::CFWL_CheckBox::DrawWidget().
|
pure virtual |
Implemented in pdfium::CXFA_FWLTheme.
Referenced by pdfium::CFWL_CheckBox::DrawWidget().
|
pure virtual |
Implemented in CXFA_FWLTheme, and pdfium::CXFA_FWLTheme.
Referenced by pdfium::CFWL_Widget::GetCXBorderSize().
|
pure virtual |
Implemented in CXFA_FWLTheme, and pdfium::CXFA_FWLTheme.
Referenced by pdfium::CFWL_Widget::GetCYBorderSize().
|
pure virtual |
Implemented in pdfium::CXFA_FWLTheme.
|
pure virtual |
Implemented in pdfium::CXFA_FWLTheme.
|
pure virtual |
Implemented in CXFA_FWLTheme, and pdfium::CXFA_FWLTheme.
|
pure virtual |
Implemented in pdfium::CXFA_FWLTheme.
|
pure virtual |
Implemented in CXFA_FWLTheme, and pdfium::CXFA_FWLTheme.
|
pure virtual |
Implemented in pdfium::CXFA_FWLTheme.
|
pure virtual |
Implemented in pdfium::CXFA_FWLTheme.
|
protected |
Definition at line 64 of file ifwl_themeprovider.cpp.
References pdfium::CFWL_Widget::GetClassID().
Referenced by pdfium::CXFA_FWLTheme::DrawBackground().
|
pure virtual |
Implemented in pdfium::CXFA_FWLTheme.
|
override |
Definition at line 50 of file ifwl_themeprovider.cpp.