Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Additional Inherited Members | |
Public Member Functions inherited from QtCore.IQAbstractItemModelSignals | |
void | DataChanged (QModelIndex topLeft, QModelIndex bottomRight) |
| |
void | HeaderDataChanged (Qt.Orientation orientation, int first, int last) |
| |
void | LayoutChanged () |
| |
void | LayoutAboutToBeChanged () |
| |
void | RowsAboutToBeInserted (QModelIndex parent, int first, int last) |
void | RowsInserted (QModelIndex parent, int first, int last) |
void | RowsAboutToBeRemoved (QModelIndex parent, int first, int last) |
void | RowsRemoved (QModelIndex parent, int first, int last) |
void | ColumnsAboutToBeInserted (QModelIndex parent, int first, int last) |
void | ColumnsInserted (QModelIndex parent, int first, int last) |
void | ColumnsAboutToBeRemoved (QModelIndex parent, int first, int last) |
void | ColumnsRemoved (QModelIndex parent, int first, int last) |
void | ModelAboutToBeReset () |
void | ModelReset () |
void | RowsAboutToBeMoved (QModelIndex sourceParent, int sourceStart, int sourceEnd, QModelIndex destinationParent, int destinationRow) |
void | RowsMoved (QModelIndex parent, int start, int end, QModelIndex destination, int row) |
void | ColumnsAboutToBeMoved (QModelIndex sourceParent, int sourceStart, int sourceEnd, QModelIndex destinationParent, int destinationColumn) |
void | ColumnsMoved (QModelIndex parent, int start, int end, QModelIndex destination, int column) |