+ /**
+ * Is emitted if URLs have been dropped
+ * to the index \a index.
+ */
+ void dropUrls(const QModelIndex& index, QDropEvent* event);
+
+ /**
+ * Expands the treeview to show the directory
+ * specified by \a index.
+ */
+ void expandToDir(const QModelIndex& index);
+
+ /**
+ * Assures that the leaf folder gets visible.
+ */
+ void scrollToLeaf();
+
+ void updateMouseButtons();
+