#include <canprop.h>


Public Member Functions | |
| a2dBoudingBoxProperty (const a2dPropertyIdBoundingBox *id, const a2dBoundingBox &value) | |
| a2dBoudingBoxProperty (const a2dPropertyIdBoundingBox *id, const wxString &value) | |
| a2dBoudingBoxProperty (const a2dBoudingBoxProperty &other) | |
| virtual a2dNamedProperty * | Clone (a2dObject::CloneOptions options) const |
| Virtual copy constructor. | |
| virtual void | Assign (const a2dNamedProperty &other) |
| Virtual assignment operator. | |
| void | SetValue (const a2dBoundingBox &value) |
| a2dBoundingBox & | GetValue () |
| a2dBoundingBox * | GetValuePtr () |
| const a2dBoundingBox & | GetValue () const |
| const a2dBoundingBox * | GetValuePtr () const |
| 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 a2dBoudingBoxProperty * | CreatePropertyFromString (const a2dPropertyIdBoundingBox *id, const wxString &value) |
Protected Attributes | |
| a2dBoundingBox | m_value |
Definition at line 460 of file canprop.h.
| a2dBoudingBoxProperty * a2dBoudingBoxProperty::CreatePropertyFromString | ( | const a2dPropertyIdBoundingBox * | id, | |
| const wxString & | value | |||
| ) | [static] |
Construct a new property object from a string If this is not appropriate, this may return NULL
Definition at line 752 of file canprop.cpp.
| wxString a2dBoudingBoxProperty::StringRepresentation | ( | ) | const [virtual] |
Convert the property to a string, used to serialize class. Override to define it for your properties.
Reimplemented from a2dNamedProperty.
Definition at line 803 of file canprop.cpp.
| wxString a2dBoudingBoxProperty::StringValueRepresentation | ( | ) | const [virtual] |
Convert the property value to a string, used to serialize class. Override to define it for your properties.
Reimplemented from a2dNamedProperty.
Definition at line 816 of file canprop.cpp.