#include <cancom.h>
Public Member Functions | |
| wxDoubleNumberEntryDialog (wxWindow *parent, const wxString &message, const wxString &prompt, const wxString &caption, double value, double min, double max, const wxPoint &pos=wxDefaultPosition) | |
| double | GetValue () const |
| get the double | |
| void | OnOK (wxCommandEvent &event) |
| implementation only | |
| void | OnCancel (wxCommandEvent &event) |
| implementation only | |
Protected Attributes | |
| wxTextCtrl * | m_textctrl |
| the text control top get the double entry | |
| double | m_value |
| teh value of the double | |
| double | m_min |
| min required | |
| double | m_max |
| max required | |
Definition at line 4948 of file cancom.h.