![]() |
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>
Public Member Functions | |
| CPDF_NonConstObjectWalker (RetainPtr< CPDF_Object > root) | |
| RetainPtr< CPDF_Object > | GetNext () |
| Public Member Functions inherited from CPDF_ObjectWalker | |
| 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 60 of file cpdf_object_walker.h.
|
explicit |
Definition at line 171 of file cpdf_object_walker.cpp.
| RetainPtr< CPDF_Object > CPDF_NonConstObjectWalker::GetNext | ( | ) |
Definition at line 175 of file cpdf_object_walker.cpp.