See PropertyProxy(). More...
#include <glibmm/propertyproxy.h>
Public Types | |
typedef T | PropertyType |
Public Member Functions | |
PropertyProxy_ReadOnly (const ObjectBase* obj, const char* name) | |
PropertyType | get_value () const |
Get the value of this property. | |
operator PropertyType () const |
See PropertyProxy().
This property can be read, but not written, so there is no set_value() method.
typedef T Glib::PropertyProxy_ReadOnly< T >::PropertyType |
Glib::PropertyProxy_ReadOnly< T >::PropertyProxy_ReadOnly | ( | const ObjectBase* | obj, | |
const char * | name | |||
) | [inline] |
PropertyType Glib::PropertyProxy_ReadOnly< T >::get_value | ( | ) | const |
Get the value of this property.
Glib::PropertyProxy_ReadOnly< T >::operator PropertyType | ( | ) | const [inline] |