![]() |
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_tilingpattern.h>
Public Member Functions | |
| ~CPDF_TilingPattern () override | |
| CPDF_TilingPattern * | AsTilingPattern () override |
| std::unique_ptr< CPDF_Form > | Load (CPDF_PageObject *pPageObj) |
| bool | colored () const |
| const CFX_FloatRect & | bbox () const |
| float | x_step () const |
| float | y_step () const |
| Public Member Functions inherited from CPDF_Pattern | |
| 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 () |
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 21 of file cpdf_tilingpattern.h.
|
overridedefault |
|
overridevirtual |
Reimplemented from CPDF_Pattern.
Definition at line 32 of file cpdf_tilingpattern.cpp.
|
inline |
Definition at line 32 of file cpdf_tilingpattern.h.
Referenced by CPDF_RenderTiling::Draw().
|
inline |
Definition at line 31 of file cpdf_tilingpattern.h.
Referenced by CPDF_RenderTiling::Draw().
| std::unique_ptr< CPDF_Form > CPDF_TilingPattern::Load | ( | CPDF_PageObject * | pPageObj | ) |
Definition at line 36 of file cpdf_tilingpattern.cpp.
References CPDF_Pattern::document(), CFX_GraphState::Emplace(), CPDF_ColorState::Emplace(), CPDF_TextState::Emplace(), CPDF_PageObject::general_state(), CPDF_AllStates::mutable_color_state(), CPDF_AllStates::mutable_general_state(), CPDF_AllStates::mutable_graph_state(), CPDF_AllStates::mutable_text_state(), and CPDF_Pattern::parent_matrix().
|
inline |
Definition at line 33 of file cpdf_tilingpattern.h.
Referenced by CPDF_RenderTiling::Draw().
|
inline |
Definition at line 34 of file cpdf_tilingpattern.h.
Referenced by CPDF_RenderTiling::Draw().
| CPDF_TilingPattern::CONSTRUCT_VIA_MAKE_RETAIN |
Definition at line 23 of file cpdf_tilingpattern.h.