DOtherSide  0.7.1
C language library for creating bindings for the Qt QML language
Functions
QPointer

Functions

DOS_API DosQPointerdos_qpointer_create (DosQObject *object)
 Create a new QPointer with the given DosQObject.
 
DOS_API void dos_qpointer_delete (DosQPointer *self)
 Free the memory allocated for the given QPointer.
 
DOS_API bool dos_qpointer_is_null (DosQPointer *self)
 Test the QPointer for nullness.
 
DOS_API void dos_qpointer_clear (DosQPointer *self)
 Clear the QPointer.
 
DOS_API DosQObjectdos_qpointer_data (DosQPointer *self)
 Return a pointer to the tracked DosQObject. More...
 

Detailed Description

Function Documentation

◆ dos_qpointer_data()

DOS_API DosQObject* dos_qpointer_data ( DosQPointer self)

Return a pointer to the tracked DosQObject.

Note
The return DosQObject is a reference and should not be fred unless you know what you're doing