Maeomm Reference Documentation: hildonsmm |
Inheritance diagram for Hildon::Volumebar:
Public Member Functions | ||||
const Gtk::Adjustment* | get_adjustment () const | |||
Gets the GtkAdjustment used in volume bar. | ||||
Gtk::Adjustment* | get_adjustment () | |||
Gets the GtkAdjustment used in volume bar. | ||||
double | get_level () const | |||
Gets the volume level of this Hildon::Volumebar. | ||||
bool | get_mute () const | |||
Gets mute status of this Hildon::Volumebar (ON/OFF). | ||||
const HildonVolumebar* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
HildonVolumebar* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
void | set_level (double level) | |||
Sets new volume level for this Hildon::Volumebar. | ||||
void | set_mute (bool mute=true) | |||
Sets mute status for this Hildon::Volumebar. | ||||
Glib::SignalProxy0<void> | signal_level_changed () | |||
| ||||
Glib::SignalProxy0<void> | signal_mute_toggled () | |||
| ||||
Volumebar () | ||||
virtual | ~Volumebar () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Hildon::Volumebar* | wrap (HildonVolumebar* object, bool take_copy=false) | |||
|
virtual Hildon::Volumebar::~Volumebar | ( | ) | [virtual] |
Hildon::Volumebar::Volumebar | ( | ) |
const Gtk::Adjustment* Hildon::Volumebar::get_adjustment | ( | ) | const |
Gets the GtkAdjustment used in volume bar.
This can be handy to give to hildon_appview_set_connected_adjustment which will allow changing the volume with increase / decrease hardware buttons.
This is a temporary solution until volume bar is restructured to be a child class of GtkRange.
Gtk::Adjustment* Hildon::Volumebar::get_adjustment | ( | ) |
Gets the GtkAdjustment used in volume bar.
This can be handy to give to hildon_appview_set_connected_adjustment which will allow changing the volume with increase / decrease hardware buttons.
This is a temporary solution until volume bar is restructured to be a child class of GtkRange.
double Hildon::Volumebar::get_level | ( | ) | const |
bool Hildon::Volumebar::get_mute | ( | ) | const |
const HildonVolumebar* Hildon::Volumebar::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Container.
Reimplemented in Hildon::HVolumebar, and Hildon::VVolumebar.
HildonVolumebar* Hildon::Volumebar::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Container.
Reimplemented in Hildon::HVolumebar, and Hildon::VVolumebar.
void Hildon::Volumebar::set_level | ( | double | level | ) |
void Hildon::Volumebar::set_mute | ( | bool | mute = true |
) |
Glib::SignalProxy0< void > Hildon::Volumebar::signal_level_changed | ( | ) |
void level_changed()
Glib::SignalProxy0< void > Hildon::Volumebar::signal_mute_toggled | ( | ) |
void mute_toggled()
Hildon::Volumebar* wrap | ( | HildonVolumebar * | 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. |