33#ifndef TTA_ADD_MODULE_DIALOG_HH 
   34#define TTA_ADD_MODULE_DIALOG_HH 
   47    std::string 
name() 
const;
 
   55    wxSizer* 
createContents(wxWindow* parent, 
bool call_fit, 
bool set_sizer);
 
   56    void onOk(wxCommandEvent& event);
 
 
AddModuleDialog & operator=(const AddModuleDialog &)
Assignment not allowed.
 
wxString name_
Name of the module.
 
virtual ~AddModuleDialog()
 
void onOk(wxCommandEvent &event)
 
std::string path_
Path in which module is added.
 
AddModuleDialog(const AddModuleDialog &)
Copying not allowed.
 
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)