glibmm 2.30.1
|
#include <glibmm/property.h>
Public Member Functions | |
Glib::ustring | get_name () const |
void | notify () |
Protected Member Functions | |
PropertyBase (Glib::Object& object, GType value_type) | |
~PropertyBase () | |
bool | lookup_property (const Glib::ustring& name) |
void | install_property (GParamSpec* param_spec) |
const char* | get_name_internal () const |
Protected Attributes | |
Glib::Object* | object_ |
Glib::ValueBase | value_ |
GParamSpec* | param_spec_ |
Glib::PropertyBase::PropertyBase | ( | Glib::Object& | object, |
GType | value_type | ||
) | [protected] |
Glib::PropertyBase::~PropertyBase | ( | ) | [protected] |
Glib::ustring Glib::PropertyBase::get_name | ( | ) | const |
const char* Glib::PropertyBase::get_name_internal | ( | ) | const [protected] |
void Glib::PropertyBase::install_property | ( | GParamSpec * | param_spec | ) | [protected] |
bool Glib::PropertyBase::lookup_property | ( | const Glib::ustring& | name | ) | [protected] |
void Glib::PropertyBase::notify | ( | ) |
Glib::Object* Glib::PropertyBase::object_ [protected] |
GParamSpec* Glib::PropertyBase::param_spec_ [protected] |
Glib::ValueBase Glib::PropertyBase::value_ [protected] |