DOtherSide
0.7.1
C language library for creating bindings for the Qt QML language
|
Functions related to the QAbstractListModel class. More...
Functions | |
DOS_API DosQMetaObject * | dos_qabstractlistmodel_qmetaobject (void) |
Return QMetaObject associated to the QAbstractListModel class. More... | |
DOS_API DosQAbstractListModel * | dos_qabstractlistmodel_create (void *callbackObject, DosQMetaObject *metaObject, DObjectCallback dObjectCallback, DosQAbstractItemModelCallbacks *callbacks) |
Create a new QAbstractListModel. More... | |
DOS_API DosQModelIndex * | dos_qabstractlistmodel_index (DosQAbstractListModel *vptr, int row, int column, DosQModelIndex *parent) |
Calls the default QAbstractListModel::index() function. | |
DOS_API DosQModelIndex * | dos_qabstractlistmodel_parent (DosQAbstractListModel *vptr, DosQModelIndex *child) |
Calls the default QAbstractListModel::parent() function. | |
DOS_API int | dos_qabstractlistmodel_columnCount (DosQAbstractListModel *vptr, DosQModelIndex *parent) |
Calls the default QAbstractListModel::columnCount() function. | |
Functions related to the QAbstractListModel class.
DOS_API DosQAbstractListModel* dos_qabstractlistmodel_create | ( | void * | callbackObject, |
DosQMetaObject * | metaObject, | ||
DObjectCallback | dObjectCallback, | ||
DosQAbstractItemModelCallbacks * | callbacks | ||
) |
Create a new QAbstractListModel.
callbackObject | The pointer of QAbstractListModel in the binded language |
metaObject | The QMetaObject for this QAbstractListModel |
dObjectCallback | The callback for handling the properties read/write and slots execution |
callbacks | The QAbstractItemModel callbacks |
DOS_API DosQMetaObject* dos_qabstractlistmodel_qmetaobject | ( | void | ) |
Return QMetaObject associated to the QAbstractListModel class.