KFileViewSignaler Class Reference
internal class to make easier to use signals possible More...
#include <kfileview.h>
Inheritance diagram for KFileViewSignaler:


Signals | |
void | dirActivated (const KFileItem *) |
void | sortingChanged (QDir::SortSpec) |
void | fileHighlighted (const KFileItem *) |
the item maybe be 0L, indicating that we're in multiselection mode and the selection has changed. | |
void | fileSelected (const KFileItem *) |
void | activatedMenu (const KFileItem *i, const QPoint &) |
Public Member Functions | |
void | activate (const KFileItem *item) |
Call this method when an item is selected (depends on single click / double click configuration). | |
void | highlightFile (const KFileItem *i) |
emits the highlighted signal for item. | |
void | activateMenu (const KFileItem *i, const QPoint &pos) |
void | changeSorting (QDir::SortSpec sorting) |
Detailed Description
internal class to make easier to use signals possible
Definition at line 37 of file kfileview.h.
Member Function Documentation
|
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(). |
|
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(). |
|
the item maybe be 0L, indicating that we're in multiselection mode and the selection has changed.
Referenced by highlightFile(). |
The documentation for this class was generated from the following file: