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