org.kde.koala
public interface KFileDialogSignals
Method Summary | |
---|---|
void | fileHighlighted(String arg1)
Emitted when the user highlights a file. |
void | fileSelected(String arg1)
Emitted when the user selects a file. |
void | filterChanged(String filter)
Emitted when the filter changed, i.e. the user entered an own filter
or chose one of the predefined set via setFilter(). |
void | selectionChanged()
Emitted when the user hilights one or more files in multiselection mode.
|
UNKNOWN: Emitted when the user highlights a file.
UNKNOWN: Emitted when the user selects a file.
Parameters: filter contains the new filter (only the extension part, not the explanation), i.e. "*.cpp" or "*.cpp .cc".
See Also: KFileDialogSignals KFileDialogSignals
UNKNOWN: Emitted when the filter changed, i.
See Also: KFileDialogSignals
UNKNOWN: Emitted when the user hilights one or more files in multiselection mode.