a2dArrayStringProperty Class Reference
[a2dPropObject holds property objects]

property to hold a wxArrayString type variable to be associated with a a2dPropObject More...

#include <gen.h>

Inheritance diagram for a2dArrayStringProperty:

Inheritance graph
[legend]
Collaboration diagram for a2dArrayStringProperty:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 a2dArrayStringProperty (const a2dPropertyIdArrayString *id, const wxArrayString &value)
 a2dArrayStringProperty (const a2dPropertyIdArrayString *id, const wxString &value)
 a2dArrayStringProperty (const a2dArrayStringProperty &other)
virtual a2dNamedPropertyClone (a2dObject::CloneOptions options) const
 Virtual copy constructor.
virtual void Assign (const a2dNamedProperty &other)
 Virtual assignment operator.
void Add (const wxString &value)
void SetValue (const wxArrayString &value)
wxArrayString & GetValue ()
const wxArrayString & GetValue () const
wxArrayString * GetValuePtr ()
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 a2dArrayStringPropertyCreatePropertyFromString (const a2dPropertyIdArrayString *id, const wxString &value)

Protected Attributes

wxArrayString m_value


Detailed Description

property to hold a wxArrayString type variable to be associated with a a2dPropObject

Definition at line 2044 of file gen.h.


Member Function Documentation

a2dArrayStringProperty * a2dArrayStringProperty::CreatePropertyFromString ( const a2dPropertyIdArrayString 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 1950 of file gen.cpp.

wxString a2dArrayStringProperty::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 2008 of file gen.cpp.

wxString a2dArrayStringProperty::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 2022 of file gen.cpp.


The documentation for this class was generated from the following files:
a2dArrayStringProperty Class Reference -- Tue Aug 31 18:11:17 2010 -- 31 Aug 2010 -- 1.5.5 -- wxArt2D -- . -- Main Page Reference Documentation