mmsharing/livecommsui/lcui/tsrc/ut_lcui/lcuiengine_stub/symbian/stub_lcuiengine_p.cpp
changeset 34 01f0bb65bcf1
parent 22 496ad160a278
child 39 4bcc59142325
equal deleted inserted replaced
29:36d7ded3ca23 34:01f0bb65bcf1
   145     return mEngineName == "Videotelephony";
   145     return mEngineName == "Videotelephony";
   146 }
   146 }
   147 
   147 
   148 void LcUiEnginePrivate::setMainCamera(const bool aMainCamera)
   148 void LcUiEnginePrivate::setMainCamera(const bool aMainCamera)
   149 {
   149 {
   150     mMainCamera = aMainCamera;
   150     mMainCamera = aMainCamera;    
   151 }
   151 }
   152 
   152 
   153 bool LcUiEnginePrivate::mainCamera() const
   153 bool LcUiEnginePrivate::mainCamera() const
   154 {
   154 {
   155     return mMainCamera;
   155     return mMainCamera;
   352     lcutStub_LcUiEngine_cameraMain = val;
   352     lcutStub_LcUiEngine_cameraMain = val;
   353 }
   353 }
   354 
   354 
   355 void lcutStub_LcUiEngine_setMuted( bool val )
   355 void lcutStub_LcUiEngine_setMuted( bool val )
   356 {
   356 {
   357     lcutStub_LcUiEngine_layout = val;
   357     lcutStub_LcUiEngine_muted = val;
   358 }
   358 }
   359 
   359 
   360 void lcutStub_LcUiEngine_setSpeaker( bool val )
   360 void lcutStub_LcUiEngine_setSpeaker( bool val )
   361 {
   361 {
   362     lcutStub_LcUiEngine_speakerOn = val;
   362     lcutStub_LcUiEngine_speakerOn = val;
   392 void LcUiEnginePrivate::startLocalVideo()
   392 void LcUiEnginePrivate::startLocalVideo()
   393 {
   393 {
   394     lcutStub_LcUiEngine_localplaying = true;
   394     lcutStub_LcUiEngine_localplaying = true;
   395 }
   395 }
   396 
   396 
       
   397 void LcUiEnginePrivate::volumeLevelChanged(const XQSettingsKey& /*aKey*/, const QVariant& /*aValue*/)
       
   398 {
       
   399 }
       
   400 
   397 // End of file
   401 // End of file
   398 
   402 
   399 
   403 
   400 
   404