textinput/peninputfingerhwrar/inc/peninputfingerhwrarcontrolid.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 23:09:27 +0200
branchRCL_3
changeset 3 f5a1e66df979
child 5 a47de9135b21
permissions -rw-r--r--
Revision: 201003 Kit: 201007

/*
* Copyright (c) 2005-2008 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 control id in fingerhwr hwr pluggin
*
*/

#ifndef PENINPUTFINGERHWRARCONTROLID_H
#define PENINPUTFINGERHWRARCONTROLID_H

/**
 *  TPenInputFingerHwrCtrlId
 *
 *  defines the controlid of full screen hwr
 *
 *  @lib peninputfingerhwr.lib
 *  @since S60 v5.0
 */
enum TPenInputFingerHwrCtrlId
    {
    EHwrCtrlIdHwrWindow,
    EHwrCtrlIdWritingBox,
	EHwrCtrlIdHandwringIndicator,
    EHwrCtrlIdInputContextField,
    EHwrCtrlIdTouchInputOption,
    
    EHwrCtrlIdCandidateList,
    EHwrCtrlIdNumCandidateList,
    EHwrCtrlIdBackspace,
    EHwrCtrlIdLanguageOption,
    EHwrCtrlIdInputLangSwitcher,
    EHwrCtrlIdVkbSwitcher,
    EHwrCtrlIdClose,

    
    EHwrCtrlIdSymbolTableVkb,
    EHwrCtrlIdSymbolTableVkbGroup,
	EHwrCtrlIdSctpad,
    EHwrCtrlIdSymbolButton,
    
    EHwrCtrlIdInputModeSwitcher,
    EHwrCtrlIdArrowLeft,
    EHwrCtrlIdArrowRight,
    EHwrCtrlIdArrowUp,
    EHwrCtrlIdArrowDown,
    
	EHwrCtrlIdBtnEnter,
	EHwrCtrlIdBtnSpace,
    EHwrCtrlId3Page1Btn,
    EHwrCtrlId3Page2Btn,
    EHwrCtrlId3Page3Btn,
	EHwrCtrlId2Page1Btn,
	EHwrCtrlId2Page2Btn
    };
#endif //PENINPUTFINGERHWRARCONTROLID_H

// End Of File