mpxplugins/viewplugins/inc/mpxcommonplaybackviewimp.h
branchRCL_3
changeset 15 171e07ac910f
parent 2 b70d77332e66
child 17 c8156a91d13c
equal deleted inserted replaced
14:943ff5625028 15:171e07ac910f
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  MPX common playback view implementation
    14 * Description:  MPX common playback view implementation
    15 *  Version     : %version: da1mmcf#41.1.6.1.1.1.9 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: da1mmcf#41.1.6.1.1.1.10 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 
    20 
   640     /**
   640     /**
   641      * Callback function of timer to handle delayed error
   641      * Callback function of timer to handle delayed error
   642      * @param aPtr pointer to self
   642      * @param aPtr pointer to self
   643      */
   643      */
   644     static TInt HandleDelayedError( TAny* aPtr );
   644     static TInt HandleDelayedError( TAny* aPtr );
       
   645     
       
   646     /**
       
   647      * Callback function of timer to handle TN request for custom size
       
   648      * @param aPtr pointer to self
       
   649      */
       
   650     static TInt HandleTNRequestForCustomSizeL( TAny* aPtr );
   645 
   651 
   646 protected:    // Data
   652 protected:    // Data
   647 
   653 
   648     MMPXPlaybackUtility* iPlaybackUtility;  // not own
   654     MMPXPlaybackUtility* iPlaybackUtility;  // not own
   649     CMPXCommonPlaybackViewContainer* iContainer;  // own
   655     CMPXCommonPlaybackViewContainer* iContainer;  // own
   752 	TBool iUnsupportedNoteDisabled;
   758 	TBool iUnsupportedNoteDisabled;
   753     HBufC* iOldUri;
   759     HBufC* iOldUri;
   754 	TInt iOldPosition; // in seconds
   760 	TInt iOldPosition; // in seconds
   755 	TBool iIsTapped;
   761 	TBool iIsTapped;
   756     TCommandSender iCommandSender;
   762     TCommandSender iCommandSender;
       
   763     
       
   764     TSize iFullScreenImageSize;
       
   765     CPeriodic* iTNRequestTimer;
   757     };
   766     };
   758 
   767 
   759 #endif  // CMPXCOMMONPLAYBACKVIEWIMP_H
   768 #endif  // CMPXCOMMONPLAYBACKVIEWIMP_H
   760 
   769 
   761 // End of File
   770 // End of File