//===== // 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) //===== #ifndef __bbwxDropFiles_h_INCLUDED__ #define __bbwxDropFiles_h_INCLUDED__ #include "bbwx_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include #ifndef WX_PRECOMP // Include your minimal set of headers here, or wx.h #include #endif #include namespace bbwx { class bbwx_EXPORT DropFiles : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(DropFiles,bbtk::AtomicBlackBox); //===== // 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_OUTPUT(LstPaths,std::vector); BBTK_PROCESS(Process); void Process(); //===== // 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_BEGIN_DESCRIBE_BLACK_BOX(DropFiles,bbtk::AtomicBlackBox); BBTK_NAME("DropFiles"); BBTK_AUTHOR("InfoDev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(DropFiles,Widget,"wxWidget",wxWindow*,""); BBTK_OUTPUT(DropFiles,LstPaths,"List of paths",std::vector,""); 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 #endif // __bbwxDropFiles_h_INCLUDED__