diff -r ff3acec5bc43 -r 8118492f1bdf mpxplugins/viewplugins/views/inc/mpxcommonplaybackviewcontainer.h --- a/mpxplugins/viewplugins/views/inc/mpxcommonplaybackviewcontainer.h Thu Dec 17 08:45:05 2009 +0200 +++ b/mpxplugins/viewplugins/views/inc/mpxcommonplaybackviewcontainer.h Thu Jan 07 12:45:53 2010 +0200 @@ -218,10 +218,10 @@ protected: - /** - * Create background images - */ - IMPORT_C virtual void CreateBackgroundImagesL(); + + + + /** * Creates labels. @@ -251,7 +251,7 @@ * @param aInvertMask Invert mask (see CBitmapContext::BitBltMasked) */ IMPORT_C virtual void DrawIndicator( - CBitmapContext& aGc, + CWindowGc& aGc , const TRect& aDirtyRect, const TRect& aIndicatorRect, const CGulIcon* aIcon, @@ -261,11 +261,10 @@ * Redraw part of the screen to the bitmap context. * * @param aRect Area to be redrawn. - * @param aGc Graphics context to draw to. + * */ - IMPORT_C virtual void RedrawRect( - const TRect& aRect, - CBitmapContext& aGc) const; + IMPORT_C virtual void RedrawRect( + const TRect& aRect) const; /** * Update progress bar graphics based on current playback @@ -395,9 +394,9 @@ MMPXLayoutSwitchObserver* iLayoutObserver; // not owned RPointerArray iLabels; // owned - CFbsBitmap* iOffScreenBitmap; // owned - CFbsBitGc* iOSBitmapContext; // owned - CFbsBitmapDevice* iOSBitmapDevice; // owned + + + HBufC* iMinSecFormatString; // owned HBufC* iShortFormatString; // owned @@ -472,8 +471,8 @@ TBool iTouchDown; // Flag indicating touch progress bar is in use TBool iActiveView; - // mutable is used so that conts Draw method can change the state - mutable TBool iRefreshBackBuffer; + + TBool iDragProgressBar; //Flag drag progress bar };