#include <cFileWidgetAct.h>
Inheritance diagram for cFileWidgetAct:

Public Member Functions | |
| cFileWidgetAct (wxWindow *pParent) | |
| Constructor. | |
| ~cFileWidgetAct (void) | |
| Destructor. | |
| void | SetCategory (const string sCategory) |
| const string | GetCategory (void) const |
| void | DrawCategoryWidget (void) |
| void | Clear (void) |
| Clear string in all widgets related to FILE. | |
| cFile * | GetFile (void) |
| cMovieWidgetAct * | GetMovieWidgetAct (void) const |
| cSoftwareWidgetAct * | GetSoftwareWidgetAct (void) const |
| cMusicWidgetAct * | GetMusicWidgetAct (void) const |
| void | DisplayData (void) |
| Note: Take data from cFile. Check cFile's ORDER. | |
| void | UpdateData (void) |
| Get all data from widgets and set these data in cFile. | |
| void | SetImagePanel (cImageMainPanel *pImageMainPanel) |
| Use in OnUrlEnter() to display image poster.Use as "bridge". | |
Private Member Functions | |
| void | DisableCategoryChoice (const string sCategory) |
| void | EmitChoiceEvent (wxChoice *pChoice) |
| void | OnDoneSelect (wxCommandEvent &command) |
| void | OnCategorySelect (wxCommandEvent &command) |
Private Attributes | |
| string | m_sCategory |
| cFile * | m_pFile |
| cMovieWidgetAct * | m_pMovieWidgetAct |
| cSoftwareWidgetAct * | m_pSoftwareWidgetAct |
| cMusicWidgetAct * | m_pMusicWidgetAct |
| cImageMainPanel * | m_pImageMainPanel |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Clear string in all widgets related to FILE.
|
|
|
|
|
|
Note: Take data from cFile. Check cFile's ORDER.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use in OnUrlEnter() to display image poster.Use as "bridge".
|
|
|
Get all data from widgets and set these data in cFile.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.2