photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h
branchRCL_3
changeset 9 6b87b143d312
parent 2 7d9067c6fcb1
child 13 71da52165949
equal deleted inserted replaced
5:f7f0874bfe7d 9:6b87b143d312
    43 class CGlxSingleLineMetaPane;
    43 class CGlxSingleLineMetaPane;
    44 class CGlxCommandHandlerAiwShowMapHardKey;
    44 class CGlxCommandHandlerAiwShowMapHardKey;
    45 class CGlxDRMUtility;
    45 class CGlxDRMUtility;
    46 class CGlxHdmiController;
    46 class CGlxHdmiController;
    47 class CGestureHelper;
    47 class CGestureHelper;
       
    48 class TGlxMedia;
    48 //class CHgContextUtility;
    49 //class CHgContextUtility;
    49 
    50 
    50 namespace Alf
    51 namespace Alf
    51 	{
    52 	{
    52    class IMulCoverFlowWidget;
    53    class IMulCoverFlowWidget;
   255     TInt GetIndexToBeRemoved();
   256     TInt GetIndexToBeRemoved();
   256     /**
   257     /**
   257      * Remove the fullscreen texture.
   258      * Remove the fullscreen texture.
   258      */
   259      */
   259     void RemoveTexture();
   260     void RemoveTexture();
   260 
   261   	/**
       
   262      * Consume DRM rights
       
   263      */  
       
   264     void ConsumeDRMRightsL( const TDesC& uri );
       
   265     
   261 private:
   266 private:
   262     /** Softkey resource id's */
   267     /** Softkey resource id's */
   263     TFullScreenViewResourceIds iResourceIds; 
   268     TFullScreenViewResourceIds iResourceIds; 
   264     // /** Avkon unique ViewId */ 
   269     // /** Avkon unique ViewId */ 
   265     TInt iViewUid;
   270     TInt iViewUid;
   307     
   312     
   308     // stores the initial zoom percentage
   313     // stores the initial zoom percentage
   309     TInt iInitialZoomRatio ;
   314     TInt iInitialZoomRatio ;
   310     //Previous focused index
   315     //Previous focused index
   311     TInt iOldFocusIndex;
   316     TInt iOldFocusIndex;
   312 
   317     TBool iImgViewerMode;
   313     };
   318     };
   314 
   319 
   315 #endif
   320 #endif
   316 
   321