![]() |
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_annotlist.h>
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_Annot * | GetAt (size_t index) const |
| bool | Contains (const CPDF_Annot *pAnnot) const |
| Public Member Functions inherited from CPDF_PageRenderContext::AnnotListIface | |
| virtual | ~AnnotListIface ()=default |
Definition at line 25 of file cpdf_annotlist.h.
|
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().
|
override |
Definition at line 213 of file cpdf_annotlist.cpp.
| bool CPDF_AnnotList::Contains | ( | const CPDF_Annot * | pAnnot | ) | const |
Definition at line 224 of file cpdf_annotlist.cpp.
|
inline |
Definition at line 35 of file cpdf_annotlist.h.
| void CPDF_AnnotList::DisplayAnnots | ( | CPDF_RenderContext * | pContext, |
| bool | bPrinting, | ||
| const CFX_Matrix & | mtUser2Device, | ||
| bool | bShowWidget ) |
Definition at line 257 of file cpdf_annotlist.cpp.
|
inline |
Definition at line 36 of file cpdf_annotlist.h.