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_dest.h>
Public Member Functions | |
CPDF_Dest (RetainPtr< const CPDF_Array > pArray) | |
CPDF_Dest (const CPDF_Dest &that) | |
~CPDF_Dest () | |
const CPDF_Array * | GetArray () const |
int | GetDestPageIndex (CPDF_Document *pDoc) const |
std::vector< float > | GetScrollPositionArray () const |
int | GetZoomMode () const |
size_t | GetNumParams () const |
float | GetParam (size_t index) const |
bool | GetXYZ (bool *pHasX, bool *pHasY, bool *pHasZoom, float *pX, float *pY, float *pZoom) const |
Static Public Member Functions | |
static CPDF_Dest | Create (CPDF_Document *pDoc, RetainPtr< const CPDF_Object > pDest) |
Definition at line 18 of file cpdf_dest.h.
|
explicit |
Definition at line 34 of file cpdf_dest.cpp.
References CPDF_Dest().
Referenced by CPDF_Dest().
|
default |
|
default |
|
static |
Definition at line 42 of file cpdf_dest.cpp.
References CPDF_NameTree::LookupNamedDest().
Referenced by CPDFSDK_BAAnnot::GetDestination().
|
inline |
Definition at line 28 of file cpdf_dest.h.
Referenced by FPDFAction_GetDest(), FPDFBookmark_GetDest(), and FPDFLink_GetDest().
int CPDF_Dest::GetDestPageIndex | ( | CPDF_Document * | pDoc | ) | const |
Definition at line 53 of file cpdf_dest.cpp.
References CPDF_Document::GetPageIndex().
Referenced by CPDFSDK_FormFillEnvironment::DoActionDestination(), and FPDFDest_GetDestPageIndex().
size_t CPDF_Dest::GetNumParams | ( | ) | const |
Definition at line 145 of file cpdf_dest.cpp.
float CPDF_Dest::GetParam | ( | size_t | index | ) | const |
Definition at line 154 of file cpdf_dest.cpp.
std::vector< float > CPDF_Dest::GetScrollPositionArray | ( | ) | const |
Definition at line 70 of file cpdf_dest.cpp.
bool CPDF_Dest::GetXYZ | ( | bool * | pHasX, |
bool * | pHasY, | ||
bool * | pHasZoom, | ||
float * | pX, | ||
float * | pY, | ||
float * | pZoom ) const |
Definition at line 98 of file cpdf_dest.cpp.
Referenced by FPDFDest_GetLocationInPage(), and TEST().
int CPDF_Dest::GetZoomMode | ( | ) | const |
Definition at line 81 of file cpdf_dest.cpp.
References fxcrt::ByteString::operator==().
Referenced by CPDFSDK_FormFillEnvironment::DoActionDestination(), and FPDFDest_GetView().