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

#include <cpdf_bookmark.h>

+ Collaboration diagram for CPDF_Bookmark:

Public Member Functions

 CPDF_Bookmark ()
 
 CPDF_Bookmark (const CPDF_Bookmark &that)
 
 CPDF_Bookmark (RetainPtr< const CPDF_Dictionary > pDict)
 
 ~CPDF_Bookmark ()
 
const CPDF_DictionaryGetDict () const
 
WideString GetTitle () const
 
CPDF_Dest GetDest (CPDF_Document *pDocument) const
 
CPDF_Action GetAction () const
 
int GetCount () const
 

Detailed Description

Definition at line 18 of file cpdf_bookmark.h.

Constructor & Destructor Documentation

◆ CPDF_Bookmark() [1/3]

CPDF_Bookmark::CPDF_Bookmark ( )
default

Referenced by CPDF_BookmarkTree::GetFirstChild(), and CPDF_BookmarkTree::GetNextSibling().

+ Here is the caller graph for this function:

◆ CPDF_Bookmark() [2/3]

CPDF_Bookmark::CPDF_Bookmark ( const CPDF_Bookmark & that)
default

◆ CPDF_Bookmark() [3/3]

CPDF_Bookmark::CPDF_Bookmark ( RetainPtr< const CPDF_Dictionary > pDict)
explicit

Definition at line 21 of file cpdf_bookmark.cpp.

References CPDF_Bookmark().

Referenced by CPDF_Bookmark().

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

◆ ~CPDF_Bookmark()

CPDF_Bookmark::~CPDF_Bookmark ( )
default

Member Function Documentation

◆ GetAction()

CPDF_Action CPDF_Bookmark::GetAction ( ) const

Definition at line 54 of file cpdf_bookmark.cpp.

Referenced by FPDFBookmark_GetAction(), and FPDFBookmark_GetDest().

+ Here is the caller graph for this function:

◆ GetCount()

int CPDF_Bookmark::GetCount ( ) const

Definition at line 58 of file cpdf_bookmark.cpp.

Referenced by FPDFBookmark_GetCount(), and testing.tools.safetynet_conclusions.ComparisonSummary::GetOutputDict().

+ Here is the caller graph for this function:

◆ GetDest()

CPDF_Dest CPDF_Bookmark::GetDest ( CPDF_Document * pDocument) const

Definition at line 48 of file cpdf_bookmark.cpp.

Referenced by FPDFBookmark_GetDest().

+ Here is the caller graph for this function:

◆ GetDict()

const CPDF_Dictionary * CPDF_Bookmark::GetDict ( ) const
inline

Definition at line 25 of file cpdf_bookmark.h.

Referenced by FPDFBookmark_GetFirstChild(), FPDFBookmark_GetNextSibling(), CPDF_BookmarkTree::GetFirstChild(), and CPDF_BookmarkTree::GetNextSibling().

+ Here is the caller graph for this function:

◆ GetTitle()

WideString CPDF_Bookmark::GetTitle ( ) const

Definition at line 26 of file cpdf_bookmark.cpp.

References fxcrt::WideString::WideString().

Referenced by FPDFBookmark_GetTitle().

+ 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: