org.kde.koala
public interface KDirOperatorSignals
Method Summary | |
---|---|
void | completion(String arg1) |
void | dirActivated(KFileItem item) |
void | dropped(KFileItem item, QDropEvent event, ArrayList urls)
Emitted when files are dropped. |
void | fileHighlighted(KFileItem item)
Emitted when a file is highlighted or generally the selection changes in
multiselection mode. |
void | fileSelected(KFileItem item) |
void | finishedLoading() |
void | updateInformation(int files, int dirs) |
void | urlEntered(KURL arg1) |
void | viewChanged(KFileViewInterface newView)
Emitted whenever the current fileview is changed, either by an explicit
call to setView() or by the user selecting a different view thru
the GUI. |
Parameters: item the item on which the drop occurred or 0. event the drop event itself. urls the urls that where dropped.
UNKNOWN: Emitted when files are dropped.
item
is null. You can access
the selected items with selectedItems().UNKNOWN: Emitted when a file is highlighted or generally the selection changes in multiselection mode.
UNKNOWN: Emitted whenever the current fileview is changed, either by an explicit call to setView() or by the user selecting a different view thru the GUI.