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