1 #ifdef ENABLE_FLASHTOOL
2 /**********************************************
6 **********************************************/
8 #ifndef __flashtool_h__
9 #define __flashtool_h__
11 #include <lib/gui/ewidget.h>
12 #include <lib/gui/listbox.h>
15 class eFlashtool
: public eListBoxWindow
<eListBoxEntryText
>
21 void sel_item(eListBoxEntryText
*sel
);
23 bool readmtd(char destination
[]);
25 void programm(char filename
[]);
27 eFlashtool(int direction
);
32 class eFlashtoolMain
: public eListBoxWindow
<eListBoxEntryText
>
35 void sel_item(eListBoxEntryText
*sel
);
42 class eFlashtoolImageView
: public eListBoxWindow
<eListBoxEntryText
>
48 void sel_item(eListBoxEntryText
*sel
);
50 ~eFlashtoolImageView();
51 eFlashtoolImageView(char folder
[]);
56 class eFlashtoolSource
: public eListBoxWindow
<eListBoxEntryText
>
62 void sel_item(eListBoxEntryText
*sel
);
65 eFlashtoolSource(int direction
);
66 char* getDestination();
70 #endif /* __flashtool_h__ */
71 #endif // ENABLE_FLASHTOOL