videoplayback/videoplaybackcontrols/inc/mpxvideoplaybackcontrolpdl.h
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Implementation of CMPXVideoPlaybackControl
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: 3 %
       
    19 
       
    20 
       
    21 
       
    22 #ifndef MPXPLAYBACKCONTROLPDL_H_
       
    23 #define MPXPLAYBACKCONTROLPDL_H_
       
    24 
       
    25 // INCLUDES
       
    26 
       
    27 #include "mpxvideoplaybackcontrol.h"
       
    28 
       
    29 // DATA TYPES
       
    30 
       
    31 // CLASS DECLARATION
       
    32 
       
    33 class CMPXVideoPlaybackControlPdl : public CMPXVideoPlaybackControl
       
    34 {
       
    35     public: // Constructors and destructor
       
    36 
       
    37         /*
       
    38          * Two-phased constructor.
       
    39          */
       
    40         static CMPXVideoPlaybackControlPdl* NewL( CMPXVideoPlaybackControlsController* aController,
       
    41                                                   CCoeControl* aControl,
       
    42                                                   TRect aRect,
       
    43                                                   TMPXVideoPlaybackControls aControlIndex,
       
    44                                                   TUint aProperties );
       
    45 
       
    46         /*
       
    47          * Destructor.
       
    48          */
       
    49         virtual ~CMPXVideoPlaybackControlPdl();
       
    50 
       
    51     private:
       
    52 
       
    53         /*
       
    54          * C++ default constructor.
       
    55          */
       
    56         CMPXVideoPlaybackControlPdl( CMPXVideoPlaybackControlsController* aController,
       
    57                                      CCoeControl* aControl,
       
    58                                      TMPXVideoPlaybackControls aControlIndex,
       
    59                                      TUint aProperties );
       
    60 
       
    61     public:
       
    62 
       
    63         /*
       
    64          *  Sets visibility of each control
       
    65          */
       
    66         void MakeVisible( TBool aVisible );
       
    67 };
       
    68 
       
    69 #endif /*MPXPLAYBACKCONTROLPDL_H_*/
       
    70 
       
    71 // End of File