2 // 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)
4 #ifndef __bbwxDropFiles_h_INCLUDED__
5 #define __bbwxDropFiles_h_INCLUDED__
6 #include "bbwx_EXPORT.h"
7 #include "bbtkAtomicBlackBox.h"
10 #include <wx/wxprec.h>
12 // Include your minimal set of headers here, or wx.h
15 #include <wx/window.h>
20 class bbwx_EXPORT DropFiles
22 public bbtk::AtomicBlackBox
24 BBTK_BLACK_BOX_INTERFACE(DropFiles,bbtk::AtomicBlackBox);
26 // 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)
28 BBTK_DECLARE_INPUT(Widget,wxWindow*);
29 BBTK_DECLARE_OUTPUT(LstPaths,std::vector<std::string>);
30 BBTK_PROCESS(Process);
33 // 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)
37 BBTK_BEGIN_DESCRIBE_BLACK_BOX(DropFiles,bbtk::AtomicBlackBox);
38 BBTK_NAME("DropFiles");
39 BBTK_AUTHOR("InfoDev");
40 BBTK_DESCRIPTION("No Description.");
41 BBTK_CATEGORY("empty");
42 BBTK_INPUT(DropFiles,Widget,"wxWidget",wxWindow*,"");
43 BBTK_OUTPUT(DropFiles,LstPaths,"List of paths",std::vector<std::string>,"");
44 BBTK_END_DESCRIBE_BLACK_BOX(DropFiles);
46 // 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)
51 #endif // __bbwxDropFiles_h_INCLUDED__