#include <cFileWidget.h>
Inheritance diagram for cFileWidget:
Public Member Functions | |
cFileWidget (wxWindow *pParent) | |
Constructor. | |
~cFileWidget (void) | |
Destructor. | |
wxBoxSizer * | GetEmptyCategorySizer (void) |
void | CreateCommentWidget (wxWindow *pParent, wxBoxSizer *pParentBoxSizer) |
Notice: Comment widget is outside of cFileWidget. | |
Protected Types | |
enum | { FILE_DONE_ID, FILE_CATEGORY, FILE_STORING } |
Protected Attributes | |
wxTextCtrl * | m_pFileEntries [NUM_OF_FILE_ENTRIES] |
wxChoice * | m_pChoice [NUM_OF_CHOICE_LISTS] |
wxBoxSizer * | m_pEmptyCategoryVSizer |
cImagePanel * | m_pImagePanel |
Private Member Functions | |
void | Init () |
void | DrawAll () |
|
|
|
Constructor.
|
|
Destructor.
|
|
Notice: Comment widget is outside of cFileWidget.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|