GUI::Property< std::string > Class Template Reference

Class Property specialization for type std::string. More...

#include <Property.h>

Inheritance diagram for GUI::Property< std::string >:

GUI::AbstractProperty List of all members.

Public Member Functions

 Property (const std::string &name)
 Construct a new Property object.
const std::string & getValue () const
 Return the property value.
void setValue (const std::string &new_value)
 Set the property value.
virtual std::string toString ()
 Implementation of AbstractProperty::toString, for std::String type.
virtual void fromString (const std::string &new_value)
 Implementation of AbstractProperty::fromString, for std::String type.

Detailed Description

template<>
class GUI::Property< std::string >

Class Property specialization for type std::string.


Constructor & Destructor Documentation

GUI::Property< std::string >::Property ( const std::string &  name  )  [inline]

Construct a new Property object.

Parameters:
name the property name


Member Function Documentation

const std::string& GUI::Property< std::string >::getValue (  )  const [inline]

Return the property value.

Returns:
the property value

void GUI::Property< std::string >::setValue ( const std::string &  new_value  )  [inline]

Set the property value.

Parameters:
new_value the new property value


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