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_AnnotList Class Referencefinal

#include <cpdf_annotlist.h>

Inheritance diagram for CPDF_AnnotList:
Collaboration diagram for CPDF_AnnotList:

Public Member Functions

 CPDF_AnnotList (CPDF_Page *pPage)
 ~CPDF_AnnotList () override
void DisplayAnnots (CPDF_RenderContext *pContext, bool bPrinting, const CFX_Matrix &mtUser2Device, bool bShowWidget)
size_t Count () const
CPDF_AnnotGetAt (size_t index) const
bool Contains (const CPDF_Annot *pAnnot) const
Public Member Functions inherited from CPDF_PageRenderContext::AnnotListIface
virtual ~AnnotListIface ()=default

Detailed Description

Definition at line 25 of file cpdf_annotlist.h.

Constructor & Destructor Documentation

◆ CPDF_AnnotList()

CPDF_AnnotList::CPDF_AnnotList ( CPDF_Page * pPage)
explicit

Definition at line 173 of file cpdf_annotlist.cpp.

References CPDF_AnnotList(), CPDF_InteractiveForm::IsUpdateAPEnabled(), pdfium::annotation::kAP, pdfium::annotation::kSubtype, and fxcrt::ByteString::operator==().

Referenced by CPDF_AnnotList(), and FPDFPage_TransformAnnots().

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

◆ ~CPDF_AnnotList()

CPDF_AnnotList::~CPDF_AnnotList ( )
override

Definition at line 213 of file cpdf_annotlist.cpp.

Member Function Documentation

◆ Contains()

bool CPDF_AnnotList::Contains ( const CPDF_Annot * pAnnot) const

Definition at line 224 of file cpdf_annotlist.cpp.

◆ Count()

size_t CPDF_AnnotList::Count ( ) const
inline

Definition at line 35 of file cpdf_annotlist.h.

◆ DisplayAnnots()

void CPDF_AnnotList::DisplayAnnots ( CPDF_RenderContext * pContext,
bool bPrinting,
const CFX_Matrix & mtUser2Device,
bool bShowWidget )

Definition at line 257 of file cpdf_annotlist.cpp.

◆ GetAt()

CPDF_Annot * CPDF_AnnotList::GetAt ( size_t index) const
inline

Definition at line 36 of file cpdf_annotlist.h.


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