32#ifndef TTA_BRIDGE_DIALOG_HH
33#define TTA_BRIDGE_DIALOG_HH
36#include <wx/statline.h>
62 void onOK(wxCommandEvent&);
65 void onName(wxCommandEvent&);
113 DECLARE_EVENT_TABLE()
void onBidirectional(wxCommandEvent &)
void onOK(wxCommandEvent &)
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
void onCancel(wxCommandEvent &)
wxChoice * inputBusChoice_
Input bus choice control.
bool adding_
Indicates whether we are adding a bridge or not.
virtual bool TransferDataToWindow()
void onOutputBus(wxCommandEvent &)
void onHelp(wxCommandEvent &event)
bool bidirectional_
Indicates whether we are modifying a bidirectional bridge or not.
void onName(wxCommandEvent &)
wxString inputBus_
Name of the bridge input bus.
void onInputBus(wxCommandEvent &)
wxString name_
Name of the bridge.
TTAMachine::Machine * machine_
Parent machine of the bridge(s).
wxString oppositeName_
Name of the opposite bridge.
wxCheckBox * bidirectionalBox_
Indicates whether the bridge is bidirectional.
wxChoice * outputBusChoice_
Output bus choice control.
wxString outputBus_
Name of the bridge output bus.
wxTextCtrl * oppositeNameCtrl_
Opposite name control.