videoplayback/videoplaybackview/tsrc/teststatuspanecontrol/stub/inc/videoplaybackcontrolscontroller.h
changeset 63 4707a0db12f6
parent 49 824471cb468a
equal deleted inserted replaced
58:d2b028fd1f7d 63:4707a0db12f6
    13 *
    13 *
    14 * Description:  Implementation of VideoPlaybackControlsController
    14 * Description:  Implementation of VideoPlaybackControlsController
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  5 %
    18 // Version : %version:  6 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef VIDEOPLAYBACKCONTROLSCONTROLLER_H_
    22 #ifndef VIDEOPLAYBACKCONTROLSCONTROLLER_H_
    23 #define VIDEOPLAYBACKCONTROLSCONTROLLER_H_
    23 #define VIDEOPLAYBACKCONTROLSCONTROLLER_H_
    95 
    95 
    96         inline VideoBasePlaybackView* view();
    96         inline VideoBasePlaybackView* view();
    97 
    97 
    98         inline bool isFileDetailsAdded();
    98         inline bool isFileDetailsAdded();
    99 
    99 
   100         void changeViewMode( TPlaybackViewMode viewMode, bool transitionEffect = true );
   100         void evaluateAndChangeViewMode( TPlaybackViewMode viewMode, bool transitionEffect = true );
   101 
   101 
   102         TPlaybackViewMode viewMode();
   102         TPlaybackViewMode viewMode();
   103 
   103 
   104     public:
   104     public:
   105         /**
   105         /**