org.kde.koala

Interface KFileViewSignalerSignals

public interface KFileViewSignalerSignals

Method Summary
voidactivatedMenu(KFileItem i, QPoint arg2)
voiddirActivated(KFileItem arg1)
voiddropped(KFileItem arg1, QDropEvent arg2, ArrayList arg3)
voidfileHighlighted(KFileItem arg1)
the item maybe be null, indicating that we're in multiselection mode and the selection has changed.
voidfileSelected(KFileItem arg1)
voidsortingChanged(int arg1)

Method Detail

activatedMenu

public void activatedMenu(KFileItem i, QPoint arg2)

dirActivated

public void dirActivated(KFileItem arg1)

dropped

public void dropped(KFileItem arg1, QDropEvent arg2, ArrayList arg3)

fileHighlighted

public void fileHighlighted(KFileItem arg1)
the item maybe be null, indicating that we're in multiselection mode and the selection has changed.

UNKNOWN: the item maybe be 0L, indicating that we're in multiselection mode and the selection has changed.

fileSelected

public void fileSelected(KFileItem arg1)

sortingChanged

public void sortingChanged(int arg1)