#include <EvtValueChanged.h>
Public Member Functions | |
ValueChangedEvent (wxEventType commandType=wxEVT_NULL) | |
Constructor. | |
ValueChangedEvent * | Clone () const |
Coppies the event. | |
double | GetValue () |
Return the value of the label. | |
bool | IsValid () |
Return if the text is valid (numeric and !null). | |
Public Attributes | |
double | value |
Contains the value. | |
bool | valid |
Marks the validity of the value. |
ValueChangedEvent is used by TxtValue to tell to the parent object that his value has changed. It derives from wxEvent
Definition at line 23 of file EvtValueChanged.h.
|
Constructor.
Definition at line 19 of file EvtValueChanged.cpp. Referenced by Clone(). |
|
Coppies the event.
Definition at line 23 of file EvtValueChanged.cpp. References ValueChangedEvent(). |
|
Return the value of the label.
Definition at line 30 of file EvtValueChanged.cpp. References value. Referenced by PnlGraphFrame::TxtValueChanged(). |
|
Return if the text is valid (numeric and !null).
Definition at line 37 of file EvtValueChanged.cpp. References valid. Referenced by PnlGraphFrame::TxtValueChanged(). |
|
Marks the validity of the value.
Definition at line 37 of file EvtValueChanged.h. Referenced by IsValid(), TxtValue::OnKeyDown(), and TxtValue::OnKillFocus(). |
|
Contains the value.
Definition at line 35 of file EvtValueChanged.h. Referenced by GetValue(), TxtValue::OnKeyDown(), and TxtValue::OnKillFocus(). |