textinput/peninputgenericitut/inc/peninputgenericitutlayoutimp.h
changeset 0 eb1f2e154e89
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     1 /*
       
     2 * Copyright (c) 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:
       
    15 *
       
    16 */
       
    17 #ifndef C_VIRTUALITUTLAYOUTIMP_H
       
    18 #define C_VIRTUALITUTLAYOUTIMP_H
       
    19 
       
    20 #include <peninputlayoutplugininterface.h>
       
    21 #include <peninputlayout.h>
       
    22 
       
    23 class CVirtualItutLayoutImp : public CFepUiLayoutInterface
       
    24     {
       
    25 public:
       
    26 
       
    27     /**
       
    28      * Two-phased constructor
       
    29      *
       
    30      * @since S60 v3.2
       
    31      * @param aInitParams Init data for layout
       
    32      * @return Pointer to created CVirtualItutLayoutImp object
       
    33      */
       
    34     static CVirtualItutLayoutImp* NewL(TAny* aInitParams);
       
    35 
       
    36     /**
       
    37      * Destructor
       
    38      *
       
    39      * @since S60 v3.2
       
    40      * @return None
       
    41      */    
       
    42     ~CVirtualItutLayoutImp();
       
    43 
       
    44     // From base class CFepUiLayoutInterface
       
    45     /**
       
    46      * From CFepUiLayoutInterface
       
    47      * Create fep ui layout
       
    48      *
       
    49      * @since S60 v3.2
       
    50      * @param aLayoutOwner The layout owner
       
    51      * @param aData The data for creating layout
       
    52      * @return Pointer to created CFepUiLayout object
       
    53      */
       
    54     CFepUiLayout* CreateFepUiLayoutL(MLayoutOwner* aLayoutOwner,
       
    55                                      const TAny* aData);
       
    56 
       
    57 private:
       
    58 
       
    59     /**
       
    60      * Constructor
       
    61      *
       
    62      * @since S60 v3.2
       
    63      * @return None
       
    64      */          
       
    65     CVirtualItutLayoutImp();
       
    66 
       
    67     /**
       
    68      * Second-phased constructor
       
    69      *
       
    70      * @since S60 v3.2
       
    71      * @return None
       
    72      */          
       
    73     void ConstructL();
       
    74     };
       
    75 
       
    76 #endif // C_VIRTUALITUTLAYOUTIMP_H