32#ifndef TTA_IU_PORT_DIALOG_HH
33#define TTA_IU_PORT_DIALOG_HH
36#include <wx/statline.h>
51 wxSizer*
createContents(wxWindow* parent,
bool call_fit,
bool set_sizer);
53 void onOK(wxCommandEvent& event);
55 void onName(wxCommandEvent& event);
virtual bool TransferDataToWindow()
void onOK(wxCommandEvent &event)
wxString name_
Name of the port.
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
wxChoice * outputSocketChoice_
Output socket choice control.
void onHelp(wxCommandEvent &event)
TTAMachine::Port * port_
Immediate unit port to edit with the dialog.
void onName(wxCommandEvent &event)