![]() |
![]() |
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 () |
typedef T Glib::Property<T>::PropertyType |
typedef Glib::Value<T> Glib::Property<T>::ValueType |
Glib::Property<T>::Property | ( | Glib::Object& | object, | |
const Glib::ustring& | name | |||
) |
Glib::Property<T>::Property | ( | Glib::Object& | object, | |
const Glib::ustring& | name, | |||
const PropertyType& | default_value | |||
) |
Glib::PropertyProxy<T> Glib::Property<T>::get_proxy | ( | ) | [inline] |
PropertyType Glib::Property<T>::get_value | ( | ) | const [inline] |
Glib::Property<T>::operator PropertyType | ( | ) | const [inline] |
Property<T>& Glib::Property<T>::operator= | ( | const PropertyType& | data | ) | [inline] |
void Glib::Property<T>::set_value | ( | const PropertyType& | data | ) | [inline] |