Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | FileSelected (string file) |
| |
void | FilesSelected (System.Collections.Generic.List< string > files) |
| |
void | CurrentChanged (string path) |
| |
void | DirectoryEntered (string directory) |
| |
void | FilterSelected (string filter) |
| |
Public Member Functions inherited from QtGui.IQDialogSignals | |
void | Finished (int result) |
| |
void | Accepted () |
| |
void | Rejected () |
| |
Public Member Functions inherited from QtGui.IQWidgetSignals | |
void | CustomContextMenuRequested (QPoint pos) |
| |
Public Member Functions inherited from QtCore.IQObjectSignals | |
void | Destroyed (QObject arg1) |
void | Destroyed () |
| |
void QtGui.IQFileDialogSignals.CurrentChanged | ( | string | path | ) |
When the current file changes, this signal is emitted with the new file name as the path parameter.
See also filesSelected().
void QtGui.IQFileDialogSignals.DirectoryEntered | ( | string | directory | ) |
This signal is emitted when the user enters a directory.
This function was introduced in Qt 4.3.
void QtGui.IQFileDialogSignals.FileSelected | ( | string | file | ) |
When the selection changes and the dialog is accepted, this signal is emitted with the (possibly empty) selected file.
See also currentChanged() and QDialog::Accepted.
void QtGui.IQFileDialogSignals.FilesSelected | ( | System.Collections.Generic.List< string > | files | ) |
When the selection changes and the dialog is accepted, this signal is emitted with the (possibly empty) list of selected files.
See also currentChanged() and QDialog::Accepted.
void QtGui.IQFileDialogSignals.FilterSelected | ( | string | filter | ) |
This signal is emitted when the user selects a filter.
This function was introduced in Qt 4.3.