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

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

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 54 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 50 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 58 of file cpdf_string.h.