|
Generic CAM 0.1-PreAlpha
|
#include <gui.h>

Public Member Functions | |
| GUIUnitDialog (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Setup Units"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE) | |
| ~GUIUnitDialog () | |
Protected Member Functions | |
| virtual void | OnClose (wxCommandEvent &event) |
Protected Attributes | |
| wxStaticText * | m_staticText57 |
| wxChoice * | m_choiceUnitLength |
| wxStaticText * | m_staticText58 |
| wxChoice * | m_choiceUnitTolerances |
| wxStaticText * | m_staticText59 |
| wxChoice * | m_choiceRotationalSpeed |
| wxButton * | m_buttonClose |
Class GUIUnitDialog
| GUIUnitDialog::GUIUnitDialog | ( | wxWindow * | parent, |
| wxWindowID | id = wxID_ANY, |
||
| const wxString & | title = _("Setup Units"), |
||
| const wxPoint & | pos = wxDefaultPosition, |
||
| const wxSize & | size = wxSize( -1,-1 ), |
||
| long | style = wxDEFAULT_DIALOG_STYLE |
||
| ) |
| GUIUnitDialog::~GUIUnitDialog | ( | ) |
| virtual void GUIUnitDialog::OnClose | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in UnitDialog.
wxButton* GUIUnitDialog::m_buttonClose [protected] |
wxChoice* GUIUnitDialog::m_choiceRotationalSpeed [protected] |
wxChoice* GUIUnitDialog::m_choiceUnitLength [protected] |
wxChoice* GUIUnitDialog::m_choiceUnitTolerances [protected] |
wxStaticText* GUIUnitDialog::m_staticText57 [protected] |
wxStaticText* GUIUnitDialog::m_staticText58 [protected] |
wxStaticText* GUIUnitDialog::m_staticText59 [protected] |