textinput/peninputgenericitut/inc/peninputgenericitutlayoutimp.h
changeset 0 eb1f2e154e89
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/textinput/peninputgenericitut/inc/peninputgenericitutlayoutimp.h	Tue Feb 02 01:02:04 2010 +0200
@@ -0,0 +1,76 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0""
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+#ifndef C_VIRTUALITUTLAYOUTIMP_H
+#define C_VIRTUALITUTLAYOUTIMP_H
+
+#include <peninputlayoutplugininterface.h>
+#include <peninputlayout.h>
+
+class CVirtualItutLayoutImp : public CFepUiLayoutInterface
+    {
+public:
+
+    /**
+     * Two-phased constructor
+     *
+     * @since S60 v3.2
+     * @param aInitParams Init data for layout
+     * @return Pointer to created CVirtualItutLayoutImp object
+     */
+    static CVirtualItutLayoutImp* NewL(TAny* aInitParams);
+
+    /**
+     * Destructor
+     *
+     * @since S60 v3.2
+     * @return None
+     */    
+    ~CVirtualItutLayoutImp();
+
+    // From base class CFepUiLayoutInterface
+    /**
+     * From CFepUiLayoutInterface
+     * Create fep ui layout
+     *
+     * @since S60 v3.2
+     * @param aLayoutOwner The layout owner
+     * @param aData The data for creating layout
+     * @return Pointer to created CFepUiLayout object
+     */
+    CFepUiLayout* CreateFepUiLayoutL(MLayoutOwner* aLayoutOwner,
+                                     const TAny* aData);
+
+private:
+
+    /**
+     * Constructor
+     *
+     * @since S60 v3.2
+     * @return None
+     */          
+    CVirtualItutLayoutImp();
+
+    /**
+     * Second-phased constructor
+     *
+     * @since S60 v3.2
+     * @return None
+     */          
+    void ConstructL();
+    };
+
+#endif // C_VIRTUALITUTLAYOUTIMP_H
\ No newline at end of file