#include <sttoolmes.h>

Public Member Functions | |
| a2dMeasureDlg () | |
| Constructors. | |
| a2dMeasureDlg (wxWindow *parent, wxWindowID id=-1, const wxString &caption=SYMBOL_A2DMEASUREDLG_TITLE, const wxPoint &pos=SYMBOL_A2DMEASUREDLG_POSITION, const wxSize &size=SYMBOL_A2DMEASUREDLG_SIZE, long style=SYMBOL_A2DMEASUREDLG_STYLE) | |
| bool | Create (wxWindow *parent, wxWindowID id=-1, const wxString &caption=SYMBOL_A2DMEASUREDLG_TITLE, const wxPoint &pos=SYMBOL_A2DMEASUREDLG_POSITION, const wxSize &size=SYMBOL_A2DMEASUREDLG_SIZE, long style=SYMBOL_A2DMEASUREDLG_STYLE) |
| Creation. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| void | OnCloseWindow (wxCloseEvent &event) |
| wxEVT_CLOSE_WINDOW event handler for ID_DIALOG | |
| void | OnIdle (wxIdleEvent &event) |
| wxEVT_IDLE event handler for ID_DIALOG | |
| void | OnXEnter (wxCommandEvent &event) |
| wxEVT_COMMAND_TEXT_ENTER event handler for ID_X | |
| void | OnXUpdate (wxUpdateUIEvent &event) |
| wxEVT_UPDATE_UI event handler for ID_X | |
| void | OnYEnter (wxCommandEvent &event) |
| wxEVT_COMMAND_TEXT_ENTER event handler for ID_Y | |
| void | OnYUpdate (wxUpdateUIEvent &event) |
| wxEVT_UPDATE_UI event handler for ID_Y | |
| void | OnListboxSelected (wxCommandEvent &event) |
| wxEVT_COMMAND_LISTBOX_SELECTED event handler for ID_LISTBOX | |
| void | OnListboxUpdate (wxUpdateUIEvent &event) |
| wxEVT_UPDATE_UI event handler for ID_LISTBOX | |
| void | OnHideClick (wxCommandEvent &event) |
| wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_HIDE | |
| void | OnClearClick (wxCommandEvent &event) |
| wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_CLEAR | |
| void | OnSumUpdate (wxUpdateUIEvent &event) |
| wxEVT_UPDATE_UI event handler for ID_SUM | |
| wxBitmap | GetBitmapResource (const wxString &name) |
| Retrieves bitmap resources. | |
| wxIcon | GetIconResource (const wxString &name) |
| Retrieves icon resources. | |
| void | AppendMeasure (double x, double y) |
| void | OnComEvent (a2dComEvent &event) |
| void | OnDoEvent (a2dCommandProcessorEvent &event) |
Static Public Member Functions | |
| static bool | ShowToolTips () |
| Should we show tooltips? | |
Public Attributes | |
| wxTextCtrl * | m_x |
| wxTextCtrl * | m_y |
| wxListBox * | m_lb |
| wxButton * | m_hide |
| wxButton * | m_clear |
| wxTextCtrl * | m_sum |
| a2dVertexList | m_vertexes |
Definition at line 47 of file sttoolmes.h.
| a2dMeasureDlg::a2dMeasureDlg | ( | ) |
Constructors.
a2dMeasureDlg type definition
a2dMeasureDlg event table definition
a2dMeasureDlg constructors
Definition at line 70 of file sttoolmes.cpp.
| bool a2dMeasureDlg::Create | ( | wxWindow * | parent, | |
| wxWindowID | id = -1, |
|||
| const wxString & | caption = SYMBOL_A2DMEASUREDLG_TITLE, |
|||
| const wxPoint & | pos = SYMBOL_A2DMEASUREDLG_POSITION, |
|||
| const wxSize & | size = SYMBOL_A2DMEASUREDLG_SIZE, |
|||
| long | style = SYMBOL_A2DMEASUREDLG_STYLE | |||
| ) |
| void a2dMeasureDlg::CreateControls | ( | ) |
Creates the controls and sizers.
Control creation for a2dMeasureDlg
Definition at line 113 of file sttoolmes.cpp.
| void a2dMeasureDlg::OnCloseWindow | ( | wxCloseEvent & | event | ) |
wxEVT_CLOSE_WINDOW event handler for ID_DIALOG
wxEVT_CLOSE_WINDOW event handler for ID_DIALOG
Definition at line 312 of file sttoolmes.cpp.
| void a2dMeasureDlg::OnIdle | ( | wxIdleEvent & | event | ) |
wxEVT_IDLE event handler for ID_DIALOG
wxEVT_IDLE event handler for ID_DIALOG
Definition at line 321 of file sttoolmes.cpp.
| void a2dMeasureDlg::OnXEnter | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_TEXT_ENTER event handler for ID_X
wxEVT_COMMAND_TEXT_ENTER event handler for ID_X
Definition at line 194 of file sttoolmes.cpp.
| void a2dMeasureDlg::OnXUpdate | ( | wxUpdateUIEvent & | event | ) |
wxEVT_UPDATE_UI event handler for ID_X
wxEVT_UPDATE_UI event handler for ID_X
Definition at line 220 of file sttoolmes.cpp.
| void a2dMeasureDlg::OnYEnter | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_TEXT_ENTER event handler for ID_Y
wxEVT_COMMAND_TEXT_ENTER event handler for ID_Y
Definition at line 229 of file sttoolmes.cpp.
| void a2dMeasureDlg::OnYUpdate | ( | wxUpdateUIEvent & | event | ) |
wxEVT_UPDATE_UI event handler for ID_Y
wxEVT_UPDATE_UI event handler for ID_Y
Definition at line 255 of file sttoolmes.cpp.
| void a2dMeasureDlg::OnListboxSelected | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_LISTBOX_SELECTED event handler for ID_LISTBOX
wxEVT_COMMAND_LISTBOX_SELECTED event handler for ID_LISTBOX
Definition at line 264 of file sttoolmes.cpp.
| void a2dMeasureDlg::OnListboxUpdate | ( | wxUpdateUIEvent & | event | ) |
wxEVT_UPDATE_UI event handler for ID_LISTBOX
wxEVT_UPDATE_UI event handler for ID_LISTBOX
Definition at line 273 of file sttoolmes.cpp.
| void a2dMeasureDlg::OnHideClick | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_HIDE
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_HIDE
Definition at line 282 of file sttoolmes.cpp.
| void a2dMeasureDlg::OnClearClick | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_CLEAR
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_CLEAR
Definition at line 291 of file sttoolmes.cpp.
| void a2dMeasureDlg::OnSumUpdate | ( | wxUpdateUIEvent & | event | ) |
wxEVT_UPDATE_UI event handler for ID_SUM
wxEVT_UPDATE_UI event handler for ID_SUM
Definition at line 302 of file sttoolmes.cpp.
| wxBitmap a2dMeasureDlg::GetBitmapResource | ( | const wxString & | name | ) |
| wxIcon a2dMeasureDlg::GetIconResource | ( | const wxString & | name | ) |
| bool a2dMeasureDlg::ShowToolTips | ( | ) | [static] |