mmsharing/livecommsui/lcuiengine/src/lcuiengine.cpp
changeset 39 4bcc59142325
parent 22 496ad160a278
equal deleted inserted replaced
37:e9675fb210bd 39:4bcc59142325
    53     LC_QDEBUG( "livecomms [UI] -> LcUiEngine::zoom()" )
    53     LC_QDEBUG( "livecomms [UI] -> LcUiEngine::zoom()" )
    54     d->zoom(value);
    54     d->zoom(value);
    55     LC_QDEBUG( "livecomms [UI] <- LcUiEngine::zoom()" )
    55     LC_QDEBUG( "livecomms [UI] <- LcUiEngine::zoom()" )
    56 }
    56 }
    57 
    57 
       
    58 
       
    59 // -----------------------------------------------------------------------------
       
    60 // LcUiEngine::volume
       
    61 // -----------------------------------------------------------------------------
       
    62 //
       
    63 void LcUiEngine::volume( int value )
       
    64 {
       
    65     LC_QDEBUG( "livecomms [UI] -> LcUiEngine::volume()" )
       
    66     d->volume(value);
       
    67     LC_QDEBUG( "livecomms [UI] <- LcUiEngine::volume()" )
       
    68 }
       
    69 
       
    70 
       
    71 
       
    72 // -----------------------------------------------------------------------------
       
    73 // LcUiEngine::volumeMuted
       
    74 // -----------------------------------------------------------------------------
       
    75 //
       
    76 void LcUiEngine::volumeMuted( bool value )
       
    77 {
       
    78     LC_QDEBUG( "livecomms [UI] -> LcUiEngine::volumeMuted()" )
       
    79     d->volumeMuted(value);
       
    80     LC_QDEBUG( "livecomms [UI] <- LcUiEngine::volumeMuted()" )
       
    81 }
       
    82 
       
    83 
       
    84 
    58 // -----------------------------------------------------------------------------
    85 // -----------------------------------------------------------------------------
    59 // LcUiEngine::stop
    86 // LcUiEngine::stop
    60 // -----------------------------------------------------------------------------
    87 // -----------------------------------------------------------------------------
    61 //
    88 //
    62 void LcUiEngine::stop()
    89 void LcUiEngine::stop()
   207 {    
   234 {    
   208     LC_QDEBUG( "livecomms [UI] <-> LcUiEngine::zoomValues()" )
   235     LC_QDEBUG( "livecomms [UI] <-> LcUiEngine::zoomValues()" )
   209     return d->zoomValues(values);
   236     return d->zoomValues(values);
   210 }
   237 }
   211 
   238 
       
   239 
       
   240 
       
   241 // -----------------------------------------------------------------------------
       
   242 // LcUiEngine::volumeValues
       
   243 // -----------------------------------------------------------------------------
       
   244 //
       
   245 int LcUiEngine::volumeValues( LcControlValues& values ) const
       
   246 {    
       
   247     LC_QDEBUG( "livecomms [UI] <-> LcUiEngine::volumeValues()" )
       
   248     return d->volumeValues(values);
       
   249 }
       
   250 
       
   251 
       
   252 
   212 // -----------------------------------------------------------------------------
   253 // -----------------------------------------------------------------------------
   213 // LcUiEngine::toggleEnableCamera
   254 // LcUiEngine::toggleEnableCamera
   214 // -----------------------------------------------------------------------------
   255 // -----------------------------------------------------------------------------
   215 //
   256 //
   216 void LcUiEngine::toggleDisableCamera()
   257 void LcUiEngine::toggleDisableCamera()