KDE3Support
K3FileViewSignaler Class Reference
internal class to make easier to use signals possible More...
#include <k3fileview.h>
Signals | |
| void | activatedMenu (const KFileItem &item, const QPoint &pos) |
| void | dirActivated (const KFileItem &item) |
| void | dropped (const KFileItem &item, QDropEvent *event, const KUrl::List &urls) |
| void | fileHighlighted (const KFileItem &item) |
| void | fileSelected (const KFileItem &item) |
| void | sortingChanged (QDir::SortFlags) |
Public Member Functions | |
| void | activate (const KFileItem &item) |
| void | activateMenu (const KFileItem &item, const QPoint &pos) |
| void | changeSorting (QDir::SortFlags sorting) |
| void | dropURLs (const KFileItem &item, QDropEvent *event, const KUrl::List &urls) |
| void | highlightFile (const KFileItem &item) |
Detailed Description
internal class to make easier to use signals possible
For internal use only.
Definition at line 38 of file k3fileview.h.
Member Function Documentation
| void K3FileViewSignaler::activate | ( | const KFileItem & | item | ) |
Call this method when an item is selected (depends on single click / double click configuration).
Emits the appropriate signal.
Definition at line 42 of file k3fileview.cpp.
Definition at line 55 of file k3fileview.cpp.
| void K3FileViewSignaler::changeSorting | ( | QDir::SortFlags | sorting | ) |
Definition at line 60 of file k3fileview.cpp.
| void K3FileViewSignaler::dirActivated | ( | const KFileItem & | item | ) | [signal] |
| void K3FileViewSignaler::dropped | ( | const KFileItem & | item, | |
| QDropEvent * | event, | |||
| const KUrl::List & | urls | |||
| ) | [signal] |
| void K3FileViewSignaler::dropURLs | ( | const KFileItem & | item, | |
| QDropEvent * | event, | |||
| const KUrl::List & | urls | |||
| ) |
Definition at line 65 of file k3fileview.cpp.
| void K3FileViewSignaler::fileHighlighted | ( | const KFileItem & | item | ) | [signal] |
the item maybe be a null item, indicating that we're in multiselection mode and the selection has changed.
| void K3FileViewSignaler::fileSelected | ( | const KFileItem & | item | ) | [signal] |
| void K3FileViewSignaler::highlightFile | ( | const KFileItem & | item | ) |
emits the highlighted signal for item.
Call this in your view class whenever the selection changes.
Definition at line 50 of file k3fileview.cpp.
| void K3FileViewSignaler::sortingChanged | ( | QDir::SortFlags | ) | [signal] |
The documentation for this class was generated from the following files:
KDE 4.3 API Reference