fep/aknfep/peninputplugins/peninputimeplugincn/inc/pluginfepmanagervkb.h
changeset 40 2cb9bae34d17
parent 31 f1bdd6b078d1
child 49 37f5d84451bd
equal deleted inserted replaced
31:f1bdd6b078d1 40:2cb9bae34d17
     1 /*
       
     2 * Copyright (c) 2002-2005 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:            VKB layout UI class header
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 #ifndef C_PLUGINFEPMANAGERVKB_H
       
    29 #define C_PLUGINFEPMANAGERVKB_H
       
    30 
       
    31 // System includes
       
    32 #include <e32base.h>
       
    33 
       
    34 // User includes
       
    35 #include "pluginfepmanagerbase.h"
       
    36 
       
    37 class CPenInputImePluginCn;
       
    38 
       
    39 /**
       
    40  *  CPluginFepManagerHwr is the chinese VKB layout UI interface 
       
    41  *  "proxy" class.
       
    42  *
       
    43  *  @lib peninputimeplugincn.lib
       
    44  *  @since S60 v3.2
       
    45  */
       
    46 class CPluginFepManagerVkb : public CPluginFepManagerBase
       
    47     {
       
    48 public:
       
    49     /**
       
    50      * Symbian constructor.
       
    51      *
       
    52      * @since S60 v3.2
       
    53      * @param aOwner IME plugin reference 
       
    54      * @param aPenInputServer The pointer of RPeninputServer.
       
    55      * @return Pointer to created CPluginFepManagerHwr object
       
    56      */
       
    57     static CPluginFepManagerVkb* NewL( CPenInputImePluginCn& aOwner,
       
    58                                        RPeninputServer* aPenInputServer);
       
    59 
       
    60 private:
       
    61     /**
       
    62      * C++ default constructor.
       
    63      *
       
    64      * @since S60 v3.2
       
    65      * @param aOwner IME plugin reference 
       
    66      * @param aPenInputServer The pointer of RPeninputServer.
       
    67      */
       
    68      
       
    69     CPluginFepManagerVkb(CPenInputImePluginCn& aOwner,
       
    70                          RPeninputServer* aPenInputServer);
       
    71     };
       
    72 #endif // C_PLUGINFEPMANAGERVKB_H
       
    73 
       
    74 // End Of File