a2dFontProperty Class Reference
[a2dPropObject holds property objects]

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

#include <stylebase.h>

Inheritance diagram for a2dFontProperty:

Inheritance graph
[legend]
Collaboration diagram for a2dFontProperty:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 a2dFontProperty (const a2dPropertyIdFont *id, const a2dFont &value)
 a2dFontProperty (const a2dFontProperty *ori)
 a2dFontProperty (const a2dFontProperty &other)
virtual a2dNamedPropertyClone (a2dObject::CloneOptions options) const
 Virtual copy constructor.
virtual void Assign (const a2dNamedProperty &other)
 Virtual assignment operator.
void SetValue (const a2dFont &value)
const a2dFontGetValue () 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 a2dFontPropertyCreatePropertyFromString (const a2dPropertyIdFont *id, const wxString &value)

Protected Attributes

a2dFont m_value


Detailed Description

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

Definition at line 1264 of file stylebase.h.


Member Function Documentation

a2dFontProperty * a2dFontProperty::CreatePropertyFromString ( const a2dPropertyIdFont 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 98 of file stylebase.cpp.

wxString a2dFontProperty::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 134 of file stylebase.cpp.

wxString a2dFontProperty::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 139 of file stylebase.cpp.


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