a2dMatrixProperty Class Reference
[a2dPropObject holds property objects]

property to hold a a2dAffineMatrix More...

#include <afmatrix.h>

Inheritance diagram for a2dMatrixProperty:

Inheritance graph
[legend]
Collaboration diagram for a2dMatrixProperty:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 a2dMatrixProperty (const a2dPropertyIdMatrix *id, const a2dAffineMatrix &value=a2dIDENTITY_MATRIX)
 a2dMatrixProperty (const a2dMatrixProperty *ori)
 a2dMatrixProperty (const a2dMatrixProperty &other)
a2dNamedPropertyClone (a2dObject::CloneOptions options) const
 Virtual copy constructor.
virtual void Assign (const a2dNamedProperty &other)
 Virtual assignment operator.
void SetValue (const a2dAffineMatrix &value)
a2dAffineMatrixGetValue ()
const a2dAffineMatrixGetValue () const
a2dAffineMatrixGetValuePtr ()
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 a2dMatrixPropertyCreatePropertyFromString (const a2dPropertyIdMatrix *id, const wxString &value)

Protected Attributes

a2dAffineMatrix m_value


Detailed Description

property to hold a a2dAffineMatrix

Definition at line 397 of file afmatrix.h.


Member Function Documentation

wxString a2dMatrixProperty::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 1118 of file afmatrix.cpp.

wxString a2dMatrixProperty::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 1130 of file afmatrix.cpp.

a2dMatrixProperty * a2dMatrixProperty::CreatePropertyFromString ( const a2dPropertyIdMatrix 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 1142 of file afmatrix.cpp.


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