wxArt2D
Public Member Functions | Protected Attributes | List of all members
wxDoubleNumberEntryDialog Class Reference

wxDoubleNumberEntryDialog: a dialog with spin control, [ok] and [cancel] buttons More...

#include <drawing.h>

Inheritance diagram for wxDoubleNumberEntryDialog:
Inheritance graph
[legend]
Collaboration diagram for wxDoubleNumberEntryDialog:
Collaboration graph
[legend]

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
 

Detailed Description

wxDoubleNumberEntryDialog: a dialog with spin control, [ok] and [cancel] buttons

Definition at line 351 of file drawing.h.


The documentation for this class was generated from the following files:
wxDoubleNumberEntryDialog Class Reference -- Sun Oct 12 2014 17:04:57 -- Sun Oct 12 2014 -- 1.8.5 -- wxArt2D -- . -- Main Page Reference Documentation