Maeomm Reference Documentation: hildon-libsmm |
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 | level_change () |
Emits "level_changed" signal to the given volume bar. | |
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) |
|
|
|
|
|
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.
|
|
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.
|
|
Gets the volume level of this Hildon::Volumebar.
|
|
Gets mute status of this Hildon::Volumebar (ON/OFF).
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Container. Reimplemented in Hildon::HVolumebar, and Hildon::VVolumebar. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Container. Reimplemented in Hildon::HVolumebar, and Hildon::VVolumebar. |
|
Emits "level_changed" signal to the given volume bar. This function is mainly used by derived classes. |
|
Sets new volume level for this Hildon::Volumebar.
|
|
Sets mute status for this Hildon::Volumebar.
|
|
|
|
|
|
|