fep/aknfep/peninputplugins/peninputimepluginjp/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-2007 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 #include <e32base.h>
       
    32 #include "pluginfepmanagerbase.h"
       
    33 
       
    34 class CPenInputImePluginJp;
       
    35 
       
    36 /**
       
    37  *  CPluginFepManagerHwr is the Japanese VKB layout UI interface 
       
    38  *  "proxy" class.
       
    39  *
       
    40  *  @lib peninputimepluginjp.lib
       
    41  *  @since S60 v3.2
       
    42  */
       
    43 class CPluginFepManagerVkb : public CPluginFepManagerBase
       
    44     {
       
    45 public:
       
    46     /**
       
    47      * Symbian constructor.
       
    48      *
       
    49      * @since S60 v3.2
       
    50      * @param aOwner IME plugin reference 
       
    51      * @param aPenInputServer The pointer of RPeninputServer.
       
    52      * @return Pointer to created CPluginFepManagerHwr object
       
    53      */
       
    54     static CPluginFepManagerVkb* NewL(CPenInputImePluginJp& aOwner,
       
    55                                       RPeninputServer* aPenInputServer);
       
    56 
       
    57 private:
       
    58     /**
       
    59      * C++ default constructor.
       
    60      *
       
    61      * @since S60 v3.2
       
    62      * @param aOwner IME plugin reference 
       
    63      * @param aPenInputServer The pointer of RPeninputServer.
       
    64      */
       
    65      
       
    66     CPluginFepManagerVkb(CPenInputImePluginJp& aOwner,
       
    67                          RPeninputServer* aPenInputServer);
       
    68     };
       
    69 #endif // C_PLUGINFEPMANAGERVKB_H
       
    70 
       
    71 // End Of File