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
dump.h File Reference

(08e24b2ba6847221abd35e9b994206b764d6b322)

#include "public/fpdfview.h"
Include dependency graph for dump.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void DumpChildStructure (FPDF_STRUCTELEMENT child, int indent)
void DumpPageInfo (FPDF_PAGE page, int page_idx)
void DumpPageStructure (FPDF_PAGE page, int page_idx)
void DumpMetaData (FPDF_DOCUMENT doc)

Function Documentation

◆ DumpChildStructure()

void DumpChildStructure ( FPDF_STRUCTELEMENT child,
int indent )

Definition at line 135 of file dump.cc.

References DumpChildStructure(), FPDF_StructElement_CountChildren(), FPDF_StructElement_GetAttributeAtIndex(), FPDF_StructElement_GetAttributeCount(), FPDF_StructElement_GetChildAtIndex(), FPDF_StructElement_GetMarkedContentIdAtIndex(), FPDF_StructElement_GetMarkedContentIdCount(), and FPDF_StructElement_GetParent().

Referenced by DumpChildStructure(), and DumpPageStructure().

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

◆ DumpMetaData()

void DumpMetaData ( FPDF_DOCUMENT doc)

Definition at line 252 of file dump.cc.

References FPDF_GetMetaText(), and GetPlatformWString().

Here is the call graph for this function:

◆ DumpPageInfo()

void DumpPageInfo ( FPDF_PAGE page,
int page_idx )

Definition at line 225 of file dump.cc.

References FPDFPage_GetArtBox(), FPDFPage_GetBleedBox(), FPDFPage_GetCropBox(), FPDFPage_GetMediaBox(), and FPDFPage_GetTrimBox().

Here is the call graph for this function:

◆ DumpPageStructure()

void DumpPageStructure ( FPDF_PAGE page,
int page_idx )

Definition at line 233 of file dump.cc.

References DumpChildStructure(), and FPDF_StructTree_GetForPage().

Here is the call graph for this function: