]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/src/bbcreaMiniToolsMiniToolsIcons.h
Feature #2005 Black Box with MiniTools Icons
[creaMiniTools.git] / bbtk_package_creaMiniTools / src / bbcreaMiniToolsMiniToolsIcons.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 __bbcreaMiniToolsMiniToolsIcons_h_INCLUDED__
5 #define __bbcreaMiniToolsMiniToolsIcons_h_INCLUDED__
6 #include "bbcreaMiniTools_EXPORT.h"
7 #include "bbtkAtomicBlackBox.h"
8 #include "iostream"
9
10 #include <wx/wxprec.h>
11 #ifdef __BORLANDC__
12 #pragma hdrstop
13 #endif
14 #ifndef WX_PRECOMP
15 #include <wx/wx.h>
16 #endif
17
18 namespace bbcreaMiniTools
19 {
20
21 class bbcreaMiniTools_EXPORT MiniToolsIcons
22  : 
23    public bbtk::AtomicBlackBox
24 {
25   BBTK_BLACK_BOX_INTERFACE(MiniToolsIcons,bbtk::AtomicBlackBox);
26 //===== 
27 // 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 //===== 
29   BBTK_DECLARE_OUTPUT(IconCreaDevManager,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(MiniToolsIcons,bbtk::AtomicBlackBox);
38 BBTK_NAME("MiniToolsIcons");
39 BBTK_AUTHOR("DanielGonzalez");
40 BBTK_DESCRIPTION("Icon vector");
41 BBTK_CATEGORY("loader");
42 BBTK_OUTPUT(MiniToolsIcons,IconCreaDevManager,"CreaDevManager Icon",wxBitmap*,"");
43 BBTK_END_DESCRIBE_BLACK_BOX(MiniToolsIcons);
44 //===== 
45 // 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)
46 //===== 
47 }
48 // EO namespace bbcreaMiniTools
49
50 #endif // __bbcreaMiniToolsMiniToolsIcons_h_INCLUDED__
51