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

#include <cpdf_bookmarktree.h>

+ Collaboration diagram for CPDF_BookmarkTree:

Public Member Functions

 CPDF_BookmarkTree (const CPDF_Document *doc)
 
 ~CPDF_BookmarkTree ()
 
CPDF_Bookmark GetFirstChild (const CPDF_Bookmark &parent) const
 
CPDF_Bookmark GetNextSibling (const CPDF_Bookmark &bookmark) const
 

Detailed Description

Definition at line 15 of file cpdf_bookmarktree.h.

Constructor & Destructor Documentation

◆ CPDF_BookmarkTree()

CPDF_BookmarkTree::CPDF_BookmarkTree ( const CPDF_Document * doc)
explicit

Definition at line 14 of file cpdf_bookmarktree.cpp.

References CPDF_BookmarkTree().

Referenced by CPDF_BookmarkTree(), FPDFBookmark_Find(), FPDFBookmark_GetFirstChild(), and FPDFBookmark_GetNextSibling().

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

◆ ~CPDF_BookmarkTree()

CPDF_BookmarkTree::~CPDF_BookmarkTree ( )
default

Member Function Documentation

◆ GetFirstChild()

CPDF_Bookmark CPDF_BookmarkTree::GetFirstChild ( const CPDF_Bookmark & parent) const

Definition at line 19 of file cpdf_bookmarktree.cpp.

References CPDF_Bookmark::CPDF_Bookmark(), CPDF_Bookmark::GetDict(), and CPDF_Dictionary::GetDictFor().

Referenced by FPDFBookmark_GetFirstChild().

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

◆ GetNextSibling()

CPDF_Bookmark CPDF_BookmarkTree::GetNextSibling ( const CPDF_Bookmark & bookmark) const

Definition at line 34 of file cpdf_bookmarktree.cpp.

References CPDF_Bookmark::CPDF_Bookmark(), and CPDF_Bookmark::GetDict().

Referenced by FPDFBookmark_GetNextSibling().

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

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