org.kde.koala

Class KFileViewSignaler

public class KFileViewSignaler extends QObject

internal class to make easier to use signals possible See KFileViewSignalerSignals for signals emitted by KFileViewSignaler

UNKNOWN: internal class to make easier to use signals possible

Constructor Summary
protected KFileViewSignaler(Class dummy)
KFileViewSignaler()
Method Summary
voidactivate(KFileItem item)
Call this method when an item is selected (depends on single click / double click configuration).
voidactivateMenu(KFileItem i, QPoint pos)
voidchangeSorting(int sorting)
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
voiddropURLs(KFileItem i, QDropEvent e, ArrayList urls)
protected voidfinalize()
Deletes the wrapped C++ instance
voidhighlightFile(KFileItem i)
emits the highlighted signal for item.
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()

Constructor Detail

KFileViewSignaler

protected KFileViewSignaler(Class dummy)

KFileViewSignaler

public KFileViewSignaler()

Method Detail

activate

public void activate(KFileItem item)
Call this method when an item is selected (depends on single click / double click configuration). Emits the appropriate signal.

UNKNOWN: Call this method when an item is selected (depends on single click / double click configuration).

activateMenu

public void activateMenu(KFileItem i, QPoint pos)

changeSorting

public void changeSorting(int sorting)

className

public String className()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

dropURLs

public void dropURLs(KFileItem i, QDropEvent e, ArrayList urls)

finalize

protected void finalize()
Deletes the wrapped C++ instance

highlightFile

public void highlightFile(KFileItem i)
emits the highlighted signal for item. Call this in your view class whenever the selection changes.

UNKNOWN: emits the highlighted signal for item.

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()