Glib::Property< T > Class Template Reference

#include <glibmm/property.h>

Inheritance diagram for Glib::Property< T >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef T PropertyType
typedef Glib::Value< T > ValueType

Public Member Functions

 Property (Glib::Object& object, const Glib::ustring& name)
 Property (Glib::Object& object, const Glib::ustring& name, const PropertyType& default_value)
void set_value (const PropertyType& data)
PropertyType get_value () const
Property< T >& operator= (const PropertyType& data)
 operator PropertyType () const
Glib::PropertyProxy< T > get_proxy ()

template <class T>
class Glib::Property< T >


Member Typedef Documentation

template <class T >
typedef T Glib::Property< T >::PropertyType
template <class T >
typedef Glib::Value<T> Glib::Property< T >::ValueType

Constructor & Destructor Documentation

template <class T >
Glib::Property< T >::Property ( Glib::Object object,
const Glib::ustring name 
)
template <class T >
Glib::Property< T >::Property ( Glib::Object object,
const Glib::ustring name,
const PropertyType default_value 
)

Member Function Documentation

template <class T >
Glib::PropertyProxy<T> Glib::Property< T >::get_proxy (  )  [inline]
template <class T >
PropertyType Glib::Property< T >::get_value (  )  const [inline]
template <class T >
Glib::Property< T >::operator PropertyType (  )  const [inline]
template <class T >
Property<T>& Glib::Property< T >::operator= ( const PropertyType data  )  [inline]
template <class T >
void Glib::Property< T >::set_value ( const PropertyType data  )  [inline]

Generated on Mon May 3 23:46:34 2010 for glibmm by  doxygen 1.6.1