glibmm  2.33.3
Public Types | Public Member Functions
Glib::PropertyProxy_ReadOnly Class Reference

See PropertyProxy(). More...

#include <glibmm/propertyproxy.h>

Inheritance diagram for Glib::PropertyProxy_ReadOnly:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

See PropertyProxy().

This property can be read, but not written, so there is no set_value() method.


Member Typedef Documentation


Constructor & Destructor Documentation

Glib::PropertyProxy_ReadOnly::PropertyProxy_ReadOnly ( const ObjectBase obj,
const char *  name 
) [inline]

Member Function Documentation

PropertyType Glib::PropertyProxy_ReadOnly::get_value ( ) const

Get the value of this property.

Returns:
The current value of the property.
Glib::PropertyProxy_ReadOnly::operator PropertyType ( ) const [inline]