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_Page *pPage, CFX_RenderDevice *pDevice, 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 26 of file cpdf_annotlist.h.
|
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().
|
override |
Definition at line 214 of file cpdf_annotlist.cpp.
bool CPDF_AnnotList::Contains | ( | const CPDF_Annot * | pAnnot | ) | const |
Definition at line 225 of file cpdf_annotlist.cpp.
|
inline |
Definition at line 38 of file cpdf_annotlist.h.
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.
|
inline |
Definition at line 39 of file cpdf_annotlist.h.