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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

+ Include dependency graph for cpdf_number.h:

Go to the source code of this file.

Classes

class  CPDF_Number
 

Functions

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

Function Documentation

◆ ToNumber() [1/3]

const CPDF_Number * ToNumber ( const CPDF_Object * obj)
inline

Definition at line 46 of file cpdf_number.h.

References CPDF_Object::AsNumber().

Referenced by CPDF_Dictionary::GetDirectIntegerFor().

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

◆ ToNumber() [2/3]

CPDF_Number * ToNumber ( CPDF_Object * obj)
inline

Definition at line 42 of file cpdf_number.h.

References CPDF_Object::AsMutableNumber().

+ Here is the call graph for this function:

◆ ToNumber() [3/3]

RetainPtr< const CPDF_Number > ToNumber ( RetainPtr< CPDF_Object > obj)
inline

Definition at line 50 of file cpdf_number.h.