classicui_pub/volume_control_api/inc/Aknvolumecontrol.h
branchGCC_SURGE
changeset 31 335efd829e98
parent 0 2f259fa3e83a
equal deleted inserted replaced
28:d33307312dfe 31:335efd829e98
   268         * iMaximumValue to a range of [0-10]. This is needed for old drawing 
   268         * iMaximumValue to a range of [0-10]. This is needed for old drawing 
   269         * functions that assume only 10 step volume control.
   269         * functions that assume only 10 step volume control.
   270         *
   270         *
   271         * @return Colume value scaled to range of [0-10].
   271         * @return Colume value scaled to range of [0-10].
   272         */
   272         */
   273         TInt CAknVolumeControl::ScaledValue() const;
   273         TInt ScaledValue() const;
   274 
   274 
   275        /*
   275        /*
   276         * Set extended touch area to be used 
   276         * Set extended touch area to be used 
   277         */
   277         */
   278         void UseExtendedTouchArea();
   278         void UseExtendedTouchArea();