![]() |
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_numbertree.h>
Classes | |
struct | KeyValue |
Public Member Functions | |
CPDF_NumberTree (RetainPtr< const CPDF_Dictionary > root) | |
~CPDF_NumberTree () | |
RetainPtr< const CPDF_Object > | LookupValue (int num) const |
std::optional< KeyValue > | GetLowerBound (int num) const |
Protected Attributes | |
RetainPtr< const CPDF_Dictionary > const | root_ |
Definition at line 19 of file cpdf_numbertree.h.
|
explicit |
Definition at line 108 of file cpdf_numbertree.cpp.
References CPDF_NumberTree().
Referenced by CPDF_NumberTree().
|
default |
std::optional< CPDF_NumberTree::KeyValue > CPDF_NumberTree::GetLowerBound | ( | int | num | ) | const |
Definition at line 117 of file cpdf_numbertree.cpp.
RetainPtr< const CPDF_Object > CPDF_NumberTree::LookupValue | ( | int | num | ) | const |
Definition at line 113 of file cpdf_numbertree.cpp.
|
protected |
Definition at line 48 of file cpdf_numbertree.h.