//===== // 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 __bbcreaMiniToolsMiniToolsIcons_h_INCLUDED__ #define __bbcreaMiniToolsMiniToolsIcons_h_INCLUDED__ #include "bbcreaMiniTools_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include #ifdef __BORLANDC__ #pragma hdrstop #endif #ifndef WX_PRECOMP #include #endif namespace bbcreaMiniTools { class bbcreaMiniTools_EXPORT MiniToolsIcons : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(MiniToolsIcons,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_OUTPUT(IconCreaDevManager,wxBitmap*); 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(MiniToolsIcons,bbtk::AtomicBlackBox); BBTK_NAME("MiniToolsIcons"); BBTK_AUTHOR("DanielGonzalez"); BBTK_DESCRIPTION("Icon vector"); BBTK_CATEGORY("loader"); BBTK_OUTPUT(MiniToolsIcons,IconCreaDevManager,"CreaDevManager Icon",wxBitmap*,""); BBTK_END_DESCRIBE_BLACK_BOX(MiniToolsIcons); //===== // 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 bbcreaMiniTools #endif // __bbcreaMiniToolsMiniToolsIcons_h_INCLUDED__