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

Public Member Functions

void FileChanged (string path)
 
 
void DirectoryChanged (string path)
 
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject arg1)
 
void Destroyed ()
 
 

Member Function Documentation

void QtCore.IQFileSystemWatcherSignals.DirectoryChanged ( string  path)

This signal is emitted when the directory at a specified path, is modified (e.g., when a file is added, modified or deleted) or removed from disk. Note that if there are several changes during a short period of time, some of the changes might not emit this signal. However, the last change in the sequence of changes will always generate this signal.

See also fileChanged().

void QtCore.IQFileSystemWatcherSignals.FileChanged ( string  path)

This signal is emitted when the file at the specified path is modified, renamed or removed from disk.

See also directoryChanged().