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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

+ Include dependency graph for cpdf_boolean.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CPDF_Boolean
 

Functions

CPDF_BooleanToBoolean (CPDF_Object *obj)
 
const CPDF_BooleanToBoolean (const CPDF_Object *obj)
 

Function Documentation

◆ ToBoolean() [1/2]

const CPDF_Boolean * ToBoolean ( const CPDF_Object * obj)
inline

Definition at line 40 of file cpdf_boolean.h.

References CPDF_Object::AsBoolean().

Referenced by CPDF_Array::GetBooleanAt(), and CPDF_Dictionary::GetBooleanFor().

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

◆ ToBoolean() [2/2]

CPDF_Boolean * ToBoolean ( CPDF_Object * obj)
inline

Definition at line 36 of file cpdf_boolean.h.

References CPDF_Object::AsMutableBoolean().

+ Here is the call graph for this function: