textinput/peninputfingerhwrar/inc/peninputfingerhwrarcontrolid.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 25 May 2010 13:03:44 +0300
branchRCL_3
changeset 19 5e18d8c489d6
parent 10 6defe5d1bd39
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

/*
* 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 control id in arabic fingerhwr hwr pluggin
*
*/

#ifndef PENINPUTFINGERHWRARCONTROLID_H
#define PENINPUTFINGERHWRARCONTROLID_H

/**
 *  TPenInputFingerHwrCtrlId
 *
 *  defines the controlid of full screen hwr
 *
 *  @lib peninputfingerhwrar.lib
 * @since Symbian TB9.2
 */
enum TPenInputFingerHwrCtrlId
    {
    EHwrCtrlIdHwrWindow,
    EHwrCtrlIdWritingBox,
	EHwrCtrlIdHandwringIndicator,
    EHwrCtrlIdInputContextField,
    EHwrCtrlIdTouchInputOption,
    
    EHwrCtrlIdCandidateList,
    EHwrCtrlIdNumCandidateList,
    EHwrCtrlIdBackspace,
    EHwrCtrlIdLanguageOption,
    EHwrCtrlIdClose,

    
    EHwrCtrlIdSymbolTableVkb,
    EHwrCtrlIdSymbolTableVkbGroup,
    EHwrCtrlIdSymbolButton,
    
    EHwrCtrlIdArrowLeft,
    EHwrCtrlIdArrowRight,
    EHwrCtrlIdBtnEnter,
    EHwrCtrlIdBtnSpace,
    
    EHwrCtrlId3Page1Btn,
    EHwrCtrlId3Page2Btn,
    EHwrCtrlId3Page3Btn,
	EHwrCtrlId2Page1Btn,
	EHwrCtrlId2Page2Btn,
	EHwrCtrlIdNumSymbolTableVkb,
	EHwrCtrlIdNumSymbolTableVkbGroup
    };
#endif //PENINPUTFINGERHWRARCONTROLID_H

// End Of File