┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-05-12 10:22:01 +0000
committerPeter Penz <[email protected]>2007-05-12 10:22:01 +0000
commit794911106c265c8691689f601e4aed0862aff0b8 (patch)
treea5f2765fb289ee37d87d6c41601efe4acb993dce /src/dolphinview.h
parentd03b27f28850e25d087f946e3a5c99b21c76f359 (diff)
provide a hover information in the statusbar if the mouse cursor enters an item
svn path=/trunk/KDE/kdebase/apps/; revision=663779
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h14
1 files changed, 14 insertions, 0 deletions
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);