mmsharing/mmshui/src/musuilivesharingviewcontainer.cpp
branchRCL_3
changeset 6 c47a75a8cd72
parent 0 f0cf47e981f9
child 11 ff8a573c0e2e
equal deleted inserted replaced
2:b31261fd4e04 6:c47a75a8cd72
   144     SetPointerCapture( aVisible );  
   144     SetPointerCapture( aVisible );  
   145     }
   145     }
   146 
   146 
   147 
   147 
   148 // -----------------------------------------------------------------------------
   148 // -----------------------------------------------------------------------------
       
   149 //
       
   150 // -----------------------------------------------------------------------------
       
   151 //
       
   152 TMusUiIndicatorType CMusUiLiveSharingViewContainer::GetIndicatorType()
       
   153 	{
       
   154 	return iIndicator->GetIndicatorType();
       
   155 	}
       
   156 
       
   157 
       
   158 // -----------------------------------------------------------------------------
   149 // Called by framework when to retrieve the no. of controls.
   159 // Called by framework when to retrieve the no. of controls.
   150 // -----------------------------------------------------------------------------
   160 // -----------------------------------------------------------------------------
   151 //
   161 //
   152 TInt CMusUiLiveSharingViewContainer::CountComponentControls() const
   162 TInt CMusUiLiveSharingViewContainer::CountComponentControls() const
   153     {
   163     {
   240         // Forward to base class in order to use slider
   250         // Forward to base class in order to use slider
   241         CCoeControl::HandlePointerEventL( aPointerEvent );
   251         CCoeControl::HandlePointerEventL( aPointerEvent );
   242         }
   252         }
   243     else
   253     else
   244         {
   254         {
   245         // Tapping outside slider area means ending of zoom or brightness
   255         MakeVisible( EFalse );
   246         // adjustment
       
   247         SetZoomVisible( EFalse ); // This hides also the brightness slider
       
   248         CMusUiLiveSharingView* liveView = 
       
   249                                (CMusUiLiveSharingView*)this->MusUiView();
       
   250         liveView->ResetToolBarSelected();
       
   251         }
   256         }
   252     }
   257     }
   253 
   258 
   254 
   259 
   255 // end of file
   260 // end of file