diff -r 0f326f2e628e -r a7632c26d895 fep/aknfep/inc/AknFepThaiSCTSelector.h --- a/fep/aknfep/inc/AknFepThaiSCTSelector.h Fri Jul 23 16:49:01 2010 +0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,78 +0,0 @@ -/* -* Copyright (c) 2003 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: -* -*/ - - - - - - - - - - - - -#ifndef __AKN_FEP_THAI_SCT_SELECTOR__ -#define __AKN_FEP_THAI_SCT_SELECTOR__ - -#include -#include - -enum AknFepSCTThaiGlyphTypes - { - EAknFepThaiCharNon, - EAknFepThaiCharCons, - EAknFepThaiCharLV, - EAknFepThaiCharFV1, - EAknFepThaiCharFV2, - EAknFepThaiCharFV3, - EAknFepThaiCharBV1, - EAknFepThaiCharBV2, - EAknFepThaiCharBD, - EAknFepThaiCharTone, - EAknFepThaiCharAD1, - EAknFepThaiCharAD2, - EAknFepThaiCharAD3, - EAknFepThaiCharAV1, - EAknFepThaiCharAV2, - EAknFepThaiCharAV3, - EAknFepThaiCharNonThai, - }; - -class CAknFepThaiSCTSelector : public CBase - { - public: - - TInt ThaiSCRResourceId(TUint aPrevGlyph, TInt aKey); - - static CAknFepThaiSCTSelector* NewL(); - - ~CAknFepThaiSCTSelector(); - - private: - - CAknFepThaiSCTSelector(); - - AknFepSCTThaiGlyphTypes ThaiGlyphType(TUint aGlyph); - - TInt ThaiSctCharMap(enum AknFepSCTThaiGlyphTypes aGlyphType, TInt aKey); - - }; - -#endif // __AKN_FEP_UI_THAI_CHARACTER_MAP_SELECTOR__ - -// End of file