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

(3dce9b5818576f04ce21cec4b3686eda012e5b65)

#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 97 of file dump.cc.

References DumpChildStructure(), FPDF_StructElement_CountChildren(), FPDF_StructElement_GetAttributeAtIndex(), FPDF_StructElement_GetAttributeCount(), FPDF_StructElement_GetChildAtIndex(), FPDF_StructElement_GetMarkedContentID(), 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 211 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 184 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 192 of file dump.cc.

References DumpChildStructure().

+ Here is the call graph for this function: