/** Updates the 'Create New...' sub menu. */
void updateNewMenu();
- /**
- * Opens the properties window for the selected items of the
- * active view. The properties windows shows information
- * like name, size and permissions.
- */
- void properties();
-
/**
* Shows the error information from the places model
* in the status bar.
/** Goes to the home URL. */
void goHome();
- /** Opens KFind for the current shown directory. */
- void findFile();
-
/** Opens Kompare for 2 selected files. */
void compareFiles();
+ /**
+ * Initiates a preview of the selected files
+ * on the desktop by the Previewer plasmoid.
+ */
+ void quickView();
+
/**
* Hides the menu bar if it is visible, makes the menu bar
* visible if it is hidden.
* view is replaced by \a url.
*/
void handlePlacesClick(const KUrl& url, Qt::MouseButtons buttons);
+
+ /**
+ * Is connected to the KTabBar signal testCanDecode() and adjusts
+ * the output parameter \a accept.
+ */
+ void slotTestCanDecode(const QDragMoveEvent* event, bool& accept);
private:
DolphinMainWindow(int id);