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

(0ccf980226462398d5097987466bcffd8236e1e9)

Include dependency graph for fpdf_dataavail.cpp:

Go to the source code of this file.

Functions

FPDF_EXPORT FPDF_AVAIL FPDF_CALLCONV FPDFAvail_Create (FX_FILEAVAIL *file_avail, FPDF_FILEACCESS *file)
FPDF_EXPORT void FPDF_CALLCONV FPDFAvail_Destroy (FPDF_AVAIL avail)
FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsDocAvail (FPDF_AVAIL avail, FX_DOWNLOADHINTS *hints)
FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV FPDFAvail_GetDocument (FPDF_AVAIL avail, FPDF_BYTESTRING password)
FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_GetFirstPageNum (FPDF_DOCUMENT doc)
FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsPageAvail (FPDF_AVAIL avail, int page_index, FX_DOWNLOADHINTS *hints)
FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsFormAvail (FPDF_AVAIL avail, FX_DOWNLOADHINTS *hints)
FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsLinearized (FPDF_AVAIL avail)

Function Documentation

◆ FPDFAvail_Create()

FPDF_EXPORT FPDF_AVAIL FPDF_CALLCONV FPDFAvail_Create ( FX_FILEAVAIL * file_avail,
FPDF_FILEACCESS * file )

Definition at line 150 of file fpdf_dataavail.cpp.

Referenced by CheckPDFiumCApi(), and EmbedderTest::OpenDocumentHelper().

Here is the caller graph for this function:

◆ FPDFAvail_Destroy()

FPDF_EXPORT void FPDF_CALLCONV FPDFAvail_Destroy ( FPDF_AVAIL avail)

Definition at line 158 of file fpdf_dataavail.cpp.

Referenced by CheckPDFiumCApi(), and FPDFAvailDeleter::operator()().

Here is the caller graph for this function:

◆ FPDFAvail_GetDocument()

FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV FPDFAvail_GetDocument ( FPDF_AVAIL avail,
FPDF_BYTESTRING password )

Definition at line 173 of file fpdf_dataavail.cpp.

Referenced by CheckPDFiumCApi(), EmbedderTest::OpenDocumentHelper(), and TEST_F().

Here is the caller graph for this function:

◆ FPDFAvail_GetFirstPageNum()

FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_GetFirstPageNum ( FPDF_DOCUMENT doc)

Definition at line 191 of file fpdf_dataavail.cpp.

References CPDFDocumentFromFPDFDocument(), CPDF_Parser::GetFirstPageNo(), and CPDF_Document::GetParser().

Referenced by CheckPDFiumCApi(), EmbedderTest::GetFirstPageNum(), and TEST_F().

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

◆ FPDFAvail_IsDocAvail()

FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsDocAvail ( FPDF_AVAIL avail,
FX_DOWNLOADHINTS * hints )

Definition at line 163 of file fpdf_dataavail.cpp.

References CPDF_DataAvail::IsDocAvail().

Referenced by CheckPDFiumCApi(), EmbedderTest::OpenDocumentHelper(), and TEST_F().

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

◆ FPDFAvail_IsFormAvail()

FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsFormAvail ( FPDF_AVAIL avail,
FX_DOWNLOADHINTS * hints )

Definition at line 208 of file fpdf_dataavail.cpp.

References CPDF_DataAvail::IsFormAvail().

Referenced by CheckPDFiumCApi(), EmbedderTest::OpenDocumentHelper(), and TEST_F().

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

◆ FPDFAvail_IsLinearized()

FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsLinearized ( FPDF_AVAIL avail)

Definition at line 217 of file fpdf_dataavail.cpp.

References CPDF_DataAvail::IsLinearizedPDF().

Referenced by CheckPDFiumCApi(), EmbedderTest::OpenDocumentHelper(), and TEST_F().

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

◆ FPDFAvail_IsPageAvail()

FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsPageAvail ( FPDF_AVAIL avail,
int page_index,
FX_DOWNLOADHINTS * hints )

Definition at line 196 of file fpdf_dataavail.cpp.

References CPDF_DataAvail::IsPageAvail().

Referenced by CheckPDFiumCApi(), EmbedderTest::OpenDocumentHelper(), and TEST_F().

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