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
_IPDF_JsPlatform Struct Reference

#include <fpdf_formfill.h>

+ Inheritance diagram for _IPDF_JsPlatform:
+ Collaboration diagram for _IPDF_JsPlatform:

Public Attributes

int version
 
int(* app_alert )(struct _IPDF_JsPlatform *pThis, FPDF_WIDESTRING Msg, FPDF_WIDESTRING Title, int Type, int Icon)
 
void(* app_beep )(struct _IPDF_JsPlatform *pThis, int nType)
 
int(* 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)
 
int(* Doc_getFilePath )(struct _IPDF_JsPlatform *pThis, void *filePath, int length)
 
void(* 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)
 
void(* 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)
 
void(* Doc_submitForm )(struct _IPDF_JsPlatform *pThis, void *formData, int length, FPDF_WIDESTRING URL)
 
void(* Doc_gotoPage )(struct _IPDF_JsPlatform *pThis, int nPageNum)
 
int(* Field_browse )(struct _IPDF_JsPlatform *pThis, void *filePath, int length)
 
voidm_pFormfillinfo
 
voidm_isolate
 
unsigned int m_v8EmbedderSlot
 

Detailed Description

Definition at line 52 of file fpdf_formfill.h.

Member Data Documentation

◆ app_alert

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().

◆ app_beep

void(* _IPDF_JsPlatform::app_beep) (struct _IPDF_JsPlatform *pThis, int nType)

Definition at line 99 of file fpdf_formfill.h.

◆ app_response

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.

◆ Doc_getFilePath

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().

◆ Doc_gotoPage

void(* _IPDF_JsPlatform::Doc_gotoPage) (struct _IPDF_JsPlatform *pThis, int nPageNum)

Definition at line 286 of file fpdf_formfill.h.

◆ Doc_mail

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.

◆ Doc_print

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().

◆ Doc_submitForm

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().

◆ Field_browse

int(* _IPDF_JsPlatform::Field_browse) (struct _IPDF_JsPlatform *pThis, void *filePath, int length)

Definition at line 305 of file fpdf_formfill.h.

◆ m_isolate

void* _IPDF_JsPlatform::m_isolate

Definition at line 318 of file fpdf_formfill.h.

Referenced by CJS_Runtime::CJS_Runtime().

◆ m_pFormfillinfo

void* _IPDF_JsPlatform::m_pFormfillinfo

Definition at line 314 of file fpdf_formfill.h.

◆ m_v8EmbedderSlot

unsigned int _IPDF_JsPlatform::m_v8EmbedderSlot

Definition at line 319 of file fpdf_formfill.h.

Referenced by CJS_Runtime::CJS_Runtime().

◆ version

int _IPDF_JsPlatform::version

The documentation for this struct was generated from the following file: