From 794911106c265c8691689f601e4aed0862aff0b8 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 12 May 2007 10:22:01 +0000 Subject: provide a hover information in the statusbar if the mouse cursor enters an item svn path=/trunk/KDE/kdebase/apps/; revision=663779 --- src/dolphinview.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index b3b206002..96b487961 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -528,6 +528,20 @@ private slots: /** Applies an item effect to all cut items of the clipboard. */ void updateCutItems(); + /** + * Updates the status bar to show hover information for the + * item with the index \a index. If currently other items are selected, + * no hover information is shown. + * @see DolphinView::clearHoverInformation() + */ + void showHoverInformation(const QModelIndex& index); + + /** + * Clears the hover information shown in the status bar. + * @see DolphinView::showHoverInformation(). + */ + void clearHoverInformation(); + private: void startDirLister(const KUrl& url, bool reload = false); -- cgit v1.3