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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

+ Include dependency graph for cpdf_name.h:

Go to the source code of this file.

Classes

class  CPDF_Name
 

Functions

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

Function Documentation

◆ ToName() [1/3]

const CPDF_Name * ToName ( const CPDF_Object * obj)
inline

Definition at line 40 of file cpdf_name.h.

References CPDF_Object::AsName().

Referenced by CPDF_Dictionary::GetNameFor().

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

◆ ToName() [2/3]

CPDF_Name * ToName ( CPDF_Object * obj)
inline

Definition at line 36 of file cpdf_name.h.

References CPDF_Object::AsMutableName().

+ Here is the call graph for this function:

◆ ToName() [3/3]

RetainPtr< const CPDF_Name > ToName ( RetainPtr< CPDF_Object > obj)
inline

Definition at line 44 of file cpdf_name.h.