![]() |
![]() |
Inheritance diagram for Glib::PropertyProxy_WriteOnly< T >:
Public Types | |
typedef T | PropertyType |
Public Member Functions | |
PropertyProxy_WriteOnly (ObjectBase* obj, const char* name) | |
void | set_value (const PropertyType& data) |
Set the value of this property. | |
void | reset_value () |
Set the value of this property back to its default value. | |
PropertyProxy_WriteOnly<T>& | operator= (const PropertyType& data) |
This property can be written, but not read, so there is no get_value() method.
|
|
|
|
|
|
|
Set the value of this property back to its default value.
|
|
Set the value of this property.
|