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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

+ Include dependency graph for cpdf_string.h:

Go to the source code of this file.

Classes

class  CPDF_String
 

Functions

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

Function Documentation

◆ ToString() [1/3]

const CPDF_String * ToString ( const CPDF_Object * obj)
inline

Definition at line 47 of file cpdf_string.h.

References CPDF_Object::AsString().

+ Here is the call graph for this function:

◆ ToString() [2/3]

CPDF_String * ToString ( CPDF_Object * obj)
inline

Definition at line 43 of file cpdf_string.h.

References CPDF_Object::AsMutableString().

+ Here is the call graph for this function:

◆ ToString() [3/3]

RetainPtr< const CPDF_String > ToString ( RetainPtr< const CPDF_Object > obj)
inline

Definition at line 51 of file cpdf_string.h.