![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpdf_shadingpattern.h>
Public Member Functions | |
| ~CPDF_ShadingPattern () override | |
| CPDF_ShadingPattern * | AsShadingPattern () override |
| bool | IsMeshShading () const |
| bool | Load () |
| ShadingType | GetShadingType () const |
| bool | IsShadingObject () const |
| RetainPtr< const CPDF_Object > | GetShadingObject () const |
| RetainPtr< CPDF_ColorSpace > | GetCS () const |
| const std::vector< std::unique_ptr< CPDF_Function > > & | GetFuncs () const |
| Public Member Functions inherited from CPDF_Pattern | |
| virtual CPDF_TilingPattern * | AsTilingPattern () |
| const CFX_Matrix & | pattern_to_form () const |
| Public Member Functions inherited from fxcrt::Retainable | |
| Retainable ()=default | |
| bool | HasOneRef () const |
| Public Member Functions inherited from fxcrt::Observable | |
| Observable () | |
| Observable (const Observable &that)=delete | |
| Observable & | operator= (const Observable &that)=delete |
| ~Observable () | |
| void | AddObserver (ObserverIface *pObserver) |
| void | RemoveObserver (ObserverIface *pObserver) |
| void | NotifyObservers () |
Public Attributes | |
| CONSTRUCT_VIA_MAKE_RETAIN | |
Additional Inherited Members | |
| Public Types inherited from CPDF_Pattern | |
| enum | PatternType { kTiling = 1 , kShading = 2 } |
| Protected Member Functions inherited from CPDF_Pattern | |
| CPDF_Pattern (CPDF_Document *pDoc, RetainPtr< CPDF_Object > pObj, const CFX_Matrix &parentMatrix) | |
| ~CPDF_Pattern () override | |
| CPDF_Document * | document () const |
| RetainPtr< CPDF_Object > | pattern_obj () const |
| const CFX_Matrix & | parent_matrix () const |
| void | SetPatternToFormMatrix () |
| Protected Member Functions inherited from fxcrt::Retainable | |
| virtual | ~Retainable ()=default |
| Protected Member Functions inherited from fxcrt::Observable | |
| size_t | ActiveObserversForTesting () const |
Definition at line 39 of file cpdf_shadingpattern.h.
|
overridedefault |
|
overridevirtual |
Reimplemented from CPDF_Pattern.
Definition at line 46 of file cpdf_shadingpattern.cpp.
|
inline |
Definition at line 58 of file cpdf_shadingpattern.h.
|
inline |
Definition at line 59 of file cpdf_shadingpattern.h.
| RetainPtr< const CPDF_Object > CPDF_ShadingPattern::GetShadingObject | ( | ) | const |
Definition at line 90 of file cpdf_shadingpattern.cpp.
|
inline |
Definition at line 55 of file cpdf_shadingpattern.h.
Referenced by CPDF_RenderShading::Draw(), and CFX_SkiaDeviceDriver::DrawShading().
|
inline |
Definition at line 47 of file cpdf_shadingpattern.h.
References kCoonsPatchMeshShading, kFreeFormGouraudTriangleMeshShading, kLatticeFormGouraudTriangleMeshShading, and kTensorProductPatchMeshShading.
|
inline |
Definition at line 56 of file cpdf_shadingpattern.h.
Referenced by CPDF_RenderShading::Draw().
| bool CPDF_ShadingPattern::Load | ( | ) |
Definition at line 50 of file cpdf_shadingpattern.cpp.
References CPDF_Pattern::document(), CPDF_DocPageData::FromDocument(), and kInvalidShading.
Referenced by CPDF_RenderStatus::DrawShadingPattern().
| CPDF_ShadingPattern::CONSTRUCT_VIA_MAKE_RETAIN |
Definition at line 41 of file cpdf_shadingpattern.h.