]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewcontainer.h
Return the focus from the filter bar to the view if Enter is pressed
[dolphin.git] / src / dolphinviewcontainer.h
index 0300273c1476ce8ea22908d8e50e50d1dd7edb5e..93fabecbc4c430d1b4645819975bfc22e7a155d7 100644 (file)
@@ -147,6 +147,11 @@ public slots:
      */
     void setFilterBarVisible(bool visible);
 
+    /**
+     * Sets focus to the item view.
+     */
+    void focusView();
+
 signals:
     /**
      * Is emitted whenever the filter bar has changed its visibility state.
@@ -214,6 +219,12 @@ private slots:
      */
     void slotItemActivated(const KFileItem& item);
 
+    /**
+     * Handles activation of multiple files. The files get started by
+     * the corresponding applications.
+     */
+    void slotItemsActivated(const KFileItemList& items);
+
     /**
      * Shows the information for the item \a item inside the statusbar. If the
      * item is null, the default statusbar information is shown.
@@ -276,6 +287,8 @@ private slots:
 
     void slotHistoryChanged();
 
+    void slotReturnPressed();
+
     /**
      * Gets the search URL from the searchbox and starts searching.
      */