![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfgas_gecolor.h>
Public Types | |
| enum | Type { Invalid , Solid , Pattern , Shading } |
Public Member Functions | |
| CFGAS_GEColor (FX_ARGB argb) | |
| CFGAS_GEColor (CFGAS_GEShading *shading) | |
| CFGAS_GEColor (CFGAS_GEPattern *pattern, FX_ARGB argb) | |
| CFGAS_GEColor (const CFGAS_GEColor &that) | |
| ~CFGAS_GEColor () | |
| Type | GetType () const |
| FX_ARGB | GetArgb () const |
| CFGAS_GEPattern * | GetPattern () const |
| CFGAS_GEShading * | GetShading () const |
| CFGAS_GEColor & | operator= (const CFGAS_GEColor &that) |
Static Public Member Functions | |
| static ByteString | ColorToString (FX_ARGB argb) |
Definition at line 19 of file cfgas_gecolor.h.
| enum CFGAS_GEColor::Type |
| Enumerator | |
|---|---|
| Invalid | |
| Solid | |
| Pattern | |
| Shading | |
Definition at line 21 of file cfgas_gecolor.h.
|
explicit |
Definition at line 9 of file cfgas_gecolor.cpp.
References Solid.
Referenced by CXFA_Fill::Draw(), CXFA_Stipple::Draw(), pdfium::CFWL_WidgetTP::DrawArrow(), pdfium::CFWL_ComboBoxTP::DrawBackground(), pdfium::CFWL_EditTP::DrawBackground(), pdfium::CFWL_WidgetTP::DrawBorder(), pdfium::CFWL_WidgetTP::DrawFocus(), pdfium::CFWL_WidgetTP::FillSolidRect(), CXFA_FFPushButton::OnDrawWidget(), CXFA_FFLine::RenderWidget(), CXFA_Stroke::Stroke(), CXFA_Rectangle::StrokeLowered(), CXFA_Rectangle::StrokeRaised(), and CXFA_Rectangle::StrokeRect().
|
explicit |
Definition at line 14 of file cfgas_gecolor.cpp.
References CFGAS_GEColor(), and Shading.
Referenced by CFGAS_GEColor(), CXFA_Linear::Draw(), and CXFA_Radial::Draw().
| CFGAS_GEColor::CFGAS_GEColor | ( | CFGAS_GEPattern * | pattern, |
| FX_ARGB | argb ) |
Definition at line 11 of file cfgas_gecolor.cpp.
References CFGAS_GEColor(), and Pattern.
Referenced by CFGAS_GEColor(), and CXFA_Pattern::Draw().
|
default |
|
default |
|
static |
Definition at line 24 of file cfgas_gecolor.cpp.
References fxcrt::ByteString::Format().
Referenced by CXFA_Stroke::SetColor(), and CXFA_Color::SetValue().
|
inline |
Definition at line 30 of file cfgas_gecolor.h.
|
inline |
Definition at line 34 of file cfgas_gecolor.h.
References Pattern.
|
inline |
Definition at line 38 of file cfgas_gecolor.h.
References Shading.
|
inline |
Definition at line 29 of file cfgas_gecolor.h.
|
default |