textinput/peninputfingerhwrar/inc/peninputfingerhwrarevent.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 31 Mar 2010 22:08:20 +0300
branchRCL_3
changeset 7 6defe5d1bd39
parent 5 a47de9135b21
permissions -rw-r--r--
Revision: 201011 Kit: 201013

/*
* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Enum values of events broadcasted by control to observers
*
*/


#ifndef PENINPUTFINGERHWRAREVENT_H
#define PENINPUTFINGERHWRAREVENT_H

#include <peninputlayoutbasecontrol.h>

/**
 *  TPeninputFingerHwrEvent
 *
 *  defines the events from internal controls. Those events are sent 
 *  by controls via calling ReportEvent() 
 *
 *  @lib peninputfingerhwrar.lib
 *  @since S60 v5.0
 */
enum TPeninputFingerHwrEvent
    {
    //This definition is user close hwrwnd manully,
    //and must be reopened by EHwrCmdWindowOpen
    EHwrEventWindowClose = EEventControlUserBase,
    
    //This definition is user select a candidate
    EHwrEventCandidateSelected,
    
    //This definition is user select a predictive
    EHwrEventPredictiveSelected,
    
    //This definition is user click the backspace key
    EHwrEventKeyBack,
    
    //This defintion is user click arrow-down of drop down list
    EHwrEventGetNextCandidatePage,
    
    // close penui layout
    EHwrEventClose,
    
	// arrow control clicked
    EHwrEventNavKeyClicked,
	
	// the event is sent out when clicking the screen outside of the symbol table
    EHwrEventOutsideEvent,
	
    //This definition is the last event
    EHwrEventLast
    };

#endif //PENINPUTFINGERHWRAREVENT_H

// End Of File