]> 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 8a0309b0c4b8ea8a1464234260a09ddd4da0bffe..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.
@@ -195,6 +200,12 @@ private slots:
      */
     void slotDirectoryLoadingCompleted();
 
+    /**
+     * Updates the statusbar to show, that the directory loading has
+     * been canceled.
+     */
+    void slotDirectoryLoadingCanceled();
+
     /**
      * Is called if the URL set by DolphinView::setUrl() represents
      * a file and not a directory. Takes care to activate the file.
@@ -208,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.
@@ -270,6 +287,8 @@ private slots:
 
     void slotHistoryChanged();
 
+    void slotReturnPressed();
+
     /**
      * Gets the search URL from the searchbox and starts searching.
      */