#include <stylebase.h>


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