|
Public Member Functions |
virtual | ~ColorPicker () |
GnomeColorPicker * | gobj () |
| Provides access to the underlying C GtkObject.
|
const GnomeColorPicker * | gobj () const |
| Provides access to the underlying C GtkObject.
|
| ColorPicker () |
void | set (double r, double g, double b, double a) |
void | set (guint8 r, guint8 g, guint8 b, guint8 a) |
void | set (gushort r, gushort g, gushort b, gushort a) |
void | get (double &r, double &g, double &b, double &a) const |
void | get (guint8 &r, guint8 &g, guint8 &b, guint8 &a) const |
void | get (gushort &r, gushort &g, gushort &b, gushort &a) const |
void | set_dither (bool dither=true) |
bool | get_dither () const |
void | set_use_alpha (bool use_alpha=true) |
bool | get_use_alpha () const |
void | set_title (const Glib::ustring &title) |
Glib::ustring | get_title () const |
Glib::SignalProxy4< void,
guint, guint, guint, guint > | signal_color_set () |
Glib::PropertyProxy< bool > | property_dither () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
Glib::PropertyProxy< bool > | property_use_alpha () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
Glib::PropertyProxy< Glib::ustring > | property_title () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
Glib::PropertyProxy< guint > | property_red () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
Glib::PropertyProxy< guint > | property_green () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
Glib::PropertyProxy< guint > | property_blue () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
Glib::PropertyProxy< guint > | property_alpha () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
Protected Member Functions |
virtual void | on_color_set (guint r, guint g, guint b, guint a) |
Related Functions |
(Note that these are not member functions.)
|
Gnome::UI::ColorPicker * | wrap (GnomeColorPicker *object, bool take_copy=false) |