a2dBoudingBoxProperty Class Reference
[a2dPropObject holds property objects]

property to hold a a2dBoundingBox type variable to be associated with a canvasobject More...

#include <canprop.h>

Inheritance diagram for a2dBoudingBoxProperty:

Inheritance graph
[legend]
Collaboration diagram for a2dBoudingBoxProperty:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 a2dBoudingBoxProperty (const a2dPropertyIdBoundingBox *id, const a2dBoundingBox &value)
 a2dBoudingBoxProperty (const a2dPropertyIdBoundingBox *id, const wxString &value)
 a2dBoudingBoxProperty (const a2dBoudingBoxProperty &other)
virtual a2dNamedPropertyClone (a2dObject::CloneOptions options) const
 Virtual copy constructor.
virtual void Assign (const a2dNamedProperty &other)
 Virtual assignment operator.
void SetValue (const a2dBoundingBox &value)
a2dBoundingBoxGetValue ()
a2dBoundingBoxGetValuePtr ()
const a2dBoundingBoxGetValue () const
const a2dBoundingBoxGetValuePtr () 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 a2dBoudingBoxPropertyCreatePropertyFromString (const a2dPropertyIdBoundingBox *id, const wxString &value)

Protected Attributes

a2dBoundingBox m_value


Detailed Description

property to hold a a2dBoundingBox type variable to be associated with a canvasobject

Definition at line 460 of file canprop.h.


Member Function Documentation

a2dBoudingBoxProperty * a2dBoudingBoxProperty::CreatePropertyFromString ( const a2dPropertyIdBoundingBox 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 752 of file canprop.cpp.

wxString a2dBoudingBoxProperty::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 803 of file canprop.cpp.

wxString a2dBoudingBoxProperty::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 816 of file canprop.cpp.


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