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_dictionary.h File Reference

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include <functional>
#include <map>
#include <set>
#include <type_traits>
#include <utility>
#include <vector>
#include "core/fpdfapi/parser/cpdf_object.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"
#include "third_party/base/check.h"
+ Include dependency graph for cpdf_dictionary.h:

Go to the source code of this file.

Classes

class  CPDF_Dictionary
 
class  CPDF_DictionaryLocker
 

Functions

CPDF_DictionaryToDictionary (CPDF_Object *obj)
 
const CPDF_DictionaryToDictionary (const CPDF_Object *obj)
 
RetainPtr< CPDF_DictionaryToDictionary (RetainPtr< CPDF_Object > obj)
 

Function Documentation

◆ ToDictionary() [1/3]

const CPDF_Dictionary * ToDictionary ( const 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().

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

◆ ToDictionary() [2/3]

CPDF_Dictionary * ToDictionary ( CPDF_Object * obj)
inline

Definition at line 180 of file cpdf_dictionary.h.

References CPDF_Object::AsMutableDictionary().

+ Here is the call graph for this function:

◆ ToDictionary() [3/3]

RetainPtr< const CPDF_Dictionary > ToDictionary ( RetainPtr< CPDF_Object > obj)
inline

Definition at line 188 of file cpdf_dictionary.h.