|
Generic CAM 0.1-PreAlpha
|
#include <gui.h>
Public Member Functions | |
| GUIControl6DOFDialog (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Setup 6DOF Controller"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1, 600), long style=wxCAPTION|wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxSTAY_ON_TOP) | |
| ~GUIControl6DOFDialog () | |
Protected Types | |
| enum | { ID_BUTTONCONNECT = 1000, ID_BUTTONDISCONNECT } |
Protected Member Functions | |
| virtual void | OnConnect (wxCommandEvent &event) |
| virtual void | OnDisconnect (wxCommandEvent &event) |
| virtual void | OnClose (wxCommandEvent &event) |
Protected Attributes | |
| wxStaticText * | m_staticText |
| wxTextCtrl * | textPort |
| wxRadioBox * | radioDeviceSelect |
| wxStaticText * | m_staticTextTx |
| wxSlider * | m_sliderTx |
| wxStaticText * | m_staticTextTy |
| wxSlider * | m_sliderTy |
| wxStaticText * | m_staticTextTz |
| wxSlider * | m_sliderTz |
| wxStaticText * | m_staticTextRx |
| wxSlider * | m_sliderRx |
| wxStaticText * | m_staticTextRy |
| wxSlider * | m_sliderRy |
| wxStaticText * | m_staticTextRz |
| wxSlider * | m_sliderRz |
| wxButton * | buttonConnect |
| wxButton * | buttonDisconnect |
| wxButton * | buttonClose |
Class GUIControl6DOFDialog
| GUIControl6DOFDialog::GUIControl6DOFDialog | ( | wxWindow * | parent, |
| wxWindowID | id = wxID_ANY, |
||
| const wxString & | title = _("Setup 6DOF Controller"), |
||
| const wxPoint & | pos = wxDefaultPosition, |
||
| const wxSize & | size = wxSize( -1,600 ), |
||
| long | style = wxCAPTION|wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxSTAY_ON_TOP |
||
| ) |
| GUIControl6DOFDialog::~GUIControl6DOFDialog | ( | ) |
| virtual void GUIControl6DOFDialog::OnClose | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in Control6DOFDialog.
| virtual void GUIControl6DOFDialog::OnConnect | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in Control6DOFDialog.
| virtual void GUIControl6DOFDialog::OnDisconnect | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in Control6DOFDialog.
wxButton* GUIControl6DOFDialog::buttonClose [protected] |
wxButton* GUIControl6DOFDialog::buttonConnect [protected] |
wxButton* GUIControl6DOFDialog::buttonDisconnect [protected] |
wxSlider* GUIControl6DOFDialog::m_sliderRx [protected] |
wxSlider* GUIControl6DOFDialog::m_sliderRy [protected] |
wxSlider* GUIControl6DOFDialog::m_sliderRz [protected] |
wxSlider* GUIControl6DOFDialog::m_sliderTx [protected] |
wxSlider* GUIControl6DOFDialog::m_sliderTy [protected] |
wxSlider* GUIControl6DOFDialog::m_sliderTz [protected] |
wxStaticText* GUIControl6DOFDialog::m_staticText [protected] |
wxStaticText* GUIControl6DOFDialog::m_staticTextRx [protected] |
wxStaticText* GUIControl6DOFDialog::m_staticTextRy [protected] |
wxStaticText* GUIControl6DOFDialog::m_staticTextRz [protected] |
wxStaticText* GUIControl6DOFDialog::m_staticTextTx [protected] |
wxStaticText* GUIControl6DOFDialog::m_staticTextTy [protected] |
wxStaticText* GUIControl6DOFDialog::m_staticTextTz [protected] |
wxRadioBox* GUIControl6DOFDialog::radioDeviceSelect [protected] |
wxTextCtrl* GUIControl6DOFDialog::textPort [protected] |