KDE3Support
#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
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.
|
signal |
|
signal |
void K3FileViewSignaler::dropURLs | ( | const KFileItem & | item, |
QDropEvent * | event, | ||
const KUrl::List & | urls | ||
) |
Definition at line 65 of file k3fileview.cpp.
|
signal |
the item
maybe be a null item, indicating that we're in multiselection mode and the selection has changed.
|
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.
|
signal |
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.