videoplayback/hbvideoplaybackview/controlinc/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: da1mmcf#6 %
    18 // Version : %version: da1mmcf#7 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef MPXVIDEOPLAYBACKCONTROLCONFIGURATION_H_
    22 #ifndef MPXVIDEOPLAYBACKCONTROLCONFIGURATION_H_
    23 #define MPXVIDEOPLAYBACKCONTROLCONFIGURATION_H_
    23 #define MPXVIDEOPLAYBACKCONTROLCONFIGURATION_H_
    61         */
    61         */
    62         QList<TMPXVideoPlaybackControls>& controlList();
    62         QList<TMPXVideoPlaybackControls>& controlList();
    63 
    63 
    64         void updateControlsWithFileDetails();
    64         void updateControlsWithFileDetails();
    65 
    65 
    66     private:
       
    67         /**
    66         /**
    68         * Create control list
    67         * Create control list
    69         */
    68         */
    70         void createControlList();
    69         void createControlList();
       
    70 		
       
    71     private:
    71 
    72 
    72         /**
    73         /**
    73         * Delete controls from list
    74         * Delete controls from list
    74         */
    75         */
    75         void deleteControlFromList( TMPXVideoPlaybackControls control );
    76         void deleteControlFromList( TMPXVideoPlaybackControls control );