mmsharing/mmshui/inc/musuistatuspanehandler.h
branchRCL_3
changeset 11 ff8a573c0e2e
parent 0 f0cf47e981f9
equal deleted inserted replaced
10:04980be5c5fe 11:ff8a573c0e2e
   111     /**
   111     /**
   112      * Activates volume control.
   112      * Activates volume control.
   113      *
   113      *
   114      * @return Volume controller.
   114      * @return Volume controller.
   115      */
   115      */
   116     void ActivateVolumeControlL( TInt aVolume );
   116     void ActivateVolumeControlL( TInt aVolume, TBool aOnlyIfVisible );
   117 
   117 
   118     /**
   118     /**
   119      * Activate media navi pane.
   119      * Activate media navi pane.
   120      */
   120      */
   121     void ActivateNaviPaneMediaL();
   121     void ActivateNaviPaneMediaL();
   161     CAknContextPane*                    iContextPane;
   161     CAknContextPane*                    iContextPane;
   162     CAknNavigationDecorator*            iNaviPaneText;
   162     CAknNavigationDecorator*            iNaviPaneText;
   163     CAknVolumePopup*                    iVolumePopup;
   163     CAknVolumePopup*                    iVolumePopup;
   164     // Navi pane media control
   164     // Navi pane media control
   165     CAknNavigationDecorator*            iMediaControl;
   165     CAknNavigationDecorator*            iMediaControl;
   166 
       
   167     // Volume level of the volume control
       
   168     TInt                                iVolume;
       
   169 
       
   170     };
   166     };
   171 
   167 
   172 #endif // MUSUISTATUSPANEHANDLER_H
   168 #endif // MUSUISTATUSPANEHANDLER_H
   173 
   169 
   174 // end of file
   170 // end of file