src/hbwidgets/popups/hbvolumesliderpopup.h
changeset 34 ed14f46c0e55
parent 0 16d8024aca5e
--- a/src/hbwidgets/popups/hbvolumesliderpopup.h	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbwidgets/popups/hbvolumesliderpopup.h	Mon Oct 18 18:23:13 2010 +0300
@@ -35,6 +35,7 @@
     Q_OBJECT
     Q_PROPERTY(bool currentValueVisible READ isCurrentValueVisible 
         WRITE setCurrentValueVisible USER true)
+    Q_PROPERTY(bool muted READ isMuted WRITE setMuted)    
 
 public:
     explicit HbVolumeSliderPopup();
@@ -45,6 +46,8 @@
 
     void setCurrentValueVisible(bool visible);
     bool isCurrentValueVisible()const;
+    void setMuted( bool mute );
+    bool isMuted( ) const;
 
 signals:
     void iconToggled(bool checked);