org.kde.koala
public class KFileViewSignaler extends QObject
UNKNOWN: internal class to make easier to use signals possible
| Constructor Summary | |
|---|---|
| protected | KFileViewSignaler(Class dummy) |
| KFileViewSignaler() | |
| Method Summary | |
|---|---|
| void | activate(KFileItem item)
Call this method when an item is selected (depends on single click /
double click configuration). |
| void | activateMenu(KFileItem i, QPoint pos) |
| void | changeSorting(int sorting) |
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| void | dropURLs(KFileItem i, QDropEvent e, ArrayList urls) |
| protected void | finalize() Deletes the wrapped C++ instance |
| void | highlightFile(KFileItem i)
emits the highlighted signal for item. |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
UNKNOWN: Call this method when an item is selected (depends on single click / double click configuration).
UNKNOWN: emits the highlighted signal for item.