33#ifndef TTA_SR_PORT_DIALOG_HH
34#define TTA_SR_PORT_DIALOG_HH
37 class SpecialRegisterPort;
53 wxSizer*
createContents(wxWindow* parent,
bool call_fit,
bool set_sizer);
56 void onOK(wxCommandEvent& event);
57 void onCancel(wxCommandEvent& event);
60 void onName(wxCommandEvent& event);
wxChoice * outputSocketChoice_
Output socket choice control.
int width_
Width of the port.
void onHelp(wxCommandEvent &event)
wxString name_
Name of the port.
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
wxChoice * inputSocketChoice_
Input socket choice control.
void onSocketChoice(wxCommandEvent &event)
TTAMachine::SpecialRegisterPort * port_
Function unit port to modify.
void onName(wxCommandEvent &event)
virtual bool TransferDataToWindow()
TTAMachine::Socket * oldOutput_
Original output socket of the port.
TTAMachine::Socket * oldInput_
Original input socket of the port.
void onOK(wxCommandEvent &event)
void onCancel(wxCommandEvent &event)