]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmickView.h
*** empty log message ***
[creaImageIO.git] / src2 / creaImageIOGimmickView.h
index a9298b9def91013991e36e78f282fb7177416ec2..1bef90c0c0758b8eb24f01102e560d1047bf2f04 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <creaImageIOGimmick.h>
 #include <creaImageIOTreeView.h>
+#include <creaImageIOSystem.h>
 //#include <map>
 #include <vtkImageData.h>
 
@@ -51,6 +52,12 @@ namespace creaImageIO
       virtual void GetSelectedImages(std::vector<vtkImageData*>& s) {}
       virtual void GetSelectedFiles(std::vector<std::string>& s) {}
 
+      /// Create the tree views 
+      void CreateTreeViews();
+
+      /// Create the tree view for TreeHandler provided
+      virtual void CreateTreeView( TreeHandler* h) { GimmickError("INTERNAL ERROR : CreateTreeView not implemented"); }
+
     private:
       /// Controller which manages the interaction with the model
       Gimmick* mGimmick;