photosgallery/viewframework/plugins/fullscreenviewplugin/inc/glxtagfullscreenviewplugin.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:    MPX FullScreen view plugin definition.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 // INCLUDES
       
    22 #include <glxfullscreenviewpluginbase.h>
       
    23 
       
    24 #ifndef C_GLXTESTFULLSCREENVIEWPLUGIN_H
       
    25 #define C_GLXTESTFULLSCREENVIEWPLUGIN_H
       
    26 
       
    27 // CLASS DECLARATION
       
    28 
       
    29 
       
    30 /**
       
    31  * CGlxTagFullScreenViewPlugin
       
    32  */
       
    33  /*  MPX Collection view plugin definition.
       
    34  *
       
    35  *  @lib mpxcollectionviewplugin.lib
       
    36  *  @since S60 v3.0
       
    37  */
       
    38 NONSHARABLE_CLASS( CGlxTagFullScreenViewPlugin ) : public CGlxFullScreenViewPluginBase
       
    39     {
       
    40      //Unit Testing
       
    41             
       
    42      friend class ut_CGlxTagFullScreenViewPlugin;
       
    43 public:
       
    44     /**
       
    45      * Two-phased constructor.
       
    46      *
       
    47      * @since 3.0
       
    48      * @return Pointer to newly created object.
       
    49      */
       
    50     static CGlxTagFullScreenViewPlugin* NewL();
       
    51  
       
    52     /**
       
    53      * Destructor.
       
    54      */
       
    55     virtual ~CGlxTagFullScreenViewPlugin();
       
    56 
       
    57 private:
       
    58 	   //From CGlxFullScreenViewPluginBase	
       
    59      /**
       
    60      * Adds Command Handlers to the view
       
    61      */
       
    62     void AddCommandHandlersL();
       
    63     /**
       
    64      * Define the resource file
       
    65      * @param filename
       
    66      */    
       
    67     void GetResourceFilenameL(TFileName& aResFile);
       
    68     
       
    69 private:
       
    70     /**
       
    71      * C++ default constructor.
       
    72      */
       
    73     CGlxTagFullScreenViewPlugin();
       
    74 
       
    75     /**
       
    76      * By default Symbian 2nd phase constructor is private.
       
    77      */
       
    78     void ConstructL();     
       
    79     };
       
    80 
       
    81 #endif  // C_GLXTESTFULLSCREENVIEWPLUGIN_H
       
    82 
       
    83 // End of File