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 24 of file ifwl_themeprovider.h.
|
virtualdefault |
|
explicitprotected |
Definition at line 22 of file ifwl_themeprovider.cpp.
References IFWL_ThemeProvider().
Referenced by IFWL_ThemeProvider().
|
pure virtual |
Implemented in CXFA_FWLTheme.
Referenced by CFWL_Widget::CalcTextRect(), and CFWL_Widget::CalcTextSize().
|
pure virtual |
Implemented in CXFA_FWLTheme.
Referenced by CFWL_Widget::DrawBorder(), and CFWL_CheckBox::DrawWidget().
|
pure virtual |
Implemented in CXFA_FWLTheme.
Referenced by CFWL_CheckBox::DrawWidget().
|
pure virtual |
Implemented in CXFA_FWLTheme.
Referenced by CFWL_Widget::GetCXBorderSize().
|
pure virtual |
Implemented in CXFA_FWLTheme.
Referenced by CFWL_Widget::GetCYBorderSize().
|
pure virtual |
Implemented in CXFA_FWLTheme.
|
pure virtual |
Implemented in CXFA_FWLTheme.
|
pure virtual |
Implemented in CXFA_FWLTheme.
|
pure virtual |
Implemented in CXFA_FWLTheme.
|
pure virtual |
Implemented in CXFA_FWLTheme.
|
pure virtual |
Implemented in CXFA_FWLTheme.
|
pure virtual |
Implemented in CXFA_FWLTheme.
|
protected |
Definition at line 62 of file ifwl_themeprovider.cpp.
References CFWL_Widget::GetClassID().
Referenced by CXFA_FWLTheme::DrawBackground().
|
pure virtual |
Implemented in CXFA_FWLTheme.
|
override |
Definition at line 48 of file ifwl_themeprovider.cpp.