Version: 2.9.4
Public Member Functions
wxSpinDoubleEvent Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/spinctrl.h>

Inheritance diagram for wxSpinDoubleEvent:

Detailed Description

This event class is used for the events generated by wxSpinCtrlDouble.

Events using this class

The following event handler macros redirect the events to member function handlers 'func' with prototypes like:

void handlerFuncName(wxSpinDoubleEvent& event)

Event macros:

Library:  wxCore
Category:  Events
参照:
wxSpinCtrlDouble

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.

List of all members.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.)

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines