![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <functional>#include <map>#include <set>#include <type_traits>#include <utility>#include <vector>#include "core/fpdfapi/parser/cpdf_object.h"#include "core/fxcrt/check.h"#include "core/fxcrt/fx_coordinates.h"#include "core/fxcrt/fx_string.h"#include "core/fxcrt/retain_ptr.h"#include "core/fxcrt/string_pool_template.h"#include "core/fxcrt/weak_ptr.h"Go to the source code of this file.
Classes | |
| class | CPDF_Dictionary |
| class | CPDF_DictionaryLocker |
Functions | |
| CPDF_Dictionary * | ToDictionary (CPDF_Object *obj) |
| const CPDF_Dictionary * | ToDictionary (const CPDF_Object *obj) |
| RetainPtr< CPDF_Dictionary > | ToDictionary (RetainPtr< CPDF_Object > obj) |
|
inline |
Definition at line 184 of file cpdf_dictionary.h.
References CPDF_Object::AsDictionary().
Referenced by CPDF_PageObjectAvail::ExcludeObject(), and CPDF_Document::IsValidPageObject().
|
inline |
Definition at line 180 of file cpdf_dictionary.h.
References CPDF_Object::AsMutableDictionary().
|
inline |
Definition at line 188 of file cpdf_dictionary.h.