- * Opens the directory which contains the files \p files
- * and selects all files (implements the --select option
- * of Dolphin).
- */
- void openFiles(const QList<KUrl>& files);
-
- /**
- * Returns true, if the main window contains two instances
- * of a view container. The active view constainer can be
- * accessed by DolphinMainWindow::activeViewContainer().
- */
- bool isSplit() const;
-
- /**
- * If the main window contains two instances of a view container
- * (DolphinMainWindow::isSplit() returns true), then the
- * two views get toggled (the right view is on the left, the left
- * view on the right).
- */
- void toggleViews();
-
- /** Renames the item represented by \a oldUrl to \a newUrl. */
- void rename(const KUrl& oldUrl, const KUrl& newUrl);
-
- /**
- * Refreshes the views of the main window by recreating them dependent from
- * the given Dolphin settings.
+ * Opens the directories which contain the files \p files and selects all files.
+ * If \a splitView is set, 2 directories are collected within one tab.
+ * \pre \a files must contain at least one url.