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_annotcontext.h>
Public Member Functions | |
CPDF_AnnotContext (RetainPtr< CPDF_Dictionary > pAnnotDict, IPDF_Page *pPage) | |
~CPDF_AnnotContext () | |
void | SetForm (RetainPtr< CPDF_Stream > pStream) |
bool | HasForm () const |
CPDF_Form * | GetForm () const |
RetainPtr< CPDF_Dictionary > | GetMutableAnnotDict () |
const CPDF_Dictionary * | GetAnnotDict () const |
IPDF_Page * | GetPage () const |
Definition at line 24 of file cpdf_annotcontext.h.
CPDF_AnnotContext::CPDF_AnnotContext | ( | RetainPtr< CPDF_Dictionary > | pAnnotDict, |
IPDF_Page * | pPage ) |
Definition at line 21 of file cpdf_annotcontext.cpp.
References CPDF_AnnotContext().
Referenced by CPDF_AnnotContext().
|
default |
|
inline |
Definition at line 35 of file cpdf_annotcontext.h.
Referenced by FPDFAnnot_CountAttachmentPoints(), FPDFAnnot_GetAttachmentPoints(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().
|
inline |
Definition at line 31 of file cpdf_annotcontext.h.
Referenced by FPDFAnnot_AppendObject(), FPDFAnnot_GetObject(), FPDFAnnot_GetObjectCount(), FPDFAnnot_RemoveObject(), and FPDFAnnot_UpdateObject().
|
inline |
Definition at line 34 of file cpdf_annotcontext.h.
|
inline |
Definition at line 38 of file cpdf_annotcontext.h.
Referenced by FORM_SetFocusedAnnot(), FPDFAnnot_AppendObject(), FPDFAnnot_GetLinkedAnnot(), and FPDFAnnot_SetAP().
|
inline |
Definition at line 30 of file cpdf_annotcontext.h.
Referenced by FPDFAnnot_AppendObject(), FPDFAnnot_GetObject(), FPDFAnnot_GetObjectCount(), FPDFAnnot_RemoveObject(), and FPDFAnnot_UpdateObject().
void CPDF_AnnotContext::SetForm | ( | RetainPtr< CPDF_Stream > | pStream | ) |
Definition at line 31 of file cpdf_annotcontext.cpp.
References CFX_Matrix::CFX_Matrix().
Referenced by FPDFAnnot_AppendObject(), FPDFAnnot_GetObject(), and FPDFAnnot_GetObjectCount().