![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpdf_pageorganizer.h>
Protected Member Functions | |
CPDF_PageOrganizer (CPDF_Document *dest_doc, CPDF_Document *src_doc) | |
~CPDF_PageOrganizer () | |
bool | Init () |
bool | UpdateReference (RetainPtr< CPDF_Object > obj) |
CPDF_Document * | dest () |
const CPDF_Document * | dest () const |
CPDF_Document * | src () |
const CPDF_Document * | src () const |
void | AddObjectMapping (uint32_t old_page_obj_num, uint32_t new_page_obj_num) |
void | ClearObjectNumberMap () |
Static Protected Member Functions | |
static bool | CopyInheritable (RetainPtr< CPDF_Dictionary > dest_page_dict, RetainPtr< const CPDF_Dictionary > src_page_dict, const ByteString &key) |
static RetainPtr< const CPDF_Object > | PageDictGetInheritableTag (RetainPtr< const CPDF_Dictionary > dict, const ByteString &src_tag) |
Definition at line 23 of file cpdf_pageorganizer.h.
|
protected |
Definition at line 25 of file cpdf_pageorganizer.cpp.
References CPDF_PageOrganizer().
Referenced by CPDF_NPageToOneExporter::CPDF_NPageToOneExporter(), CPDF_PageExporter::CPDF_PageExporter(), and CPDF_PageOrganizer().
|
protecteddefault |
|
inlineprotected |
Definition at line 39 of file cpdf_pageorganizer.h.
|
inlineprotected |
Definition at line 43 of file cpdf_pageorganizer.h.
Referenced by CPDF_NPageToOneExporter::ExportNPagesToOne().
|
staticprotected |
Definition at line 165 of file cpdf_pageorganizer.cpp.
|
inlineprotected |
Definition at line 33 of file cpdf_pageorganizer.h.
Referenced by UpdateReference().
|
inlineprotected |
Definition at line 34 of file cpdf_pageorganizer.h.
|
protected |
Definition at line 31 of file cpdf_pageorganizer.cpp.
Referenced by CPDF_NPageToOneExporter::ExportNPagesToOne(), and CPDF_PageExporter::ExportPages().
|
staticprotected |
Definition at line 184 of file cpdf_pageorganizer.cpp.
References pdfium::page_object::kParent, and pdfium::page_object::kType.
|
inlineprotected |
Definition at line 36 of file cpdf_pageorganizer.h.
|
inlineprotected |
Definition at line 37 of file cpdf_pageorganizer.h.
|
protected |
Definition at line 74 of file cpdf_pageorganizer.cpp.
References CPDF_DictionaryLocker::CPDF_DictionaryLocker(), dest(), CPDF_Object::kArray, CPDF_Object::kDictionary, CPDF_Object::kReference, CPDF_Object::kStream, CPDF_Reference::SetRef(), and UpdateReference().
Referenced by UpdateReference().