DolphinViewContainer* activeViewContainer() const;
/**
- * Opens each directory \p in a separate tab. If the "split view"
+ * Opens each directory in \p dirs in a separate tab. If the "split view"
* option is enabled, 2 directories are collected within one tab.
*/
void openDirectories(const QList<KUrl>& dirs);
void rename(const KUrl& oldUrl, const KUrl& newUrl);
/**
- * Refreshes the views of the main window by recreating them dependent from
+ * Refreshes the views of the main window by recreating them according to
* the given Dolphin settings.
*/
void refreshViews();
/**
* Updates the state of the 'Undo' menu action dependent
- * from the parameter \a available.
+ * on the parameter \a available.
*/
void slotUndoAvailable(bool available);
void find();
/**
- * Updates the text of the paste action dependent from
+ * Updates the text of the paste action dependent on
* the number of items which are in the clipboard.
*/
void updatePasteAction();
*/
void toggleSplitView();
- /** Reloads the current active view. */
+ /** Reloads the currently active view. */
void reloadView();
- /** Stops the loading process for the current active view. */
+ /** Stops the loading process for the currently active view. */
void stopLoading();
void enableStopAction();
*/
void togglePanelLockState();
- /** Goes back on step of the URL history. */
+ /** Goes back one step of the URL history. */
void goBack();
/** Goes forward one step of the URL history. */
void closeTab();
/**
- * Closes the tab with the index \index and activates the tab with index - 1.
+ * Closes the tab with the index \a index and activates the tab with index - 1.
*/
void closeTab(int index);
void slotTestCanDecode(const QDragMoveEvent* event, bool& accept);
/**
- * If the URL can be listed open it in the current view, otherwise
+ * If the URL can be listed, open it in the current view, otherwise
* run it through KRun.
*/
void handleUrl(const KUrl& url);