photosgallery/viewframework/views/metadataview/inc/glxmetadataview.h
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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:  Metadata view implementation
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef C_GLXMETADATAVIEW_H
       
    20 #define C_GLXMETADATAVIEW_H
       
    21 
       
    22 
       
    23 // INCLUDES
       
    24 #include <glxmedialistviewbase.h>
       
    25 
       
    26 // CLASS DECLARATION
       
    27 
       
    28 /**
       
    29  *  Metadata view
       
    30  *
       
    31  */
       
    32 NONSHARABLE_CLASS(CGlxMetadataView) :public CGlxMediaListViewBase
       
    33     {
       
    34 public:
       
    35 
       
    36     /**
       
    37      * Two-phased constructor.
       
    38      *
       
    39      * @return Pointer to newly created object.
       
    40      */
       
    41     IMPORT_C static CGlxMetadataView* NewL( MGlxMediaListFactory* aMediaListFactory );
       
    42 
       
    43     /**
       
    44      * Two-phased constructor.
       
    45      *
       
    46      * @return Pointer to newly created object.
       
    47      */
       
    48     IMPORT_C static CGlxMetadataView* NewLC( MGlxMediaListFactory* aMediaListFactory );
       
    49 
       
    50     /**
       
    51      * Destructor.
       
    52      */
       
    53     virtual ~CGlxMetadataView();
       
    54     
       
    55     };
       
    56 
       
    57 #endif  // C_GLXMETADATAVIEW_H
       
    58 
       
    59 // End of File
       
    60