#include <comevt.h>


Public Member Functions | |
| a2dDynamicEventProperty (const a2dPropertyIdDynamicEventProperty *propid, int evType, int id, int idLast, a2dObjectEventFunction fn) | |
| a2dDynamicEventProperty (const a2dDynamicEventProperty &other) | |
| a2dNamedProperty * | Clone (a2dObject::CloneOptions options) const |
| Virtual copy constructor. | |
| virtual void | Assign (const a2dNamedProperty &other) |
| Virtual assignment operator. | |
Static Public Member Functions | |
| static a2dDynamicEventProperty * | CreatePropertyFromString (const a2dPropertyIdDynamicEventProperty *id, const wxString &value) |
Public Attributes | |
| int | m_eventType |
| type of the event. | |
| int | m_id |
| int | m_lastId |
| see m_id | |
| a2dObjectEventFunction | m_fn |
| function to call. | |
Protected Member Functions | |
| virtual void | DoSave (wxObject *parent, a2dIOHandlerXmlSerOut &out, a2dXmlSer_flag xmlparts, a2dObjectList *towrite) |
| Save settings. | |
| virtual void | DoLoad (wxObject *parent, a2dIOHandlerXmlSerIn &parser, a2dXmlSer_flag xmlparts) |
| Load settings. | |
You can add properties of this type ( or derived ) to a2dPropObject. The wxEvtHandler will call the event function when the proper event is found.
Definition at line 312 of file comevt.h.
| static a2dDynamicEventProperty* a2dDynamicEventProperty::CreatePropertyFromString | ( | const a2dPropertyIdDynamicEventProperty * | id, | |
| const wxString & | value | |||
| ) | [inline, static] |
the range of ids for this entry: if m_lastId == wxID_ANY, the range consists only of m_id, otherwise it is m_id..m_lastId inclusive
Reimplemented from a2dNamedProperty.