#include <kfileview.h>
Signals | |
| void | fileHighlighted (const KFileItem *) |
Public Methods | |
| void | activate (const KFileItem *item) |
| void | highlightFile (const KFileItem *i) |
Definition at line 37 of file kfileview.h.
|
|
Call this method when an item is selected (depends on single click / double click configuration). Emits the appropriate signal. Definition at line 46 of file kfileview.h. References KFileItem::isDir(). |
|
|
the item maybe be 0L, indicating that we're in multiselection mode and the selection has changed. Referenced by highlightFile(). |
|
|
emits the highlighted signal for item. Call this in your view class whenever the selection changes. Definition at line 56 of file kfileview.h. References fileHighlighted(). |
1.2.18