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_object_walker.h>
Classes | |
class | SubobjectIterator |
Public Member Functions | |
CPDF_ObjectWalker (RetainPtr< const CPDF_Object > root) | |
~CPDF_ObjectWalker () | |
RetainPtr< const CPDF_Object > | GetNext () |
void | SkipWalkIntoCurrentObject () |
size_t | current_depth () const |
const CPDF_Object * | GetParent () const |
const ByteString & | dictionary_key () const |
Definition at line 18 of file cpdf_object_walker.h.
|
explicit |
Definition at line 132 of file cpdf_object_walker.cpp.
References CPDF_ObjectWalker().
Referenced by CPDF_ObjectWalker().
|
default |
|
inline |
Definition at line 45 of file cpdf_object_walker.h.
|
inline |
Definition at line 47 of file cpdf_object_walker.h.
Referenced by CPDF_CryptoHandler::DecryptObjectTree(), and TEST().
RetainPtr< const CPDF_Object > CPDF_ObjectWalker::GetNext | ( | ) |
Definition at line 137 of file cpdf_object_walker.cpp.
References CPDF_ObjectWalker::SubobjectIterator::IsFinished().
|
inline |
Definition at line 46 of file cpdf_object_walker.h.
Referenced by TEST(), and TEST().
void CPDF_ObjectWalker::SkipWalkIntoCurrentObject | ( | ) |
Definition at line 165 of file cpdf_object_walker.cpp.
Referenced by CPDF_CryptoHandler::DecryptObjectTree(), and TEST().