]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/treeviewsidebarpage.h
Move the pasteIntoFolder() method from the contextmenu into DolphinView. This allows...
[dolphin.git] / src / treeviewsidebarpage.h
index d0c3850e925ee639414a68bd70efc2159fa04a3e..624b6dc5395a80248eac90c289af2e417462c71b 100644 (file)
@@ -48,6 +48,9 @@ public:
     /** @see QWidget::sizeHint() */
     virtual QSize sizeHint() const;
 
+    void setShowHiddenFiles(bool show);
+    bool showHiddenFiles() const;
+
 public slots:
     /**
      * Changes the current selection inside the tree to \a url.
@@ -99,6 +102,11 @@ private slots:
      */
     void loadSubTree();
 
+    /**
+     * Assures that the leaf folder gets visible.
+     */
+    void scrollToLeaf();
+
 private:
     /**
      * Initializes the base URL of the tree and expands all
@@ -116,7 +124,7 @@ private:
 
 private:
     bool m_setLeafVisible;
-    bool m_dirListerCompleted;
+    int m_horizontalPos;
     KDirLister* m_dirLister;
     DolphinModel* m_dolphinModel;
     DolphinSortFilterProxyModel* m_proxyModel;