#include <gen.h>


Public Member Functions | |
| a2dDateTimeProperty (const a2dPropertyIdDateTime *id, const wxDateTime &datetime) | |
| a2dDateTimeProperty (const a2dDateTimeProperty &other) | |
| virtual a2dNamedProperty * | Clone (a2dObject::CloneOptions options) const |
| Virtual copy constructor. | |
| virtual void | Assign (const a2dNamedProperty &other) |
| Virtual assignment operator. | |
| void | SetValue (const wxDateTime &datetimeObject) |
| wxDateTime | GetValue () const |
| wxDateTime * | GetValuePtr () |
| wxDateTime & | GetValueRef () |
| void | SetDateTime (const wxDateTime &datetimeObject) |
| wxDateTime | GetDateTime () |
| wxDateTime & | GetDateTimeRef () |
| virtual wxString | StringRepresentation () const |
| virtual wxString | StringValueRepresentation () const |
| 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. | |
Static Public Member Functions | |
| static a2dDateTimeProperty * | CreatePropertyFromString (const a2dPropertyIdDateTime *id, const wxString &value) |
Protected Attributes | |
| wxDateTime | m_datetimeObject |
Definition at line 2149 of file gen.h.
| a2dDateTimeProperty * a2dDateTimeProperty::CreatePropertyFromString | ( | const a2dPropertyIdDateTime * | id, | |
| const wxString & | value | |||
| ) | [static] |
| wxString a2dDateTimeProperty::StringRepresentation | ( | ) | const [virtual] |
Convert the property to a string, used to serialize class. Override to define it for your properties.
Reimplemented from a2dNamedProperty.
| wxString a2dDateTimeProperty::StringValueRepresentation | ( | ) | const [virtual] |
Convert the property value to a string, used to serialize class. Override to define it for your properties.
Reimplemented from a2dNamedProperty.