libgnomecanvasmm
Public Member Functions | Protected Attributes | List of all members
Gnome::Canvas::Properties::Property< T_Value > Class Template Reference

#include <properties.h>

Inheritance diagram for Gnome::Canvas::Properties::Property< T_Value >:
Gnome::Canvas::Properties::PropertyBase

Public Member Functions

 Property (const char *name, const T_Value &value)
 
void set_value_in_object (Glib::Object &object) const
 
- Public Member Functions inherited from Gnome::Canvas::Properties::PropertyBase
 PropertyBase (const char *name)
 
 ~PropertyBase ()
 
const char * get_name () const
 

Protected Attributes

T_Value value_
 
- Protected Attributes inherited from Gnome::Canvas::Properties::PropertyBase
const char * name_
 

Constructor & Destructor Documentation

template<class T_Value >
Gnome::Canvas::Properties::Property< T_Value >::Property ( const char *  name,
const T_Value &  value 
)
inline

Member Function Documentation

template<class T_Value >
void Gnome::Canvas::Properties::Property< T_Value >::set_value_in_object ( Glib::Object &  object) const
inline

Member Data Documentation

template<class T_Value >
T_Value Gnome::Canvas::Properties::Property< T_Value >::value_
protected

The documentation for this class was generated from the following file: