mpxplugins/viewplugins/inc/mpxembeddedplaybackview.h
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 2006 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:  MPX embedded playback view implementation
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef C_CMPXEMBEDDEDPLAYBACKVIEW_H
       
    21 #define C_CMPXEMBEDDEDPLAYBACKVIEW_H
       
    22 
       
    23 
       
    24 // INCLUDES
       
    25 #include "mpxcommonplaybackviewimp.h"
       
    26 
       
    27 // CLASS DECLARATION
       
    28 
       
    29 /**
       
    30  *  MPX embedded playback view.
       
    31  *
       
    32  *  @lib mpxembeddedplaybackview.lib
       
    33  *  @since S60 v3.0
       
    34  */
       
    35 NONSHARABLE_CLASS( CMPXEmbeddedPlaybackView ) : public CMPXCommonPlaybackViewImp
       
    36     {
       
    37 public:
       
    38 
       
    39     /**
       
    40      * Two-phased constructor.
       
    41      *
       
    42      * @since 3.0
       
    43      * @return Pointer to newly created object.
       
    44      */
       
    45     IMPORT_C static CMPXEmbeddedPlaybackView* NewL();
       
    46 
       
    47     /**
       
    48      * Two-phased constructor.
       
    49      *
       
    50      * @since 3.0
       
    51      * @return Pointer to newly created object.
       
    52      */
       
    53     IMPORT_C static CMPXEmbeddedPlaybackView* NewLC();
       
    54 
       
    55     /**
       
    56      * Destructor.
       
    57      */
       
    58     virtual ~CMPXEmbeddedPlaybackView();
       
    59     };
       
    60 
       
    61 #endif  // C_CMPXEMBEDDEDPLAYBACKVIEW_H
       
    62 
       
    63 // End of File