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

Public Member Functions | |
| GUIStockFrame (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Stock"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL) | |
| ~GUIStockFrame () | |
Protected Types | |
| enum | { wxID_SETUPUNITS = 1000 } |
Protected Member Functions | |
| virtual void | OnClose (wxCommandEvent &event) |
Protected Attributes | |
| wxMenuBar * | m_menubar |
| wxMenu * | m_menuStock |
| wxMenu * | m_menuSettings |
| wxListCtrl * | m_listCtrl |
| wxStaticText * | m_staticText27 |
| wxTextCtrl * | m_textCtrlX |
| wxStaticText * | m_staticText28 |
| wxStaticText * | m_staticText29 |
| wxTextCtrl * | m_textCtrlY |
| wxStaticText * | m_staticText30 |
| wxStaticText * | m_staticText31 |
| wxTextCtrl * | m_textCtrlZ |
| wxStaticText * | m_staticText32 |
| wxStaticText * | m_staticText33 |
| wxTextCtrl * | m_textCtrlMaxSpeed |
| wxStaticText * | m_staticText34 |
| wxStaticText * | m_staticText35 |
| wxTextCtrl * | m_textCtrlMaxFeedrate |
| wxStaticText * | m_staticText36 |
Class GUIStockFrame
| GUIStockFrame::GUIStockFrame | ( | wxWindow * | parent, |
| wxWindowID | id = wxID_ANY, |
||
| const wxString & | title = _("Stock"), |
||
| const wxPoint & | pos = wxDefaultPosition, |
||
| const wxSize & | size = wxSize( -1,-1 ), |
||
| long | style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL |
||
| ) |
| GUIStockFrame::~GUIStockFrame | ( | ) |
| virtual void GUIStockFrame::OnClose | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in StockFrame.
wxListCtrl* GUIStockFrame::m_listCtrl [protected] |
wxMenuBar* GUIStockFrame::m_menubar [protected] |
wxMenu* GUIStockFrame::m_menuSettings [protected] |
wxMenu* GUIStockFrame::m_menuStock [protected] |
wxStaticText* GUIStockFrame::m_staticText27 [protected] |
wxStaticText* GUIStockFrame::m_staticText28 [protected] |
wxStaticText* GUIStockFrame::m_staticText29 [protected] |
wxStaticText* GUIStockFrame::m_staticText30 [protected] |
wxStaticText* GUIStockFrame::m_staticText31 [protected] |
wxStaticText* GUIStockFrame::m_staticText32 [protected] |
wxStaticText* GUIStockFrame::m_staticText33 [protected] |
wxStaticText* GUIStockFrame::m_staticText34 [protected] |
wxStaticText* GUIStockFrame::m_staticText35 [protected] |
wxStaticText* GUIStockFrame::m_staticText36 [protected] |
wxTextCtrl* GUIStockFrame::m_textCtrlMaxFeedrate [protected] |
wxTextCtrl* GUIStockFrame::m_textCtrlMaxSpeed [protected] |
wxTextCtrl* GUIStockFrame::m_textCtrlX [protected] |
wxTextCtrl* GUIStockFrame::m_textCtrlY [protected] |
wxTextCtrl* GUIStockFrame::m_textCtrlZ [protected] |