videoplayback/videoplaybackview/controlinc/videoplaybacktoolbar.h
changeset 66 adb51f74b890
parent 58 d2b028fd1f7d
equal deleted inserted replaced
63:4707a0db12f6 66:adb51f74b890
    13 *
    13 *
    14 * Description:  Implementation of VideoPlaybackToolBar
    14 * Description:  Implementation of VideoPlaybackToolBar
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 5 %
    18 // Version : %version: 6 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef VIDEOPLAYBACKTOOLBAR_H_
    22 #ifndef VIDEOPLAYBACKTOOLBAR_H_
    23 #define VIDEOPLAYBACKTOOLBAR_H_
    23 #define VIDEOPLAYBACKTOOLBAR_H_
   103         void rwReleased();
   103         void rwReleased();
   104         void openDetailsView();
   104         void openDetailsView();
   105         void retrieveButtons();
   105         void retrieveButtons();
   106 
   106 
   107     private:
   107     private:
       
   108         void setAspectRatioButton();
       
   109 
       
   110     private:
   108         VideoPlaybackControlsController *mController;
   111         VideoPlaybackControlsController *mController;
   109         HbToolBar                       *mToolBar;
   112         HbToolBar                       *mToolBar;
   110         QTimer                          *mSeekStartTimer;
   113         QTimer                          *mSeekStartTimer;
   111         QTimer                          *mRetrieveButtonTimer;
   114         QTimer                          *mRetrieveButtonTimer;
   112 
   115 
   118 
   121 
   119         bool    mInitialized;
   122         bool    mInitialized;
   120         int     mPosition;
   123         int     mPosition;
   121         int     mDuration;
   124         int     mDuration;
   122         int     mAspectRatio;
   125         int     mAspectRatio;
   123         TReal32 mDisplayAspectRatio;
       
   124 };
   126 };
   125 
   127 
   126 #endif /*VIDEOPLAYBACKTOOLBAR_H_*/
   128 #endif /*VIDEOPLAYBACKTOOLBAR_H_*/