X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/c6ab90e776878db783812afa7f63fcbef90dcbca..862ceee323ad3b474ce9de11eefbddd99c528fac:/src/dolphinviewcontainer.h diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index f6ab8d1c1..88b4b3b47 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -156,6 +156,12 @@ private slots: */ void updateItemCount(); + /** + * Shows the item information for the URL \a url inside the statusbar. If the + * URL is empty, the default statusbar information is shown. + */ + void showItemInfo(const KUrl& url); + /** Shows the information \a msg inside the statusbar. */ void showInfoMessage(const QString& msg); @@ -178,6 +184,24 @@ private slots: */ void openContextMenu(KFileItem* item, const KUrl& url); + /** + * Saves the position of the contents to the + * current history element. + */ + void saveContentsPos(int x, int y); + + /** + * Restores the contents position of the view, if the view + * is part of the history. + */ + void restoreContentsPos(); + + /** + * Marks the view container as active + * (see DolphinViewContainer::setActive()). + */ + void activate(); + private: /** * Returns the default text of the status bar, if no item is