|
Public Member Functions |
| | cFileTabGuiAct (wxWindow *Parent) |
| | Constructor.
|
| | ~cFileTabGuiAct (void) |
| | Destructor.
|
| void | DisplayInfoListCtrl (void) |
| | Display a file list with their General information.
|
| void | SetMovieTabListCtrl (wxListCtrl *pMovieTabListCtrl) |
| void | SetSoftwareTabListCtrl (wxListCtrl *pSoftwareTabListCtrl) |
| void | SetMusicTabListCtrl (wxListCtrl *pMusicTabListCtrl) |
Private Member Functions |
| void | UpdateCategoryNotebook (const string sCategory, const string sFilename, const string sDone, const string sSize, const string sPriority, const string sAvailability, const string sMd4) |
| void | DeleteCategoryEntry (const string sCategory, const string sMd4) |
| void | AddEntry (const string sCategory, const string sFilename, const string sDone, const string sSize, const string sPriority, const string sAvailability, const string sMd4) |
| void | OnEd2kEnter (wxCommandEvent &command) |
| void | OnAddClick (wxCommandEvent &command) |
| void | OnModifyClick (wxCommandEvent &command) |
| void | OnDeleteClick (wxCommandEvent &command) |
Private Attributes |
| wxListCtrl * | m_pMovieTabListCtrl |
| wxListCtrl * | m_pSoftwareTabListCtrl |
| wxListCtrl * | m_pMusicTabListCtrl |