textinput/peninputhwrfscn/inc/peninputhwrfscnlafmanager.h
changeset 0 eb1f2e154e89
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     1 /*
       
     2 * Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0""
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Trigger string
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __PENINPUTHWRFSCNLAFMANAGER_H__
       
    20 #define __PENINPUTHWRFSCNLAFMANAGER_H__
       
    21 
       
    22 /**
       
    23 * Class  PeninputHwrfscnLAFManager
       
    24 *  
       
    25 * Handle the LAF data retrieving and contains a number of static functions
       
    26 *
       
    27 * @lib peninputhwrfscn.lib
       
    28 * @since S60 v5.0
       
    29 */
       
    30 class PeninputHwrfscnLAFManager
       
    31     {
       
    32 public:
       
    33     /**
       
    34     * Get Control bar position
       
    35     *
       
    36     * @since S60 5.0
       
    37     * @return Control bar left top point
       
    38     */
       
    39     static TPoint ControlBarLeftTopPosition();
       
    40     
       
    41     /**
       
    42     * Get Control bar unit size
       
    43     *
       
    44     * @since S60 5.0
       
    45     * @return Control bar unit size
       
    46     */
       
    47     static TRect ControlBarUnitRect();
       
    48     
       
    49     /**
       
    50     * Get candidate unit size
       
    51     *
       
    52     * @since S60 5.0
       
    53     * @return candidate unit size
       
    54     */
       
    55     static TRect CandidateUnitRect();
       
    56     
       
    57     /**
       
    58     * Get the candidate font
       
    59     *
       
    60     * @since S60 5.0
       
    61     * @return candidate font
       
    62     */
       
    63     static const CFont* CandidateFont();
       
    64     
       
    65     /**
       
    66     * Get the scrollBar rect
       
    67     *
       
    68     * @since S60 5.0
       
    69     * @return scrollBarR rect
       
    70     */
       
    71     static TRect ScrollBarRect();
       
    72     
       
    73     /**
       
    74     * Get the candidate button down background color
       
    75     *
       
    76     * @since S60 5.0
       
    77     * @param aBtnDownColor background color
       
    78     */
       
    79     static void CandidateBtnDownBgColor( TRgb& aBtnDownColor );
       
    80     
       
    81     /**
       
    82     * Get the language text color
       
    83     *
       
    84     * @since S60 5.0
       
    85     * @param aTextColor The language text color
       
    86     */
       
    87     static void GetLangTextColor( TRgb& aTextColor );
       
    88     
       
    89     /**
       
    90     * Get the language text shadow color
       
    91     *
       
    92     * @since S60 5.0
       
    93     * @param aTextColor The language text shadow color
       
    94     */
       
    95     static void GetLangShadowTextColor( TRgb& aTextColor );
       
    96     
       
    97     /**
       
    98     * Get he language switch button shadow font
       
    99     *
       
   100     * @since S60 5.0
       
   101     * @return The font pointer for switch button shadow font
       
   102     */
       
   103     static const CFont* LangSwitchButtonShadowFont();
       
   104     
       
   105     /**
       
   106     * Get the language switch button font
       
   107     *
       
   108     * @since S60 5.0
       
   109     * @return The font pointer for switch button font
       
   110     */
       
   111     static const CFont* LangSwitchButtonFont();
       
   112     
       
   113     /**
       
   114     * Get the symbol table font
       
   115     *
       
   116     * @since S60 5.0
       
   117     * @return The font pointer for symbol table
       
   118     */
       
   119     static const CFont* SymbolTableFont();
       
   120     
       
   121     /**
       
   122     * Get the symbol char size offset used by function panel
       
   123     *
       
   124     * @since S60 5.0
       
   125     * @return The size offset 
       
   126     */
       
   127     static TSize GetSymbolTableCharSizeOffset();
       
   128     
       
   129     static TRect MainPaneRect();
       
   130     };
       
   131 
       
   132 #endif // __PENINPUTHWRFSCNLAFMANAGER_H__
       
   133 
       
   134 // End Of File