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
CPDFSDK_AnnotIterator Class Reference

#include <cpdfsdk_annotiterator.h>

+ Collaboration diagram for CPDFSDK_AnnotIterator:

Public Member Functions

 CPDFSDK_AnnotIterator (CPDFSDK_PageView *pPageView, const std::vector< CPDF_Annot::Subtype > &subtypes_to_iterate)
 
 ~CPDFSDK_AnnotIterator ()
 
CPDFSDK_AnnotGetFirstAnnot ()
 
CPDFSDK_AnnotGetLastAnnot ()
 
CPDFSDK_AnnotGetNextAnnot (CPDFSDK_Annot *pAnnot)
 
CPDFSDK_AnnotGetPrevAnnot (CPDFSDK_Annot *pAnnot)
 

Detailed Description

Definition at line 20 of file cpdfsdk_annotiterator.h.

Constructor & Destructor Documentation

◆ CPDFSDK_AnnotIterator()

CPDFSDK_AnnotIterator::CPDFSDK_AnnotIterator ( CPDFSDK_PageView * pPageView,
const std::vector< CPDF_Annot::Subtype > & subtypes_to_iterate )

Definition at line 37 of file cpdfsdk_annotiterator.cpp.

References CPDFSDK_AnnotIterator().

Referenced by CPDFSDK_AnnotIterator().

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

◆ ~CPDFSDK_AnnotIterator()

CPDFSDK_AnnotIterator::~CPDFSDK_AnnotIterator ( )
default

Member Function Documentation

◆ GetFirstAnnot()

CPDFSDK_Annot * CPDFSDK_AnnotIterator::GetFirstAnnot ( )

Definition at line 48 of file cpdfsdk_annotiterator.cpp.

Referenced by CPWLComboBoxEmbedderTest::CreateAndInitializeFormComboboxPDF(), CPWLEditEmbedderTest::CreateAndInitializeFormPDF(), CPWLSpecialButtonEmbedderTest::CreateAndInitializeFormPDF(), CPDFSDK_PageView::GetFirstFocusableAnnot(), CPDFSDK_BAAnnotTest::GetNthFocusableAnnot(), and TEST_F().

+ Here is the caller graph for this function:

◆ GetLastAnnot()

CPDFSDK_Annot * CPDFSDK_AnnotIterator::GetLastAnnot ( )

Definition at line 52 of file cpdfsdk_annotiterator.cpp.

Referenced by CPWLComboBoxEmbedderTest::CreateAndInitializeFormComboboxPDF(), CPWLEditEmbedderTest::CreateAndInitializeFormPDF(), CPDFSDK_PageView::GetLastFocusableAnnot(), and TEST_F().

+ Here is the caller graph for this function:

◆ GetNextAnnot()

CPDFSDK_Annot * CPDFSDK_AnnotIterator::GetNextAnnot ( CPDFSDK_Annot * pAnnot)

Definition at line 56 of file cpdfsdk_annotiterator.cpp.

Referenced by CPWLComboBoxEmbedderTest::CreateAndInitializeFormComboboxPDF(), CPWLEditEmbedderTest::CreateAndInitializeFormPDF(), CPWLSpecialButtonEmbedderTest::CreateAndInitializeFormPDF(), CPDFSDK_PageView::GetNextAnnot(), CPDFSDK_BAAnnotTest::GetNthFocusableAnnot(), and TEST_F().

+ Here is the caller graph for this function:

◆ GetPrevAnnot()

CPDFSDK_Annot * CPDFSDK_AnnotIterator::GetPrevAnnot ( CPDFSDK_Annot * pAnnot)

Definition at line 66 of file cpdfsdk_annotiterator.cpp.

Referenced by CPDFSDK_PageView::GetPrevAnnot(), and TEST_F().

+ Here is the caller graph for this function:

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