Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

cTabGuiActIF.h

Go to the documentation of this file.
00001 
00014 #ifndef _cTabGuiActIF_h
00015 #define _cTabGuiActIF_h
00016 
00017 #include "cTabGuiAct.h"
00018 
00019 class cTabGuiActIF: public cTabGuiAct
00020 {
00021 public:
00023         cTabGuiActIF(wxWindow *Parent);
00024         
00026         ~cTabGuiActIF(void);
00027         
00028 protected:
00029         //******************************************************************************
00030         // All Buttons Events Functions that have to be implemented in derived classes.
00031         //******************************************************************************
00032         virtual void OnEd2kEnter(wxCommandEvent& command)       = 0;
00033         virtual void OnAddClick(wxCommandEvent& command)        = 0;
00034         virtual void OnModifyClick(wxCommandEvent& command) = 0;
00035         virtual void OnDeleteClick(wxCommandEvent& command) = 0;
00036         
00037 private:
00038         
00039 };
00040 
00041 #endif // _cTabGuiActIF_h

Generated on Wed Feb 25 01:15:11 2004 for eDonkeyFilesManager by doxygen 1.3.2