#include <gen.h>


Public Member Functions | |
| a2dPathListProperty (const a2dPropertyIdPathList *id, const a2dPathList &pathlist) | |
| a2dPathListProperty (const a2dPathListProperty *ori) | |
| a2dPathListProperty (const a2dPathListProperty &other) | |
| virtual a2dNamedProperty * | Clone (a2dObject::CloneOptions options) const |
| Virtual copy constructor. | |
| virtual void | Assign (const a2dNamedProperty &other) |
| Virtual assignment operator. | |
| void | SetValue (const a2dPathList &pathlistObject) |
| a2dPathList | GetValue () const |
| a2dPathList * | GetValuePtr () |
| a2dPathList & | GetValueRef () |
| void | SetFileName (const a2dPathList &pathlistObject) |
| a2dPathList | GetFileName () |
| a2dPathList & | GetFileNameRef () |
| 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 a2dPathListProperty * | CreatePropertyFromString (const a2dPropertyIdPathList *id, const wxString &value) |
Protected Attributes | |
| a2dPathList | m_pathlistObject |
Definition at line 2412 of file gen.h.
| a2dPathListProperty * a2dPathListProperty::CreatePropertyFromString | ( | const a2dPropertyIdPathList * | id, | |
| const wxString & | value | |||
| ) | [static] |
| wxString a2dPathListProperty::StringRepresentation | ( | ) | const [virtual] |
Convert the property to a string, used to serialize class. Override to define it for your properties.
Reimplemented from a2dNamedProperty.
| wxString a2dPathListProperty::StringValueRepresentation | ( | ) | const [virtual] |
Convert the property value to a string, used to serialize class. Override to define it for your properties.
Reimplemented from a2dNamedProperty.