Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtGui.IQStandardItemModelSignals Interface Reference
Inheritance diagram for QtGui.IQStandardItemModelSignals:
Collaboration diagram for QtGui.IQStandardItemModelSignals:

Public Member Functions

void ItemChanged (QStandardItem item)
 
 
- 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)
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject arg1)
 
void Destroyed ()
 
 

Member Function Documentation

void QtGui.IQStandardItemModelSignals.ItemChanged ( QStandardItem  item)

This signal is emitted whenever the data of item has changed.

This function was introduced in Qt 4.2.