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