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

cMusicTabGuiAct.h

Go to the documentation of this file.
00001 
00014 #ifndef _cMusicTabGuiAct_h
00015 #define _cMusicTabGuiAct_h
00016 
00017 #include "cMusicTabGui.h"
00018 // #include "cSqlAct.h" Derived from "cTabGuiAct.h"
00019 #include <wx/listctrl.h> //wxListCtrl
00020 
00021 class cMusicTabGuiAct: public cMusicTabGui
00022 {
00023 public:
00025         cMusicTabGuiAct(wxWindow *pParent);
00026         
00028         ~cMusicTabGuiAct(void);
00029 
00031         void DisplayInfoListCtrl(void);
00032         
00033         void SetFileTabListCtrl(wxListCtrl *pFileTabListCtrl);
00034 
00035 protected:
00036         DECLARE_EVENT_TABLE()
00037         
00038 private:
00039         wxListCtrl *m_pFileTabListCtrl;
00040         // cSqlAct SqlAct; Derived from "cTabGuiAct.h"
00041         
00042         //***********************************************
00043         // Implements virtual functions of cTabGuiActIF.
00044         //***********************************************
00045         void OnEd2kEnter(wxCommandEvent& command);
00046 
00047         void OnAddClick(wxCommandEvent& command);
00048         void OnModifyClick(wxCommandEvent& command);
00049         void OnDeleteClick(wxCommandEvent& command);
00050         
00051 };
00052 
00053 #endif // _cMusicTabGuiAct_h

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