textinput/peninputfingerhwrar/inc/peninputfingerhwrar.rh
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:  Resource headers for project peninputfingerhwrar
*
*/


#ifndef PENINPUTFINGERHWRAR_RH
#define PENINPUTFINGERHWRAR_RH

// ---------------------------------------------------------------------------
// virtual key info
// ---------------------------------------------------------------------------
//
STRUCT PENINPUT_FINGERHWR_KEYPAD_KEY
    {
    LTEXT leftstr = "";
    LTEXT rightstr1 = "";
    LTEXT rightstr2 = "";
    LTEXT rightstr3 = "";
    WORD scancode = 0;
    }

// ---------------------------------------------------------------------------
// virtual keypad info
// ---------------------------------------------------------------------------
//
STRUCT PENINPUT_FINGERHWR_KEYPAD
    {
    STRUCT keys[];
    }


// ---------------------------------------------------------------------------
// fingerhwr main windows appearance
// ---------------------------------------------------------------------------
//
STRUCT AKN_FEP_FINGERHWR_WINDOW
    {
    WORD supportskin = 0xffff;

    LLINK shadow;
    LLINK icfimage;
    LLINK boxwnd;
    LLINK bgimage=0;
    }

// ---------------------------------------------------------------------------
// writing box colors
// ---------------------------------------------------------------------------
//
STRUCT AKN_FEP_FINGERHWR_BOXWINDOW
    {
    LONG colormajorskinid = 0xffff;
    WORD boxbgcolorgrp = 0xffff;
    WORD boxbgcoloridx = 0xffff;
    WORD boxframecolorgrp = 0xffff;
    WORD boxframecoloridx = 0xffff;
    }

// ---------------------------------------------------------------------------
// icf colors
// ---------------------------------------------------------------------------
//
STRUCT AKN_FEP_FINGERHWR_ICF
    {
    LONG colormajorskinid = 0xffff;
    WORD textcolorgrp = 0xffff;
    WORD textcoloridx = 0xffff;
    WORD bordercolorgrp = 0xffff;
    WORD bordercoloridx = 0xffff;
    }    
    
// -----------------------------------------------------------------------------
// AKN_FEP_COLOR_ICON_IMAGE
// Resource definition for color icon
// -----------------------------------------------------------------------------
//
STRUCT AKN_FEP_FINGERHWR_ICON_IMAGE
	{
	LTEXT bmpfile="";
	LONG imgmajorskinid=0xffff;
	WORD colorgroup=DEFAULT_ICON_COLOR_GROUP;

	WORD iconimage=0xffff;
	WORD iconimagemsk=0xffff;
	WORD iconimageskinid=0xffff;    
   	}
#endif // PENINPUTFINGERHWRAR_RH

// End Of File