//===== // 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 __bbcreaMaracasVisuBitmapButtonIcon_h_INCLUDED__ #define __bbcreaMaracasVisuBitmapButtonIcon_h_INCLUDED__ #include "bbcreaMaracasVisu_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include "wx/bitmap.h" #include "one.xpm" #include "two.xpm" #include "three.xpm" #include "four.xpm" #include "five.xpm" namespace bbcreaMaracasVisu { class bbcreaMaracasVisu_EXPORT BitmapButtonIcon : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(BitmapButtonIcon,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(Index,int); BBTK_DECLARE_OUTPUT(Icon,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(BitmapButtonIcon,bbtk::AtomicBlackBox); BBTK_NAME("BitmapButtonIcon"); BBTK_AUTHOR("Carlos torres"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(BitmapButtonIcon,Index,"Index btw 1-5",int,""); BBTK_OUTPUT(BitmapButtonIcon,Icon,"Bitmap Icon",wxBitmap,""); BBTK_END_DESCRIBE_BLACK_BOX(BitmapButtonIcon); //===== // 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 bbcreaMaracasVisu #endif // __bbcreaMaracasVisuBitmapButtonIcon_h_INCLUDED__