OpenASIP 2.2
|
#include <VariableDialog.hh>
Public Member Functions | |
VariableDialog (wxListCtrl *list, std::string language) | |
virtual | ~VariableDialog ()=default |
void | onOK (wxCommandEvent &) |
Private Attributes | |
wxTextCtrl * | nameCtrl_ |
wxTextCtrl * | widthCtrl_ |
wxComboBox * | typeCtrl_ |
wxListCtrl * | varList_ |
std::string | language_ |
Declaration of VariableDialog.
Definition at line 34 of file VariableDialog.hh.
VariableDialog::VariableDialog | ( | wxListCtrl * | list, |
std::string | language | ||
) |
Implementation of VariableDialog.
Definition at line 36 of file VariableDialog.cc.
|
virtualdefault |
void VariableDialog::onOK | ( | wxCommandEvent & | ) |
Definition at line 87 of file VariableDialog.cc.
References language_, nameCtrl_, typeCtrl_, varList_, and widthCtrl_.
|
private |
Definition at line 46 of file VariableDialog.hh.
Referenced by onOK().
|
private |
Definition at line 42 of file VariableDialog.hh.
Referenced by onOK().
|
private |
Definition at line 44 of file VariableDialog.hh.
Referenced by onOK().
|
private |
Definition at line 45 of file VariableDialog.hh.
Referenced by onOK().
|
private |
Definition at line 43 of file VariableDialog.hh.
Referenced by onOK().