org.kde.koala

Interface KDirOperatorSignals

public interface KDirOperatorSignals

Method Summary
voidcompletion(String arg1)
voiddirActivated(KFileItem item)
voiddropped(KFileItem item, QDropEvent event, ArrayList urls)
Emitted when files are dropped.
voidfileHighlighted(KFileItem item)
Emitted when a file is highlighted or generally the selection changes in multiselection mode.
voidfileSelected(KFileItem item)
voidfinishedLoading()
voidupdateInformation(int files, int dirs)
voidurlEntered(KURL arg1)
voidviewChanged(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.

Method Detail

completion

public void completion(String arg1)

dirActivated

public void dirActivated(KFileItem item)

dropped

public void dropped(KFileItem item, QDropEvent event, ArrayList urls)
Emitted when files are dropped. Dropping files is disabled by default. You need to enable it with setAcceptDrops()

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.

fileHighlighted

public void fileHighlighted(KFileItem item)
Emitted when a file is highlighted or generally the selection changes in multiselection mode. In the latter case, 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.

fileSelected

public void fileSelected(KFileItem item)

finishedLoading

public void finishedLoading()

updateInformation

public void updateInformation(int files, int dirs)

urlEntered

public void urlEntered(KURL arg1)

viewChanged

public 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.

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.