Go to the documentation of this file.
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);
54 void onHelp(wxCommandEvent& event);
55 void onName(wxCommandEvent& event);
wxString name_
Name of the port.
wxChoice * outputSocketChoice_
Output socket choice control.
IUPortDialog(wxWindow *parent, TTAMachine::Port *port)
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
void onHelp(wxCommandEvent &event)
TTAMachine::Port * port_
Immediate unit port to edit with the dialog.
void onName(wxCommandEvent &event)
virtual bool TransferDataToWindow()
void onOK(wxCommandEvent &event)