Go to the documentation of this file.
33 #ifndef TTA_RF_PORT_DIALOG_HH
34 #define TTA_RF_PORT_DIALOG_HH
50 wxSizer*
createContents(wxWindow* parent,
bool call_fit,
bool set_sizer);
52 void onOK(wxCommandEvent& event);
53 void onCancel(wxCommandEvent& event);
54 void onHelp(wxCommandEvent& event);
55 void onName(wxCommandEvent& event);
wxString name_
Name of the port.
void onCancel(wxCommandEvent &event)
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
void onName(wxCommandEvent &event)
void onHelp(wxCommandEvent &event)
TTAMachine::Socket * oldOutput_
Original output socket of the port.
RFPortDialog(wxWindow *parent, TTAMachine::Port *port)
TTAMachine::Port * port_
Port to modify.
void onOK(wxCommandEvent &event)
wxChoice * outputSocketChoice_
Output socket choice control.
wxChoice * inputSocketChoice_
Input socket choice control.
virtual bool TransferDataToWindow()
TTAMachine::Socket * oldInput_
Original input socket of the port.
void onSocketChoice(wxCommandEvent &event)