logo top
Main Page  glibmm Namespaces  Book 

Glib::Property< T > Class Template Reference

Inherits Glib::PropertyBase.

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]


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

Generated for glibmm by Doxygen 1.5.9 © 1997-2001