MatOCAD Logo

Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

EvtValueChanged.h File Reference

#include <wx/event.h>

Include dependency graph for EvtValueChanged.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ValueChangedEvent
 Value changed event. More...

Defines

#define EVT_VALUE_CHANGED(fn)
 Events from child windows.

Typedefs

typedef void(wxEvtHandler::* ValueChangedFunction )(ValueChangedEvent &)
 Event handler definition.


Define Documentation

#define EVT_VALUE_CHANGED fn   ) 
 

Value:

DECLARE_EVENT_TABLE_ENTRY( EVT_VALUE_CHANGED, -1, -1, \
    (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) (wxNotifyEventFunction) \
    wxStaticCastEvent(ValueChangedFunction, & fn ), (wxObject *) NULL ),
Events from child windows.

These events notify the parent window of changes, so that it can update itself accordingly.

Definition at line 55 of file EvtValueChanged.h.

Referenced by TxtValue::OnKeyDown(), and TxtValue::OnKillFocus().


Typedef Documentation

typedef void(wxEvtHandler::* ValueChangedFunction)(ValueChangedEvent &)
 

Event handler definition.

Definition at line 43 of file EvtValueChanged.h.

 

SourceForge Logo