![]() |
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_pattern.h>
Public Types | |
| enum | PatternType { kTiling = 1 , kShading = 2 } |
Public Member Functions | |
| virtual CPDF_TilingPattern * | AsTilingPattern () |
| virtual CPDF_ShadingPattern * | AsShadingPattern () |
| 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 () |
Protected Member Functions | |
| 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 20 of file cpdf_pattern.h.
| Enumerator | |
|---|---|
| kTiling | |
| kShading | |
Definition at line 23 of file cpdf_pattern.h.
|
protected |
Definition at line 14 of file cpdf_pattern.cpp.
References CFX_Matrix::CFX_Matrix(), and CPDF_Pattern().
Referenced by CPDF_Pattern().
|
overrideprotecteddefault |
|
virtual |
Reimplemented in CPDF_ShadingPattern.
Definition at line 30 of file cpdf_pattern.cpp.
|
virtual |
Reimplemented in CPDF_TilingPattern.
Definition at line 26 of file cpdf_pattern.cpp.
|
inlineprotected |
Definition at line 37 of file cpdf_pattern.h.
Referenced by CPDF_ShadingPattern::Load(), and CPDF_TilingPattern::Load().
|
inlineprotected |
Definition at line 39 of file cpdf_pattern.h.
Referenced by CPDF_TilingPattern::Load().
|
inlineprotected |
Definition at line 38 of file cpdf_pattern.h.
|
inline |
Definition at line 28 of file cpdf_pattern.h.
Referenced by CPDF_RenderTiling::Draw(), and CPDF_RenderStatus::DrawShadingPattern().
|
protected |
Definition at line 34 of file cpdf_pattern.cpp.