Go to the documentation of this file.
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);
59 void onHelp(wxCommandEvent& event);
60 void onName(wxCommandEvent& event);
void onSocketChoice(wxCommandEvent &event)
wxChoice * inputSocketChoice_
Input socket choice control.
TTAMachine::Socket * oldInput_
Original input socket of the port.
void onCancel(wxCommandEvent &event)
SRPortDialog(wxWindow *parent, TTAMachine::SpecialRegisterPort *port)
void onHelp(wxCommandEvent &event)
void onOK(wxCommandEvent &event)
wxString name_
Name of the port.
TTAMachine::Socket * oldOutput_
Original output socket of the port.
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
virtual bool TransferDataToWindow()
wxChoice * outputSocketChoice_
Output socket choice control.
int width_
Width of the port.
void onName(wxCommandEvent &event)
TTAMachine::SpecialRegisterPort * port_
Function unit port to modify.