]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuBitmapButtonIcon.h
#3262 creaMaracasVisu Feature New Normal - Export LookupTable fron ColorLayerImageV...
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuBitmapButtonIcon.h
1 //===== 
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)
3 //===== 
4 #ifndef __bbcreaMaracasVisuBitmapButtonIcon_h_INCLUDED__
5 #define __bbcreaMaracasVisuBitmapButtonIcon_h_INCLUDED__
6 #include "bbcreaMaracasVisu_EXPORT.h"
7 #include "bbtkAtomicBlackBox.h"
8 #include "iostream"
9 #include "wx/bitmap.h"
10
11 #include "one.xpm"
12 #include "two.xpm"
13 #include "three.xpm"
14 #include "four.xpm"
15 #include "five.xpm"
16
17 namespace bbcreaMaracasVisu
18 {
19
20 class bbcreaMaracasVisu_EXPORT BitmapButtonIcon
21  : 
22    public bbtk::AtomicBlackBox
23 {
24   BBTK_BLACK_BOX_INTERFACE(BitmapButtonIcon,bbtk::AtomicBlackBox);
25 //===== 
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)
27 //===== 
28   BBTK_DECLARE_INPUT(Index,int);
29   BBTK_DECLARE_OUTPUT(Icon,wxBitmap);
30   BBTK_PROCESS(Process);
31   void Process();
32 //===== 
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)
34 //===== 
35 };
36
37 BBTK_BEGIN_DESCRIBE_BLACK_BOX(BitmapButtonIcon,bbtk::AtomicBlackBox);
38 BBTK_NAME("BitmapButtonIcon");
39 BBTK_AUTHOR("Carlos torres");
40 BBTK_DESCRIPTION("No Description.");
41 BBTK_CATEGORY("empty");
42 BBTK_INPUT(BitmapButtonIcon,Index,"Index btw 1-5",int,"");
43 BBTK_OUTPUT(BitmapButtonIcon,Icon,"Bitmap Icon",wxBitmap,"");
44 BBTK_END_DESCRIBE_BLACK_BOX(BitmapButtonIcon);
45 //===== 
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)
47 //===== 
48 }
49 // EO namespace bbcreaMaracasVisu
50
51 #endif // __bbcreaMaracasVisuBitmapButtonIcon_h_INCLUDED__
52