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
CPDF_PageExporter Class Referencefinal

#include <cpdf_pageexporter.h>

Inheritance diagram for CPDF_PageExporter:
Collaboration diagram for CPDF_PageExporter:

Public Member Functions

 CPDF_PageExporter (CPDF_Document *dest_doc, CPDF_Document *src_doc)
 ~CPDF_PageExporter ()
bool ExportPages (pdfium::span< const uint32_t > page_indices, int index)

Additional Inherited Members

Protected Member Functions inherited from CPDF_PageOrganizer
 CPDF_PageOrganizer (CPDF_Document *dest_doc, CPDF_Document *src_doc)
 ~CPDF_PageOrganizer ()
bool Init ()
bool UpdateReference (RetainPtr< CPDF_Object > obj)
CPDF_Documentdest ()
const CPDF_Documentdest () const
CPDF_Documentsrc ()
const CPDF_Documentsrc () const
void AddObjectMapping (uint32_t old_page_obj_num, uint32_t new_page_obj_num)
void ClearObjectNumberMap ()
Static Protected Member Functions inherited from CPDF_PageOrganizer
static bool CopyInheritable (RetainPtr< CPDF_Dictionary > dest_page_dict, RetainPtr< const CPDF_Dictionary > src_page_dict, const ByteString &key)
static RetainPtr< const CPDF_ObjectPageDictGetInheritableTag (RetainPtr< const CPDF_Dictionary > dict, const ByteString &src_tag)

Detailed Description

Definition at line 19 of file cpdf_pageexporter.h.

Constructor & Destructor Documentation

◆ CPDF_PageExporter()

CPDF_PageExporter::CPDF_PageExporter ( CPDF_Document * dest_doc,
CPDF_Document * src_doc )

Definition at line 14 of file cpdf_pageexporter.cpp.

References CPDF_PageOrganizer::CPDF_PageOrganizer().

Referenced by FPDF_ImportNPagesToOne(), FPDF_ImportPages(), and FPDF_ImportPagesByIndex().

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

◆ ~CPDF_PageExporter()

CPDF_PageExporter::~CPDF_PageExporter ( )
default

Member Function Documentation

◆ ExportPages()

bool CPDF_PageExporter::ExportPages ( pdfium::span< const uint32_t > page_indices,
int index )

Definition at line 20 of file cpdf_pageexporter.cpp.

References CPDF_PageOrganizer::Init().

Here is the call graph for this function:

The documentation for this class was generated from the following files: