mpxplugins/viewplugins/views/pdsbplaybackview/inc/mpxpdsbplaybackviewlayout.h
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 2007 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:  An interface providing skin and layout data for
       
    15 *                Progressive Download playback view.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef C_CMPXPDSBPLAYBACKVIEWLAYOUT_H
       
    21 #define C_CMPXPDSBPLAYBACKVIEWLAYOUT_H
       
    22 
       
    23 //  INCLUDES
       
    24 #include "mpxcommonplaybackviewlayout.h"
       
    25 
       
    26 // CLASS DECLARATION
       
    27 
       
    28 /**
       
    29 *  An interface providing skin and layout data for playback view.
       
    30 *
       
    31 *  @lib mpxpdsbplaybackview.dll
       
    32 *  @since S60 v5.0
       
    33 */
       
    34 NONSHARABLE_CLASS( CMPXPdSbPlaybackViewLayout ) : public CMPXCommonPlaybackViewLayout
       
    35     {
       
    36 public:
       
    37 
       
    38     /**
       
    39      * Two-phased constructor.
       
    40      *
       
    41      * @since 3.0
       
    42      * @return Pointer to newly created object.
       
    43      */
       
    44     static CMPXPdSbPlaybackViewLayout* NewL();
       
    45 
       
    46     /**
       
    47      * Two-phased constructor.
       
    48      *
       
    49      * @since 3.0
       
    50      * @return Pointer to newly created object.
       
    51      */
       
    52     static CMPXPdSbPlaybackViewLayout* NewLC();
       
    53 
       
    54     /**
       
    55      * Destructor.
       
    56      */
       
    57     ~CMPXPdSbPlaybackViewLayout();
       
    58 
       
    59 private:
       
    60 
       
    61     /**
       
    62      * C++ default constructor.
       
    63      */
       
    64     CMPXPdSbPlaybackViewLayout();
       
    65 
       
    66     /**
       
    67      * By default Symbian 2nd phase constructor is private.
       
    68      */
       
    69     void ConstructL();
       
    70     };
       
    71 
       
    72 #endif  // C_CMPXPDSBPLAYBACKVIEWLAYOUT_H
       
    73 
       
    74 // End of file