#include <gen.h>


Public Member Functions | |
| a2dObjectProperty (const a2dPropertyIdObject *id, const wxObject &value) | |
| a2dObjectProperty (const a2dObjectProperty &other) | |
| virtual a2dNamedProperty * | Clone (a2dObject::CloneOptions options) const |
| Virtual copy constructor. | |
| virtual void | Assign (const a2dNamedProperty &other) |
| Virtual assignment operator. | |
| void | SetValue (const wxObject &value) |
| const wxObject & | GetValue () const |
Static Public Member Functions | |
| static a2dObjectProperty * | CreatePropertyFromString (const a2dPropertyIdObject *id, const wxString &value) |
Protected Attributes | |
| wxObject | m_value |
Definition at line 1605 of file gen.h.
| static a2dObjectProperty* a2dObjectProperty::CreatePropertyFromString | ( | const a2dPropertyIdObject * | id, | |
| const wxString & | value | |||
| ) | [static] |
Construct a new property object from a string If this is not appropriate, this may return NULL