#include </home/zeitlin/src/wx/github/interface/wx/spinctrl.h>
Inheritance diagram for wxSpinDoubleEvent:This event class is used for the events generated by wxSpinCtrlDouble.
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Event macros:
Public Member Functions | |
| wxSpinDoubleEvent (wxEventType commandType=wxEVT_NULL, int winid=0, double value=0) | |
| The constructor. | |
| wxSpinDoubleEvent (const wxSpinDoubleEvent &event) | |
| The copy constructor. | |
| double | GetValue () const |
| Returns the value associated with this spin control event. | |
| void | SetValue (double value) |
| Set the value associated with the event. | |
| wxSpinDoubleEvent::wxSpinDoubleEvent | ( | wxEventType | commandType = wxEVT_NULL, |
| int | winid = 0, |
||
| double | value = 0 |
||
| ) |
The constructor.
Not normally used by the user code.
| wxSpinDoubleEvent::wxSpinDoubleEvent | ( | const wxSpinDoubleEvent & | event | ) |
The copy constructor.
| double wxSpinDoubleEvent::GetValue | ( | ) | const |
Returns the value associated with this spin control event.
| void wxSpinDoubleEvent::SetValue | ( | double | value | ) |
Set the value associated with the event.
(Not normally used by user code.)