Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CPDF_AnnotContext Class Reference

#include <cpdf_annotcontext.h>

+ Collaboration diagram for CPDF_AnnotContext:

Public Member Functions

 CPDF_AnnotContext (RetainPtr< CPDF_Dictionary > pAnnotDict, IPDF_Page *pPage)
 
 ~CPDF_AnnotContext ()
 
void SetForm (RetainPtr< CPDF_Stream > pStream)
 
bool HasForm () const
 
CPDF_FormGetForm () const
 
RetainPtr< CPDF_DictionaryGetMutableAnnotDict ()
 
const CPDF_DictionaryGetAnnotDict () const
 
IPDF_PageGetPage () const
 

Detailed Description

Definition at line 24 of file cpdf_annotcontext.h.

Constructor & Destructor Documentation

◆ CPDF_AnnotContext()

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~CPDF_AnnotContext()

CPDF_AnnotContext::~CPDF_AnnotContext ( )
default

Member Function Documentation

◆ GetAnnotDict()

const CPDF_Dictionary * CPDF_AnnotContext::GetAnnotDict ( ) const
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().

+ Here is the caller graph for this function:

◆ GetForm()

CPDF_Form * CPDF_AnnotContext::GetForm ( ) const
inline

Definition at line 31 of file cpdf_annotcontext.h.

Referenced by FPDFAnnot_AppendObject(), FPDFAnnot_GetObject(), FPDFAnnot_GetObjectCount(), FPDFAnnot_RemoveObject(), and FPDFAnnot_UpdateObject().

+ Here is the caller graph for this function:

◆ GetMutableAnnotDict()

RetainPtr< CPDF_Dictionary > CPDF_AnnotContext::GetMutableAnnotDict ( )
inline

Definition at line 34 of file cpdf_annotcontext.h.

◆ GetPage()

IPDF_Page * CPDF_AnnotContext::GetPage ( ) const
inline

Definition at line 38 of file cpdf_annotcontext.h.

Referenced by FORM_SetFocusedAnnot(), FPDFAnnot_AppendObject(), FPDFAnnot_GetLinkedAnnot(), and FPDFAnnot_SetAP().

+ Here is the caller graph for this function:

◆ HasForm()

bool CPDF_AnnotContext::HasForm ( ) const
inline

Definition at line 30 of file cpdf_annotcontext.h.

Referenced by FPDFAnnot_AppendObject(), FPDFAnnot_GetObject(), FPDFAnnot_GetObjectCount(), FPDFAnnot_RemoveObject(), and FPDFAnnot_UpdateObject().

+ Here is the caller graph for this function:

◆ SetForm()

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: