| DOtherSide
    0.7.1
    C language library for creating bindings for the Qt QML language | 
| Functions | |
| DOS_API DosQPointer * | dos_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 DosQObject * | dos_qpointer_data (DosQPointer *self) | 
| Return a pointer to the tracked DosQObject.  More... | |
| DOS_API DosQObject* dos_qpointer_data | ( | DosQPointer * | self | ) | 
Return a pointer to the tracked DosQObject.
 1.8.17
 1.8.17