mmsharing/livecommsui/lcui/tsrc/ut_lcui/lcuiengine_stub/symbian/stub_lcuiengine_p.cpp
changeset 39 4bcc59142325
parent 34 01f0bb65bcf1
equal deleted inserted replaced
37:e9675fb210bd 39:4bcc59142325
   194     values.mMinValue = 1;
   194     values.mMinValue = 1;
   195     values.mValue = 2;
   195     values.mValue = 2;
   196     return 0;
   196     return 0;
   197 }
   197 }
   198 
   198 
       
   199 
       
   200 void LcUiEnginePrivate::volume( int /*value*/ )
       
   201 {
       
   202 }
       
   203 
       
   204 int LcUiEnginePrivate::volumeValues( LcControlValues& values ) const
       
   205 {
       
   206     values.mMaxValue = 10;
       
   207     values.mMinValue = 0;
       
   208     values.mValue = 5;
       
   209     return 0;
       
   210 }
       
   211 
   199 void LcUiEnginePrivate::timerEvent(QTimerEvent */*event*/)
   212 void LcUiEnginePrivate::timerEvent(QTimerEvent */*event*/)
   200 {
   213 {
   201 }
   214 }
   202 
   215 
   203 void LcUiEnginePrivate::StateChanged( MLcSession& /*aSession*/ )
   216 void LcUiEnginePrivate::StateChanged( MLcSession& /*aSession*/ )
   396 
   409 
   397 void LcUiEnginePrivate::volumeLevelChanged(const XQSettingsKey& /*aKey*/, const QVariant& /*aValue*/)
   410 void LcUiEnginePrivate::volumeLevelChanged(const XQSettingsKey& /*aKey*/, const QVariant& /*aValue*/)
   398 {
   411 {
   399 }
   412 }
   400 
   413 
       
   414 void LcUiEnginePrivate::volumeMuted( bool /*value*/ )
       
   415 {
       
   416 }
       
   417 
   401 // End of file
   418 // End of file
   402 
   419 
   403 
   420 
   404 
   421