32#ifndef TTA_SOCKET_DIALOG_HH
33#define TTA_SOCKET_DIALOG_HH
37#include <wx/statline.h>
38#include <wx/listctrl.h>
56 wxSizer*
createContents(wxWindow* parent,
bool call_fit,
bool set_sizer);
58 void onOK(wxCommandEvent&);
60 void onName(wxCommandEvent&);
101 DECLARE_EVENT_TABLE()
wxString name_
Name of the socket.
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
void onName(wxCommandEvent &)
wxStaticBoxSizer * attachedSizer_
Static boxsizer containing the list of attached buses.
TTAMachine::Segment * segment(wxListCtrl *listCtrl, int index)
void onAttachedSelection(wxListEvent &)
virtual bool TransferDataToWindow()
void onOK(wxCommandEvent &)
void onDetachedSelection(wxListEvent &)
void onDirection(wxCommandEvent &)
void onHelp(wxCommandEvent &event)
wxRadioBox * directionBox_
Radio box for direction.
TTAMachine::Socket * socket_
Socket to modify.
void onDetach(wxCommandEvent &)
void onAttach(wxCommandEvent &)
wxListCtrl * connectedListCtrl_
List control for connected (bus, segment) pairs.
MachineTester * tester_
MachineTester which does sanity checks for the target machine.
wxStaticBoxSizer * detachedSizer_
Static boxsizer containing the list of detached buses.
wxListCtrl * segmentListCtrl_
List control for all (bus, segment) pairs.