KFileViewSignaler Class Reference
#include <tdefileview.h>
Inherits TQObject.
Signals | |
void | dirActivated (const KFileItem *) |
void | sortingChanged (TQDir::SortSpec) |
void | fileHighlighted (const KFileItem *) |
void | fileSelected (const KFileItem *) |
void | activatedMenu (const KFileItem *i, const TQPoint &) |
void | dropped (const KFileItem *, TQDropEvent *, const KURL::List &) |
Public Member Functions | |
void | activate (const KFileItem *item) |
void | highlightFile (const KFileItem *i) |
void | activateMenu (const KFileItem *i, const TQPoint &pos) |
void | changeSorting (TQDir::SortSpec sorting) |
void | dropURLs (const KFileItem *i, TQDropEvent *e, const KURL::List &urls) |
Detailed Description
internal class to make easier to use signals possible
Definition at line 36 of file tdefileview.h.
Member Function Documentation
◆ activate()
|
inline |
Call this method when an item is selected (depends on single click / double click configuration).
Emits the appropriate signal.
Definition at line 45 of file tdefileview.h.
◆ fileHighlighted
|
signal |
the item maybe be 0L, indicating that we're in multiselection mode and the selection has changed.
◆ highlightFile()
|
inline |
emits the highlighted signal for item.
Call this in your view class whenever the selection changes.
Definition at line 55 of file tdefileview.h.
The documentation for this class was generated from the following file: