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_StructTree Class Reference

#include <cpdf_structtree.h>

Collaboration diagram for CPDF_StructTree:

Public Member Functions

 CPDF_StructTree (const CPDF_Document *pDoc)
 ~CPDF_StructTree ()
size_t CountTopElements () const
CPDF_StructElementGetTopElement (size_t i) const
uint32_t GetPageObjNum () const
ByteString GetRoleMapNameFor (const ByteString &type) const

Static Public Member Functions

static std::unique_ptr< CPDF_StructTreeLoadPage (const CPDF_Document *pDoc, RetainPtr< const CPDF_Dictionary > pPageDict)

Detailed Description

Definition at line 22 of file cpdf_structtree.h.

Constructor & Destructor Documentation

◆ CPDF_StructTree()

CPDF_StructTree::CPDF_StructTree ( const CPDF_Document * pDoc)
explicit

Definition at line 41 of file cpdf_structtree.cpp.

References CPDF_StructTree().

Referenced by CPDF_StructTree().

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

◆ ~CPDF_StructTree()

CPDF_StructTree::~CPDF_StructTree ( )
default

Member Function Documentation

◆ CountTopElements()

size_t CPDF_StructTree::CountTopElements ( ) const
inline

Definition at line 31 of file cpdf_structtree.h.

◆ GetPageObjNum()

uint32_t CPDF_StructTree::GetPageObjNum ( ) const
inline

Definition at line 33 of file cpdf_structtree.h.

◆ GetRoleMapNameFor()

ByteString CPDF_StructTree::GetRoleMapNameFor ( const ByteString & type) const

Definition at line 47 of file cpdf_structtree.cpp.

◆ GetTopElement()

CPDF_StructElement * CPDF_StructTree::GetTopElement ( size_t i) const
inline

Definition at line 32 of file cpdf_structtree.h.

◆ LoadPage()

std::unique_ptr< CPDF_StructTree > CPDF_StructTree::LoadPage ( const CPDF_Document * pDoc,
RetainPtr< const CPDF_Dictionary > pPageDict )
static

Definition at line 30 of file cpdf_structtree.cpp.


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