textinput/peninputfingerhwr/inc/peninputfingerhwr.rh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:02:04 +0200
changeset 0 eb1f2e154e89
permissions -rw-r--r--
Revision: 201003 Kit: 201005

/*
* Copyright (c) 2009 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 peninputfingerhwr
*
*/

#ifndef PENINPUTFINGERHWR_RH
#define PENINPUTFINGERHWR_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;
    }    
    

STRUCT AKN_FEP_FINGERHWR_GUIDELINE_IMAGE
    {
    LTEXT bmpfile="";
    LONG imgmajorskinid=0xffff;
    WORD colorgroup=29;
    
    WORD guidelineimg=0xffff;
    WORD guidelinemask=0xffff;
    WORD guidelineskinid=0xffff;    
    }   

#endif // PENINPUTFINGERHWR_RH

// End Of File