![]() |
![]() |
Public Member Functions | |
ValueBase () | |
Initializes the GValue, but without a type. | |
ValueBase (const ValueBase& other) | |
ValueBase& | operator= (const ValueBase& other) |
~ValueBase () | |
void | init (GType type) |
Setup the GValue for storing the specified type. | |
void | reset () |
Reset contents to the default value of its type. | |
GValue* | gobj () |
const GValue* | gobj () const |
Protected Attributes | |
GValue | gobject_ |
Glib::ValueBase::ValueBase | ( | ) |
Glib::ValueBase::ValueBase | ( | const ValueBase& | other | ) |
Glib::ValueBase::~ValueBase | ( | ) |
void Glib::ValueBase::init | ( | GType | type | ) |
void Glib::ValueBase::reset | ( | ) |
Reset contents to the default value of its type.
GValue* Glib::ValueBase::gobj | ( | ) | [inline] |
const GValue* Glib::ValueBase::gobj | ( | ) | const [inline] |
GValue Glib::ValueBase::gobject_ [protected] |