videoplayback/videoplaybackview/controlinc/videoplaybackstatuspanecontrol.h
changeset 65 a9d57bd8d7b7
parent 52 e3cecb93e76a
equal deleted inserted replaced
62:0e1e938beb1a 65:a9d57bd8d7b7
    13 *
    13 *
    14 * Description:  Implementation of VideoPlaybackStatusPaneControl
    14 * Description:  Implementation of VideoPlaybackStatusPaneControl
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 11 %
    18 // Version : %version: 12 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef VIDEOPLAYBACKSTATUSPANECONTROL_H_
    22 #ifndef VIDEOPLAYBACKSTATUSPANECONTROL_H_
    23 #define VIDEOPLAYBACKSTATUSPANECONTROL_H_
    23 #define VIDEOPLAYBACKSTATUSPANECONTROL_H_
    36 class VideoPlaybackStatusPaneControl : public VideoPlaybackFullScreenControl
    36 class VideoPlaybackStatusPaneControl : public VideoPlaybackFullScreenControl
    37 {
    37 {
    38     Q_OBJECT
    38     Q_OBJECT
    39 
    39 
    40     public:
    40     public:
    41         VideoPlaybackStatusPaneControl( VideoPlaybackControlsController* controller, 
    41         VideoPlaybackStatusPaneControl( VideoPlaybackControlsController* controller,
    42                                         TVideoPlaybackControls index,
    42                                         TVideoPlaybackControls index,
    43                                         HbWidget* widget, 
    43                                         HbWidget* widget,
    44                                         TUint controlproperties );
    44                                         TUint controlproperties );
    45 
    45 
    46         virtual ~VideoPlaybackStatusPaneControl();
    46         virtual ~VideoPlaybackStatusPaneControl();
    47 
    47 
    48     public:
    48     public:
    69         void handleAboutToShow();
    69         void handleAboutToShow();
    70         void handleAboutToHide();
    70         void handleAboutToHide();
    71         void openFullScreenView();
    71         void openFullScreenView();
    72 
    72 
    73     private:
    73     private:
    74         bool                     mVisible;
       
    75         HbAction                *mActionBack;
    74         HbAction                *mActionBack;
    76         HbLabel                 *mTitleLabel;
    75         HbLabel                 *mTitleLabel;
    77         HbGroupBox              *mTitleGroupBox;
    76         HbGroupBox              *mTitleGroupBox;
    78         QGraphicsWidget         *mTitleLayout;
    77         QGraphicsWidget         *mTitleLayout;
    79 };
    78 };