textinput/peninputgenericitut/inc/peninputitutwesternuistatenonpredict.h
changeset 0 eb1f2e154e89
child 8 4eb1ae11334f
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 
       
    18 #ifndef C_WESTERNITUTUISTATENONPREDICT_H
       
    19 #define C_WESTERNITUTUISTATENONPREDICT_H
       
    20 
       
    21 #include "peninputgenericitutuistatebase.h"
       
    22 
       
    23 class CFepLayoutMultiLineIcf;
       
    24 
       
    25 class CWesternItutUiStateNonPredict : public CGenericItutUiStateBase
       
    26     {
       
    27 public:
       
    28     static CWesternItutUiStateNonPredict* NewL(CGenericItutUiMgrBase* aOwner);
       
    29 
       
    30     ~CWesternItutUiStateNonPredict();
       
    31 
       
    32     void OnExit();
       
    33 
       
    34     void OnEntryL();
       
    35 
       
    36     CGenericItutUiMgrBase::TUiState StateType();
       
    37 
       
    38     TInt HandleCommandL(TInt aCmd, TUint8* aData);
       
    39 
       
    40     TBool HandleCtrlEventL(TInt aEventType, CFepUiBaseCtrl* aCtrl, const TDesC& aEventData);
       
    41 
       
    42 protected:
       
    43     CWesternItutUiStateNonPredict(CGenericItutUiMgrBase* aOwner);
       
    44 
       
    45 private:
       
    46     CFepLayoutMultiLineIcf* iIcf;
       
    47     TBool iConsumeLastKeyDown;
       
    48     };
       
    49 
       
    50 #endif //C_WESTERNITUTUISTATENONPREDICT_H