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_Page *pPage, CFX_RenderDevice *pDevice, 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 26 of file cpdf_annotlist.h.

Constructor & Destructor Documentation

◆ CPDF_AnnotList()

CPDF_AnnotList::CPDF_AnnotList ( CPDF_Page * pPage)
explicit

Definition at line 174 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 214 of file cpdf_annotlist.cpp.

Member Function Documentation

◆ Contains()

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

Definition at line 225 of file cpdf_annotlist.cpp.

◆ Count()

size_t CPDF_AnnotList::Count ( ) const
inline

Definition at line 38 of file cpdf_annotlist.h.

◆ DisplayAnnots()

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

Definition at line 264 of file cpdf_annotlist.cpp.

◆ GetAt()

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

Definition at line 39 of file cpdf_annotlist.h.


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