Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <fpdf_formfill.h>
Definition at line 52 of file fpdf_formfill.h.
int(* _IPDF_JsPlatform::app_alert) (struct _IPDF_JsPlatform *pThis, FPDF_WIDESTRING Msg, FPDF_WIDESTRING Title, int Type, int Icon) |
Definition at line 79 of file fpdf_formfill.h.
Referenced by EmbedderTest::SetupFormFillEnvironment().
void(* _IPDF_JsPlatform::app_beep) (struct _IPDF_JsPlatform *pThis, int nType) |
Definition at line 99 of file fpdf_formfill.h.
int(* _IPDF_JsPlatform::app_response) (struct _IPDF_JsPlatform *pThis, FPDF_WIDESTRING Question, FPDF_WIDESTRING Title, FPDF_WIDESTRING Default, FPDF_WIDESTRING cLabel, FPDF_BOOL bPassword, void *response, int length) |
Definition at line 136 of file fpdf_formfill.h.
int(* _IPDF_JsPlatform::Doc_getFilePath) (struct _IPDF_JsPlatform *pThis, void *filePath, int length) |
Definition at line 167 of file fpdf_formfill.h.
Referenced by CPDFSDK_FormFillEnvironment::GetFilePath().
void(* _IPDF_JsPlatform::Doc_gotoPage) (struct _IPDF_JsPlatform *pThis, int nPageNum) |
Definition at line 286 of file fpdf_formfill.h.
void(* _IPDF_JsPlatform::Doc_mail) (struct _IPDF_JsPlatform *pThis, void *mailData, int length, FPDF_BOOL bUI, FPDF_WIDESTRING To, FPDF_WIDESTRING Subject, FPDF_WIDESTRING CC, FPDF_WIDESTRING BCC, FPDF_WIDESTRING Msg) |
Definition at line 204 of file fpdf_formfill.h.
void(* _IPDF_JsPlatform::Doc_print) (struct _IPDF_JsPlatform *pThis, FPDF_BOOL bUI, int nStart, int nEnd, FPDF_BOOL bSilent, FPDF_BOOL bShrinkToFit, FPDF_BOOL bPrintAsImage, FPDF_BOOL bReverse, FPDF_BOOL bAnnotations) |
Definition at line 241 of file fpdf_formfill.h.
Referenced by CPDFXFA_DocEnvironment::Print().
void(* _IPDF_JsPlatform::Doc_submitForm) (struct _IPDF_JsPlatform *pThis, void *formData, int length, FPDF_WIDESTRING URL) |
Definition at line 267 of file fpdf_formfill.h.
Referenced by CPDFSDK_FormFillEnvironment::SubmitForm().
int(* _IPDF_JsPlatform::Field_browse) (struct _IPDF_JsPlatform *pThis, void *filePath, int length) |
Definition at line 305 of file fpdf_formfill.h.
void* _IPDF_JsPlatform::m_isolate |
Definition at line 318 of file fpdf_formfill.h.
Referenced by CJS_Runtime::CJS_Runtime().
void* _IPDF_JsPlatform::m_pFormfillinfo |
Definition at line 314 of file fpdf_formfill.h.
unsigned int _IPDF_JsPlatform::m_v8EmbedderSlot |
Definition at line 319 of file fpdf_formfill.h.
Referenced by CJS_Runtime::CJS_Runtime().
int _IPDF_JsPlatform::version |
Definition at line 56 of file fpdf_formfill.h.
Referenced by CJS_Runtime::CJS_Runtime(), and EmbedderTest::SetupFormFillEnvironment().