videoplayback/hbvideoplaybackview/controlinc/mpxvideoplaybacktoolbar.h
changeset 39 f6d44a0cd476
parent 37 4eb2df7f7cbe
equal deleted inserted replaced
38:ff53afa8ad05 39:f6d44a0cd476
    13 *
    13 *
    14 * Description:  Implementation of QMPXVideoPlaybackToolBar
    14 * Description:  Implementation of QMPXVideoPlaybackToolBar
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 2 %
    18 // Version : %version: 3 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef MPXVIDEOPLAYBACKTOOLBAR_H_
    22 #ifndef MPXVIDEOPLAYBACKTOOLBAR_H_
    23 #define MPXVIDEOPLAYBACKTOOLBAR_H_
    23 #define MPXVIDEOPLAYBACKTOOLBAR_H_
   112         QList<HbToolButton*>                 mButtons;
   112         QList<HbToolButton*>                 mButtons;
   113 
   113 
   114         TMPXSeekingState                     mSeekingState;
   114         TMPXSeekingState                     mSeekingState;
   115 
   115 
   116         bool    mInitialized;
   116         bool    mInitialized;
   117         bool    mNeverVisibled;
       
   118         int     mPosition;
   117         int     mPosition;
   119         int     mDuration;
   118         int     mDuration;
   120         int     mAspectRatio;
   119         int     mAspectRatio;
   121         TReal32 mDisplayAspectRatio;
   120         TReal32 mDisplayAspectRatio;
   122 };
   121 };