libgnomecanvasmm
|
#include <properties.h>
Public Member Functions | |
Property (const char *name, const Gdk::Color &value) | |
Property (const char *name, const Glib::ustring &color) | |
Property (const char *name, const guint &rgba_color) | |
void | set_value_in_object (Glib::Object &object) const |
![]() | |
PropertyBase (const char *name) | |
~PropertyBase () | |
const char * | get_name () const |
Protected Attributes | |
Gdk::Color | value_ |
bool | value_gobj_used_ |
Glib::ustring | value_string_ |
bool | value_string_used_ |
guint | value_rgba_ |
![]() | |
const char * | name_ |
Gnome::Canvas::Properties::Property< Gdk::Color >::Property | ( | const char * | name, |
const Gdk::Color & | value | ||
) |
Gnome::Canvas::Properties::Property< Gdk::Color >::Property | ( | const char * | name, |
const Glib::ustring & | color | ||
) |
Gnome::Canvas::Properties::Property< Gdk::Color >::Property | ( | const char * | name, |
const guint & | rgba_color | ||
) |
void Gnome::Canvas::Properties::Property< Gdk::Color >::set_value_in_object | ( | Glib::Object & | object | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |