videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/stub/inc/mpxvideoplaybackcontrolconfiguration.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    13 *
    13 *
    14 * Description:  Implementation of CMPXVideoPlaybackControlConfiguration
    14 * Description:  Implementation of CMPXVideoPlaybackControlConfiguration
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  1 %
    18 // Version : %version:  2 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef MPXVIDEOPLAYBACKCONTROLCONFIGURATION_H_
    22 #ifndef MPXVIDEOPLAYBACKCONTROLCONFIGURATION_H_
    23 #define MPXVIDEOPLAYBACKCONTROLCONFIGURATION_H_
    23 #define MPXVIDEOPLAYBACKCONTROLCONFIGURATION_H_
    62         */
    62         */
    63         QList<TMPXVideoPlaybackControls>& controlList();
    63         QList<TMPXVideoPlaybackControls>& controlList();
    64 
    64 
    65         void updateControlsWithFileDetails();
    65         void updateControlsWithFileDetails();
    66 
    66 
    67     private:
       
    68         /**
    67         /**
    69         * Create control list
    68         * Create control list
    70         */
    69         */
    71         void createControlList();
    70         void createControlList();
       
    71 
       
    72     private:
    72 
    73 
    73         /**
    74         /**
    74         * Delete controls from list
    75         * Delete controls from list
    75         */
    76         */
    76         void deleteControlFromList( TMPXVideoPlaybackControls control );
    77         void deleteControlFromList( TMPXVideoPlaybackControls control );