![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfwl_widgettp.h>
Classes | |
| struct | CColorData |
Public Member Functions | |
| virtual | ~CFWL_WidgetTP () |
| virtual void | DrawBackground (const CFWL_ThemeBackground &pParams) |
| virtual void | DrawText (const CFWL_ThemeText &pParams) |
| void | Trace (cppgc::Visitor *visitor) const |
Protected Member Functions | |
| CFWL_WidgetTP () | |
| void | InitializeArrowColorData () |
| void | EnsureTTOInitialized (IFWL_ThemeProvider *pProvider) |
| void | DrawBorder (CFGAS_GEGraphics *pGraphics, const CFX_RectF &rect, const CFX_Matrix &matrix) |
| void | FillBackground (CFGAS_GEGraphics *pGraphics, const CFX_RectF &rect, const CFX_Matrix &matrix) |
| void | FillSolidRect (CFGAS_GEGraphics *pGraphics, FX_ARGB fillColor, const CFX_RectF &rect, const CFX_Matrix &matrix) |
| void | DrawFocus (CFGAS_GEGraphics *pGraphics, const CFX_RectF &rect, const CFX_Matrix &matrix) |
| void | DrawArrow (CFGAS_GEGraphics *pGraphics, const CFX_RectF &rect, FWLTHEME_DIRECTION eDict, FX_ARGB argSign, const CFX_Matrix &matrix) |
| void | DrawBtn (CFGAS_GEGraphics *pGraphics, const CFX_RectF &rect, FWLTHEME_STATE eState, const CFX_Matrix &matrix) |
| void | DrawArrowBtn (CFGAS_GEGraphics *pGraphics, const CFX_RectF &rect, FWLTHEME_DIRECTION eDict, FWLTHEME_STATE eState, const CFX_Matrix &matrix) |
Protected Attributes | |
| std::unique_ptr< CFDE_TextOut > | m_pTextOut |
| std::unique_ptr< CColorData > | m_pColorData |
Definition at line 29 of file cfwl_widgettp.h.
|
virtualdefault |
|
protecteddefault |
|
protected |
Definition at line 136 of file cfwl_widgettp.cpp.
|
protected |
Definition at line 200 of file cfwl_widgettp.cpp.
|
virtual |
Definition at line 32 of file cfwl_widgettp.cpp.
|
protected |
Definition at line 83 of file cfwl_widgettp.cpp.
|
protected |
Definition at line 184 of file cfwl_widgettp.cpp.
|
protected |
Definition at line 120 of file cfwl_widgettp.cpp.
|
virtual |
Definition at line 34 of file cfwl_widgettp.cpp.
|
protected |
Definition at line 73 of file cfwl_widgettp.cpp.
|
protected |
Definition at line 99 of file cfwl_widgettp.cpp.
|
protected |
Definition at line 105 of file cfwl_widgettp.cpp.
|
protected |
Definition at line 50 of file cfwl_widgettp.cpp.
| void pdfium::CFWL_WidgetTP::Trace | ( | cppgc::Visitor * | visitor | ) | const |
Definition at line 30 of file cfwl_widgettp.cpp.
|
protected |
Definition at line 81 of file cfwl_widgettp.h.
|
protected |
Definition at line 80 of file cfwl_widgettp.h.