|
Vlaxicon
|
Public Member Functions | |
| DialogNewMain (wxWindow *parent) | |
| virtual | ~DialogNewMain () |
| wxString | GetName () |
Protected Member Functions | |
| virtual void | OnButtonOKClick (wxCommandEvent &event) |
| virtual void | OnButtonCancelClick (wxCommandEvent &event) |
| DialogNewMain::DialogNewMain | ( | wxWindow * | parent | ) |
constructor of dialog
| parent | dialog parent window |
| DialogNewMain::~DialogNewMain | ( | ) | [virtual] |
destructor of dialog
| wxString DialogNewMain::GetName | ( | ) |
get project name form dialog
| void DialogNewMain::OnButtonCancelClick | ( | wxCommandEvent & | event | ) | [protected, virtual] |
event handler on click on Cancel button
Reimplemented from DialogNew.
| void DialogNewMain::OnButtonOKClick | ( | wxCommandEvent & | event | ) | [protected, virtual] |
event handler on click on OK button
Reimplemented from DialogNew.
1.7.3