#include <gen.h>


Public Member Functions | |
| a2dUint32Property (const a2dPropertyIdUint32 *id, wxUint32 value) | |
| a2dUint32Property (const a2dUint32Property &other) | |
| virtual a2dNamedProperty * | Clone (a2dObject::CloneOptions options) const |
| Virtual copy constructor. | |
| virtual void | Assign (const a2dNamedProperty &other) |
| Virtual assignment operator. | |
| void | SetValue (wxUint32 value) |
| wxUint32 | GetValue () const |
| virtual wxUint32 | GetUint32 () const |
| when a2dUint32Property, return its value else assert | |
| wxUint32 * | GetValuePtr () |
| wxUint32 & | GetValueRef () |
| 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 a2dUint32Property * | CreatePropertyFromString (const a2dPropertyIdUint32 *id, const wxString &value) |
Protected Attributes | |
| wxUint32 | m_value |
Definition at line 1892 of file gen.h.
| a2dUint32Property * a2dUint32Property::CreatePropertyFromString | ( | const a2dPropertyIdUint32 * | id, | |
| const wxString & | value | |||
| ) | [static] |
| wxString a2dUint32Property::StringRepresentation | ( | ) | const [virtual] |
Convert the property to a string, used to serialize class. Override to define it for your properties.
Reimplemented from a2dNamedProperty.
| wxString a2dUint32Property::StringValueRepresentation | ( | ) | const [virtual] |
Convert the property value to a string, used to serialize class. Override to define it for your properties.
Reimplemented from a2dNamedProperty.