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

Public Member Functions

void RootPathChanged (string newPath)
 
 
void FileRenamed (string path, string oldName, string newName)
 
 
void DirectoryLoaded (string path)
 
 
- 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.IQFileSystemModelSignals.DirectoryLoaded ( string  path)

This signal is emitted when the gatherer thread has finished to load the path.

This function was introduced in Qt 4.7.

void QtGui.IQFileSystemModelSignals.FileRenamed ( string  path,
string  oldName,
string  newName 
)

This signal is emitted whenever a file with the oldName is successfully renamed to newName. The file is located in in the directory path.

void QtGui.IQFileSystemModelSignals.RootPathChanged ( string  newPath)

This signal is emitted whenever the root path has been changed to a newPath.