summaryrefslogtreecommitdiff
path: root/LiteEditor/fileview.h
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2015-08-01 12:57:58 +0100
committerJames Cowgill <james410@cowgill.org.uk>2015-08-01 12:57:58 +0100
commitc7bc36b2dfab8c425896bb24aa5a77bf42e55122 (patch)
tree02b743adfbec9f7839cf6ab67de95b87b1ab22ee /LiteEditor/fileview.h
parent1786e0c589e94cb87acb07aeb9685205c567a3f9 (diff)
Imported Upstream version 8.1+dfsg
Diffstat (limited to 'LiteEditor/fileview.h')
-rw-r--r--LiteEditor/fileview.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/LiteEditor/fileview.h b/LiteEditor/fileview.h
index 9ac49cc9..6ff1b927 100644
--- a/LiteEditor/fileview.h
+++ b/LiteEditor/fileview.h
@@ -42,6 +42,7 @@ struct FileViewItem {
class FileViewTree : public wxTreeCtrl
{
DECLARE_DYNAMIC_CLASS()
+
std::map<void*, bool> m_itemsToSort;
wxArrayTreeItemIds m_draggedItems;
@@ -123,7 +124,13 @@ public:
* If a file is selected, we go up until we find the first project item
*/
ProjectPtr GetSelectedProject() const;
-
+
+ /**
+ * @brief public access to the "OnFolderDropped" function
+ * @param event
+ */
+ void FolderDropped(const wxArrayString& folders);
+
protected:
virtual void OnPopupMenu(wxTreeEvent& event);
virtual void OnItemActivated(wxTreeEvent& event);