GUI::AbstractProperty Class Reference

Base class for Property object. More...

#include <Property.h>

Inheritance diagram for GUI::AbstractProperty:

GUI::Property< T > GUI::Property< std::string > List of all members.

Public Member Functions

 AbstractProperty (const std::string &name)
 Construct a new AbstractProperty.
const std::string & getName () const
 Return the property name.
virtual std::string toString ()=0
 Return the value in string format.
virtual void fromString (const std::string &new_value)=0
 Set the value from a string.

Detailed Description

Base class for Property object.


Constructor & Destructor Documentation

GUI::AbstractProperty::AbstractProperty ( const std::string &  name  )  [inline]

Construct a new AbstractProperty.

Parameters:
name the property name


Member Function Documentation

const std::string& GUI::AbstractProperty::getName (  )  const [inline]

Return the property name.

Returns:
the property name


The documentation for this class was generated from the following file:
Generated on Wed Nov 15 22:21:10 2006 for Win32 by  doxygen 1.4.7