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_structtree.h>
Public Member Functions | |
CPDF_StructTree (const CPDF_Document *pDoc) | |
~CPDF_StructTree () | |
size_t | CountTopElements () const |
CPDF_StructElement * | GetTopElement (size_t i) const |
uint32_t | GetPageObjNum () const |
ByteString | GetRoleMapNameFor (const ByteString &type) const |
Static Public Member Functions | |
static std::unique_ptr< CPDF_StructTree > | LoadPage (const CPDF_Document *pDoc, RetainPtr< const CPDF_Dictionary > pPageDict) |
Definition at line 22 of file cpdf_structtree.h.
|
explicit |
Definition at line 41 of file cpdf_structtree.cpp.
References CPDF_StructTree().
Referenced by CPDF_StructTree().
|
default |
|
inline |
Definition at line 31 of file cpdf_structtree.h.
|
inline |
Definition at line 33 of file cpdf_structtree.h.
ByteString CPDF_StructTree::GetRoleMapNameFor | ( | const ByteString & | type | ) | const |
Definition at line 47 of file cpdf_structtree.cpp.
References fxcrt::ByteString::IsEmpty().
|
inline |
Definition at line 32 of file cpdf_structtree.h.
|
static |
Definition at line 30 of file cpdf_structtree.cpp.