textinput/peninputfingerhwrar/inc/peninputfingerhwrarevent.h
branchRCL_3
changeset 3 f5a1e66df979
child 5 a47de9135b21
equal deleted inserted replaced
0:eb1f2e154e89 3:f5a1e66df979
       
     1 /*
       
     2 * Copyright (c) 2005-2008 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:  Enum values of events broadcasted by control to observers
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PENINPUTFINGERHWRAREVENT_H
       
    20 #define PENINPUTFINGERHWRAREVENT_H
       
    21 
       
    22 #include <peninputlayoutbasecontrol.h>
       
    23 
       
    24 /**
       
    25  *  TPeninputFingerHwrEvent
       
    26  *
       
    27  *  defines the events from internal controls. Those events are sent 
       
    28  *  by controls via calling ReportEvent() 
       
    29  *
       
    30  *  @lib peninputfingerhwr.lib
       
    31  *  @since S60 v5.0
       
    32  */
       
    33 enum TPeninputFingerHwrEvent
       
    34     {
       
    35     //This definition is user close hwrwnd manully,
       
    36     //and must be reopened by EHwrCmdWindowOpen
       
    37     EHwrEventWindowClose = EEventControlUserBase,
       
    38     
       
    39     //This definition is user select a candidate
       
    40     EHwrEventCandidateSelected,
       
    41     
       
    42     //This definition is user select a predictive
       
    43     EHwrEventPredictiveSelected,
       
    44     
       
    45     //This definition is user click the backspace key
       
    46     EHwrEventKeyBack,
       
    47     
       
    48     //This defintion is user click arrow-down of drop down list
       
    49     EHwrEventGetNextCandidatePage,
       
    50     
       
    51     
       
    52     EHwrEventClose,
       
    53 
       
    54     EHwrEventNavKeyClicked,
       
    55     
       
    56     EHwrEventOutsideEvent,
       
    57     //This definition is the last event
       
    58     EHwrEventLast
       
    59     };
       
    60 
       
    61 #endif //PENINPUTFINGERHWRAREVENT_H
       
    62 
       
    63 // End Of File