| Maeomm Reference Documentation: hildonsmm |
Inheritance diagram for Hildon::ColorChooser:

Public Member Functions | ||||
| ColorChooser () | ||||
| Gdk::Color | get_color () const | |||
| Retrives the currently selected color in the chooser. | ||||
| const HildonColorChooser* | gobj () const | |||
| Provides access to the underlying C GtkObject. | ||||
| HildonColorChooser* | gobj () | |||
| Provides access to the underlying C GtkObject. | ||||
| void | set_color (const Gdk::Color& color) | |||
| Sets the color selected in the widget. | ||||
| Glib::SignalProxy0<void> | signal_color_changed () | |||
| ||||
| virtual | ~ColorChooser () | |||
Related Functions | ||||
| (Note that these are not member functions.) | ||||
| Hildon::ColorChooser* | wrap (HildonColorChooser* object, bool take_copy=false) | |||
| ||||
| virtual Hildon::ColorChooser::~ColorChooser | ( | ) | [virtual] |
| Hildon::ColorChooser::ColorChooser | ( | ) |
| Gdk::Color Hildon::ColorChooser::get_color | ( | ) | const |
Retrives the currently selected color in the chooser.
| color | A color structure to fill with the currently selected color. |
| const HildonColorChooser* Hildon::ColorChooser::gobj | ( | ) | const [inline] |
| HildonColorChooser* Hildon::ColorChooser::gobj | ( | ) | [inline] |
| void Hildon::ColorChooser::set_color | ( | const Gdk::Color & | color | ) |
Sets the color selected in the widget.
Will move the crosshair pointer to indicate the passed color.
| color | A color to be set. |
| Glib::SignalProxy0< void > Hildon::ColorChooser::signal_color_changed | ( | ) |
void color_changed()
| Hildon::ColorChooser* wrap | ( | HildonColorChooser * | object, | |
| bool | take_copy = false | |||
| ) | [related] |
| object | The C instance |
| take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |