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

#include <cpdf_numbertree.h>

Collaboration diagram for CPDF_NumberTree:

Classes

struct  KeyValue

Public Member Functions

 CPDF_NumberTree (RetainPtr< const CPDF_Dictionary > root)
 ~CPDF_NumberTree ()
RetainPtr< const CPDF_ObjectLookupValue (int num) const
std::optional< KeyValueGetLowerBound (int num) const

Protected Attributes

RetainPtr< const CPDF_Dictionary > const root_

Detailed Description

Definition at line 19 of file cpdf_numbertree.h.

Constructor & Destructor Documentation

◆ CPDF_NumberTree()

CPDF_NumberTree::CPDF_NumberTree ( RetainPtr< const CPDF_Dictionary > root)
explicit

Definition at line 108 of file cpdf_numbertree.cpp.

References CPDF_NumberTree().

Referenced by CPDF_NumberTree().

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

◆ ~CPDF_NumberTree()

CPDF_NumberTree::~CPDF_NumberTree ( )
default

Member Function Documentation

◆ GetLowerBound()

std::optional< CPDF_NumberTree::KeyValue > CPDF_NumberTree::GetLowerBound ( int num) const

Definition at line 117 of file cpdf_numbertree.cpp.

◆ LookupValue()

RetainPtr< const CPDF_Object > CPDF_NumberTree::LookupValue ( int num) const

Definition at line 113 of file cpdf_numbertree.cpp.

Member Data Documentation

◆ root_

RetainPtr<const CPDF_Dictionary> const CPDF_NumberTree::root_
protected

Definition at line 48 of file cpdf_numbertree.h.


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