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
fpdf_ext.cpp File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

+ Include dependency graph for fpdf_ext.cpp:

Go to the source code of this file.

Functions

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FSDK_SetUnSpObjProcessHandler (UNSUPPORT_INFO *unsp_info)
 
FPDF_EXPORT void FPDF_CALLCONV FSDK_SetTimeFunction (time_t(*func)())
 
FPDF_EXPORT void FPDF_CALLCONV FSDK_SetLocaltimeFunction (struct tm *(*func)(const time_t *tp))
 
FPDF_EXPORT int FPDF_CALLCONV FPDFDoc_GetPageMode (FPDF_DOCUMENT document)
 

Function Documentation

◆ FPDFDoc_GetPageMode()

FPDF_EXPORT int FPDF_CALLCONV FPDFDoc_GetPageMode ( FPDF_DOCUMENT document)

Definition at line 84 of file fpdf_ext.cpp.

References CPDFDocumentFromFPDFDocument(), fxcrt::ByteString::EqualNoCase(), CPDF_Document::GetRoot(), and fxcrt::ByteString::IsEmpty().

Referenced by CheckPDFiumCApi(), and TEST_F().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ FSDK_SetLocaltimeFunction()

FPDF_EXPORT void FPDF_CALLCONV FSDK_SetLocaltimeFunction ( struct tm *(* func )(const time_t *tp))

Definition at line 80 of file fpdf_ext.cpp.

References FXSYS_SetLocaltimeFunction().

Referenced by CheckPDFiumCApi(), main(), CFWLEditEmbedderTest::SetUp(), and CFWLEditEmbedderTest::TearDown().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ FSDK_SetTimeFunction()

FPDF_EXPORT void FPDF_CALLCONV FSDK_SetTimeFunction ( time_t(* func )())

Definition at line 75 of file fpdf_ext.cpp.

References FXSYS_SetTimeFunction().

Referenced by CheckPDFiumCApi(), main(), CFWLEditEmbedderTest::SetUp(), and CFWLEditEmbedderTest::TearDown().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ FSDK_SetUnSpObjProcessHandler()

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FSDK_SetUnSpObjProcessHandler ( UNSUPPORT_INFO * unsp_info)

Definition at line 67 of file fpdf_ext.cpp.

References SetPDFUnsupportInfo(), and _UNSUPPORT_INFO::version.

Referenced by CheckPDFiumCApi(), main(), and EmbedderTest::SetUp().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: