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

(acbcf08a6dffdfe90a6eaf661fcd6923f0de2447)

+ Include dependency graph for cpdf_reference.h:

Go to the source code of this file.

Classes

class  CPDF_Reference
 

Functions

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

Function Documentation

◆ ToReference() [1/3]

const CPDF_Reference * ToReference ( const CPDF_Object * obj)
inline

Definition at line 60 of file cpdf_reference.h.

References CPDF_Object::AsReference().

Referenced by CPDF_Dictionary::GetUnicodeTextFor().

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

◆ ToReference() [2/3]

CPDF_Reference * ToReference ( CPDF_Object * obj)
inline

Definition at line 56 of file cpdf_reference.h.

References CPDF_Object::AsMutableReference().

+ Here is the call graph for this function:

◆ ToReference() [3/3]

RetainPtr< const CPDF_Reference > ToReference ( RetainPtr< CPDF_Object > obj)
inline

Definition at line 64 of file cpdf_reference.h.