*/
void setFilterBarVisible(bool visible);
+ /**
+ * Sets focus to the item view.
+ */
+ void focusView();
+
signals:
/**
* Is emitted whenever the filter bar has changed its visibility state.
*/
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.
void slotHistoryChanged();
+ void slotReturnPressed();
+
/**
* Gets the search URL from the searchbox and starts searching.
*/