]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxDropFiles.h
CompareImages
[bbtk.git] / packages / wx / src / bbwxDropFiles.h
index e6a0f4314c7022879e2855769906e70ce8f88ca5..95fafcba113a4dd6da99faaeb2b565c1be301f80 100644 (file)
@@ -26,6 +26,7 @@ class bbwx_EXPORT DropFiles
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
 //===== 
   BBTK_DECLARE_INPUT(Widget,wxWindow*);
+  BBTK_DECLARE_INPUT(LstPaths,std::vector<std::string>);
   BBTK_DECLARE_OUTPUT(LstPaths,std::vector<std::string>);
   BBTK_PROCESS(Process);
   void Process();
@@ -40,13 +41,13 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(DropFiles,bbtk::AtomicBlackBox);
   BBTK_DESCRIPTION("No Description.");
   BBTK_CATEGORY("empty");
   BBTK_INPUT(DropFiles,Widget,"wxWidget",wxWindow*,"");
+  BBTK_INPUT(DropFiles,LstPaths,"Input init List Paths", std::vector<std::string> ,"");
   BBTK_OUTPUT(DropFiles,LstPaths,"List of paths",std::vector<std::string>,"");
 BBTK_END_DESCRIBE_BLACK_BOX(DropFiles);
 //===== 
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
 //===== 
-}
-// EO namespace bbwx
+}  // EO namespace bbwx
 
 #endif // __bbwxDropFiles_h_INCLUDED__