diff options
Diffstat (limited to 'src/dolphincontroller.h')
| -rw-r--r-- | src/dolphincontroller.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/dolphincontroller.h b/src/dolphincontroller.h index d1eba97a1..397215bfb 100644 --- a/src/dolphincontroller.h +++ b/src/dolphincontroller.h @@ -30,9 +30,6 @@ class DolphinView; class KUrl; class QPoint; -// TODO: get rid of all the state duplications in the controller and allow read access -// to the Dolphin view for all view implementations - /** * @brief Acts as mediator between the abstract Dolphin view and the view * implementations. @@ -52,7 +49,6 @@ class QPoint; * The communication of the view implementations to the abstract view is done by: * - triggerContextMenuRequest() * - requestActivation() - * - triggerUrlChangeRequest() * - indicateDroppedUrls() * - indicateSortingChange() * - indicateSortOrderChanged() @@ -112,16 +108,6 @@ public: QAbstractItemView* itemView() const; /** - * Allows a view implementation to request an URL change to \a url. - * The signal requestUrlChange() is emitted and the abstract Dolphin view - * will assure that the URL of the Dolphin Controller will be updated - * later. Invoking this method makes only sense if the view implementation - * shows a hierarchy of URLs and allows to change the URL within - * the view (e. g. this is the case in the column view). - */ - void triggerUrlChangeRequest(const KUrl& url); - - /** * Requests a context menu for the position \a pos. This method * should be invoked by the view implementation when a context * menu should be opened. The abstract Dolphin view itself @@ -300,12 +286,6 @@ signals: void urlChanged(const KUrl& url); /** - * Is emitted if the view implementation requests a changing of the current - * URL to \a url (see triggerUrlChangeRequest()). - */ - void requestUrlChange(const KUrl& url); - - /** * Is emitted if a context menu should be opened (see triggerContextMenuRequest()). * The abstract Dolphin view connects to this signal and will open the context menu. * @param pos Position relative to the view widget where the |
