QAbstractListModel

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

beginInsertRows
void beginInsertRows(QModelIndex parent, int first, int last)
Undocumented in source. Be warned that the author may not have intended to support it.
beginRemoveRows
void beginRemoveRows(QModelIndex parent, int first, int last)
Undocumented in source. Be warned that the author may not have intended to support it.
beginResetModel
void beginResetModel()
Undocumented in source. Be warned that the author may not have intended to support it.
columnCount
int columnCount(QModelIndex parentIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
data
QVariant data(QModelIndex index, int role)
Undocumented in source. Be warned that the author may not have intended to support it.
dataChanged
void dataChanged(QModelIndex topLeft, QModelIndex bottomRight, int[] roles)
Undocumented in source. Be warned that the author may not have intended to support it.
endInsertRows
void endInsertRows()
Undocumented in source. Be warned that the author may not have intended to support it.
endRemoveRows
void endRemoveRows()
Undocumented in source. Be warned that the author may not have intended to support it.
endResetModel
void endResetModel()
Undocumented in source. Be warned that the author may not have intended to support it.
flags
int flags(QModelIndex index)
Undocumented in source. Be warned that the author may not have intended to support it.
headerData
QVariant headerData(int section, int orienation, int role)
Undocumented in source. Be warned that the author may not have intended to support it.
metaObject
QMetaObject metaObject()
Undocumented in source. Be warned that the author may not have intended to support it.
roleNames
string[int] roleNames()
Undocumented in source. Be warned that the author may not have intended to support it.
rowCount
int rowCount(QModelIndex parentIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
setData
bool setData(QModelIndex index, QVariant value, int role)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

staticMetaObject
QMetaObject staticMetaObject()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From QObject

~this
~this()
Undocumented in source.
voidPointer
void* voidPointer()
Undocumented in source. Be warned that the author may not have intended to support it.
setVoidPointer
void setVoidPointer(void* vptr)
Undocumented in source. Be warned that the author may not have intended to support it.
setDisableDosCalls
void setDisableDosCalls(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
objectName
string objectName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
staticMetaObject
QMetaObject staticMetaObject()
Undocumented in source. Be warned that the author may not have intended to support it.
metaObject
QMetaObject metaObject()
Undocumented in source. Be warned that the author may not have intended to support it.
onSlotCalled
void onSlotCalled(QVariant slotName, QVariant[] parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
bool connect(QObject sender, string signal, string method, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
bool disconnect(QObject sender, string signal, string method)
Undocumented in source. Be warned that the author may not have intended to support it.
emit
void emit(string signalName, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
emit
void emit(string signalName, QVariant value)
Undocumented in source. Be warned that the author may not have intended to support it.
emit
void emit(string signalName, QVariant[] arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
staticSlotCallback
void staticSlotCallback(void* qObjectPtr, void* rawSlotName, int numParameters, void** parametersArray)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
bool connect(QObject sender, string signal, QObject receiver, string method, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
bool disconnect(QObject sender, string signal, QObject receiver, string method)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
template connect(alias slot)
Undocumented in source.
disconnect
template disconnect(alias slot)
Undocumented in source.
vptr
void* vptr;
Undocumented in source.
disableDosCalls
bool disableDosCalls;
Undocumented in source.

Meta