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