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_dictionary.h>
Public Types | |
using | const_iterator = CPDF_Dictionary::const_iterator |
Public Member Functions | |
FX_STACK_ALLOCATED () | |
CPDF_DictionaryLocker (const CPDF_Dictionary *pDictionary) | |
CPDF_DictionaryLocker (RetainPtr< CPDF_Dictionary > pDictionary) | |
CPDF_DictionaryLocker (RetainPtr< const CPDF_Dictionary > pDictionary) | |
~CPDF_DictionaryLocker () | |
const_iterator | begin () const |
const_iterator | end () const |
Definition at line 157 of file cpdf_dictionary.h.
Definition at line 160 of file cpdf_dictionary.h.
|
explicit |
Definition at line 372 of file cpdf_dictionary.cpp.
References CPDF_DictionaryLocker().
Referenced by CPDF_DictionaryLocker(), CPDF_Dictionary::CloneNonCyclic(), PDFObjectsTest::Equal(), FPDF_StructElement_Attr_GetName(), CPDF_Dictionary::GetKeys(), operator<<(), CPDF_AllStates::ProcessExtGS(), ValidateDictAllResourcesOfType(), and CPDF_Dictionary::WriteTo().
|
explicit |
Definition at line 377 of file cpdf_dictionary.cpp.
References CPDF_DictionaryLocker().
Referenced by CPDF_DictionaryLocker().
|
explicit |
CPDF_DictionaryLocker::~CPDF_DictionaryLocker | ( | ) |
Definition at line 389 of file cpdf_dictionary.cpp.
|
inline |
Definition at line 167 of file cpdf_dictionary.h.
|
inline |
Definition at line 171 of file cpdf_dictionary.h.
CPDF_DictionaryLocker::FX_STACK_ALLOCATED | ( | ) |