uiresources_plat/layout_data_api/inc/aknlayout.cdl.h
changeset 0 05e9090e2422
child 21 4ab28fdd25ad
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 *
       
    16 */
       
    17 
       
    18 // It contains the client API.
       
    19 // It should not be modified manually.
       
    20 
       
    21 #ifndef AKNLAYOUT_CDL
       
    22 #define AKNLAYOUT_CDL
       
    23 
       
    24 #include <CdlEngine.h>
       
    25 #include <AknLayout.cdl.common.h>
       
    26 
       
    27 namespace AknLayout
       
    28 {
       
    29 
       
    30 class CInstance;
       
    31 
       
    32 // Standard interface functions 
       
    33 inline void LoadCustomisationL(const TCdlRef& aRef)                          { CdlEngine::LoadCustomisationL(aRef); }
       
    34 inline void LoadCustomisationL(const TDesC& aLibName, TInt aInstId)          { TCdlRef ref = { aInstId, { KCdlInterfaceUidValue }, &aLibName }; LoadCustomisationL(ref); }
       
    35 inline void RequireCustomisationL()                                          { CdlEngine::RequireCustomisationL(&KCdlInterface); }
       
    36 inline TBool IsCustomisationStarted()                                        { return CdlEngine::IsCustomisationStarted(&KCdlInterface); }
       
    37 inline const CInstance& CustomisationInstance()                              { return (const CInstance&)(CdlEngine::CustomisationInstance(KCdlInterfaceUid)); }
       
    38 inline void SetCustomisationChangeObserverL(MCdlChangeObserver* aObserver)   { CdlEngine::SetCustomisationChangeObserverL(aObserver, KCdlInterfaceUid); }
       
    39 
       
    40 inline const TCdlRef& LastAccessedRef()                                      { return CdlEngine::LastAccessedRef(KCdlInterfaceUid); }
       
    41 inline void FileNameRelativeToLastAccessedInstance(TFileName& aFileName)     { CdlEngine::FileNameRelativeToLastAccessedInstance(KCdlInterfaceUid, aFileName); }
       
    42 
       
    43 
       
    44 // CDL API functions, as defined in aknlayout.cdl
       
    45 
       
    46 // LAF Table : Screen dimensions
       
    47 inline TAknWindowLineLayout screen()		{ return (*(Tscreen_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_screen)))(); }
       
    48 
       
    49 // LAF Table : Application window dimensions
       
    50 inline TAknWindowLineLayout application_window(const TRect& aParentRect)		{ return (*(Tapplication_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_application_window)))(aParentRect); }
       
    51 
       
    52 // LAF Table : Application window descendants
       
    53 inline TAknWindowLineLayout status_pane(const TRect& aParentRect, TInt aIndex_H)		{ return (*(Tstatus_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_pane)))(aParentRect, aIndex_H); }
       
    54 
       
    55 inline TAknWindowLineLayout main_pane(const TRect& aParentRect, TInt aCommon1, TInt aIndex_t, TInt aIndex_b)		{ return (*(Tmain_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane)))(aParentRect, aCommon1, aIndex_t, aIndex_b); }
       
    56 
       
    57 inline TAknWindowLineLayout control_pane(const TRect& aParentRect)		{ return (*(Tcontrol_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane)))(aParentRect); }
       
    58 
       
    59 // LAF Table : Status pane descendants
       
    60 inline TAknWindowLineLayout signal_pane(const TRect& aParentRect)		{ return (*(Tsignal_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane)))(aParentRect); }
       
    61 
       
    62 inline TAknWindowLineLayout context_pane(const TRect& aParentRect, TInt aIndex_W)		{ return (*(Tcontext_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_context_pane)))(aParentRect, aIndex_W); }
       
    63 
       
    64 inline TAknWindowLineLayout title_pane(TInt aCommon1)		{ return (*(Ttitle_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane)))(aCommon1); }
       
    65 
       
    66 inline TAknWindowLineLayout battery_pane(const TRect& aParentRect)		{ return (*(Tbattery_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane)))(aParentRect); }
       
    67 
       
    68 inline TAknWindowLineLayout uni_indicator_pane(const TRect& aParentRect)		{ return (*(Tuni_indicator_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane)))(aParentRect); }
       
    69 
       
    70 inline TAknWindowLineLayout navi_pane(TInt aCommon1)		{ return (*(Tnavi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane)))(aCommon1); }
       
    71 
       
    72 // LAF Table : Status pane elements
       
    73 inline TAknWindowLineLayout Status_pane_elements_Line_1()		{ return (*(TStatus_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Status_pane_elements_Line_1)))(); }
       
    74 
       
    75 inline TAknWindowLineLayout Status_pane_elements_Line_2()		{ return (*(TStatus_pane_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Status_pane_elements_Line_2)))(); }
       
    76 
       
    77 inline TAknLayoutTableLimits Status_pane_elements_Limits()		{ return (*(TStatus_pane_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Status_pane_elements_Limits)))(); }
       
    78 
       
    79 inline TAknWindowLineLayout Status_pane_elements(TInt aLineIndex)		{ return (*(TStatus_pane_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Status_pane_elements)))(aLineIndex); }
       
    80 
       
    81 // LAF Table : Signal pane elements
       
    82 inline TAknWindowLineLayout Signal_pane_elements_Line_1()		{ return (*(TSignal_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Signal_pane_elements_Line_1)))(); }
       
    83 
       
    84 inline TAknWindowLineLayout Signal_pane_elements_Line_2()		{ return (*(TSignal_pane_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Signal_pane_elements_Line_2)))(); }
       
    85 
       
    86 inline TAknLayoutTableLimits Signal_pane_elements_Limits()		{ return (*(TSignal_pane_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Signal_pane_elements_Limits)))(); }
       
    87 
       
    88 inline TAknWindowLineLayout Signal_pane_elements(TInt aLineIndex)		{ return (*(TSignal_pane_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Signal_pane_elements)))(aLineIndex); }
       
    89 
       
    90 // LAF Table : Signal strength area values
       
    91 inline TAknWindowLineLayout Signal_strength_area_values_Line_1()		{ return (*(TSignal_strength_area_values_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Signal_strength_area_values_Line_1)))(); }
       
    92 
       
    93 inline TAknWindowLineLayout Signal_strength_area_values_Line_2()		{ return (*(TSignal_strength_area_values_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Signal_strength_area_values_Line_2)))(); }
       
    94 
       
    95 inline TAknWindowLineLayout Signal_strength_area_values_Line_3()		{ return (*(TSignal_strength_area_values_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Signal_strength_area_values_Line_3)))(); }
       
    96 
       
    97 inline TAknWindowLineLayout Signal_strength_area_values_Line_4()		{ return (*(TSignal_strength_area_values_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Signal_strength_area_values_Line_4)))(); }
       
    98 
       
    99 inline TAknWindowLineLayout Signal_strength_area_values_Line_5()		{ return (*(TSignal_strength_area_values_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Signal_strength_area_values_Line_5)))(); }
       
   100 
       
   101 inline TAknWindowLineLayout Signal_strength_area_values_Line_6()		{ return (*(TSignal_strength_area_values_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Signal_strength_area_values_Line_6)))(); }
       
   102 
       
   103 inline TAknWindowLineLayout Signal_strength_area_values_Line_7()		{ return (*(TSignal_strength_area_values_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Signal_strength_area_values_Line_7)))(); }
       
   104 
       
   105 inline TAknWindowLineLayout Signal_strength_area_values_Line_8()		{ return (*(TSignal_strength_area_values_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Signal_strength_area_values_Line_8)))(); }
       
   106 
       
   107 inline TAknLayoutTableLimits Signal_strength_area_values_Limits()		{ return (*(TSignal_strength_area_values_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Signal_strength_area_values_Limits)))(); }
       
   108 
       
   109 inline TAknWindowLineLayout Signal_strength_area_values(TInt aLineIndex)		{ return (*(TSignal_strength_area_values_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Signal_strength_area_values)))(aLineIndex); }
       
   110 
       
   111 // LAF Table : Battery pane elements
       
   112 inline TAknWindowLineLayout Battery_pane_elements_Line_1()		{ return (*(TBattery_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Battery_pane_elements_Line_1)))(); }
       
   113 
       
   114 inline TAknWindowLineLayout Battery_pane_elements_Line_2()		{ return (*(TBattery_pane_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Battery_pane_elements_Line_2)))(); }
       
   115 
       
   116 inline TAknLayoutTableLimits Battery_pane_elements_Limits()		{ return (*(TBattery_pane_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Battery_pane_elements_Limits)))(); }
       
   117 
       
   118 inline TAknWindowLineLayout Battery_pane_elements(TInt aLineIndex)		{ return (*(TBattery_pane_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Battery_pane_elements)))(aLineIndex); }
       
   119 
       
   120 // LAF Table : Battery strength area values
       
   121 inline TAknWindowLineLayout Battery_strength_area_values_Line_1()		{ return (*(TBattery_strength_area_values_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Battery_strength_area_values_Line_1)))(); }
       
   122 
       
   123 inline TAknWindowLineLayout Battery_strength_area_values_Line_2()		{ return (*(TBattery_strength_area_values_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Battery_strength_area_values_Line_2)))(); }
       
   124 
       
   125 inline TAknWindowLineLayout Battery_strength_area_values_Line_3()		{ return (*(TBattery_strength_area_values_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Battery_strength_area_values_Line_3)))(); }
       
   126 
       
   127 inline TAknWindowLineLayout Battery_strength_area_values_Line_4()		{ return (*(TBattery_strength_area_values_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Battery_strength_area_values_Line_4)))(); }
       
   128 
       
   129 inline TAknWindowLineLayout Battery_strength_area_values_Line_5()		{ return (*(TBattery_strength_area_values_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Battery_strength_area_values_Line_5)))(); }
       
   130 
       
   131 inline TAknWindowLineLayout Battery_strength_area_values_Line_6()		{ return (*(TBattery_strength_area_values_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Battery_strength_area_values_Line_6)))(); }
       
   132 
       
   133 inline TAknWindowLineLayout Battery_strength_area_values_Line_7()		{ return (*(TBattery_strength_area_values_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Battery_strength_area_values_Line_7)))(); }
       
   134 
       
   135 inline TAknWindowLineLayout Battery_strength_area_values_Line_8()		{ return (*(TBattery_strength_area_values_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Battery_strength_area_values_Line_8)))(); }
       
   136 
       
   137 inline TAknLayoutTableLimits Battery_strength_area_values_Limits()		{ return (*(TBattery_strength_area_values_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Battery_strength_area_values_Limits)))(); }
       
   138 
       
   139 inline TAknWindowLineLayout Battery_strength_area_values(TInt aLineIndex)		{ return (*(TBattery_strength_area_values_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Battery_strength_area_values)))(aLineIndex); }
       
   140 
       
   141 // LAF Table : Context pane elements
       
   142 inline TAknWindowLineLayout Context_pane_elements_Line_1()		{ return (*(TContext_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Context_pane_elements_Line_1)))(); }
       
   143 
       
   144 // LAF Table : Title pane texts
       
   145 inline TAknTextLineLayout Title_pane_texts_Line_1(TInt aIndex_l, TInt aIndex_W)		{ return (*(TTitle_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Title_pane_texts_Line_1)))(aIndex_l, aIndex_W); }
       
   146 
       
   147 inline TAknTextLineLayout Title_pane_texts_Line_2(TInt aIndex_B, TInt aIndex_W)		{ return (*(TTitle_pane_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Title_pane_texts_Line_2)))(aIndex_B, aIndex_W); }
       
   148 
       
   149 inline TAknMultiLineTextLayout Multiline_Title_pane_texts_Line_2(TInt aIndex_W, TInt aNumberOfLinesShown)		{ return (*(TMultiline_Title_pane_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Title_pane_texts_Line_2)))(aIndex_W, aNumberOfLinesShown); }
       
   150 
       
   151 // LAF Table : Title pane elements
       
   152 inline TAknWindowLineLayout Title_pane_elements_Line_1()		{ return (*(TTitle_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Title_pane_elements_Line_1)))(); }
       
   153 
       
   154 // LAF Table : Universal indicator pane elements
       
   155 inline TAknWindowLineLayout Universal_indicator_pane_elements_Line_1(TInt aIndex_t)		{ return (*(TUniversal_indicator_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Universal_indicator_pane_elements_Line_1)))(aIndex_t); }
       
   156 
       
   157 // LAF Table : Navi pane arrow elements
       
   158 inline TAknWindowLineLayout Navi_pane_arrow_elements_Line_1()		{ return (*(TNavi_pane_arrow_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_arrow_elements_Line_1)))(); }
       
   159 
       
   160 inline TAknWindowLineLayout Navi_pane_arrow_elements_Line_2(TInt aIndex_l, TInt aIndex_r)		{ return (*(TNavi_pane_arrow_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_arrow_elements_Line_2)))(aIndex_l, aIndex_r); }
       
   161 
       
   162 // LAF Table : Navi pane tab elements
       
   163 inline TAknWindowLineLayout Navi_pane_tab_elements_Line_1()		{ return (*(TNavi_pane_tab_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_tab_elements_Line_1)))(); }
       
   164 
       
   165 inline TAknWindowLineLayout Navi_pane_tab_elements_Line_2()		{ return (*(TNavi_pane_tab_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_tab_elements_Line_2)))(); }
       
   166 
       
   167 inline TAknWindowLineLayout Navi_pane_tab_elements_Line_3()		{ return (*(TNavi_pane_tab_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_tab_elements_Line_3)))(); }
       
   168 
       
   169 inline TAknWindowLineLayout Navi_pane_tab_elements_Line_4()		{ return (*(TNavi_pane_tab_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_tab_elements_Line_4)))(); }
       
   170 
       
   171 inline TAknWindowLineLayout Navi_pane_tab_elements_Line_5()		{ return (*(TNavi_pane_tab_elements_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_tab_elements_Line_5)))(); }
       
   172 
       
   173 inline TAknWindowLineLayout Navi_pane_tab_elements_Line_6()		{ return (*(TNavi_pane_tab_elements_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_tab_elements_Line_6)))(); }
       
   174 
       
   175 inline TAknWindowLineLayout Navi_pane_tab_elements_Line_7()		{ return (*(TNavi_pane_tab_elements_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_tab_elements_Line_7)))(); }
       
   176 
       
   177 inline TAknWindowLineLayout Navi_pane_tab_elements_Line_8()		{ return (*(TNavi_pane_tab_elements_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_tab_elements_Line_8)))(); }
       
   178 
       
   179 inline TAknWindowLineLayout Navi_pane_tab_elements_Line_9()		{ return (*(TNavi_pane_tab_elements_Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_tab_elements_Line_9)))(); }
       
   180 
       
   181 inline TAknWindowLineLayout Navi_pane_tab_elements_Line_10()		{ return (*(TNavi_pane_tab_elements_Line_10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_tab_elements_Line_10)))(); }
       
   182 
       
   183 inline TAknWindowLineLayout Navi_pane_tab_elements_Line_11()		{ return (*(TNavi_pane_tab_elements_Line_11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_tab_elements_Line_11)))(); }
       
   184 
       
   185 inline TAknWindowLineLayout Navi_pane_tab_elements_Line_12()		{ return (*(TNavi_pane_tab_elements_Line_12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_tab_elements_Line_12)))(); }
       
   186 
       
   187 inline TAknWindowLineLayout Navi_pane_tab_elements_Line_13()		{ return (*(TNavi_pane_tab_elements_Line_13_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_tab_elements_Line_13)))(); }
       
   188 
       
   189 inline TAknWindowLineLayout Navi_pane_tab_elements_Line_14()		{ return (*(TNavi_pane_tab_elements_Line_14_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_tab_elements_Line_14)))(); }
       
   190 
       
   191 inline TAknLayoutTableLimits Navi_pane_tab_elements_Limits()		{ return (*(TNavi_pane_tab_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_tab_elements_Limits)))(); }
       
   192 
       
   193 inline TAknWindowLineLayout Navi_pane_tab_elements(TInt aLineIndex)		{ return (*(TNavi_pane_tab_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_tab_elements)))(aLineIndex); }
       
   194 
       
   195 // LAF Table : Elements on the tabs
       
   196 inline TAknWindowLineLayout Elements_on_the_tabs_Line_1(TInt aIndex_l)		{ return (*(TElements_on_the_tabs_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Elements_on_the_tabs_Line_1)))(aIndex_l); }
       
   197 
       
   198 inline TAknWindowLineLayout Elements_on_the_tabs_Line_2(TInt aIndex_l)		{ return (*(TElements_on_the_tabs_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Elements_on_the_tabs_Line_2)))(aIndex_l); }
       
   199 
       
   200 inline TAknWindowLineLayout Elements_on_the_tabs_Line_3(TInt aIndex_l)		{ return (*(TElements_on_the_tabs_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Elements_on_the_tabs_Line_3)))(aIndex_l); }
       
   201 
       
   202 inline TAknLayoutTableLimits Elements_on_the_tabs_Limits()		{ return (*(TElements_on_the_tabs_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Elements_on_the_tabs_Limits)))(); }
       
   203 
       
   204 inline TAknWindowLineLayout Elements_on_the_tabs(TInt aLineIndex, TInt aIndex_l)		{ return (*(TElements_on_the_tabs_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Elements_on_the_tabs)))(aLineIndex, aIndex_l); }
       
   205 
       
   206 // LAF Table : Texts on the tabs
       
   207 inline TAknTextLineLayout Texts_on_the_tabs_Line_1(TInt aCommon1)		{ return (*(TTexts_on_the_tabs_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Texts_on_the_tabs_Line_1)))(aCommon1); }
       
   208 
       
   209 inline TAknTextLineLayout Texts_on_the_tabs_Line_2(TInt aCommon1)		{ return (*(TTexts_on_the_tabs_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Texts_on_the_tabs_Line_2)))(aCommon1); }
       
   210 
       
   211 inline TAknTextLineLayout Texts_on_the_tabs_Line_3(TInt aCommon1)		{ return (*(TTexts_on_the_tabs_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Texts_on_the_tabs_Line_3)))(aCommon1); }
       
   212 
       
   213 inline TAknTextLineLayout Texts_on_the_tabs_Line_4(TInt aCommon1)		{ return (*(TTexts_on_the_tabs_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Texts_on_the_tabs_Line_4)))(aCommon1); }
       
   214 
       
   215 inline TAknTextLineLayout Texts_on_the_tabs_Line_5(TInt aCommon1)		{ return (*(TTexts_on_the_tabs_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Texts_on_the_tabs_Line_5)))(aCommon1); }
       
   216 
       
   217 inline TAknLayoutTableLimits Texts_on_the_tabs_Limits()		{ return (*(TTexts_on_the_tabs_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Texts_on_the_tabs_Limits)))(); }
       
   218 
       
   219 inline TAknTextLineLayout Texts_on_the_tabs(TInt aLineIndex, TInt aCommon1)		{ return (*(TTexts_on_the_tabs_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Texts_on_the_tabs)))(aLineIndex, aCommon1); }
       
   220 
       
   221 // LAF Table : Navi pane icons
       
   222 inline TAknWindowLineLayout Navi_pane_icons_Line_1()		{ return (*(TNavi_pane_icons_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_icons_Line_1)))(); }
       
   223 
       
   224 inline TAknWindowLineLayout Navi_pane_icons_Line_2(TInt aCommon1)		{ return (*(TNavi_pane_icons_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_icons_Line_2)))(aCommon1); }
       
   225 
       
   226 // LAF Table : Navi pane texts
       
   227 inline TAknTextLineLayout Navi_pane_texts_Line_1(TInt aCommon1)		{ return (*(TNavi_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_texts_Line_1)))(aCommon1); }
       
   228 
       
   229 inline TAknTextLineLayout Navi_pane_texts_Line_2(TInt aIndex_J)		{ return (*(TNavi_pane_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_texts_Line_2)))(aIndex_J); }
       
   230 
       
   231 inline TAknTextLineLayout Navi_pane_texts_Line_3(TInt aIndex_C)		{ return (*(TNavi_pane_texts_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_texts_Line_3)))(aIndex_C); }
       
   232 
       
   233 inline TAknTextLineLayout Navi_pane_texts_Line_4()		{ return (*(TNavi_pane_texts_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_texts_Line_4)))(); }
       
   234 
       
   235 inline TAknTextLineLayout Navi_pane_texts_Line_5()		{ return (*(TNavi_pane_texts_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_texts_Line_5)))(); }
       
   236 
       
   237 inline TAknTextLineLayout Navi_pane_texts_Line_6(TInt aIndex_l)		{ return (*(TNavi_pane_texts_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_texts_Line_6)))(aIndex_l); }
       
   238 
       
   239 inline TAknTextLineLayout Navi_pane_texts_Line_7(TInt aIndex_C, TInt aIndex_W)		{ return (*(TNavi_pane_texts_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_texts_Line_7)))(aIndex_C, aIndex_W); }
       
   240 
       
   241 // LAF Table : Navi pane area for editing status icons
       
   242 inline TAknWindowLineLayout Navi_pane_area_for_editing_status_icons_Line_1()		{ return (*(TNavi_pane_area_for_editing_status_icons_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_area_for_editing_status_icons_Line_1)))(); }
       
   243 
       
   244 // LAF Table : Volume glider elements (one)
       
   245 inline TAknWindowLineLayout Volume_glider_elements__one__Line_1(TInt aIndex_l)		{ return (*(TVolume_glider_elements__one__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_glider_elements__one__Line_1)))(aIndex_l); }
       
   246 
       
   247 inline TAknWindowLineLayout volume_navi_pane(TInt aIndex_l)		{ return (*(Tvolume_navi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_navi_pane)))(aIndex_l); }
       
   248 
       
   249 inline TAknLayoutTableLimits Volume_glider_elements__one__Limits()		{ return (*(TVolume_glider_elements__one__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_glider_elements__one__Limits)))(); }
       
   250 
       
   251 inline TAknWindowLineLayout Volume_glider_elements__one_(TInt aLineIndex, TInt aIndex_l)		{ return (*(TVolume_glider_elements__one__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_glider_elements__one_)))(aLineIndex, aIndex_l); }
       
   252 
       
   253 // LAF Table : Volume pane elements (one)
       
   254 inline TAknWindowLineLayout Volume_pane_elements__one__Line_1(TInt aIndex_C)		{ return (*(TVolume_pane_elements__one__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_pane_elements__one__Line_1)))(aIndex_C); }
       
   255 
       
   256 inline TAknWindowLineLayout Volume_pane_elements__one__Line_2(TInt aIndex_C)		{ return (*(TVolume_pane_elements__one__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_pane_elements__one__Line_2)))(aIndex_C); }
       
   257 
       
   258 inline TAknWindowLineLayout Volume_pane_elements__one__Line_3(TInt aIndex_C)		{ return (*(TVolume_pane_elements__one__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_pane_elements__one__Line_3)))(aIndex_C); }
       
   259 
       
   260 inline TAknWindowLineLayout Volume_pane_elements__one__Line_4(TInt aIndex_C)		{ return (*(TVolume_pane_elements__one__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_pane_elements__one__Line_4)))(aIndex_C); }
       
   261 
       
   262 inline TAknWindowLineLayout Volume_pane_elements__one__Line_5(TInt aIndex_C)		{ return (*(TVolume_pane_elements__one__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_pane_elements__one__Line_5)))(aIndex_C); }
       
   263 
       
   264 inline TAknWindowLineLayout Volume_pane_elements__one__Line_6(TInt aIndex_C)		{ return (*(TVolume_pane_elements__one__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_pane_elements__one__Line_6)))(aIndex_C); }
       
   265 
       
   266 inline TAknWindowLineLayout Volume_pane_elements__one__Line_7(TInt aIndex_C)		{ return (*(TVolume_pane_elements__one__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_pane_elements__one__Line_7)))(aIndex_C); }
       
   267 
       
   268 inline TAknWindowLineLayout Volume_pane_elements__one__Line_8(TInt aIndex_C)		{ return (*(TVolume_pane_elements__one__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_pane_elements__one__Line_8)))(aIndex_C); }
       
   269 
       
   270 inline TAknWindowLineLayout Volume_pane_elements__one__Line_9(TInt aIndex_C)		{ return (*(TVolume_pane_elements__one__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_pane_elements__one__Line_9)))(aIndex_C); }
       
   271 
       
   272 inline TAknWindowLineLayout Volume_pane_elements__one__Line_10(TInt aIndex_C)		{ return (*(TVolume_pane_elements__one__Line_10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_pane_elements__one__Line_10)))(aIndex_C); }
       
   273 
       
   274 inline TAknLayoutTableLimits Volume_pane_elements__one__Limits()		{ return (*(TVolume_pane_elements__one__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_pane_elements__one__Limits)))(); }
       
   275 
       
   276 inline TAknWindowLineLayout Volume_pane_elements__one_(TInt aLineIndex, TInt aIndex_C)		{ return (*(TVolume_pane_elements__one__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_pane_elements__one_)))(aLineIndex, aIndex_C); }
       
   277 
       
   278 // LAF Table : Main pane descendants
       
   279 inline TAknWindowLineLayout list_gen_pane(TInt aIndex_H)		{ return (*(Tlist_gen_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_gen_pane)))(aIndex_H); }
       
   280 
       
   281 inline TAknWindowLineLayout find_pane()		{ return (*(Tfind_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pane)))(); }
       
   282 
       
   283 inline TAknWindowLineLayout wallpaper_pane()		{ return (*(Twallpaper_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wallpaper_pane)))(); }
       
   284 
       
   285 inline TAknWindowLineLayout indicator_pane()		{ return (*(Tindicator_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_pane)))(); }
       
   286 
       
   287 inline TAknWindowLineLayout soft_indicator_pane(TInt aIndex_H)		{ return (*(Tsoft_indicator_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_soft_indicator_pane)))(aIndex_H); }
       
   288 
       
   289 // LAF Table : List pane column division
       
   290 inline TAknWindowLineLayout A_column()		{ return (*(TA_column_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_A_column)))(); }
       
   291 
       
   292 inline TAknWindowLineLayout B_column()		{ return (*(TB_column_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_B_column)))(); }
       
   293 
       
   294 inline TAknWindowLineLayout C_column()		{ return (*(TC_column_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_C_column)))(); }
       
   295 
       
   296 inline TAknWindowLineLayout D_column()		{ return (*(TD_column_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_D_column)))(); }
       
   297 
       
   298 inline TAknLayoutTableLimits List_pane_column_division_Limits()		{ return (*(TList_pane_column_division_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_column_division_Limits)))(); }
       
   299 
       
   300 inline TAknWindowLineLayout List_pane_column_division(TInt aLineIndex)		{ return (*(TList_pane_column_division_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_column_division)))(aLineIndex); }
       
   301 
       
   302 // LAF Table : General list pane descendants
       
   303 inline TAknWindowLineLayout list_single_pane(TInt aIndex_t)		{ return (*(Tlist_single_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane)))(aIndex_t); }
       
   304 
       
   305 inline TAknWindowLineLayout list_single_number_pane(TInt aIndex_t)		{ return (*(Tlist_single_number_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane)))(aIndex_t); }
       
   306 
       
   307 inline TAknWindowLineLayout list_single_heading_pane(TInt aIndex_t)		{ return (*(Tlist_single_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane)))(aIndex_t); }
       
   308 
       
   309 inline TAknWindowLineLayout list_single_graphic_pane(TInt aIndex_t)		{ return (*(Tlist_single_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane)))(aIndex_t); }
       
   310 
       
   311 inline TAknWindowLineLayout list_single_graphic_heading_pane(TInt aIndex_t)		{ return (*(Tlist_single_graphic_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane)))(aIndex_t); }
       
   312 
       
   313 inline TAknWindowLineLayout list_single_number_heading_pane(TInt aIndex_t)		{ return (*(Tlist_single_number_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane)))(aIndex_t); }
       
   314 
       
   315 inline TAknWindowLineLayout list_single_large_graphic_pane(TInt aIndex_t)		{ return (*(Tlist_single_large_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane)))(aIndex_t); }
       
   316 
       
   317 inline TAknWindowLineLayout list_double_pane(TInt aIndex_t)		{ return (*(Tlist_double_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane)))(aIndex_t); }
       
   318 
       
   319 inline TAknWindowLineLayout list_double2_pane(TInt aIndex_t)		{ return (*(Tlist_double2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane)))(aIndex_t); }
       
   320 
       
   321 inline TAknWindowLineLayout list_double_number_pane_list_single_big_number_pane(TInt aIndex_t)		{ return (*(Tlist_double_number_pane_list_single_big_number_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_list_single_big_number_pane)))(aIndex_t); }
       
   322 
       
   323 inline TAknWindowLineLayout list_double_time_pane(TInt aIndex_t)		{ return (*(Tlist_double_time_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane)))(aIndex_t); }
       
   324 
       
   325 inline TAknWindowLineLayout list_double_large_graphic_pane_list_double2_large_graphic_pane_list_single_big_large_graphic_pane(TInt aIndex_t)		{ return (*(Tlist_double_large_graphic_pane_list_double2_large_graphic_pane_list_single_big_large_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_list_double2_large_graphic_pane_list_single_big_large_graphic_pane)))(aIndex_t); }
       
   326 
       
   327 inline TAknWindowLineLayout list_double_graphic_pane_list_double2_graphic_pane(TInt aIndex_t)		{ return (*(Tlist_double_graphic_pane_list_double2_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_list_double2_graphic_pane)))(aIndex_t); }
       
   328 
       
   329 inline TAknWindowLineLayout list_single_big_heading_graphic_pane(TInt aIndex_t)		{ return (*(Tlist_single_big_heading_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_big_heading_graphic_pane)))(aIndex_t); }
       
   330 
       
   331 inline TAknWindowLineLayout list_single_big_heading_pane(TInt aIndex_t)		{ return (*(Tlist_single_big_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_big_heading_pane)))(aIndex_t); }
       
   332 
       
   333 inline TAknWindowLineLayout list_setting_pane_list_big_setting_pane(TInt aIndex_t)		{ return (*(Tlist_setting_pane_list_big_setting_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_list_big_setting_pane)))(aIndex_t); }
       
   334 
       
   335 inline TAknWindowLineLayout list_setting_number_pane_list_big_setting_number_pane(TInt aIndex_t)		{ return (*(Tlist_setting_number_pane_list_big_setting_number_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_list_big_setting_number_pane)))(aIndex_t); }
       
   336 
       
   337 inline TAknWindowLineLayout list_setting_double2_pane(TInt aIndex_t)		{ return (*(Tlist_setting_double2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_double2_pane)))(aIndex_t); }
       
   338 
       
   339 inline TAknWindowLineLayout list_double2_graphic_pane(TInt aIndex_t)		{ return (*(Tlist_double2_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane)))(aIndex_t); }
       
   340 
       
   341 inline TAknWindowLineLayout list_double2_large_graphic_pane(TInt aIndex_t)		{ return (*(Tlist_double2_large_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane)))(aIndex_t); }
       
   342 
       
   343 inline TAknWindowLineLayout list_single_2graphic_pane(TInt aIndex_t)		{ return (*(Tlist_single_2graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane)))(aIndex_t); }
       
   344 
       
   345 inline TAknWindowLineLayout list_double2_graphic_large_graphic_pane(TInt aIndex_t)		{ return (*(Tlist_double2_graphic_large_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane)))(aIndex_t); }
       
   346 
       
   347 inline TAknLayoutTableLimits General_list_pane_descendants_Limits()		{ return (*(TGeneral_list_pane_descendants_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_General_list_pane_descendants_Limits)))(); }
       
   348 
       
   349 inline TAknWindowLineLayout General_list_pane_descendants(TInt aLineIndex, TInt aIndex_t)		{ return (*(TGeneral_list_pane_descendants_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_General_list_pane_descendants)))(aLineIndex, aIndex_t); }
       
   350 
       
   351 // LAF Table : List pane elements (single)
       
   352 inline TAknWindowLineLayout List_pane_elements__single__Line_1()		{ return (*(TList_pane_elements__single__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single__Line_1)))(); }
       
   353 
       
   354 inline TAknWindowLineLayout List_pane_elements__single__Line_2(TInt aIndex_l)		{ return (*(TList_pane_elements__single__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single__Line_2)))(aIndex_l); }
       
   355 
       
   356 // LAF Table : List pane texts (single)
       
   357 inline TAknTextLineLayout List_pane_texts__single__Line_1(TInt aIndex_r, TInt aIndex_W)		{ return (*(TList_pane_texts__single__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single__Line_1)))(aIndex_r, aIndex_W); }
       
   358 
       
   359 // LAF Table : List pane elements (single number)
       
   360 inline TAknWindowLineLayout List_pane_elements__single_number__Line_1()		{ return (*(TList_pane_elements__single_number__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_number__Line_1)))(); }
       
   361 
       
   362 inline TAknWindowLineLayout List_pane_elements__single_number__Line_2(TInt aIndex_l)		{ return (*(TList_pane_elements__single_number__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_number__Line_2)))(aIndex_l); }
       
   363 
       
   364 // LAF Table : List pane texts (single number)
       
   365 inline TAknTextLineLayout List_pane_texts__single_number__Line_1()		{ return (*(TList_pane_texts__single_number__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_number__Line_1)))(); }
       
   366 
       
   367 inline TAknTextLineLayout List_pane_texts__single_number__Line_2(TInt aIndex_r, TInt aIndex_W)		{ return (*(TList_pane_texts__single_number__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_number__Line_2)))(aIndex_r, aIndex_W); }
       
   368 
       
   369 // LAF Table : List pane elements (single heading)
       
   370 inline TAknWindowLineLayout List_pane_elements__single_heading__Line_1()		{ return (*(TList_pane_elements__single_heading__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_heading__Line_1)))(); }
       
   371 
       
   372 inline TAknWindowLineLayout List_pane_elements__single_heading__Line_2()		{ return (*(TList_pane_elements__single_heading__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_heading__Line_2)))(); }
       
   373 
       
   374 inline TAknWindowLineLayout List_pane_elements__single_heading__Line_3(TInt aIndex_l)		{ return (*(TList_pane_elements__single_heading__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_heading__Line_3)))(aIndex_l); }
       
   375 
       
   376 inline TAknLayoutTableLimits List_pane_elements__single_heading__SUB_TABLE_0_Limits()		{ return (*(TList_pane_elements__single_heading__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_heading__SUB_TABLE_0_Limits)))(); }
       
   377 
       
   378 inline TAknWindowLineLayout List_pane_elements__single_heading__SUB_TABLE_0(TInt aLineIndex)		{ return (*(TList_pane_elements__single_heading__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_heading__SUB_TABLE_0)))(aLineIndex); }
       
   379 
       
   380 // LAF Table : List pane texts (single heading)
       
   381 inline TAknTextLineLayout List_pane_texts__single_heading__Line_1(TInt aCommon1)		{ return (*(TList_pane_texts__single_heading__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_heading__Line_1)))(aCommon1); }
       
   382 
       
   383 inline TAknTextLineLayout List_pane_texts__single_heading__Line_2(TInt aCommon1)		{ return (*(TList_pane_texts__single_heading__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_heading__Line_2)))(aCommon1); }
       
   384 
       
   385 inline TAknLayoutTableLimits List_pane_texts__single_heading__Limits()		{ return (*(TList_pane_texts__single_heading__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_heading__Limits)))(); }
       
   386 
       
   387 inline TAknTextLineLayout List_pane_texts__single_heading_(TInt aLineIndex, TInt aCommon1)		{ return (*(TList_pane_texts__single_heading__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_heading_)))(aLineIndex, aCommon1); }
       
   388 
       
   389 // LAF Table : List pane elements (single graphic)
       
   390 inline TAknWindowLineLayout List_pane_elements__single_graphic__Line_1()		{ return (*(TList_pane_elements__single_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_graphic__Line_1)))(); }
       
   391 
       
   392 inline TAknWindowLineLayout List_pane_elements__single_graphic__Line_2()		{ return (*(TList_pane_elements__single_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_graphic__Line_2)))(); }
       
   393 
       
   394 inline TAknWindowLineLayout List_pane_elements__single_graphic__Line_3(TInt aIndex_l)		{ return (*(TList_pane_elements__single_graphic__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_graphic__Line_3)))(aIndex_l); }
       
   395 
       
   396 inline TAknLayoutTableLimits List_pane_elements__single_graphic__SUB_TABLE_0_Limits()		{ return (*(TList_pane_elements__single_graphic__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_graphic__SUB_TABLE_0_Limits)))(); }
       
   397 
       
   398 inline TAknWindowLineLayout List_pane_elements__single_graphic__SUB_TABLE_0(TInt aLineIndex)		{ return (*(TList_pane_elements__single_graphic__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_graphic__SUB_TABLE_0)))(aLineIndex); }
       
   399 
       
   400 // LAF Table : List pane texts (single graphic)
       
   401 inline TAknTextLineLayout List_pane_texts__single_graphic__Line_1(TInt aIndex_r, TInt aIndex_W)		{ return (*(TList_pane_texts__single_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_graphic__Line_1)))(aIndex_r, aIndex_W); }
       
   402 
       
   403 // LAF Table : List pane elements (single graphic heading)
       
   404 inline TAknWindowLineLayout List_pane_elements__single_graphic_heading__Line_1()		{ return (*(TList_pane_elements__single_graphic_heading__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_graphic_heading__Line_1)))(); }
       
   405 
       
   406 inline TAknWindowLineLayout List_pane_elements__single_graphic_heading__Line_2()		{ return (*(TList_pane_elements__single_graphic_heading__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_graphic_heading__Line_2)))(); }
       
   407 
       
   408 inline TAknWindowLineLayout List_pane_elements__single_graphic_heading__Line_3()		{ return (*(TList_pane_elements__single_graphic_heading__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_graphic_heading__Line_3)))(); }
       
   409 
       
   410 inline TAknWindowLineLayout List_pane_elements__single_graphic_heading__Line_4(TInt aIndex_l)		{ return (*(TList_pane_elements__single_graphic_heading__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_graphic_heading__Line_4)))(aIndex_l); }
       
   411 
       
   412 inline TAknLayoutTableLimits List_pane_elements__single_graphic_heading__SUB_TABLE_0_Limits()		{ return (*(TList_pane_elements__single_graphic_heading__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_graphic_heading__SUB_TABLE_0_Limits)))(); }
       
   413 
       
   414 inline TAknWindowLineLayout List_pane_elements__single_graphic_heading__SUB_TABLE_0(TInt aLineIndex)		{ return (*(TList_pane_elements__single_graphic_heading__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_graphic_heading__SUB_TABLE_0)))(aLineIndex); }
       
   415 
       
   416 // LAF Table : List pane texts (single graphic heading)
       
   417 inline TAknTextLineLayout List_pane_texts__single_graphic_heading__Line_1(TInt aCommon1)		{ return (*(TList_pane_texts__single_graphic_heading__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_graphic_heading__Line_1)))(aCommon1); }
       
   418 
       
   419 inline TAknTextLineLayout List_pane_texts__single_graphic_heading__Line_2(TInt aCommon1)		{ return (*(TList_pane_texts__single_graphic_heading__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_graphic_heading__Line_2)))(aCommon1); }
       
   420 
       
   421 inline TAknLayoutTableLimits List_pane_texts__single_graphic_heading__Limits()		{ return (*(TList_pane_texts__single_graphic_heading__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_graphic_heading__Limits)))(); }
       
   422 
       
   423 inline TAknTextLineLayout List_pane_texts__single_graphic_heading_(TInt aLineIndex, TInt aCommon1)		{ return (*(TList_pane_texts__single_graphic_heading__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_graphic_heading_)))(aLineIndex, aCommon1); }
       
   424 
       
   425 // LAF Table : List pane elements (single number heading)
       
   426 inline TAknWindowLineLayout List_pane_elements__single_number_heading__Line_1()		{ return (*(TList_pane_elements__single_number_heading__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_number_heading__Line_1)))(); }
       
   427 
       
   428 inline TAknWindowLineLayout List_pane_elements__single_number_heading__Line_2()		{ return (*(TList_pane_elements__single_number_heading__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_number_heading__Line_2)))(); }
       
   429 
       
   430 inline TAknWindowLineLayout List_pane_elements__single_number_heading__Line_3(TInt aIndex_l)		{ return (*(TList_pane_elements__single_number_heading__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_number_heading__Line_3)))(aIndex_l); }
       
   431 
       
   432 inline TAknLayoutTableLimits List_pane_elements__single_number_heading__SUB_TABLE_0_Limits()		{ return (*(TList_pane_elements__single_number_heading__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_number_heading__SUB_TABLE_0_Limits)))(); }
       
   433 
       
   434 inline TAknWindowLineLayout List_pane_elements__single_number_heading__SUB_TABLE_0(TInt aLineIndex)		{ return (*(TList_pane_elements__single_number_heading__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_number_heading__SUB_TABLE_0)))(aLineIndex); }
       
   435 
       
   436 // LAF Table : List pane texts (single number heading)
       
   437 inline TAknTextLineLayout List_pane_texts__single_number_heading__Line_1(TInt aCommon1)		{ return (*(TList_pane_texts__single_number_heading__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_number_heading__Line_1)))(aCommon1); }
       
   438 
       
   439 inline TAknTextLineLayout List_pane_texts__single_number_heading__Line_2(TInt aCommon1)		{ return (*(TList_pane_texts__single_number_heading__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_number_heading__Line_2)))(aCommon1); }
       
   440 
       
   441 inline TAknTextLineLayout List_pane_texts__single_number_heading__Line_3(TInt aCommon1)		{ return (*(TList_pane_texts__single_number_heading__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_number_heading__Line_3)))(aCommon1); }
       
   442 
       
   443 inline TAknLayoutTableLimits List_pane_texts__single_number_heading__Limits()		{ return (*(TList_pane_texts__single_number_heading__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_number_heading__Limits)))(); }
       
   444 
       
   445 inline TAknTextLineLayout List_pane_texts__single_number_heading_(TInt aLineIndex, TInt aCommon1)		{ return (*(TList_pane_texts__single_number_heading__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_number_heading_)))(aLineIndex, aCommon1); }
       
   446 
       
   447 // LAF Table : List pane elements (single large graphic)
       
   448 inline TAknWindowLineLayout List_pane_elements__single_large_graphic__Line_1()		{ return (*(TList_pane_elements__single_large_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_large_graphic__Line_1)))(); }
       
   449 
       
   450 inline TAknWindowLineLayout List_pane_elements__single_large_graphic__Line_2(TInt aIndex_t)		{ return (*(TList_pane_elements__single_large_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_large_graphic__Line_2)))(aIndex_t); }
       
   451 
       
   452 inline TAknWindowLineLayout List_pane_elements__single_large_graphic__Line_3(TInt aIndex_l)		{ return (*(TList_pane_elements__single_large_graphic__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_large_graphic__Line_3)))(aIndex_l); }
       
   453 
       
   454 inline TAknWindowLineLayout do_not_use_empty_pane1()		{ return (*(Tdo_not_use_empty_pane1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_do_not_use_empty_pane1)))(); }
       
   455 
       
   456 inline TAknWindowLineLayout do_not_use_empty_pane2()		{ return (*(Tdo_not_use_empty_pane2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_do_not_use_empty_pane2)))(); }
       
   457 
       
   458 // LAF Table : List pane texts (single large graphic)
       
   459 inline TAknTextLineLayout List_pane_texts__single_large_graphic__Line_1(TInt aCommon1)		{ return (*(TList_pane_texts__single_large_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_large_graphic__Line_1)))(aCommon1); }
       
   460 
       
   461 // LAF Table : List pane elements (double)
       
   462 inline TAknWindowLineLayout List_pane_elements__double__Line_1()		{ return (*(TList_pane_elements__double__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double__Line_1)))(); }
       
   463 
       
   464 inline TAknWindowLineLayout List_pane_elements__double__Line_2(TInt aIndex_l)		{ return (*(TList_pane_elements__double__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double__Line_2)))(aIndex_l); }
       
   465 
       
   466 // LAF Table : List pane texts (double)
       
   467 inline TAknTextLineLayout List_pane_texts__double__Line_1(TInt aCommon1)		{ return (*(TList_pane_texts__double__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double__Line_1)))(aCommon1); }
       
   468 
       
   469 inline TAknTextLineLayout List_pane_texts__double__Line_2()		{ return (*(TList_pane_texts__double__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double__Line_2)))(); }
       
   470 
       
   471 // LAF Table : List pane text (double2)
       
   472 inline TAknTextLineLayout List_pane_text__double2__Line_1(TInt aCommon1)		{ return (*(TList_pane_text__double2__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_text__double2__Line_1)))(aCommon1); }
       
   473 
       
   474 inline TAknTextLineLayout List_pane_text__double2__Line_2()		{ return (*(TList_pane_text__double2__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_text__double2__Line_2)))(); }
       
   475 
       
   476 // LAF Table : List pane elements (double number)
       
   477 inline TAknWindowLineLayout List_pane_elements__double_number__Line_1()		{ return (*(TList_pane_elements__double_number__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_number__Line_1)))(); }
       
   478 
       
   479 inline TAknWindowLineLayout List_pane_elements__double_number__Line_2(TInt aIndex_l)		{ return (*(TList_pane_elements__double_number__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_number__Line_2)))(aIndex_l); }
       
   480 
       
   481 // LAF Table : List pane texts (double number)
       
   482 inline TAknTextLineLayout List_pane_texts__double_number__Line_1()		{ return (*(TList_pane_texts__double_number__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double_number__Line_1)))(); }
       
   483 
       
   484 inline TAknTextLineLayout List_pane_texts__double_number__Line_2(TInt aCommon1)		{ return (*(TList_pane_texts__double_number__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double_number__Line_2)))(aCommon1); }
       
   485 
       
   486 inline TAknTextLineLayout List_pane_texts__double_number__Line_3()		{ return (*(TList_pane_texts__double_number__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double_number__Line_3)))(); }
       
   487 
       
   488 // LAF Table : List pane elements (double graphic)
       
   489 inline TAknWindowLineLayout List_pane_elements__double_graphic__Line_1()		{ return (*(TList_pane_elements__double_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_graphic__Line_1)))(); }
       
   490 
       
   491 inline TAknWindowLineLayout List_pane_elements__double_graphic__Line_2()		{ return (*(TList_pane_elements__double_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_graphic__Line_2)))(); }
       
   492 
       
   493 inline TAknWindowLineLayout List_pane_elements__double_graphic__Line_3(TInt aIndex_l)		{ return (*(TList_pane_elements__double_graphic__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_graphic__Line_3)))(aIndex_l); }
       
   494 
       
   495 inline TAknLayoutTableLimits List_pane_elements__double_graphic__SUB_TABLE_0_Limits()		{ return (*(TList_pane_elements__double_graphic__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_graphic__SUB_TABLE_0_Limits)))(); }
       
   496 
       
   497 inline TAknWindowLineLayout List_pane_elements__double_graphic__SUB_TABLE_0(TInt aLineIndex)		{ return (*(TList_pane_elements__double_graphic__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_graphic__SUB_TABLE_0)))(aLineIndex); }
       
   498 
       
   499 // LAF Table : List pane texts (double graphic)
       
   500 inline TAknTextLineLayout List_pane_texts__double_graphic__Line_1(TInt aCommon1)		{ return (*(TList_pane_texts__double_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double_graphic__Line_1)))(aCommon1); }
       
   501 
       
   502 inline TAknTextLineLayout List_pane_texts__double_graphic__Line_2()		{ return (*(TList_pane_texts__double_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double_graphic__Line_2)))(); }
       
   503 
       
   504 // LAF Table : List pane elements (double2 graphic)
       
   505 inline TAknWindowLineLayout List_pane_elements__double2_graphic__Line_1()		{ return (*(TList_pane_elements__double2_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double2_graphic__Line_1)))(); }
       
   506 
       
   507 inline TAknWindowLineLayout List_pane_elements__double2_graphic__Line_2()		{ return (*(TList_pane_elements__double2_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double2_graphic__Line_2)))(); }
       
   508 
       
   509 inline TAknWindowLineLayout List_pane_elements__double2_graphic__Line_3(TInt aIndex_l)		{ return (*(TList_pane_elements__double2_graphic__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double2_graphic__Line_3)))(aIndex_l); }
       
   510 
       
   511 inline TAknLayoutTableLimits List_pane_elements__double2_graphic__SUB_TABLE_0_Limits()		{ return (*(TList_pane_elements__double2_graphic__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double2_graphic__SUB_TABLE_0_Limits)))(); }
       
   512 
       
   513 inline TAknWindowLineLayout List_pane_elements__double2_graphic__SUB_TABLE_0(TInt aLineIndex)		{ return (*(TList_pane_elements__double2_graphic__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double2_graphic__SUB_TABLE_0)))(aLineIndex); }
       
   514 
       
   515 // LAF Table : List pane texts (double2 graphic)
       
   516 inline TAknTextLineLayout List_pane_texts__double2_graphic__Line_1(TInt aCommon1)		{ return (*(TList_pane_texts__double2_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double2_graphic__Line_1)))(aCommon1); }
       
   517 
       
   518 inline TAknTextLineLayout List_pane_texts__double2_graphic__Line_2()		{ return (*(TList_pane_texts__double2_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double2_graphic__Line_2)))(); }
       
   519 
       
   520 // LAF Table : List pane elements (double2 large graphic)
       
   521 inline TAknWindowLineLayout List_pane_elements__double2_large_graphic__Line_1()		{ return (*(TList_pane_elements__double2_large_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double2_large_graphic__Line_1)))(); }
       
   522 
       
   523 inline TAknWindowLineLayout List_pane_elements__double2_large_graphic__Line_2()		{ return (*(TList_pane_elements__double2_large_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double2_large_graphic__Line_2)))(); }
       
   524 
       
   525 inline TAknWindowLineLayout List_pane_elements__double2_large_graphic__Line_3(TInt aIndex_l)		{ return (*(TList_pane_elements__double2_large_graphic__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double2_large_graphic__Line_3)))(aIndex_l); }
       
   526 
       
   527 inline TAknLayoutTableLimits List_pane_elements__double2_large_graphic__SUB_TABLE_0_Limits()		{ return (*(TList_pane_elements__double2_large_graphic__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double2_large_graphic__SUB_TABLE_0_Limits)))(); }
       
   528 
       
   529 inline TAknWindowLineLayout List_pane_elements__double2_large_graphic__SUB_TABLE_0(TInt aLineIndex)		{ return (*(TList_pane_elements__double2_large_graphic__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double2_large_graphic__SUB_TABLE_0)))(aLineIndex); }
       
   530 
       
   531 // LAF Table : List pane texts (double2 large graphic)
       
   532 inline TAknTextLineLayout List_pane_texts__double2_large_graphic__Line_1(TInt aCommon1)		{ return (*(TList_pane_texts__double2_large_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double2_large_graphic__Line_1)))(aCommon1); }
       
   533 
       
   534 inline TAknTextLineLayout List_pane_texts__double2_large_graphic__Line_2()		{ return (*(TList_pane_texts__double2_large_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double2_large_graphic__Line_2)))(); }
       
   535 
       
   536 // LAF Table : List pane elements (large single heading graphic)
       
   537 inline TAknWindowLineLayout List_pane_elements__large_single_heading_graphic__Line_1()		{ return (*(TList_pane_elements__large_single_heading_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__large_single_heading_graphic__Line_1)))(); }
       
   538 
       
   539 inline TAknWindowLineLayout List_pane_elements__large_single_heading_graphic__Line_2()		{ return (*(TList_pane_elements__large_single_heading_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__large_single_heading_graphic__Line_2)))(); }
       
   540 
       
   541 inline TAknWindowLineLayout List_pane_elements__large_single_heading_graphic__Line_3(TInt aIndex_l)		{ return (*(TList_pane_elements__large_single_heading_graphic__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__large_single_heading_graphic__Line_3)))(aIndex_l); }
       
   542 
       
   543 inline TAknLayoutTableLimits List_pane_elements__large_single_heading_graphic__SUB_TABLE_0_Limits()		{ return (*(TList_pane_elements__large_single_heading_graphic__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__large_single_heading_graphic__SUB_TABLE_0_Limits)))(); }
       
   544 
       
   545 inline TAknWindowLineLayout List_pane_elements__large_single_heading_graphic__SUB_TABLE_0(TInt aLineIndex)		{ return (*(TList_pane_elements__large_single_heading_graphic__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__large_single_heading_graphic__SUB_TABLE_0)))(aLineIndex); }
       
   546 
       
   547 // LAF Table : List pane texts (large single heading graphic)
       
   548 inline TAknTextLineLayout List_pane_texts__large_single_heading_graphic__Line_1(TInt aCommon1)		{ return (*(TList_pane_texts__large_single_heading_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__large_single_heading_graphic__Line_1)))(aCommon1); }
       
   549 
       
   550 inline TAknTextLineLayout List_pane_texts__large_single_heading_graphic__Line_2()		{ return (*(TList_pane_texts__large_single_heading_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__large_single_heading_graphic__Line_2)))(); }
       
   551 
       
   552 // LAF Table : List pane elements (large single heading)
       
   553 inline TAknWindowLineLayout List_pane_elements__large_single_heading__Line_1()		{ return (*(TList_pane_elements__large_single_heading__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__large_single_heading__Line_1)))(); }
       
   554 
       
   555 // LAF Table : List pane texts (large single heading)
       
   556 inline TAknTextLineLayout List_pane_texts__large_single_heading__Line_1()		{ return (*(TList_pane_texts__large_single_heading__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__large_single_heading__Line_1)))(); }
       
   557 
       
   558 inline TAknTextLineLayout List_pane_texts__large_single_heading__Line_2()		{ return (*(TList_pane_texts__large_single_heading__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__large_single_heading__Line_2)))(); }
       
   559 
       
   560 inline TAknLayoutTableLimits List_pane_texts__large_single_heading__Limits()		{ return (*(TList_pane_texts__large_single_heading__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__large_single_heading__Limits)))(); }
       
   561 
       
   562 inline TAknTextLineLayout List_pane_texts__large_single_heading_(TInt aLineIndex)		{ return (*(TList_pane_texts__large_single_heading__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__large_single_heading_)))(aLineIndex); }
       
   563 
       
   564 // LAF Table : List pane elements (double time)
       
   565 inline TAknWindowLineLayout List_pane_elements__double_time__Line_1()		{ return (*(TList_pane_elements__double_time__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_time__Line_1)))(); }
       
   566 
       
   567 // LAF Table : List pane texts (double time)
       
   568 inline TAknTextLineLayout List_pane_texts__double_time__Line_1()		{ return (*(TList_pane_texts__double_time__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double_time__Line_1)))(); }
       
   569 
       
   570 inline TAknTextLineLayout List_pane_texts__double_time__Line_2()		{ return (*(TList_pane_texts__double_time__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double_time__Line_2)))(); }
       
   571 
       
   572 inline TAknTextLineLayout List_pane_texts__double_time__Line_3()		{ return (*(TList_pane_texts__double_time__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double_time__Line_3)))(); }
       
   573 
       
   574 inline TAknTextLineLayout List_pane_texts__double_time__Line_4()		{ return (*(TList_pane_texts__double_time__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double_time__Line_4)))(); }
       
   575 
       
   576 inline TAknLayoutTableLimits List_pane_texts__double_time__Limits()		{ return (*(TList_pane_texts__double_time__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double_time__Limits)))(); }
       
   577 
       
   578 inline TAknTextLineLayout List_pane_texts__double_time_(TInt aLineIndex)		{ return (*(TList_pane_texts__double_time__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double_time_)))(aLineIndex); }
       
   579 
       
   580 // LAF Table : List pane elements (double large graphic)
       
   581 inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_1()		{ return (*(TList_pane_elements__double_large_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_large_graphic__Line_1)))(); }
       
   582 
       
   583 inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_2()		{ return (*(TList_pane_elements__double_large_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_large_graphic__Line_2)))(); }
       
   584 
       
   585 inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_3()		{ return (*(TList_pane_elements__double_large_graphic__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_large_graphic__Line_3)))(); }
       
   586 
       
   587 inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_4()		{ return (*(TList_pane_elements__double_large_graphic__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_large_graphic__Line_4)))(); }
       
   588 
       
   589 inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_5()		{ return (*(TList_pane_elements__double_large_graphic__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_large_graphic__Line_5)))(); }
       
   590 
       
   591 inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_6()		{ return (*(TList_pane_elements__double_large_graphic__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_large_graphic__Line_6)))(); }
       
   592 
       
   593 inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_7()		{ return (*(TList_pane_elements__double_large_graphic__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_large_graphic__Line_7)))(); }
       
   594 
       
   595 inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_8()		{ return (*(TList_pane_elements__double_large_graphic__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_large_graphic__Line_8)))(); }
       
   596 
       
   597 inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_9(TInt aIndex_l)		{ return (*(TList_pane_elements__double_large_graphic__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_large_graphic__Line_9)))(aIndex_l); }
       
   598 
       
   599 inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_10()		{ return (*(TList_pane_elements__double_large_graphic__Line_10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double_large_graphic__Line_10)))(); }
       
   600 
       
   601 // LAF Table : List pane texts (double large graphic)
       
   602 inline TAknTextLineLayout List_pane_texts__double_large_graphic__Line_1(TInt aCommon1)		{ return (*(TList_pane_texts__double_large_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double_large_graphic__Line_1)))(aCommon1); }
       
   603 
       
   604 inline TAknTextLineLayout List_pane_texts__double_large_graphic__Line_2()		{ return (*(TList_pane_texts__double_large_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double_large_graphic__Line_2)))(); }
       
   605 
       
   606 // LAF Table : List pane elements (setting)
       
   607 inline TAknWindowLineLayout List_pane_elements__setting__Line_1()		{ return (*(TList_pane_elements__setting__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting__Line_1)))(); }
       
   608 
       
   609 inline TAknWindowLineLayout List_pane_elements__setting__Line_2()		{ return (*(TList_pane_elements__setting__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting__Line_2)))(); }
       
   610 
       
   611 inline TAknWindowLineLayout List_pane_elements__setting__Line_3()		{ return (*(TList_pane_elements__setting__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting__Line_3)))(); }
       
   612 
       
   613 inline TAknWindowLineLayout List_pane_elements__setting__Line_4()		{ return (*(TList_pane_elements__setting__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting__Line_4)))(); }
       
   614 
       
   615 inline TAknWindowLineLayout List_pane_elements__setting__Line_5()		{ return (*(TList_pane_elements__setting__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting__Line_5)))(); }
       
   616 
       
   617 inline TAknWindowLineLayout List_pane_elements__setting__Line_6()		{ return (*(TList_pane_elements__setting__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting__Line_6)))(); }
       
   618 
       
   619 inline TAknLayoutTableLimits List_pane_elements__setting__Limits()		{ return (*(TList_pane_elements__setting__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting__Limits)))(); }
       
   620 
       
   621 inline TAknWindowLineLayout List_pane_elements__setting_(TInt aLineIndex)		{ return (*(TList_pane_elements__setting__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting_)))(aLineIndex); }
       
   622 
       
   623 // LAF Table : List pane texts (setting)
       
   624 inline TAknTextLineLayout List_pane_texts__setting__Line_1()		{ return (*(TList_pane_texts__setting__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__setting__Line_1)))(); }
       
   625 
       
   626 inline TAknTextLineLayout List_pane_texts__setting__Line_2()		{ return (*(TList_pane_texts__setting__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__setting__Line_2)))(); }
       
   627 
       
   628 inline TAknTextLineLayout List_pane_texts__setting__Line_3()		{ return (*(TList_pane_texts__setting__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__setting__Line_3)))(); }
       
   629 
       
   630 inline TAknTextLineLayout List_pane_texts__setting__Line_4()		{ return (*(TList_pane_texts__setting__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__setting__Line_4)))(); }
       
   631 
       
   632 inline TAknLayoutTableLimits List_pane_texts__setting__Limits()		{ return (*(TList_pane_texts__setting__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__setting__Limits)))(); }
       
   633 
       
   634 inline TAknTextLineLayout List_pane_texts__setting_(TInt aLineIndex)		{ return (*(TList_pane_texts__setting__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__setting_)))(aLineIndex); }
       
   635 
       
   636 // LAF Table : List pane elements (setting number)
       
   637 inline TAknWindowLineLayout List_pane_elements__setting_number__Line_1()		{ return (*(TList_pane_elements__setting_number__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting_number__Line_1)))(); }
       
   638 
       
   639 inline TAknWindowLineLayout List_pane_elements__setting_number__Line_2()		{ return (*(TList_pane_elements__setting_number__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting_number__Line_2)))(); }
       
   640 
       
   641 inline TAknWindowLineLayout List_pane_elements__setting_number__Line_3()		{ return (*(TList_pane_elements__setting_number__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting_number__Line_3)))(); }
       
   642 
       
   643 inline TAknWindowLineLayout List_pane_elements__setting_number__Line_4()		{ return (*(TList_pane_elements__setting_number__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting_number__Line_4)))(); }
       
   644 
       
   645 inline TAknWindowLineLayout List_pane_elements__setting_number__Line_5()		{ return (*(TList_pane_elements__setting_number__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting_number__Line_5)))(); }
       
   646 
       
   647 inline TAknLayoutTableLimits List_pane_elements__setting_number__Limits()		{ return (*(TList_pane_elements__setting_number__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting_number__Limits)))(); }
       
   648 
       
   649 inline TAknWindowLineLayout List_pane_elements__setting_number_(TInt aLineIndex)		{ return (*(TList_pane_elements__setting_number__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting_number_)))(aLineIndex); }
       
   650 
       
   651 // LAF Table : List pane texts (setting number)
       
   652 inline TAknTextLineLayout List_pane_texts__setting_number__Line_1()		{ return (*(TList_pane_texts__setting_number__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__setting_number__Line_1)))(); }
       
   653 
       
   654 inline TAknTextLineLayout List_pane_texts__setting_number__Line_2()		{ return (*(TList_pane_texts__setting_number__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__setting_number__Line_2)))(); }
       
   655 
       
   656 inline TAknTextLineLayout List_pane_texts__setting_number__Line_3()		{ return (*(TList_pane_texts__setting_number__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__setting_number__Line_3)))(); }
       
   657 
       
   658 inline TAknTextLineLayout List_pane_texts__setting_number__Line_4()		{ return (*(TList_pane_texts__setting_number__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__setting_number__Line_4)))(); }
       
   659 
       
   660 inline TAknLayoutTableLimits List_pane_texts__setting_number__Limits()		{ return (*(TList_pane_texts__setting_number__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__setting_number__Limits)))(); }
       
   661 
       
   662 inline TAknTextLineLayout List_pane_texts__setting_number_(TInt aLineIndex)		{ return (*(TList_pane_texts__setting_number__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__setting_number_)))(aLineIndex); }
       
   663 
       
   664 // LAF Table : Setting volume elements
       
   665 inline TAknWindowLineLayout Setting_volume_elements_Line_1(TInt aIndex_C)		{ return (*(TSetting_volume_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_elements_Line_1)))(aIndex_C); }
       
   666 
       
   667 inline TAknWindowLineLayout Setting_volume_elements_Line_2(TInt aIndex_C)		{ return (*(TSetting_volume_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_elements_Line_2)))(aIndex_C); }
       
   668 
       
   669 inline TAknWindowLineLayout Setting_volume_elements_Line_3(TInt aIndex_C)		{ return (*(TSetting_volume_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_elements_Line_3)))(aIndex_C); }
       
   670 
       
   671 inline TAknWindowLineLayout Setting_volume_elements_Line_4(TInt aIndex_C)		{ return (*(TSetting_volume_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_elements_Line_4)))(aIndex_C); }
       
   672 
       
   673 inline TAknWindowLineLayout Setting_volume_elements_Line_5(TInt aIndex_C)		{ return (*(TSetting_volume_elements_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_elements_Line_5)))(aIndex_C); }
       
   674 
       
   675 inline TAknWindowLineLayout Setting_volume_elements_Line_6(TInt aIndex_C)		{ return (*(TSetting_volume_elements_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_elements_Line_6)))(aIndex_C); }
       
   676 
       
   677 inline TAknWindowLineLayout Setting_volume_elements_Line_7(TInt aIndex_C)		{ return (*(TSetting_volume_elements_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_elements_Line_7)))(aIndex_C); }
       
   678 
       
   679 inline TAknWindowLineLayout Setting_volume_elements_Line_8(TInt aIndex_C)		{ return (*(TSetting_volume_elements_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_elements_Line_8)))(aIndex_C); }
       
   680 
       
   681 inline TAknWindowLineLayout Setting_volume_elements_Line_9(TInt aIndex_C)		{ return (*(TSetting_volume_elements_Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_elements_Line_9)))(aIndex_C); }
       
   682 
       
   683 inline TAknWindowLineLayout Setting_volume_elements_Line_10(TInt aIndex_C)		{ return (*(TSetting_volume_elements_Line_10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_elements_Line_10)))(aIndex_C); }
       
   684 
       
   685 inline TAknLayoutTableLimits Setting_volume_elements_Limits()		{ return (*(TSetting_volume_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_elements_Limits)))(); }
       
   686 
       
   687 inline TAknWindowLineLayout Setting_volume_elements(TInt aLineIndex, TInt aIndex_C)		{ return (*(TSetting_volume_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_elements)))(aLineIndex, aIndex_C); }
       
   688 
       
   689 // LAF Table : Setting slider elements
       
   690 inline TAknWindowLineLayout Setting_slider_elements_Line_1()		{ return (*(TSetting_slider_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_slider_elements_Line_1)))(); }
       
   691 
       
   692 // LAF Table : List pane elements (setting double2)
       
   693 inline TAknWindowLineLayout List_pane_elements__setting_double2__Line_1()		{ return (*(TList_pane_elements__setting_double2__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting_double2__Line_1)))(); }
       
   694 
       
   695 inline TAknWindowLineLayout List_pane_elements__setting_double2__Line_2()		{ return (*(TList_pane_elements__setting_double2__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting_double2__Line_2)))(); }
       
   696 
       
   697 inline TAknWindowLineLayout List_pane_elements__setting_double2__Line_3()		{ return (*(TList_pane_elements__setting_double2__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting_double2__Line_3)))(); }
       
   698 
       
   699 inline TAknLayoutTableLimits List_pane_elements__setting_double2__Limits()		{ return (*(TList_pane_elements__setting_double2__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting_double2__Limits)))(); }
       
   700 
       
   701 inline TAknWindowLineLayout List_pane_elements__setting_double2_(TInt aLineIndex)		{ return (*(TList_pane_elements__setting_double2__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__setting_double2_)))(aLineIndex); }
       
   702 
       
   703 // LAF Table : List pane lines (A column)
       
   704 inline TAknWindowLineLayout List_pane_lines__A_column__Line_1(TInt aCommon1)		{ return (*(TList_pane_lines__A_column__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_lines__A_column__Line_1)))(aCommon1); }
       
   705 
       
   706 inline TAknWindowLineLayout List_pane_lines__A_column__Line_2()		{ return (*(TList_pane_lines__A_column__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_lines__A_column__Line_2)))(); }
       
   707 
       
   708 // LAF Table : List pane lines (AB columns)
       
   709 inline TAknWindowLineLayout List_pane_lines__AB_columns__Line_1(TInt aCommon1)		{ return (*(TList_pane_lines__AB_columns__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_lines__AB_columns__Line_1)))(aCommon1); }
       
   710 
       
   711 inline TAknWindowLineLayout List_pane_lines__AB_columns__Line_2()		{ return (*(TList_pane_lines__AB_columns__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_lines__AB_columns__Line_2)))(); }
       
   712 
       
   713 // LAF Table : List pane lines (BC columns)
       
   714 inline TAknWindowLineLayout List_pane_lines__BC_columns__Line_1(TInt aCommon1)		{ return (*(TList_pane_lines__BC_columns__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_lines__BC_columns__Line_1)))(aCommon1); }
       
   715 
       
   716 inline TAknWindowLineLayout List_pane_lines__BC_columns__Line_2()		{ return (*(TList_pane_lines__BC_columns__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_lines__BC_columns__Line_2)))(); }
       
   717 
       
   718 // LAF Table : List pane highlight graphics (various)
       
   719 inline TAknWindowLineLayout List_pane_highlight_graphics__various__Line_1(const TRect& aParentRect)		{ return (*(TList_pane_highlight_graphics__various__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_highlight_graphics__various__Line_1)))(aParentRect); }
       
   720 
       
   721 inline TAknWindowLineLayout List_pane_highlight_graphics__various__Line_2(const TRect& aParentRect)		{ return (*(TList_pane_highlight_graphics__various__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_highlight_graphics__various__Line_2)))(aParentRect); }
       
   722 
       
   723 inline TAknWindowLineLayout List_pane_highlight_graphics__various__Line_3(TInt aIndex_l)		{ return (*(TList_pane_highlight_graphics__various__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_highlight_graphics__various__Line_3)))(aIndex_l); }
       
   724 
       
   725 inline TAknLayoutTableLimits List_pane_highlight_graphics__various__SUB_TABLE_0_Limits()		{ return (*(TList_pane_highlight_graphics__various__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_highlight_graphics__various__SUB_TABLE_0_Limits)))(); }
       
   726 
       
   727 inline TAknWindowLineLayout List_pane_highlight_graphics__various__SUB_TABLE_0(TInt aLineIndex, const TRect& aParentRect)		{ return (*(TList_pane_highlight_graphics__various__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_highlight_graphics__various__SUB_TABLE_0)))(aLineIndex, aParentRect); }
       
   728 
       
   729 // LAF Table : List pane highlight graphics (setting number)
       
   730 inline TAknWindowLineLayout List_pane_highlight_graphics__setting_number__Line_1(const TRect& aParentRect)		{ return (*(TList_pane_highlight_graphics__setting_number__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_highlight_graphics__setting_number__Line_1)))(aParentRect); }
       
   731 
       
   732 inline TAknWindowLineLayout List_pane_highlight_graphics__setting_number__Line_2(const TRect& aParentRect)		{ return (*(TList_pane_highlight_graphics__setting_number__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_highlight_graphics__setting_number__Line_2)))(aParentRect); }
       
   733 
       
   734 inline TAknWindowLineLayout List_pane_highlight_graphics__setting_number__Line_3()		{ return (*(TList_pane_highlight_graphics__setting_number__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_highlight_graphics__setting_number__Line_3)))(); }
       
   735 
       
   736 inline TAknLayoutTableLimits List_pane_highlight_graphics__setting_number__SUB_TABLE_0_Limits()		{ return (*(TList_pane_highlight_graphics__setting_number__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_highlight_graphics__setting_number__SUB_TABLE_0_Limits)))(); }
       
   737 
       
   738 inline TAknWindowLineLayout List_pane_highlight_graphics__setting_number__SUB_TABLE_0(TInt aLineIndex, const TRect& aParentRect)		{ return (*(TList_pane_highlight_graphics__setting_number__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_highlight_graphics__setting_number__SUB_TABLE_0)))(aLineIndex, aParentRect); }
       
   739 
       
   740 // LAF Table : Find pane elements
       
   741 inline TAknWindowLineLayout Find_pane_elements_Line_1()		{ return (*(TFind_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pane_elements_Line_1)))(); }
       
   742 
       
   743 inline TAknWindowLineLayout Find_pane_elements_Line_2()		{ return (*(TFind_pane_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pane_elements_Line_2)))(); }
       
   744 
       
   745 inline TAknWindowLineLayout Find_pane_elements_Line_3()		{ return (*(TFind_pane_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pane_elements_Line_3)))(); }
       
   746 
       
   747 inline TAknWindowLineLayout Find_pane_elements_Line_4()		{ return (*(TFind_pane_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pane_elements_Line_4)))(); }
       
   748 
       
   749 inline TAknWindowLineLayout Find_pane_elements_Line_5()		{ return (*(TFind_pane_elements_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pane_elements_Line_5)))(); }
       
   750 
       
   751 inline TAknLayoutTableLimits Find_pane_elements_Limits()		{ return (*(TFind_pane_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pane_elements_Limits)))(); }
       
   752 
       
   753 inline TAknWindowLineLayout Find_pane_elements(TInt aLineIndex)		{ return (*(TFind_pane_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pane_elements)))(aLineIndex); }
       
   754 
       
   755 // LAF Table : Find pane texts
       
   756 inline TAknTextLineLayout Find_pane_texts_Line_1()		{ return (*(TFind_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pane_texts_Line_1)))(); }
       
   757 
       
   758 // LAF Table : Form descendant panes
       
   759 inline TAknWindowLineLayout form_field_data_pane(TInt aIndex_t, TInt aIndex_H)		{ return (*(Tform_field_data_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_pane)))(aIndex_t, aIndex_H); }
       
   760 
       
   761 inline TAknWindowLineLayout form_field_data_wide_pane(TInt aIndex_t, TInt aIndex_H)		{ return (*(Tform_field_data_wide_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane)))(aIndex_t, aIndex_H); }
       
   762 
       
   763 inline TAknWindowLineLayout form_field_popup_pane(TInt aIndex_t, TInt aIndex_H)		{ return (*(Tform_field_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_pane)))(aIndex_t, aIndex_H); }
       
   764 
       
   765 inline TAknWindowLineLayout form_field_popup_wide_pane(TInt aIndex_t, TInt aIndex_H)		{ return (*(Tform_field_popup_wide_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_wide_pane)))(aIndex_t, aIndex_H); }
       
   766 
       
   767 inline TAknWindowLineLayout form_field_slider_pane(TInt aIndex_t, TInt aIndex_H)		{ return (*(Tform_field_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane)))(aIndex_t, aIndex_H); }
       
   768 
       
   769 inline TAknWindowLineLayout form_field_slider_wide_pane(TInt aIndex_t, TInt aIndex_H)		{ return (*(Tform_field_slider_wide_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane)))(aIndex_t, aIndex_H); }
       
   770 
       
   771 inline TAknLayoutTableLimits Form_descendant_panes_Limits()		{ return (*(TForm_descendant_panes_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_descendant_panes_Limits)))(); }
       
   772 
       
   773 inline TAknWindowLineLayout Form_descendant_panes(TInt aLineIndex, TInt aIndex_t, TInt aIndex_H)		{ return (*(TForm_descendant_panes_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_descendant_panes)))(aLineIndex, aIndex_t, aIndex_H); }
       
   774 
       
   775 // LAF Table : Form data field elements
       
   776 inline TAknWindowLineLayout Form_data_field_elements_Line_1(TInt aIndex_H)		{ return (*(TForm_data_field_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_data_field_elements_Line_1)))(aIndex_H); }
       
   777 
       
   778 inline TAknWindowLineLayout Form_data_field_elements_Line_2()		{ return (*(TForm_data_field_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_data_field_elements_Line_2)))(); }
       
   779 
       
   780 inline TAknWindowLineLayout Form_data_field_elements_Line_3(TInt aIndex_H)		{ return (*(TForm_data_field_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_data_field_elements_Line_3)))(aIndex_H); }
       
   781 
       
   782 inline TAknWindowLineLayout Form_data_field_elements_Line_4()		{ return (*(TForm_data_field_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_data_field_elements_Line_4)))(); }
       
   783 
       
   784 // LAF Table : Form data field texts
       
   785 inline TAknTextLineLayout Form_data_field_texts_Line_1(TInt aCommon1, TInt aIndex_B)		{ return (*(TForm_data_field_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_data_field_texts_Line_1)))(aCommon1, aIndex_B); }
       
   786 
       
   787 inline TAknMultiLineTextLayout Multiline_Form_data_field_texts_Line_1(TInt aCommon1, TInt aNumberOfLinesShown)		{ return (*(TMultiline_Form_data_field_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Form_data_field_texts_Line_1)))(aCommon1, aNumberOfLinesShown); }
       
   788 
       
   789 inline TAknTextLineLayout Form_data_field_texts_Line_2(TInt aIndex_B)		{ return (*(TForm_data_field_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_data_field_texts_Line_2)))(aIndex_B); }
       
   790 
       
   791 inline TAknMultiLineTextLayout Multiline_Form_data_field_texts_Line_2(TInt aNumberOfLinesShown)		{ return (*(TMultiline_Form_data_field_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Form_data_field_texts_Line_2)))(aNumberOfLinesShown); }
       
   792 
       
   793 // LAF Table : Form data wide field elements
       
   794 inline TAknWindowLineLayout Form_data_wide_field_elements_Line_1(TInt aIndex_H)		{ return (*(TForm_data_wide_field_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_data_wide_field_elements_Line_1)))(aIndex_H); }
       
   795 
       
   796 inline TAknWindowLineLayout Form_data_wide_field_elements_Line_2()		{ return (*(TForm_data_wide_field_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_data_wide_field_elements_Line_2)))(); }
       
   797 
       
   798 inline TAknWindowLineLayout Form_data_wide_field_elements_Line_3(TInt aIndex_H)		{ return (*(TForm_data_wide_field_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_data_wide_field_elements_Line_3)))(aIndex_H); }
       
   799 
       
   800 inline TAknWindowLineLayout Form_data_wide_field_elements_Line_4()		{ return (*(TForm_data_wide_field_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_data_wide_field_elements_Line_4)))(); }
       
   801 
       
   802 // LAF Table : Form data wide field texts
       
   803 inline TAknTextLineLayout Form_data_wide_field_texts_Line_1()		{ return (*(TForm_data_wide_field_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_data_wide_field_texts_Line_1)))(); }
       
   804 
       
   805 inline TAknTextLineLayout Form_data_wide_field_texts_Line_2(TInt aIndex_B)		{ return (*(TForm_data_wide_field_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_data_wide_field_texts_Line_2)))(aIndex_B); }
       
   806 
       
   807 inline TAknMultiLineTextLayout Multiline_Form_data_wide_field_texts_Line_2(TInt aNumberOfLinesShown)		{ return (*(TMultiline_Form_data_wide_field_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Form_data_wide_field_texts_Line_2)))(aNumberOfLinesShown); }
       
   808 
       
   809 // LAF Table : Form pop-up field elements and descendants
       
   810 inline TAknWindowLineLayout Form_pop_up_field_elements_and_descendants_Line_1(TInt aIndex_H)		{ return (*(TForm_pop_up_field_elements_and_descendants_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_pop_up_field_elements_and_descendants_Line_1)))(aIndex_H); }
       
   811 
       
   812 inline TAknWindowLineLayout Form_pop_up_field_elements_and_descendants_Line_2()		{ return (*(TForm_pop_up_field_elements_and_descendants_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_pop_up_field_elements_and_descendants_Line_2)))(); }
       
   813 
       
   814 inline TAknWindowLineLayout Form_pop_up_field_elements_and_descendants_Line_3(TInt aIndex_H)		{ return (*(TForm_pop_up_field_elements_and_descendants_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_pop_up_field_elements_and_descendants_Line_3)))(aIndex_H); }
       
   815 
       
   816 inline TAknWindowLineLayout Form_pop_up_field_elements_and_descendants_Line_4()		{ return (*(TForm_pop_up_field_elements_and_descendants_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_pop_up_field_elements_and_descendants_Line_4)))(); }
       
   817 
       
   818 inline TAknWindowLineLayout Form_pop_up_field_elements_and_descendants_Line_5()		{ return (*(TForm_pop_up_field_elements_and_descendants_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_pop_up_field_elements_and_descendants_Line_5)))(); }
       
   819 
       
   820 inline TAknWindowLineLayout list_form_pane(TInt aIndex_H)		{ return (*(Tlist_form_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_pane)))(aIndex_H); }
       
   821 
       
   822 // LAF Table : List pane elements (form pop-up)
       
   823 inline TAknWindowLineLayout list_form_graphic_pane(TInt aIndex_t)		{ return (*(Tlist_form_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_graphic_pane)))(aIndex_t); }
       
   824 
       
   825 // LAF Table : List pane elements (form graphic)
       
   826 inline TAknWindowLineLayout List_pane_elements__form_graphic__Line_1(TInt aIndex_C)		{ return (*(TList_pane_elements__form_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__form_graphic__Line_1)))(aIndex_C); }
       
   827 
       
   828 inline TAknWindowLineLayout List_pane_elements__form_graphic__Line_2()		{ return (*(TList_pane_elements__form_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__form_graphic__Line_2)))(); }
       
   829 
       
   830 // LAF Table : List pane texts (form graphic)
       
   831 inline TAknTextLineLayout List_pane_texts__form_graphic__Line_1(TInt aIndex_C, TInt aCommon1)		{ return (*(TList_pane_texts__form_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__form_graphic__Line_1)))(aIndex_C, aCommon1); }
       
   832 
       
   833 // LAF Table : Form pop-up wide field elements and descendants
       
   834 inline TAknWindowLineLayout Form_pop_up_wide_field_elements_and_descendants_Line_1(TInt aIndex_H)		{ return (*(TForm_pop_up_wide_field_elements_and_descendants_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_pop_up_wide_field_elements_and_descendants_Line_1)))(aIndex_H); }
       
   835 
       
   836 inline TAknWindowLineLayout Form_pop_up_wide_field_elements_and_descendants_Line_2()		{ return (*(TForm_pop_up_wide_field_elements_and_descendants_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_pop_up_wide_field_elements_and_descendants_Line_2)))(); }
       
   837 
       
   838 inline TAknWindowLineLayout Form_pop_up_wide_field_elements_and_descendants_Line_3(TInt aIndex_H)		{ return (*(TForm_pop_up_wide_field_elements_and_descendants_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_pop_up_wide_field_elements_and_descendants_Line_3)))(aIndex_H); }
       
   839 
       
   840 inline TAknWindowLineLayout Form_pop_up_wide_field_elements_and_descendants_Line_4()		{ return (*(TForm_pop_up_wide_field_elements_and_descendants_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_pop_up_wide_field_elements_and_descendants_Line_4)))(); }
       
   841 
       
   842 inline TAknWindowLineLayout Form_pop_up_wide_field_elements_and_descendants_Line_5()		{ return (*(TForm_pop_up_wide_field_elements_and_descendants_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_pop_up_wide_field_elements_and_descendants_Line_5)))(); }
       
   843 
       
   844 inline TAknWindowLineLayout list_form_wide_pane(TInt aCommon1, TInt aIndex_H)		{ return (*(Tlist_form_wide_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_wide_pane)))(aCommon1, aIndex_H); }
       
   845 
       
   846 // LAF Table : List pane elements (form pop-up wide)
       
   847 inline TAknWindowLineLayout list_form_graphic_wide_pane(TInt aIndex_t)		{ return (*(Tlist_form_graphic_wide_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_graphic_wide_pane)))(aIndex_t); }
       
   848 
       
   849 // LAF Table : List pane elements (form graphic wide)
       
   850 inline TAknWindowLineLayout List_pane_elements__form_graphic_wide__Line_1(TInt aIndex_C)		{ return (*(TList_pane_elements__form_graphic_wide__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__form_graphic_wide__Line_1)))(aIndex_C); }
       
   851 
       
   852 inline TAknWindowLineLayout List_pane_elements__form_graphic_wide__Line_2()		{ return (*(TList_pane_elements__form_graphic_wide__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__form_graphic_wide__Line_2)))(); }
       
   853 
       
   854 // LAF Table : List pane texts (form graphic wide)
       
   855 inline TAknTextLineLayout List_pane_texts__form_graphic_wide__Line_1(TInt aIndex_C, TInt aIndex_l, TInt aIndex_r, TInt aIndex_W)		{ return (*(TList_pane_texts__form_graphic_wide__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__form_graphic_wide__Line_1)))(aIndex_C, aIndex_l, aIndex_r, aIndex_W); }
       
   856 
       
   857 // LAF Table : Form slider field elements and descendants
       
   858 inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_1(TInt aIndex_H)		{ return (*(TForm_slider_field_elements_and_descendants_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_elements_and_descendants_Line_1)))(aIndex_H); }
       
   859 
       
   860 inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_2()		{ return (*(TForm_slider_field_elements_and_descendants_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_elements_and_descendants_Line_2)))(); }
       
   861 
       
   862 inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_3(TInt aIndex_H)		{ return (*(TForm_slider_field_elements_and_descendants_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_elements_and_descendants_Line_3)))(aIndex_H); }
       
   863 
       
   864 inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_4()		{ return (*(TForm_slider_field_elements_and_descendants_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_elements_and_descendants_Line_4)))(); }
       
   865 
       
   866 inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_5()		{ return (*(TForm_slider_field_elements_and_descendants_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_elements_and_descendants_Line_5)))(); }
       
   867 
       
   868 inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_6(TInt aIndex_t)		{ return (*(TForm_slider_field_elements_and_descendants_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_elements_and_descendants_Line_6)))(aIndex_t); }
       
   869 
       
   870 // LAF Table : Slider pane elements (form)
       
   871 inline TAknWindowLineLayout Slider_pane_elements__form__Line_1()		{ return (*(TSlider_pane_elements__form__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Slider_pane_elements__form__Line_1)))(); }
       
   872 
       
   873 inline TAknWindowLineLayout Slider_pane_elements__form__Line_2()		{ return (*(TSlider_pane_elements__form__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Slider_pane_elements__form__Line_2)))(); }
       
   874 
       
   875 inline TAknLayoutTableLimits Slider_pane_elements__form__Limits()		{ return (*(TSlider_pane_elements__form__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Slider_pane_elements__form__Limits)))(); }
       
   876 
       
   877 inline TAknWindowLineLayout Slider_pane_elements__form_(TInt aLineIndex)		{ return (*(TSlider_pane_elements__form__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Slider_pane_elements__form_)))(aLineIndex); }
       
   878 
       
   879 // LAF Table : Form slider field texts
       
   880 inline TAknTextLineLayout Form_slider_field_texts_Line_1()		{ return (*(TForm_slider_field_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_texts_Line_1)))(); }
       
   881 
       
   882 inline TAknTextLineLayout Form_slider_field_texts_Line_2()		{ return (*(TForm_slider_field_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_texts_Line_2)))(); }
       
   883 
       
   884 inline TAknTextLineLayout Form_slider_field_texts_Line_3(TInt aCommon1, TInt aIndex_B)		{ return (*(TForm_slider_field_texts_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_texts_Line_3)))(aCommon1, aIndex_B); }
       
   885 
       
   886 inline TAknMultiLineTextLayout Multiline_Form_slider_field_texts_Line_3(TInt aCommon1, TInt aNumberOfLinesShown)		{ return (*(TMultiline_Form_slider_field_texts_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Form_slider_field_texts_Line_3)))(aCommon1, aNumberOfLinesShown); }
       
   887 
       
   888 inline TAknLayoutTableLimits Form_slider_field_texts_SUB_TABLE_0_Limits()		{ return (*(TForm_slider_field_texts_SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_texts_SUB_TABLE_0_Limits)))(); }
       
   889 
       
   890 inline TAknTextLineLayout Form_slider_field_texts_SUB_TABLE_0(TInt aLineIndex)		{ return (*(TForm_slider_field_texts_SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_texts_SUB_TABLE_0)))(aLineIndex); }
       
   891 
       
   892 // LAF Table : Form slider field elements and descendants_dup
       
   893 inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_1(TInt aIndex_H)		{ return (*(TForm_slider_field_elements_and_descendants_dup_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_elements_and_descendants_dup_Line_1)))(aIndex_H); }
       
   894 
       
   895 inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_2()		{ return (*(TForm_slider_field_elements_and_descendants_dup_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_elements_and_descendants_dup_Line_2)))(); }
       
   896 
       
   897 inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_3(TInt aIndex_H)		{ return (*(TForm_slider_field_elements_and_descendants_dup_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_elements_and_descendants_dup_Line_3)))(aIndex_H); }
       
   898 
       
   899 inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_4()		{ return (*(TForm_slider_field_elements_and_descendants_dup_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_elements_and_descendants_dup_Line_4)))(); }
       
   900 
       
   901 inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_5()		{ return (*(TForm_slider_field_elements_and_descendants_dup_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_elements_and_descendants_dup_Line_5)))(); }
       
   902 
       
   903 inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_6(TInt aIndex_t)		{ return (*(TForm_slider_field_elements_and_descendants_dup_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_elements_and_descendants_dup_Line_6)))(aIndex_t); }
       
   904 
       
   905 // LAF Table : Slider pane elements (form)_dup
       
   906 inline TAknWindowLineLayout Slider_pane_elements__form__dup_Line_1()		{ return (*(TSlider_pane_elements__form__dup_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Slider_pane_elements__form__dup_Line_1)))(); }
       
   907 
       
   908 inline TAknWindowLineLayout Slider_pane_elements__form__dup_Line_2()		{ return (*(TSlider_pane_elements__form__dup_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Slider_pane_elements__form__dup_Line_2)))(); }
       
   909 
       
   910 inline TAknLayoutTableLimits Slider_pane_elements__form__dup_Limits()		{ return (*(TSlider_pane_elements__form__dup_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Slider_pane_elements__form__dup_Limits)))(); }
       
   911 
       
   912 inline TAknWindowLineLayout Slider_pane_elements__form__dup(TInt aLineIndex)		{ return (*(TSlider_pane_elements__form__dup_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Slider_pane_elements__form__dup)))(aLineIndex); }
       
   913 
       
   914 // LAF Table : Form slider field texts_dup
       
   915 inline TAknTextLineLayout Form_slider_field_texts_dup_Line_1()		{ return (*(TForm_slider_field_texts_dup_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_texts_dup_Line_1)))(); }
       
   916 
       
   917 inline TAknTextLineLayout Form_slider_field_texts_dup_Line_2()		{ return (*(TForm_slider_field_texts_dup_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_texts_dup_Line_2)))(); }
       
   918 
       
   919 inline TAknTextLineLayout Form_slider_field_texts_dup_Line_3(TInt aCommon1, TInt aIndex_B)		{ return (*(TForm_slider_field_texts_dup_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_texts_dup_Line_3)))(aCommon1, aIndex_B); }
       
   920 
       
   921 inline TAknMultiLineTextLayout Multiline_Form_slider_field_texts_dup_Line_3(TInt aCommon1, TInt aNumberOfLinesShown)		{ return (*(TMultiline_Form_slider_field_texts_dup_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Form_slider_field_texts_dup_Line_3)))(aCommon1, aNumberOfLinesShown); }
       
   922 
       
   923 inline TAknLayoutTableLimits Form_slider_field_texts_dup_SUB_TABLE_0_Limits()		{ return (*(TForm_slider_field_texts_dup_SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_texts_dup_SUB_TABLE_0_Limits)))(); }
       
   924 
       
   925 inline TAknTextLineLayout Form_slider_field_texts_dup_SUB_TABLE_0(TInt aLineIndex)		{ return (*(TForm_slider_field_texts_dup_SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_slider_field_texts_dup_SUB_TABLE_0)))(aLineIndex); }
       
   926 
       
   927 // LAF Table : Cursor graphics (13)
       
   928 inline TAknWindowLineLayout Cursor_graphics__13__Line_1()		{ return (*(TCursor_graphics__13__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Cursor_graphics__13__Line_1)))(); }
       
   929 
       
   930 // LAF Table : Predictive text input graphics (13)
       
   931 inline TAknWindowLineLayout Predictive_text_input_graphics__13__Line_1()		{ return (*(TPredictive_text_input_graphics__13__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Predictive_text_input_graphics__13__Line_1)))(); }
       
   932 
       
   933 inline TAknWindowLineLayout Predictive_text_input_graphics__13__Line_2()		{ return (*(TPredictive_text_input_graphics__13__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Predictive_text_input_graphics__13__Line_2)))(); }
       
   934 
       
   935 inline TAknLayoutTableLimits Predictive_text_input_graphics__13__Limits()		{ return (*(TPredictive_text_input_graphics__13__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Predictive_text_input_graphics__13__Limits)))(); }
       
   936 
       
   937 inline TAknWindowLineLayout Predictive_text_input_graphics__13_(TInt aLineIndex)		{ return (*(TPredictive_text_input_graphics__13__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Predictive_text_input_graphics__13_)))(aLineIndex); }
       
   938 
       
   939 // LAF Table : Cut copy and paste highlight graphics (13)
       
   940 inline TAknWindowLineLayout Cut_copy_and_paste_highlight_graphics__13__Line_1()		{ return (*(TCut_copy_and_paste_highlight_graphics__13__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Cut_copy_and_paste_highlight_graphics__13__Line_1)))(); }
       
   941 
       
   942 // LAF Table : Time and date entry graphics (13)
       
   943 inline TAknWindowLineLayout Time_and_date_entry_graphics__13__Line_1()		{ return (*(TTime_and_date_entry_graphics__13__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Time_and_date_entry_graphics__13__Line_1)))(); }
       
   944 
       
   945 // LAF Table : Cursor graphics (12)
       
   946 inline TAknWindowLineLayout Cursor_graphics__12__Line_1()		{ return (*(TCursor_graphics__12__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Cursor_graphics__12__Line_1)))(); }
       
   947 
       
   948 // LAF Table : Predictive text input graphics (12)
       
   949 inline TAknWindowLineLayout Predictive_text_input_graphics__12__Line_1()		{ return (*(TPredictive_text_input_graphics__12__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Predictive_text_input_graphics__12__Line_1)))(); }
       
   950 
       
   951 inline TAknWindowLineLayout Predictive_text_input_graphics__12__Line_2()		{ return (*(TPredictive_text_input_graphics__12__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Predictive_text_input_graphics__12__Line_2)))(); }
       
   952 
       
   953 inline TAknLayoutTableLimits Predictive_text_input_graphics__12__Limits()		{ return (*(TPredictive_text_input_graphics__12__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Predictive_text_input_graphics__12__Limits)))(); }
       
   954 
       
   955 inline TAknWindowLineLayout Predictive_text_input_graphics__12_(TInt aLineIndex)		{ return (*(TPredictive_text_input_graphics__12__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Predictive_text_input_graphics__12_)))(aLineIndex); }
       
   956 
       
   957 // LAF Table : Cut copy and paste highlight graphics (12)
       
   958 inline TAknWindowLineLayout Cut_copy_and_paste_highlight_graphics__12__Line_1()		{ return (*(TCut_copy_and_paste_highlight_graphics__12__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Cut_copy_and_paste_highlight_graphics__12__Line_1)))(); }
       
   959 
       
   960 // LAF Table : Time and date entry graphics (12)
       
   961 inline TAknWindowLineLayout Time_and_date_entry_graphics__12__Line_1()		{ return (*(TTime_and_date_entry_graphics__12__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Time_and_date_entry_graphics__12__Line_1)))(); }
       
   962 
       
   963 // LAF Table : AVKON specific list pane
       
   964 inline TAknWindowLineLayout list_set_graphic_pane(TInt aIndex_t)		{ return (*(Tlist_set_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane)))(aIndex_t); }
       
   965 
       
   966 // LAF Table : List pane elements (set graphic)
       
   967 inline TAknWindowLineLayout List_pane_elements__set_graphic__Line_1(TInt aIndex_C)		{ return (*(TList_pane_elements__set_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__set_graphic__Line_1)))(aIndex_C); }
       
   968 
       
   969 inline TAknWindowLineLayout List_pane_elements__set_graphic__Line_2()		{ return (*(TList_pane_elements__set_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__set_graphic__Line_2)))(); }
       
   970 
       
   971 inline TAknWindowLineLayout List_pane_elements__set_graphic__Line_3()		{ return (*(TList_pane_elements__set_graphic__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__set_graphic__Line_3)))(); }
       
   972 
       
   973 inline TAknLayoutTableLimits List_pane_elements__set_graphic__SUB_TABLE_0_Limits()		{ return (*(TList_pane_elements__set_graphic__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__set_graphic__SUB_TABLE_0_Limits)))(); }
       
   974 
       
   975 inline TAknWindowLineLayout List_pane_elements__set_graphic__SUB_TABLE_0(TInt aLineIndex)		{ return (*(TList_pane_elements__set_graphic__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__set_graphic__SUB_TABLE_0)))(aLineIndex); }
       
   976 
       
   977 // LAF Table : List pane texts (set graphic)
       
   978 inline TAknTextLineLayout List_pane_texts__set_graphic__Line_1(TInt aIndex_C, TInt aIndex_l, TInt aIndex_W)		{ return (*(TList_pane_texts__set_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__set_graphic__Line_1)))(aIndex_C, aIndex_l, aIndex_W); }
       
   979 
       
   980 // LAF Table : Application grid descendant
       
   981 inline TAknWindowLineLayout Application_grid_descendant_Line_1(TInt aIndex_l, TInt aIndex_t)		{ return (*(TApplication_grid_descendant_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Application_grid_descendant_Line_1)))(aIndex_l, aIndex_t); }
       
   982 
       
   983 // LAF Table : Cell pane elements (app)
       
   984 inline TAknWindowLineLayout Cell_pane_elements__app__Line_1()		{ return (*(TCell_pane_elements__app__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Cell_pane_elements__app__Line_1)))(); }
       
   985 
       
   986 inline TAknWindowLineLayout Cell_pane_elements__app__Line_2()		{ return (*(TCell_pane_elements__app__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Cell_pane_elements__app__Line_2)))(); }
       
   987 
       
   988 inline TAknLayoutTableLimits Cell_pane_elements__app__Limits()		{ return (*(TCell_pane_elements__app__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Cell_pane_elements__app__Limits)))(); }
       
   989 
       
   990 inline TAknWindowLineLayout Cell_pane_elements__app_(TInt aLineIndex)		{ return (*(TCell_pane_elements__app__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Cell_pane_elements__app_)))(aLineIndex); }
       
   991 
       
   992 // LAF Table : Cell pane texts (app)
       
   993 inline TAknTextLineLayout Cell_pane_texts__app__Line_1()		{ return (*(TCell_pane_texts__app__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Cell_pane_texts__app__Line_1)))(); }
       
   994 
       
   995 // LAF Table : Cell pane highlight elements (various)
       
   996 inline TAknWindowLineLayout Cell_pane_highlight_elements__various__Line_1(const TRect& aParentRect)		{ return (*(TCell_pane_highlight_elements__various__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Cell_pane_highlight_elements__various__Line_1)))(aParentRect); }
       
   997 
       
   998 // LAF Table : Wallpaper pane element
       
   999 inline TAknWindowLineLayout Wallpaper_pane_element_Line_1(const TRect& aParentRect)		{ return (*(TWallpaper_pane_element_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Wallpaper_pane_element_Line_1)))(aParentRect); }
       
  1000 
       
  1001 // LAF Table : Indicator pane elements
       
  1002 inline TAknWindowLineLayout Indicator_pane_elements_Line_1()		{ return (*(TIndicator_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Indicator_pane_elements_Line_1)))(); }
       
  1003 
       
  1004 // LAF Table : Soft indicator pane elements
       
  1005 inline TAknWindowLineLayout Soft_indicator_pane_elements_Line_1(const TRect& aParentRect, TInt aIndex_t, TInt aIndex_H)		{ return (*(TSoft_indicator_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Soft_indicator_pane_elements_Line_1)))(aParentRect, aIndex_t, aIndex_H); }
       
  1006 
       
  1007 // LAF Table : Soft indicator pane texts
       
  1008 inline TAknTextLineLayout Soft_indicator_pane_texts_Line_1(TInt aIndex_B)		{ return (*(TSoft_indicator_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Soft_indicator_pane_texts_Line_1)))(aIndex_B); }
       
  1009 
       
  1010 inline TAknMultiLineTextLayout Multiline_Soft_indicator_pane_texts_Line_1(TInt aNumberOfLinesShown)		{ return (*(TMultiline_Soft_indicator_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Soft_indicator_pane_texts_Line_1)))(aNumberOfLinesShown); }
       
  1011 
       
  1012 // LAF Table : Idle power save state descendant
       
  1013 inline TAknWindowLineLayout power_save_pane(TInt aIndex_t)		{ return (*(Tpower_save_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_pane)))(aIndex_t); }
       
  1014 
       
  1015 // LAF Table : Power save pane descendants
       
  1016 inline TAknWindowLineLayout Power_save_pane_descendants_Line_1()		{ return (*(TPower_save_pane_descendants_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Power_save_pane_descendants_Line_1)))(); }
       
  1017 
       
  1018 inline TAknWindowLineLayout Power_save_pane_descendants_Line_2()		{ return (*(TPower_save_pane_descendants_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Power_save_pane_descendants_Line_2)))(); }
       
  1019 
       
  1020 inline TAknWindowLineLayout Power_save_pane_descendants_Line_3()		{ return (*(TPower_save_pane_descendants_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Power_save_pane_descendants_Line_3)))(); }
       
  1021 
       
  1022 inline TAknLayoutTableLimits Power_save_pane_descendants_Limits()		{ return (*(TPower_save_pane_descendants_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Power_save_pane_descendants_Limits)))(); }
       
  1023 
       
  1024 inline TAknWindowLineLayout Power_save_pane_descendants(TInt aLineIndex)		{ return (*(TPower_save_pane_descendants_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Power_save_pane_descendants)))(aLineIndex); }
       
  1025 
       
  1026 // LAF Table : Idle power save state texts
       
  1027 inline TAknTextLineLayout Idle_power_save_state_texts_Line_1()		{ return (*(TIdle_power_save_state_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_power_save_state_texts_Line_1)))(); }
       
  1028 
       
  1029 inline TAknTextLineLayout Idle_power_save_state_texts_Line_2()		{ return (*(TIdle_power_save_state_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_power_save_state_texts_Line_2)))(); }
       
  1030 
       
  1031 inline TAknTextLineLayout Idle_power_save_state_texts_Line_3()		{ return (*(TIdle_power_save_state_texts_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_power_save_state_texts_Line_3)))(); }
       
  1032 
       
  1033 inline TAknTextLineLayout Idle_power_save_state_texts_Line_4()		{ return (*(TIdle_power_save_state_texts_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_power_save_state_texts_Line_4)))(); }
       
  1034 
       
  1035 inline TAknLayoutTableLimits Idle_power_save_state_texts_Limits()		{ return (*(TIdle_power_save_state_texts_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_power_save_state_texts_Limits)))(); }
       
  1036 
       
  1037 inline TAknTextLineLayout Idle_power_save_state_texts(TInt aLineIndex)		{ return (*(TIdle_power_save_state_texts_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_power_save_state_texts)))(aLineIndex); }
       
  1038 
       
  1039 // LAF Table : Application selection grid elements
       
  1040 inline TAknWindowLineLayout grid_app_pane()		{ return (*(Tgrid_app_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_app_pane)))(); }
       
  1041 
       
  1042 // LAF Table : Empty list texts
       
  1043 inline TAknTextLineLayout Empty_list_texts_Line_1(TInt aIndex_B)		{ return (*(TEmpty_list_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Empty_list_texts_Line_1)))(aIndex_B); }
       
  1044 
       
  1045 inline TAknMultiLineTextLayout Multiline_Empty_list_texts_Line_1(TInt aNumberOfLinesShown)		{ return (*(TMultiline_Empty_list_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Empty_list_texts_Line_1)))(aNumberOfLinesShown); }
       
  1046 
       
  1047 // LAF Table : Empty list texts (find)
       
  1048 inline TAknTextLineLayout Empty_list_texts__find__Line_1(TInt aIndex_B)		{ return (*(TEmpty_list_texts__find__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Empty_list_texts__find__Line_1)))(aIndex_B); }
       
  1049 
       
  1050 inline TAknMultiLineTextLayout Multiline_Empty_list_texts__find__Line_1(TInt aNumberOfLinesShown)		{ return (*(TMultiline_Empty_list_texts__find__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Empty_list_texts__find__Line_1)))(aNumberOfLinesShown); }
       
  1051 
       
  1052 // LAF Table : List pane elements and descendants (settings edited)
       
  1053 inline TAknWindowLineLayout List_pane_elements_and_descendants__settings_edited__Line_1()		{ return (*(TList_pane_elements_and_descendants__settings_edited__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements_and_descendants__settings_edited__Line_1)))(); }
       
  1054 
       
  1055 inline TAknWindowLineLayout List_pane_elements_and_descendants__settings_edited__Line_2()		{ return (*(TList_pane_elements_and_descendants__settings_edited__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements_and_descendants__settings_edited__Line_2)))(); }
       
  1056 
       
  1057 inline TAknWindowLineLayout list_set_pane(TInt aCommon1)		{ return (*(Tlist_set_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_pane)))(aCommon1); }
       
  1058 
       
  1059 inline TAknWindowLineLayout List_pane_elements_and_descendants__settings_edited__Line_4()		{ return (*(TList_pane_elements_and_descendants__settings_edited__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements_and_descendants__settings_edited__Line_4)))(); }
       
  1060 
       
  1061 inline TAknWindowLineLayout setting_volume_pane()		{ return (*(Tsetting_volume_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_volume_pane)))(); }
       
  1062 
       
  1063 inline TAknWindowLineLayout setting_slider_pane()		{ return (*(Tsetting_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane)))(); }
       
  1064 
       
  1065 inline TAknWindowLineLayout setting_slider_graphic_pane()		{ return (*(Tsetting_slider_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_graphic_pane)))(); }
       
  1066 
       
  1067 inline TAknWindowLineLayout setting_text_pane()		{ return (*(Tsetting_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_text_pane)))(); }
       
  1068 
       
  1069 inline TAknWindowLineLayout setting_code_pane()		{ return (*(Tsetting_code_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_code_pane)))(); }
       
  1070 
       
  1071 // LAF Table : Setting item texts
       
  1072 inline TAknTextLineLayout Setting_item_texts_Line_1()		{ return (*(TSetting_item_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_item_texts_Line_1)))(); }
       
  1073 
       
  1074 inline TAknTextLineLayout Setting_item_texts_Line_2(TInt aCommon1)		{ return (*(TSetting_item_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_item_texts_Line_2)))(aCommon1); }
       
  1075 
       
  1076 // LAF Table : Setting volume pane elements
       
  1077 inline TAknWindowLineLayout Setting_volume_pane_elements_Line_1()		{ return (*(TSetting_volume_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_pane_elements_Line_1)))(); }
       
  1078 
       
  1079 inline TAknWindowLineLayout Setting_volume_pane_elements_Line_2(TInt aIndex_C)		{ return (*(TSetting_volume_pane_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_pane_elements_Line_2)))(aIndex_C); }
       
  1080 
       
  1081 inline TAknWindowLineLayout Setting_volume_pane_elements_Line_3(TInt aIndex_C)		{ return (*(TSetting_volume_pane_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_pane_elements_Line_3)))(aIndex_C); }
       
  1082 
       
  1083 inline TAknWindowLineLayout Setting_volume_pane_elements_Line_4(TInt aIndex_C)		{ return (*(TSetting_volume_pane_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_pane_elements_Line_4)))(aIndex_C); }
       
  1084 
       
  1085 inline TAknWindowLineLayout Setting_volume_pane_elements_Line_5(TInt aIndex_C)		{ return (*(TSetting_volume_pane_elements_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_pane_elements_Line_5)))(aIndex_C); }
       
  1086 
       
  1087 inline TAknWindowLineLayout Setting_volume_pane_elements_Line_6(TInt aIndex_C)		{ return (*(TSetting_volume_pane_elements_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_pane_elements_Line_6)))(aIndex_C); }
       
  1088 
       
  1089 inline TAknWindowLineLayout Setting_volume_pane_elements_Line_7(TInt aIndex_C)		{ return (*(TSetting_volume_pane_elements_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_pane_elements_Line_7)))(aIndex_C); }
       
  1090 
       
  1091 inline TAknWindowLineLayout Setting_volume_pane_elements_Line_8(TInt aIndex_C)		{ return (*(TSetting_volume_pane_elements_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_pane_elements_Line_8)))(aIndex_C); }
       
  1092 
       
  1093 inline TAknWindowLineLayout Setting_volume_pane_elements_Line_9(TInt aIndex_C)		{ return (*(TSetting_volume_pane_elements_Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_pane_elements_Line_9)))(aIndex_C); }
       
  1094 
       
  1095 inline TAknWindowLineLayout Setting_volume_pane_elements_Line_10(TInt aIndex_C)		{ return (*(TSetting_volume_pane_elements_Line_10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_pane_elements_Line_10)))(aIndex_C); }
       
  1096 
       
  1097 inline TAknWindowLineLayout Setting_volume_pane_elements_Line_11(TInt aIndex_C)		{ return (*(TSetting_volume_pane_elements_Line_11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_pane_elements_Line_11)))(aIndex_C); }
       
  1098 
       
  1099 inline TAknLayoutTableLimits Setting_volume_pane_elements_SUB_TABLE_0_Limits()		{ return (*(TSetting_volume_pane_elements_SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_pane_elements_SUB_TABLE_0_Limits)))(); }
       
  1100 
       
  1101 inline TAknWindowLineLayout Setting_volume_pane_elements_SUB_TABLE_0(TInt aLineIndex, TInt aIndex_C)		{ return (*(TSetting_volume_pane_elements_SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_pane_elements_SUB_TABLE_0)))(aLineIndex, aIndex_C); }
       
  1102 
       
  1103 // LAF Table : Setting slider pane elements and descendants
       
  1104 inline TAknWindowLineLayout Setting_slider_pane_elements_and_descendants_Line_1()		{ return (*(TSetting_slider_pane_elements_and_descendants_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_slider_pane_elements_and_descendants_Line_1)))(); }
       
  1105 
       
  1106 inline TAknWindowLineLayout Setting_slider_pane_elements_and_descendants_Line_2()		{ return (*(TSetting_slider_pane_elements_and_descendants_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_slider_pane_elements_and_descendants_Line_2)))(); }
       
  1107 
       
  1108 inline TAknLayoutTableLimits Setting_slider_pane_elements_and_descendants_Limits()		{ return (*(TSetting_slider_pane_elements_and_descendants_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_slider_pane_elements_and_descendants_Limits)))(); }
       
  1109 
       
  1110 inline TAknWindowLineLayout Setting_slider_pane_elements_and_descendants(TInt aLineIndex)		{ return (*(TSetting_slider_pane_elements_and_descendants_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_slider_pane_elements_and_descendants)))(aLineIndex); }
       
  1111 
       
  1112 // LAF Table : Slider pane elements
       
  1113 inline TAknWindowLineLayout Slider_pane_elements_Line_1()		{ return (*(TSlider_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Slider_pane_elements_Line_1)))(); }
       
  1114 
       
  1115 inline TAknWindowLineLayout Slider_pane_elements_Line_2()		{ return (*(TSlider_pane_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Slider_pane_elements_Line_2)))(); }
       
  1116 
       
  1117 inline TAknLayoutTableLimits Slider_pane_elements_Limits()		{ return (*(TSlider_pane_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Slider_pane_elements_Limits)))(); }
       
  1118 
       
  1119 inline TAknWindowLineLayout Slider_pane_elements(TInt aLineIndex)		{ return (*(TSlider_pane_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Slider_pane_elements)))(aLineIndex); }
       
  1120 
       
  1121 // LAF Table : Slider texts (set)
       
  1122 inline TAknTextLineLayout Slider_texts__set__Line_1()		{ return (*(TSlider_texts__set__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Slider_texts__set__Line_1)))(); }
       
  1123 
       
  1124 inline TAknTextLineLayout Slider_texts__set__Line_2(TInt aCommon1)		{ return (*(TSlider_texts__set__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Slider_texts__set__Line_2)))(aCommon1); }
       
  1125 
       
  1126 inline TAknMultiLineTextLayout Multiline_Slider_texts__set__Line_2(TInt aCommon1, TInt aNumberOfLinesShown)		{ return (*(TMultiline_Slider_texts__set__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Slider_texts__set__Line_2)))(aCommon1, aNumberOfLinesShown); }
       
  1127 
       
  1128 // LAF Table : Setting slider pane (graphic) elements and descendants
       
  1129 inline TAknWindowLineLayout Setting_slider_pane__graphic__elements_and_descendants_Line_1()		{ return (*(TSetting_slider_pane__graphic__elements_and_descendants_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_slider_pane__graphic__elements_and_descendants_Line_1)))(); }
       
  1130 
       
  1131 inline TAknWindowLineLayout Setting_slider_pane__graphic__elements_and_descendants_Line_2()		{ return (*(TSetting_slider_pane__graphic__elements_and_descendants_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_slider_pane__graphic__elements_and_descendants_Line_2)))(); }
       
  1132 
       
  1133 inline TAknWindowLineLayout Setting_slider_pane__graphic__elements_and_descendants_Line_3()		{ return (*(TSetting_slider_pane__graphic__elements_and_descendants_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_slider_pane__graphic__elements_and_descendants_Line_3)))(); }
       
  1134 
       
  1135 inline TAknLayoutTableLimits Setting_slider_pane__graphic__elements_and_descendants_Limits()		{ return (*(TSetting_slider_pane__graphic__elements_and_descendants_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_slider_pane__graphic__elements_and_descendants_Limits)))(); }
       
  1136 
       
  1137 inline TAknWindowLineLayout Setting_slider_pane__graphic__elements_and_descendants(TInt aLineIndex)		{ return (*(TSetting_slider_pane__graphic__elements_and_descendants_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_slider_pane__graphic__elements_and_descendants)))(aLineIndex); }
       
  1138 
       
  1139 // LAF Table : Slider with graphic texts (set)
       
  1140 inline TAknTextLineLayout Slider_with_graphic_texts__set__Line_1(TInt aCommon1)		{ return (*(TSlider_with_graphic_texts__set__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Slider_with_graphic_texts__set__Line_1)))(aCommon1); }
       
  1141 
       
  1142 inline TAknMultiLineTextLayout Multiline_Slider_with_graphic_texts__set__Line_1(TInt aCommon1, TInt aNumberOfLinesShown)		{ return (*(TMultiline_Slider_with_graphic_texts__set__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Slider_with_graphic_texts__set__Line_1)))(aCommon1, aNumberOfLinesShown); }
       
  1143 
       
  1144 // LAF Table : Setting text pane elements
       
  1145 inline TAknWindowLineLayout Setting_text_pane_elements_Line_1()		{ return (*(TSetting_text_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_text_pane_elements_Line_1)))(); }
       
  1146 
       
  1147 inline TAknWindowLineLayout Setting_text_pane_elements_Line_2()		{ return (*(TSetting_text_pane_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_text_pane_elements_Line_2)))(); }
       
  1148 
       
  1149 inline TAknWindowLineLayout Setting_text_pane_elements_Line_3()		{ return (*(TSetting_text_pane_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_text_pane_elements_Line_3)))(); }
       
  1150 
       
  1151 inline TAknWindowLineLayout Setting_text_pane_elements_Line_4()		{ return (*(TSetting_text_pane_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_text_pane_elements_Line_4)))(); }
       
  1152 
       
  1153 inline TAknLayoutTableLimits Setting_text_pane_elements_Limits()		{ return (*(TSetting_text_pane_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_text_pane_elements_Limits)))(); }
       
  1154 
       
  1155 inline TAknWindowLineLayout Setting_text_pane_elements(TInt aLineIndex)		{ return (*(TSetting_text_pane_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_text_pane_elements)))(aLineIndex); }
       
  1156 
       
  1157 // LAF Table : Setting text pane texts
       
  1158 inline TAknTextLineLayout Setting_text_pane_texts_Line_1(TInt aIndex_B, TInt aIndex_J)		{ return (*(TSetting_text_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_text_pane_texts_Line_1)))(aIndex_B, aIndex_J); }
       
  1159 
       
  1160 inline TAknMultiLineTextLayout Multiline_Setting_text_pane_texts_Line_1(TInt aIndex_J, TInt aNumberOfLinesShown)		{ return (*(TMultiline_Setting_text_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Setting_text_pane_texts_Line_1)))(aIndex_J, aNumberOfLinesShown); }
       
  1161 
       
  1162 // LAF Table : Code time and date entry pane elements
       
  1163 inline TAknWindowLineLayout Code_time_and_date_entry_pane_elements_Line_1()		{ return (*(TCode_time_and_date_entry_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Code_time_and_date_entry_pane_elements_Line_1)))(); }
       
  1164 
       
  1165 inline TAknWindowLineLayout Code_time_and_date_entry_pane_elements_Line_2()		{ return (*(TCode_time_and_date_entry_pane_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Code_time_and_date_entry_pane_elements_Line_2)))(); }
       
  1166 
       
  1167 inline TAknWindowLineLayout Code_time_and_date_entry_pane_elements_Line_3()		{ return (*(TCode_time_and_date_entry_pane_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Code_time_and_date_entry_pane_elements_Line_3)))(); }
       
  1168 
       
  1169 inline TAknLayoutTableLimits Code_time_and_date_entry_pane_elements_Limits()		{ return (*(TCode_time_and_date_entry_pane_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Code_time_and_date_entry_pane_elements_Limits)))(); }
       
  1170 
       
  1171 inline TAknWindowLineLayout Code_time_and_date_entry_pane_elements(TInt aLineIndex)		{ return (*(TCode_time_and_date_entry_pane_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Code_time_and_date_entry_pane_elements)))(aLineIndex); }
       
  1172 
       
  1173 // LAF Table : Code time and date entry pane texts
       
  1174 inline TAknTextLineLayout Code_time_and_date_entry_pane_texts_Line_1()		{ return (*(TCode_time_and_date_entry_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Code_time_and_date_entry_pane_texts_Line_1)))(); }
       
  1175 
       
  1176 // LAF Table : Control pane elements
       
  1177 inline TAknWindowLineLayout Control_pane_elements_Line_1()		{ return (*(TControl_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Control_pane_elements_Line_1)))(); }
       
  1178 
       
  1179 inline TAknWindowLineLayout Control_pane_elements_Line_2()		{ return (*(TControl_pane_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Control_pane_elements_Line_2)))(); }
       
  1180 
       
  1181 inline TAknWindowLineLayout Control_pane_elements_Line_3()		{ return (*(TControl_pane_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Control_pane_elements_Line_3)))(); }
       
  1182 
       
  1183 inline TAknWindowLineLayout Control_pane_elements_Line_4()		{ return (*(TControl_pane_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Control_pane_elements_Line_4)))(); }
       
  1184 
       
  1185 inline TAknLayoutTableLimits Control_pane_elements_Limits()		{ return (*(TControl_pane_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Control_pane_elements_Limits)))(); }
       
  1186 
       
  1187 inline TAknWindowLineLayout Control_pane_elements(TInt aLineIndex)		{ return (*(TControl_pane_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Control_pane_elements)))(aLineIndex); }
       
  1188 
       
  1189 // LAF Table : Control pane texts
       
  1190 inline TAknTextLineLayout Control_pane_texts_Line_1()		{ return (*(TControl_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Control_pane_texts_Line_1)))(); }
       
  1191 
       
  1192 inline TAknTextLineLayout Control_pane_texts_Line_2()		{ return (*(TControl_pane_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Control_pane_texts_Line_2)))(); }
       
  1193 
       
  1194 inline TAknLayoutTableLimits Control_pane_texts_Limits()		{ return (*(TControl_pane_texts_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Control_pane_texts_Limits)))(); }
       
  1195 
       
  1196 inline TAknTextLineLayout Control_pane_texts(TInt aLineIndex)		{ return (*(TControl_pane_texts_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Control_pane_texts)))(aLineIndex); }
       
  1197 
       
  1198 // LAF Table : Pop-up windows (main pane as parent)
       
  1199 inline TAknWindowLineLayout popup_menu_window(TInt aIndex_H)		{ return (*(Tpopup_menu_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_menu_window)))(aIndex_H); }
       
  1200 
       
  1201 inline TAknWindowLineLayout Pop_up_windows__main_pane_as_parent__Line_2(TInt aCommon1)		{ return (*(TPop_up_windows__main_pane_as_parent__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pop_up_windows__main_pane_as_parent__Line_2)))(aCommon1); }
       
  1202 
       
  1203 inline TAknWindowLineLayout popup_menu_graphic_window(TInt aIndex_H)		{ return (*(Tpopup_menu_graphic_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_menu_graphic_window)))(aIndex_H); }
       
  1204 
       
  1205 inline TAknWindowLineLayout popup_menu_graphic_heading_window(TInt aIndex_H)		{ return (*(Tpopup_menu_graphic_heading_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_menu_graphic_heading_window)))(aIndex_H); }
       
  1206 
       
  1207 inline TAknWindowLineLayout popup_menu_double_window(TInt aIndex_H)		{ return (*(Tpopup_menu_double_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_menu_double_window)))(aIndex_H); }
       
  1208 
       
  1209 inline TAknWindowLineLayout popup_menu_double_large_graphic_window(TInt aIndex_H)		{ return (*(Tpopup_menu_double_large_graphic_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_menu_double_large_graphic_window)))(aIndex_H); }
       
  1210 
       
  1211 inline TAknWindowLineLayout popup_note_window(TInt aIndex_H)		{ return (*(Tpopup_note_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window)))(aIndex_H); }
       
  1212 
       
  1213 inline TAknWindowLineLayout popup_note_wait_window(TInt aIndex_H)		{ return (*(Tpopup_note_wait_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window)))(aIndex_H); }
       
  1214 
       
  1215 inline TAknWindowLineLayout popup_note_image_window()		{ return (*(Tpopup_note_image_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window)))(); }
       
  1216 
       
  1217 inline TAknWindowLineLayout popup_query_data_window(TInt aIndex_H)		{ return (*(Tpopup_query_data_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_window)))(aIndex_H); }
       
  1218 
       
  1219 inline TAknWindowLineLayout popup_query_code_window(TInt aIndex_H)		{ return (*(Tpopup_query_code_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_code_window)))(aIndex_H); }
       
  1220 
       
  1221 inline TAknWindowLineLayout popup_query_time_window(TInt aIndex_H)		{ return (*(Tpopup_query_time_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_time_window)))(aIndex_H); }
       
  1222 
       
  1223 inline TAknWindowLineLayout popup_query_date_window(TInt aIndex_H)		{ return (*(Tpopup_query_date_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_date_window)))(aIndex_H); }
       
  1224 
       
  1225 inline TAknWindowLineLayout popup_query_data_code_window(TInt aIndex_H)		{ return (*(Tpopup_query_data_code_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_code_window)))(aIndex_H); }
       
  1226 
       
  1227 inline TAknWindowLineLayout popup_find_window()		{ return (*(Tpopup_find_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_find_window)))(); }
       
  1228 
       
  1229 inline TAknWindowLineLayout popup_snote_single_text_window(TInt aIndex_H)		{ return (*(Tpopup_snote_single_text_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window)))(aIndex_H); }
       
  1230 
       
  1231 inline TAknWindowLineLayout popup_snote_single_graphic_window(TInt aIndex_H)		{ return (*(Tpopup_snote_single_graphic_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window)))(aIndex_H); }
       
  1232 
       
  1233 inline TAknWindowLineLayout popup_snote_group_window(TInt aIndex_H)		{ return (*(Tpopup_snote_group_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_group_window)))(aIndex_H); }
       
  1234 
       
  1235 inline TAknWindowLineLayout popup_grid_graphic_window(TInt aIndex_H)		{ return (*(Tpopup_grid_graphic_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_grid_graphic_window)))(aIndex_H); }
       
  1236 
       
  1237 inline TAknWindowLineLayout popup_menu_double2_window(TInt aIndex_H)		{ return (*(Tpopup_menu_double2_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_menu_double2_window)))(aIndex_H); }
       
  1238 
       
  1239 inline TAknWindowLineLayout popup_grid_large_graphic_colour_window()		{ return (*(Tpopup_grid_large_graphic_colour_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_grid_large_graphic_colour_window)))(); }
       
  1240 
       
  1241 // LAF Table : Pop-up windows (status pane as parent)
       
  1242 inline TAknWindowLineLayout popup_fast_swap_window(TInt aIndex_W, TInt aIndex_H)		{ return (*(Tpopup_fast_swap_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fast_swap_window)))(aIndex_W, aIndex_H); }
       
  1243 
       
  1244 // LAF Table : Pop-up window list pane descendants
       
  1245 inline TAknWindowLineLayout list_single_popup_menu_pane(TInt aIndex_t)		{ return (*(Tlist_single_popup_menu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_popup_menu_pane)))(aIndex_t); }
       
  1246 
       
  1247 inline TAknWindowLineLayout list_single_heading_popup_menu_pane(TInt aIndex_t)		{ return (*(Tlist_single_heading_popup_menu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_popup_menu_pane)))(aIndex_t); }
       
  1248 
       
  1249 inline TAknWindowLineLayout list_single_graphic_popup_menu_pane(TInt aIndex_t)		{ return (*(Tlist_single_graphic_popup_menu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_menu_pane)))(aIndex_t); }
       
  1250 
       
  1251 inline TAknWindowLineLayout list_single_graphic_heading_popup_menu_pane(TInt aIndex_t)		{ return (*(Tlist_single_graphic_heading_popup_menu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_popup_menu_pane)))(aIndex_t); }
       
  1252 
       
  1253 inline TAknWindowLineLayout list_menu_double_popup_menu_pane(TInt aIndex_t)		{ return (*(Tlist_menu_double_popup_menu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_menu_double_popup_menu_pane)))(aIndex_t); }
       
  1254 
       
  1255 inline TAknWindowLineLayout list_single_popup_submenu_pane(TInt aIndex_t, TInt aIndex_W)		{ return (*(Tlist_single_popup_submenu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_popup_submenu_pane)))(aIndex_t, aIndex_W); }
       
  1256 
       
  1257 inline TAknWindowLineLayout list_double_large_graphic_popup_menu_pane(TInt aIndex_t)		{ return (*(Tlist_double_large_graphic_popup_menu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_popup_menu_pane)))(aIndex_t); }
       
  1258 
       
  1259 inline TAknWindowLineLayout Pop_up_window_list_pane_descendants_Line_8()		{ return (*(TPop_up_window_list_pane_descendants_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pop_up_window_list_pane_descendants_Line_8)))(); }
       
  1260 
       
  1261 inline TAknWindowLineLayout list_double2_popup_menu_pane(TInt aIndex_t)		{ return (*(Tlist_double2_popup_menu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_popup_menu_pane)))(aIndex_t); }
       
  1262 
       
  1263 // LAF Table : List pane elements (menu single)
       
  1264 inline TAknWindowLineLayout List_pane_elements__menu_single__Line_1()		{ return (*(TList_pane_elements__menu_single__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__menu_single__Line_1)))(); }
       
  1265 
       
  1266 inline TAknWindowLineLayout List_pane_elements__menu_single__Line_2()		{ return (*(TList_pane_elements__menu_single__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__menu_single__Line_2)))(); }
       
  1267 
       
  1268 inline TAknWindowLineLayout List_pane_elements__menu_single__Line_3(TInt aIndex_l)		{ return (*(TList_pane_elements__menu_single__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__menu_single__Line_3)))(aIndex_l); }
       
  1269 
       
  1270 inline TAknLayoutTableLimits List_pane_elements__menu_single__SUB_TABLE_0_Limits()		{ return (*(TList_pane_elements__menu_single__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__menu_single__SUB_TABLE_0_Limits)))(); }
       
  1271 
       
  1272 inline TAknWindowLineLayout List_pane_elements__menu_single__SUB_TABLE_0(TInt aLineIndex)		{ return (*(TList_pane_elements__menu_single__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__menu_single__SUB_TABLE_0)))(aLineIndex); }
       
  1273 
       
  1274 // LAF Table : List pane texts (menu single)
       
  1275 inline TAknTextLineLayout List_pane_texts__menu_single__Line_1(TInt aCommon1)		{ return (*(TList_pane_texts__menu_single__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__menu_single__Line_1)))(aCommon1); }
       
  1276 
       
  1277 // LAF Table : List pane text (submenu single)
       
  1278 inline TAknTextLineLayout List_pane_text__submenu_single__Line_1(TInt aIndex_W)		{ return (*(TList_pane_text__submenu_single__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_text__submenu_single__Line_1)))(aIndex_W); }
       
  1279 
       
  1280 // LAF Table : List pane elements (menu single graphic)
       
  1281 inline TAknWindowLineLayout List_pane_elements__menu_single_graphic__Line_1()		{ return (*(TList_pane_elements__menu_single_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__menu_single_graphic__Line_1)))(); }
       
  1282 
       
  1283 inline TAknWindowLineLayout List_pane_elements__menu_single_graphic__Line_2(TInt aIndex_l)		{ return (*(TList_pane_elements__menu_single_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__menu_single_graphic__Line_2)))(aIndex_l); }
       
  1284 
       
  1285 // LAF Table : List pane texts (menu single graphic)
       
  1286 inline TAknTextLineLayout List_pane_texts__menu_single_graphic__Line_1(TInt aCommon1)		{ return (*(TList_pane_texts__menu_single_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__menu_single_graphic__Line_1)))(aCommon1); }
       
  1287 
       
  1288 // LAF Table : List pane elements (menu single heading)
       
  1289 inline TAknWindowLineLayout List_pane_elements__menu_single_heading__Line_1()		{ return (*(TList_pane_elements__menu_single_heading__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__menu_single_heading__Line_1)))(); }
       
  1290 
       
  1291 inline TAknWindowLineLayout List_pane_elements__menu_single_heading__Line_2(TInt aIndex_l)		{ return (*(TList_pane_elements__menu_single_heading__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__menu_single_heading__Line_2)))(aIndex_l); }
       
  1292 
       
  1293 // LAF Table : List pane texts (menu single heading)
       
  1294 inline TAknTextLineLayout List_pane_texts__menu_single_heading__Line_1()		{ return (*(TList_pane_texts__menu_single_heading__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__menu_single_heading__Line_1)))(); }
       
  1295 
       
  1296 inline TAknTextLineLayout List_pane_texts__menu_single_heading__Line_2(TInt aCommon1)		{ return (*(TList_pane_texts__menu_single_heading__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__menu_single_heading__Line_2)))(aCommon1); }
       
  1297 
       
  1298 // LAF Table : List pane elements (menu single graphic heading)
       
  1299 inline TAknWindowLineLayout List_pane_elements__menu_single_graphic_heading__Line_1()		{ return (*(TList_pane_elements__menu_single_graphic_heading__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__menu_single_graphic_heading__Line_1)))(); }
       
  1300 
       
  1301 inline TAknWindowLineLayout List_pane_elements__menu_single_graphic_heading__Line_2()		{ return (*(TList_pane_elements__menu_single_graphic_heading__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__menu_single_graphic_heading__Line_2)))(); }
       
  1302 
       
  1303 inline TAknWindowLineLayout List_pane_elements__menu_single_graphic_heading__Line_3(TInt aIndex_l)		{ return (*(TList_pane_elements__menu_single_graphic_heading__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__menu_single_graphic_heading__Line_3)))(aIndex_l); }
       
  1304 
       
  1305 // LAF Table : List pane texts (menu single graphic heading)
       
  1306 inline TAknTextLineLayout List_pane_texts__menu_single_graphic_heading__Line_1(TInt aCommon1)		{ return (*(TList_pane_texts__menu_single_graphic_heading__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__menu_single_graphic_heading__Line_1)))(aCommon1); }
       
  1307 
       
  1308 inline TAknTextLineLayout List_pane_texts__menu_single_graphic_heading__Line_2(TInt aCommon1)		{ return (*(TList_pane_texts__menu_single_graphic_heading__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__menu_single_graphic_heading__Line_2)))(aCommon1); }
       
  1309 
       
  1310 inline TAknLayoutTableLimits List_pane_texts__menu_single_graphic_heading__Limits()		{ return (*(TList_pane_texts__menu_single_graphic_heading__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__menu_single_graphic_heading__Limits)))(); }
       
  1311 
       
  1312 inline TAknTextLineLayout List_pane_texts__menu_single_graphic_heading_(TInt aLineIndex, TInt aCommon1)		{ return (*(TList_pane_texts__menu_single_graphic_heading__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__menu_single_graphic_heading_)))(aLineIndex, aCommon1); }
       
  1313 
       
  1314 // LAF Table : List pane elements (menu double)
       
  1315 inline TAknWindowLineLayout List_pane_elements__menu_double__Line_1(TInt aIndex_l)		{ return (*(TList_pane_elements__menu_double__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__menu_double__Line_1)))(aIndex_l); }
       
  1316 
       
  1317 // LAF Table : List pane texts (menu double)
       
  1318 inline TAknTextLineLayout List_pane_texts__menu_double__Line_1(TInt aCommon1)		{ return (*(TList_pane_texts__menu_double__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__menu_double__Line_1)))(aCommon1); }
       
  1319 
       
  1320 inline TAknTextLineLayout List_pane_texts__menu_double__Line_2()		{ return (*(TList_pane_texts__menu_double__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__menu_double__Line_2)))(); }
       
  1321 
       
  1322 // LAF Table : List pane elements (menu double2)
       
  1323 inline TAknWindowLineLayout List_pane_elements__menu_double2__Line_1(TInt aIndex_l)		{ return (*(TList_pane_elements__menu_double2__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__menu_double2__Line_1)))(aIndex_l); }
       
  1324 
       
  1325 // LAF Table : List pane texts (menu double2)
       
  1326 inline TAknTextLineLayout List_pane_texts__menu_double2__Line_1(TInt aCommon1)		{ return (*(TList_pane_texts__menu_double2__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__menu_double2__Line_1)))(aCommon1); }
       
  1327 
       
  1328 inline TAknTextLineLayout List_pane_texts__menu_double2__Line_2()		{ return (*(TList_pane_texts__menu_double2__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__menu_double2__Line_2)))(); }
       
  1329 
       
  1330 // LAF Table : List pane elements (menu double large graphic)
       
  1331 inline TAknWindowLineLayout List_pane_elements__menu_double_large_graphic__Line_1()		{ return (*(TList_pane_elements__menu_double_large_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__menu_double_large_graphic__Line_1)))(); }
       
  1332 
       
  1333 inline TAknWindowLineLayout List_pane_elements__menu_double_large_graphic__Line_2(TInt aIndex_l)		{ return (*(TList_pane_elements__menu_double_large_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__menu_double_large_graphic__Line_2)))(aIndex_l); }
       
  1334 
       
  1335 // LAF Table : List pane texts (menu double large graphic)
       
  1336 inline TAknTextLineLayout List_pane_texts__menu_double_large_graphic__Line_1(TInt aCommon1)		{ return (*(TList_pane_texts__menu_double_large_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__menu_double_large_graphic__Line_1)))(aCommon1); }
       
  1337 
       
  1338 inline TAknTextLineLayout List_pane_texts__menu_double_large_graphic__Line_2()		{ return (*(TList_pane_texts__menu_double_large_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__menu_double_large_graphic__Line_2)))(); }
       
  1339 
       
  1340 // LAF Table : Highlight graphics (various)
       
  1341 inline TAknWindowLineLayout Highlight_graphics__various__Line_1(const TRect& aParentRect)		{ return (*(THighlight_graphics__various__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_graphics__various__Line_1)))(aParentRect); }
       
  1342 
       
  1343 inline TAknWindowLineLayout Highlight_graphics__various__Line_2(const TRect& aParentRect)		{ return (*(THighlight_graphics__various__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_graphics__various__Line_2)))(aParentRect); }
       
  1344 
       
  1345 inline TAknLayoutTableLimits Highlight_graphics__various__Limits()		{ return (*(THighlight_graphics__various__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_graphics__various__Limits)))(); }
       
  1346 
       
  1347 inline TAknWindowLineLayout Highlight_graphics__various_(TInt aLineIndex, const TRect& aParentRect)		{ return (*(THighlight_graphics__various__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_graphics__various_)))(aLineIndex, aParentRect); }
       
  1348 
       
  1349 // LAF Table : Pop-up window grid pane descendants (graphic)
       
  1350 inline TAknWindowLineLayout cell_graphic_popup_pane(TInt aIndex_l, TInt aIndex_t)		{ return (*(Tcell_graphic_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic_popup_pane)))(aIndex_l, aIndex_t); }
       
  1351 
       
  1352 // LAF Table : Cell pane elements (pop-up graphic)
       
  1353 inline TAknWindowLineLayout Cell_pane_elements__pop_up_graphic__Line_1()		{ return (*(TCell_pane_elements__pop_up_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Cell_pane_elements__pop_up_graphic__Line_1)))(); }
       
  1354 
       
  1355 // LAF Table : Cell pane texts (pop-up graphic)
       
  1356 inline TAknTextLineLayout Cell_pane_texts__pop_up_graphic__Line_1()		{ return (*(TCell_pane_texts__pop_up_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Cell_pane_texts__pop_up_graphic__Line_1)))(); }
       
  1357 
       
  1358 // LAF Table : Pop-up window grid pane descendants (large graphic colour)
       
  1359 inline TAknWindowLineLayout cell_large_graphic_colour_popup_pane(TInt aIndex_l, TInt aIndex_t, TInt aIndex_H)		{ return (*(Tcell_large_graphic_colour_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_colour_popup_pane)))(aIndex_l, aIndex_t, aIndex_H); }
       
  1360 
       
  1361 // LAF Table : Cell pane elements (pop-up large graphic colour)
       
  1362 inline TAknWindowLineLayout colour(TInt aIndex_H)		{ return (*(Tcolour_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_colour)))(aIndex_H); }
       
  1363 
       
  1364 // LAF Table : Pop-up window cell pane (large graphic colour none)
       
  1365 inline TAknWindowLineLayout Pop_up_window_cell_pane__large_graphic_colour_none__Line_1()		{ return (*(TPop_up_window_cell_pane__large_graphic_colour_none__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pop_up_window_cell_pane__large_graphic_colour_none__Line_1)))(); }
       
  1366 
       
  1367 // LAF Table : Cell pane texts (pop-up large graphic colour none)
       
  1368 inline TAknTextLineLayout Cell_pane_texts__pop_up_large_graphic_colour_none__Line_1()		{ return (*(TCell_pane_texts__pop_up_large_graphic_colour_none__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Cell_pane_texts__pop_up_large_graphic_colour_none__Line_1)))(); }
       
  1369 
       
  1370 // LAF Table : Highlight elements (grid pop-up)
       
  1371 inline TAknWindowLineLayout Highlight_elements__grid_pop_up__Line_1(const TRect& aParentRect)		{ return (*(THighlight_elements__grid_pop_up__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_elements__grid_pop_up__Line_1)))(aParentRect); }
       
  1372 
       
  1373 inline TAknWindowLineLayout Highlight_elements__grid_pop_up__Line_2(const TRect& aParentRect)		{ return (*(THighlight_elements__grid_pop_up__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_elements__grid_pop_up__Line_2)))(aParentRect); }
       
  1374 
       
  1375 inline TAknLayoutTableLimits Highlight_elements__grid_pop_up__Limits()		{ return (*(THighlight_elements__grid_pop_up__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_elements__grid_pop_up__Limits)))(); }
       
  1376 
       
  1377 inline TAknWindowLineLayout Highlight_elements__grid_pop_up_(TInt aLineIndex, const TRect& aParentRect)		{ return (*(THighlight_elements__grid_pop_up__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_elements__grid_pop_up_)))(aLineIndex, aParentRect); }
       
  1378 
       
  1379 // LAF Table : List heading pane elements
       
  1380 inline TAknWindowLineLayout List_heading_pane_elements_Line_1()		{ return (*(TList_heading_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_heading_pane_elements_Line_1)))(); }
       
  1381 
       
  1382 inline TAknWindowLineLayout List_heading_pane_elements_Line_2()		{ return (*(TList_heading_pane_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_heading_pane_elements_Line_2)))(); }
       
  1383 
       
  1384 inline TAknLayoutTableLimits List_heading_pane_elements_Limits()		{ return (*(TList_heading_pane_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_heading_pane_elements_Limits)))(); }
       
  1385 
       
  1386 inline TAknWindowLineLayout List_heading_pane_elements(TInt aLineIndex)		{ return (*(TList_heading_pane_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_heading_pane_elements)))(aLineIndex); }
       
  1387 
       
  1388 // LAF Table : List heading pane texts
       
  1389 inline TAknTextLineLayout List_heading_pane_texts_Line_1(TInt aIndex_W)		{ return (*(TList_heading_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_heading_pane_texts_Line_1)))(aIndex_W); }
       
  1390 
       
  1391 // LAF Table : Pop-up menu with heading window graphics
       
  1392 inline TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics_Line_1(const TRect& aParentRect)		{ return (*(TPop_up_menu_with_heading_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pop_up_menu_with_heading_window_graphics_Line_1)))(aParentRect); }
       
  1393 
       
  1394 inline TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics_Line_2(const TRect& aParentRect)		{ return (*(TPop_up_menu_with_heading_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pop_up_menu_with_heading_window_graphics_Line_2)))(aParentRect); }
       
  1395 
       
  1396 inline TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics_Line_3(const TRect& aParentRect)		{ return (*(TPop_up_menu_with_heading_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pop_up_menu_with_heading_window_graphics_Line_3)))(aParentRect); }
       
  1397 
       
  1398 inline TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics_Line_4(const TRect& aParentRect)		{ return (*(TPop_up_menu_with_heading_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pop_up_menu_with_heading_window_graphics_Line_4)))(aParentRect); }
       
  1399 
       
  1400 inline TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics_Line_5(const TRect& aParentRect)		{ return (*(TPop_up_menu_with_heading_window_graphics_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pop_up_menu_with_heading_window_graphics_Line_5)))(aParentRect); }
       
  1401 
       
  1402 inline TAknLayoutTableLimits Pop_up_menu_with_heading_window_graphics_Limits()		{ return (*(TPop_up_menu_with_heading_window_graphics_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pop_up_menu_with_heading_window_graphics_Limits)))(); }
       
  1403 
       
  1404 inline TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics(TInt aLineIndex, const TRect& aParentRect)		{ return (*(TPop_up_menu_with_heading_window_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pop_up_menu_with_heading_window_graphics)))(aLineIndex, aParentRect); }
       
  1405 
       
  1406 // LAF Table : Menu pop-up window descendants
       
  1407 inline TAknWindowLineLayout list_menu_pane(TInt aIndex_t, TInt aIndex_H)		{ return (*(Tlist_menu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_menu_pane)))(aIndex_t, aIndex_H); }
       
  1408 
       
  1409 inline TAknWindowLineLayout Menu_pop_up_window_descendants_Line_2()		{ return (*(TMenu_pop_up_window_descendants_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Menu_pop_up_window_descendants_Line_2)))(); }
       
  1410 
       
  1411 // LAF Table : Menu pop-up window graphics
       
  1412 inline TAknWindowLineLayout Menu_pop_up_window_graphics_Line_1(const TRect& aParentRect)		{ return (*(TMenu_pop_up_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Menu_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  1413 
       
  1414 inline TAknWindowLineLayout Menu_pop_up_window_graphics_Line_2(const TRect& aParentRect)		{ return (*(TMenu_pop_up_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Menu_pop_up_window_graphics_Line_2)))(aParentRect); }
       
  1415 
       
  1416 inline TAknWindowLineLayout Menu_pop_up_window_graphics_Line_3(const TRect& aParentRect)		{ return (*(TMenu_pop_up_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Menu_pop_up_window_graphics_Line_3)))(aParentRect); }
       
  1417 
       
  1418 inline TAknWindowLineLayout Menu_pop_up_window_graphics_Line_4(const TRect& aParentRect)		{ return (*(TMenu_pop_up_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Menu_pop_up_window_graphics_Line_4)))(aParentRect); }
       
  1419 
       
  1420 inline TAknWindowLineLayout Menu_pop_up_window_graphics_Line_5(const TRect& aParentRect)		{ return (*(TMenu_pop_up_window_graphics_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Menu_pop_up_window_graphics_Line_5)))(aParentRect); }
       
  1421 
       
  1422 inline TAknLayoutTableLimits Menu_pop_up_window_graphics_Limits()		{ return (*(TMenu_pop_up_window_graphics_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Menu_pop_up_window_graphics_Limits)))(); }
       
  1423 
       
  1424 inline TAknWindowLineLayout Menu_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect)		{ return (*(TMenu_pop_up_window_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Menu_pop_up_window_graphics)))(aLineIndex, aParentRect); }
       
  1425 
       
  1426 // LAF Table : Submenu pop-up window descendants
       
  1427 inline TAknWindowLineLayout list_submenu_pane(TInt aIndex_W, TInt aIndex_H)		{ return (*(Tlist_submenu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_submenu_pane)))(aIndex_W, aIndex_H); }
       
  1428 
       
  1429 // LAF Table : Submenu pop-up window graphics
       
  1430 inline TAknWindowLineLayout Submenu_pop_up_window_graphics_Line_1(const TRect& aParentRect)		{ return (*(TSubmenu_pop_up_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  1431 
       
  1432 inline TAknWindowLineLayout Submenu_pop_up_window_graphics_Line_2(const TRect& aParentRect)		{ return (*(TSubmenu_pop_up_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_pop_up_window_graphics_Line_2)))(aParentRect); }
       
  1433 
       
  1434 inline TAknWindowLineLayout Submenu_pop_up_window_graphics_Line_3(const TRect& aParentRect)		{ return (*(TSubmenu_pop_up_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_pop_up_window_graphics_Line_3)))(aParentRect); }
       
  1435 
       
  1436 inline TAknWindowLineLayout Submenu_pop_up_window_graphics_Line_4(const TRect& aParentRect)		{ return (*(TSubmenu_pop_up_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_pop_up_window_graphics_Line_4)))(aParentRect); }
       
  1437 
       
  1438 inline TAknLayoutTableLimits Submenu_pop_up_window_graphics_Limits()		{ return (*(TSubmenu_pop_up_window_graphics_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_pop_up_window_graphics_Limits)))(); }
       
  1439 
       
  1440 inline TAknWindowLineLayout Submenu_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect)		{ return (*(TSubmenu_pop_up_window_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_pop_up_window_graphics)))(aLineIndex, aParentRect); }
       
  1441 
       
  1442 // LAF Table : Submenu pop-up window positioning
       
  1443 inline TAknWindowLineLayout Submenu_pop_up_window_positioning_Line_1(TInt aIndex_W, TInt aIndex_H)		{ return (*(TSubmenu_pop_up_window_positioning_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_pop_up_window_positioning_Line_1)))(aIndex_W, aIndex_H); }
       
  1444 
       
  1445 inline TAknWindowLineLayout Submenu_pop_up_window_positioning_Line_2(TInt aIndex_W, TInt aIndex_H)		{ return (*(TSubmenu_pop_up_window_positioning_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_pop_up_window_positioning_Line_2)))(aIndex_W, aIndex_H); }
       
  1446 
       
  1447 inline TAknLayoutTableLimits Submenu_pop_up_window_positioning_Limits()		{ return (*(TSubmenu_pop_up_window_positioning_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_pop_up_window_positioning_Limits)))(); }
       
  1448 
       
  1449 inline TAknWindowLineLayout Submenu_pop_up_window_positioning(TInt aLineIndex, TInt aIndex_W, TInt aIndex_H)		{ return (*(TSubmenu_pop_up_window_positioning_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_pop_up_window_positioning)))(aLineIndex, aIndex_W, aIndex_H); }
       
  1450 
       
  1451 // LAF Table : Menu pop-up window descendant (single graphic)
       
  1452 inline TAknWindowLineLayout list_menu_graphic_pane(TInt aIndex_t, TInt aIndex_H)		{ return (*(Tlist_menu_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_menu_graphic_pane)))(aIndex_t, aIndex_H); }
       
  1453 
       
  1454 // LAF Table : Menu pop-up window descendants (single heading)
       
  1455 inline TAknWindowLineLayout list_menu_heading_pane(TInt aIndex_t, TInt aIndex_H)		{ return (*(Tlist_menu_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_menu_heading_pane)))(aIndex_t, aIndex_H); }
       
  1456 
       
  1457 inline TAknWindowLineLayout Menu_pop_up_window_descendants__single_heading__Line_2()		{ return (*(TMenu_pop_up_window_descendants__single_heading__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Menu_pop_up_window_descendants__single_heading__Line_2)))(); }
       
  1458 
       
  1459 inline TAknWindowLineLayout Menu_pop_up_window_descendants__single_heading__Line_3(TInt aIndex_r)		{ return (*(TMenu_pop_up_window_descendants__single_heading__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Menu_pop_up_window_descendants__single_heading__Line_3)))(aIndex_r); }
       
  1460 
       
  1461 // LAF Table : Menu pop-up window descendants and elements (single graphic heading)
       
  1462 inline TAknWindowLineLayout list_menu_graphic_heading_pane(TInt aIndex_t, TInt aIndex_H)		{ return (*(Tlist_menu_graphic_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_menu_graphic_heading_pane)))(aIndex_t, aIndex_H); }
       
  1463 
       
  1464 inline TAknWindowLineLayout Menu_pop_up_window_descendants_and_elements__single_graphic_heading__Line_2()		{ return (*(TMenu_pop_up_window_descendants_and_elements__single_graphic_heading__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Menu_pop_up_window_descendants_and_elements__single_graphic_heading__Line_2)))(); }
       
  1465 
       
  1466 inline TAknWindowLineLayout Menu_pop_up_window_descendants_and_elements__single_graphic_heading__Line_3(TInt aIndex_r)		{ return (*(TMenu_pop_up_window_descendants_and_elements__single_graphic_heading__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Menu_pop_up_window_descendants_and_elements__single_graphic_heading__Line_3)))(aIndex_r); }
       
  1467 
       
  1468 // LAF Table : Menu pop-up window descendants (double double2)
       
  1469 inline TAknWindowLineLayout list_menu_double_pane_list_menu_double2_pane(TInt aIndex_t, TInt aIndex_H)		{ return (*(Tlist_menu_double_pane_list_menu_double2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_menu_double_pane_list_menu_double2_pane)))(aIndex_t, aIndex_H); }
       
  1470 
       
  1471 inline TAknWindowLineLayout Menu_pop_up_window_descendants__double_double2__Line_2()		{ return (*(TMenu_pop_up_window_descendants__double_double2__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Menu_pop_up_window_descendants__double_double2__Line_2)))(); }
       
  1472 
       
  1473 // LAF Table : Menu pop-up window descendants (double)
       
  1474 inline TAknWindowLineLayout list_menu_double_large_graphic_pane(TInt aIndex_t, TInt aIndex_H)		{ return (*(Tlist_menu_double_large_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_menu_double_large_graphic_pane)))(aIndex_t, aIndex_H); }
       
  1475 
       
  1476 inline TAknWindowLineLayout Menu_pop_up_window_descendants__double__Line_2()		{ return (*(TMenu_pop_up_window_descendants__double__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Menu_pop_up_window_descendants__double__Line_2)))(); }
       
  1477 
       
  1478 // LAF Table : Note pop-up window elements
       
  1479 inline TAknWindowLineLayout Note_pop_up_window_elements_Line_1()		{ return (*(TNote_pop_up_window_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_pop_up_window_elements_Line_1)))(); }
       
  1480 
       
  1481 // LAF Table : Note pop-up window texts
       
  1482 inline TAknTextLineLayout Note_pop_up_window_texts_Line_1(TInt aCommon1)		{ return (*(TNote_pop_up_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_pop_up_window_texts_Line_1)))(aCommon1); }
       
  1483 
       
  1484 inline TAknMultiLineTextLayout Multiline_Note_pop_up_window_texts_Line_1(TInt aCommon1, TInt aNumberOfLinesShown)		{ return (*(TMultiline_Note_pop_up_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Note_pop_up_window_texts_Line_1)))(aCommon1, aNumberOfLinesShown); }
       
  1485 
       
  1486 // LAF Table : Note pop-up window graphics
       
  1487 inline TAknWindowLineLayout Note_pop_up_window_graphics_Line_1(const TRect& aParentRect)		{ return (*(TNote_pop_up_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  1488 
       
  1489 inline TAknWindowLineLayout Note_pop_up_window_graphics_Line_2(const TRect& aParentRect)		{ return (*(TNote_pop_up_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_pop_up_window_graphics_Line_2)))(aParentRect); }
       
  1490 
       
  1491 inline TAknWindowLineLayout Note_pop_up_window_graphics_Line_3(const TRect& aParentRect)		{ return (*(TNote_pop_up_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_pop_up_window_graphics_Line_3)))(aParentRect); }
       
  1492 
       
  1493 inline TAknWindowLineLayout Note_pop_up_window_graphics_Line_4(const TRect& aParentRect)		{ return (*(TNote_pop_up_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_pop_up_window_graphics_Line_4)))(aParentRect); }
       
  1494 
       
  1495 inline TAknWindowLineLayout Note_pop_up_window_graphics_Line_5(const TRect& aParentRect)		{ return (*(TNote_pop_up_window_graphics_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_pop_up_window_graphics_Line_5)))(aParentRect); }
       
  1496 
       
  1497 inline TAknLayoutTableLimits Note_pop_up_window_graphics_Limits()		{ return (*(TNote_pop_up_window_graphics_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_pop_up_window_graphics_Limits)))(); }
       
  1498 
       
  1499 inline TAknWindowLineLayout Note_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect)		{ return (*(TNote_pop_up_window_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_pop_up_window_graphics)))(aLineIndex, aParentRect); }
       
  1500 
       
  1501 // LAF Table : Wait or progress note pop-up window elements
       
  1502 inline TAknWindowLineLayout Wait_or_progress_note_pop_up_window_elements_Line_1()		{ return (*(TWait_or_progress_note_pop_up_window_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Wait_or_progress_note_pop_up_window_elements_Line_1)))(); }
       
  1503 
       
  1504 inline TAknWindowLineLayout Wait_or_progress_note_pop_up_window_elements_Line_2(TInt aIndex_t)		{ return (*(TWait_or_progress_note_pop_up_window_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Wait_or_progress_note_pop_up_window_elements_Line_2)))(aIndex_t); }
       
  1505 
       
  1506 inline TAknWindowLineLayout Wait_or_progress_note_pop_up_window_elements_Line_3()		{ return (*(TWait_or_progress_note_pop_up_window_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Wait_or_progress_note_pop_up_window_elements_Line_3)))(); }
       
  1507 
       
  1508 inline TAknWindowLineLayout Wait_or_progress_note_pop_up_window_elements_Line_4()		{ return (*(TWait_or_progress_note_pop_up_window_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Wait_or_progress_note_pop_up_window_elements_Line_4)))(); }
       
  1509 
       
  1510 inline TAknLayoutTableLimits First_general_event_elements_Limits()		{ return (*(TFirst_general_event_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_First_general_event_elements_Limits)))(); }
       
  1511 
       
  1512 inline TAknWindowLineLayout First_general_event_elements(TInt aLineIndex)		{ return (*(TFirst_general_event_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_First_general_event_elements)))(aLineIndex); }
       
  1513 
       
  1514 // LAF Table : Wait or progress note pop-up window texts
       
  1515 inline TAknTextLineLayout Wait_or_progress_note_pop_up_window_texts_Line_1(TInt aCommon1, TInt aNotCommon, TInt aIndex_B)		{ return (*(TWait_or_progress_note_pop_up_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Wait_or_progress_note_pop_up_window_texts_Line_1)))(aCommon1, aNotCommon, aIndex_B); }
       
  1516 
       
  1517 inline TAknMultiLineTextLayout Multiline_Wait_or_progress_note_pop_up_window_texts_Line_1(TInt aCommon1, TInt aNotCommon, TInt aNumberOfLinesShown)		{ return (*(TMultiline_Wait_or_progress_note_pop_up_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Wait_or_progress_note_pop_up_window_texts_Line_1)))(aCommon1, aNotCommon, aNumberOfLinesShown); }
       
  1518 
       
  1519 // LAF Table : Note with an image pop-up window elements
       
  1520 inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_1()		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_an_image_pop_up_window_elements_Line_1)))(); }
       
  1521 
       
  1522 inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_2()		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_an_image_pop_up_window_elements_Line_2)))(); }
       
  1523 
       
  1524 inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_3()		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_an_image_pop_up_window_elements_Line_3)))(); }
       
  1525 
       
  1526 inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_4()		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_an_image_pop_up_window_elements_Line_4)))(); }
       
  1527 
       
  1528 inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_5()		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_an_image_pop_up_window_elements_Line_5)))(); }
       
  1529 
       
  1530 inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_6()		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_an_image_pop_up_window_elements_Line_6)))(); }
       
  1531 
       
  1532 inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_7()		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_an_image_pop_up_window_elements_Line_7)))(); }
       
  1533 
       
  1534 inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_8()		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_an_image_pop_up_window_elements_Line_8)))(); }
       
  1535 
       
  1536 inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_9()		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_an_image_pop_up_window_elements_Line_9)))(); }
       
  1537 
       
  1538 inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_10()		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_an_image_pop_up_window_elements_Line_10)))(); }
       
  1539 
       
  1540 inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_11()		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_an_image_pop_up_window_elements_Line_11)))(); }
       
  1541 
       
  1542 inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_12()		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_an_image_pop_up_window_elements_Line_12)))(); }
       
  1543 
       
  1544 inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_13()		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_13_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_an_image_pop_up_window_elements_Line_13)))(); }
       
  1545 
       
  1546 inline TAknLayoutTableLimits Note_with_an_image_pop_up_window_elements_Limits()		{ return (*(TNote_with_an_image_pop_up_window_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_an_image_pop_up_window_elements_Limits)))(); }
       
  1547 
       
  1548 inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements(TInt aLineIndex)		{ return (*(TNote_with_an_image_pop_up_window_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_an_image_pop_up_window_elements)))(aLineIndex); }
       
  1549 
       
  1550 // LAF Table : Note with an image pop-up window texts
       
  1551 inline TAknTextLineLayout Note_with_an_image_pop_up_window_texts_Line_1(TInt aIndex_l, TInt aIndex_r, TInt aIndex_B, TInt aIndex_W)		{ return (*(TNote_with_an_image_pop_up_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_an_image_pop_up_window_texts_Line_1)))(aIndex_l, aIndex_r, aIndex_B, aIndex_W); }
       
  1552 
       
  1553 inline TAknMultiLineTextLayout Multiline_Note_with_an_image_pop_up_window_texts_Line_1(TInt aIndex_l, TInt aIndex_r, TInt aIndex_W, TInt aNumberOfLinesShown)		{ return (*(TMultiline_Note_with_an_image_pop_up_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Note_with_an_image_pop_up_window_texts_Line_1)))(aIndex_l, aIndex_r, aIndex_W, aNumberOfLinesShown); }
       
  1554 
       
  1555 // LAF Table : Query with heading window graphics
       
  1556 inline TAknWindowLineLayout Query_with_heading_window_graphics_Line_1(const TRect& aParentRect)		{ return (*(TQuery_with_heading_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Query_with_heading_window_graphics_Line_1)))(aParentRect); }
       
  1557 
       
  1558 inline TAknWindowLineLayout Query_with_heading_window_graphics_Line_2(const TRect& aParentRect)		{ return (*(TQuery_with_heading_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Query_with_heading_window_graphics_Line_2)))(aParentRect); }
       
  1559 
       
  1560 inline TAknWindowLineLayout Query_with_heading_window_graphics_Line_3(const TRect& aParentRect)		{ return (*(TQuery_with_heading_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Query_with_heading_window_graphics_Line_3)))(aParentRect); }
       
  1561 
       
  1562 inline TAknWindowLineLayout Query_with_heading_window_graphics_Line_4(const TRect& aParentRect)		{ return (*(TQuery_with_heading_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Query_with_heading_window_graphics_Line_4)))(aParentRect); }
       
  1563 
       
  1564 inline TAknWindowLineLayout Query_with_heading_window_graphics_Line_5(const TRect& aParentRect)		{ return (*(TQuery_with_heading_window_graphics_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Query_with_heading_window_graphics_Line_5)))(aParentRect); }
       
  1565 
       
  1566 inline TAknLayoutTableLimits Query_with_heading_window_graphics_Limits()		{ return (*(TQuery_with_heading_window_graphics_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Query_with_heading_window_graphics_Limits)))(); }
       
  1567 
       
  1568 inline TAknWindowLineLayout Query_with_heading_window_graphics(TInt aLineIndex, const TRect& aParentRect)		{ return (*(TQuery_with_heading_window_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Query_with_heading_window_graphics)))(aLineIndex, aParentRect); }
       
  1569 
       
  1570 // LAF Table : Query with heading window descendants
       
  1571 inline TAknWindowLineLayout popup_list_heading_pane(const TRect& aParentRect)		{ return (*(Tpopup_list_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_list_heading_pane)))(aParentRect); }
       
  1572 
       
  1573 // LAF Table : Heading pane elements
       
  1574 inline TAknWindowLineLayout Heading_pane_elements_Line_1()		{ return (*(THeading_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Heading_pane_elements_Line_1)))(); }
       
  1575 
       
  1576 inline TAknWindowLineLayout Icon(TInt aIndex_t)		{ return (*(TIcon_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Icon)))(aIndex_t); }
       
  1577 
       
  1578 //TAknWindowLineLayout Icon();
       
  1579 //TAknLayoutTableLimits Heading_pane_elements_SUB_TABLE_0_Limits();
       
  1580 //TAknLayoutTableLimits Heading_pane_elements_Limits();
       
  1581 //TAknWindowLineLayout Heading_pane_elements_SUB_TABLE_0(TInt aLineIndex);
       
  1582 //TAknWindowLineLayout Heading_pane_elements_(TInt aLineIndex);
       
  1583 // LAF Table : Heading pane texts
       
  1584 inline TAknTextLineLayout Heading_pane_texts_Line_1(TInt aIndex_W)		{ return (*(THeading_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Heading_pane_texts_Line_1)))(aIndex_W); }
       
  1585 
       
  1586 // LAF Table : Data query pop-up window elements
       
  1587 inline TAknWindowLineLayout Data_query_pop_up_window_elements_Line_1(TInt aIndex_t)		{ return (*(TData_query_pop_up_window_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Data_query_pop_up_window_elements_Line_1)))(aIndex_t); }
       
  1588 
       
  1589 inline TAknWindowLineLayout Data_query_pop_up_window_elements_Line_2(const TRect& aParentRect, TInt aCommon1)		{ return (*(TData_query_pop_up_window_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Data_query_pop_up_window_elements_Line_2)))(aParentRect, aCommon1); }
       
  1590 
       
  1591 inline TAknWindowLineLayout Data_query_pop_up_window_elements_Line_3(const TRect& aParentRect, TInt aCommon1)		{ return (*(TData_query_pop_up_window_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Data_query_pop_up_window_elements_Line_3)))(aParentRect, aCommon1); }
       
  1592 
       
  1593 inline TAknWindowLineLayout Data_query_pop_up_window_elements_Line_4(TInt aIndex_t)		{ return (*(TData_query_pop_up_window_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Data_query_pop_up_window_elements_Line_4)))(aIndex_t); }
       
  1594 
       
  1595 inline TAknWindowLineLayout Data_query_pop_up_window_elements_Line_5()		{ return (*(TData_query_pop_up_window_elements_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Data_query_pop_up_window_elements_Line_5)))(); }
       
  1596 
       
  1597 // LAF Table : Data query pop-up window texts
       
  1598 inline TAknTextLineLayout Data_query_pop_up_window_texts_Line_1(TInt aIndex_B)		{ return (*(TData_query_pop_up_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Data_query_pop_up_window_texts_Line_1)))(aIndex_B); }
       
  1599 
       
  1600 inline TAknMultiLineTextLayout Multiline_Data_query_pop_up_window_texts_Line_1(TInt aNumberOfLinesShown)		{ return (*(TMultiline_Data_query_pop_up_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Data_query_pop_up_window_texts_Line_1)))(aNumberOfLinesShown); }
       
  1601 
       
  1602 inline TAknTextLineLayout Data_query_pop_up_window_texts_Line_2(TInt aIndex_B, TInt aIndex_J)		{ return (*(TData_query_pop_up_window_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Data_query_pop_up_window_texts_Line_2)))(aIndex_B, aIndex_J); }
       
  1603 
       
  1604 inline TAknMultiLineTextLayout Multiline_Data_query_pop_up_window_texts_Line_2(TInt aIndex_J, TInt aNumberOfLinesShown)		{ return (*(TMultiline_Data_query_pop_up_window_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Data_query_pop_up_window_texts_Line_2)))(aIndex_J, aNumberOfLinesShown); }
       
  1605 
       
  1606 // LAF Table : Data query pop-up window graphics
       
  1607 inline TAknWindowLineLayout Data_query_pop_up_window_graphics_Line_1(const TRect& aParentRect)		{ return (*(TData_query_pop_up_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Data_query_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  1608 
       
  1609 inline TAknWindowLineLayout Data_query_pop_up_window_graphics_Line_2(const TRect& aParentRect)		{ return (*(TData_query_pop_up_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Data_query_pop_up_window_graphics_Line_2)))(aParentRect); }
       
  1610 
       
  1611 inline TAknWindowLineLayout Data_query_pop_up_window_graphics_Line_3(const TRect& aParentRect)		{ return (*(TData_query_pop_up_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Data_query_pop_up_window_graphics_Line_3)))(aParentRect); }
       
  1612 
       
  1613 inline TAknWindowLineLayout Data_query_pop_up_window_graphics_Line_4(const TRect& aParentRect)		{ return (*(TData_query_pop_up_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Data_query_pop_up_window_graphics_Line_4)))(aParentRect); }
       
  1614 
       
  1615 inline TAknWindowLineLayout Data_query_pop_up_window_graphics_Line_5(const TRect& aParentRect)		{ return (*(TData_query_pop_up_window_graphics_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Data_query_pop_up_window_graphics_Line_5)))(aParentRect); }
       
  1616 
       
  1617 inline TAknLayoutTableLimits Data_query_pop_up_window_graphics_Limits()		{ return (*(TData_query_pop_up_window_graphics_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Data_query_pop_up_window_graphics_Limits)))(); }
       
  1618 
       
  1619 inline TAknWindowLineLayout Data_query_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect)		{ return (*(TData_query_pop_up_window_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Data_query_pop_up_window_graphics)))(aLineIndex, aParentRect); }
       
  1620 
       
  1621 // LAF Table : Code query pop-up window elements
       
  1622 inline TAknWindowLineLayout Code_query_pop_up_window_elements_Line_1(TInt aIndex_t)		{ return (*(TCode_query_pop_up_window_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Code_query_pop_up_window_elements_Line_1)))(aIndex_t); }
       
  1623 
       
  1624 inline TAknWindowLineLayout Code_query_pop_up_window_elements_Line_2(TInt aIndex_t)		{ return (*(TCode_query_pop_up_window_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Code_query_pop_up_window_elements_Line_2)))(aIndex_t); }
       
  1625 
       
  1626 inline TAknWindowLineLayout Code_query_pop_up_window_elements_Line_3(TInt aIndex_t)		{ return (*(TCode_query_pop_up_window_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Code_query_pop_up_window_elements_Line_3)))(aIndex_t); }
       
  1627 
       
  1628 inline TAknWindowLineLayout Code_query_pop_up_window_elements_Line_4(TInt aIndex_t)		{ return (*(TCode_query_pop_up_window_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Code_query_pop_up_window_elements_Line_4)))(aIndex_t); }
       
  1629 
       
  1630 inline TAknLayoutTableLimits Code_query_pop_up_window_elements_Limits()		{ return (*(TCode_query_pop_up_window_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Code_query_pop_up_window_elements_Limits)))(); }
       
  1631 
       
  1632 inline TAknWindowLineLayout Code_query_pop_up_window_elements(TInt aLineIndex, TInt aIndex_t)		{ return (*(TCode_query_pop_up_window_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Code_query_pop_up_window_elements)))(aLineIndex, aIndex_t); }
       
  1633 
       
  1634 // LAF Table : Code query pop-up window texts
       
  1635 inline TAknTextLineLayout Code_query_pop_up_window_texts_Line_1(TInt aIndex_B)		{ return (*(TCode_query_pop_up_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Code_query_pop_up_window_texts_Line_1)))(aIndex_B); }
       
  1636 
       
  1637 inline TAknMultiLineTextLayout Multiline_Code_query_pop_up_window_texts_Line_1(TInt aNumberOfLinesShown)		{ return (*(TMultiline_Code_query_pop_up_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Code_query_pop_up_window_texts_Line_1)))(aNumberOfLinesShown); }
       
  1638 
       
  1639 inline TAknTextLineLayout Code_query_pop_up_window_texts_Line_2(TInt aIndex_B)		{ return (*(TCode_query_pop_up_window_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Code_query_pop_up_window_texts_Line_2)))(aIndex_B); }
       
  1640 
       
  1641 inline TAknMultiLineTextLayout Multiline_Code_query_pop_up_window_texts_Line_2(TInt aNumberOfLinesShown)		{ return (*(TMultiline_Code_query_pop_up_window_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Code_query_pop_up_window_texts_Line_2)))(aNumberOfLinesShown); }
       
  1642 
       
  1643 inline TAknLayoutTableLimits Code_query_pop_up_window_texts_Limits()		{ return (*(TCode_query_pop_up_window_texts_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Code_query_pop_up_window_texts_Limits)))(); }
       
  1644 
       
  1645 inline TAknTextLineLayout Code_query_pop_up_window_texts(TInt aLineIndex, TInt aIndex_B)		{ return (*(TCode_query_pop_up_window_texts_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Code_query_pop_up_window_texts)))(aLineIndex, aIndex_B); }
       
  1646 
       
  1647 // LAF Table : Combined data and code query pop-up window elements
       
  1648 inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_elements_Line_1(TInt aIndex_C, TInt aIndex_t)		{ return (*(TCombined_data_and_code_query_pop_up_window_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_elements_Line_1)))(aIndex_C, aIndex_t); }
       
  1649 
       
  1650 inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_elements_Line_2(TInt aIndex_C, TInt aIndex_t)		{ return (*(TCombined_data_and_code_query_pop_up_window_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_elements_Line_2)))(aIndex_C, aIndex_t); }
       
  1651 
       
  1652 inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_elements_Line_3(TInt aIndex_t)		{ return (*(TCombined_data_and_code_query_pop_up_window_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_elements_Line_3)))(aIndex_t); }
       
  1653 
       
  1654 inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_elements_Line_4(TInt aIndex_t)		{ return (*(TCombined_data_and_code_query_pop_up_window_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_elements_Line_4)))(aIndex_t); }
       
  1655 
       
  1656 inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_elements_Line_5(TInt aIndex_t)		{ return (*(TCombined_data_and_code_query_pop_up_window_elements_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_elements_Line_5)))(aIndex_t); }
       
  1657 
       
  1658 // LAF Table : Combined data and code query pop-up window texts
       
  1659 inline TAknTextLineLayout Combined_data_and_code_query_pop_up_window_texts_Line_1(TInt aIndex_B)		{ return (*(TCombined_data_and_code_query_pop_up_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_texts_Line_1)))(aIndex_B); }
       
  1660 
       
  1661 inline TAknMultiLineTextLayout Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_1(TInt aNumberOfLinesShown)		{ return (*(TMultiline_Combined_data_and_code_query_pop_up_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_1)))(aNumberOfLinesShown); }
       
  1662 
       
  1663 inline TAknTextLineLayout Combined_data_and_code_query_pop_up_window_texts_Line_2(TInt aIndex_B)		{ return (*(TCombined_data_and_code_query_pop_up_window_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_texts_Line_2)))(aIndex_B); }
       
  1664 
       
  1665 inline TAknMultiLineTextLayout Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_2(TInt aNumberOfLinesShown)		{ return (*(TMultiline_Combined_data_and_code_query_pop_up_window_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_2)))(aNumberOfLinesShown); }
       
  1666 
       
  1667 inline TAknTextLineLayout Combined_data_and_code_query_pop_up_window_texts_Line_3(TInt aIndex_B)		{ return (*(TCombined_data_and_code_query_pop_up_window_texts_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_texts_Line_3)))(aIndex_B); }
       
  1668 
       
  1669 inline TAknMultiLineTextLayout Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_3(TInt aNumberOfLinesShown)		{ return (*(TMultiline_Combined_data_and_code_query_pop_up_window_texts_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_3)))(aNumberOfLinesShown); }
       
  1670 
       
  1671 inline TAknTextLineLayout Combined_data_and_code_query_pop_up_window_texts_Line_4(TInt aIndex_B)		{ return (*(TCombined_data_and_code_query_pop_up_window_texts_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_texts_Line_4)))(aIndex_B); }
       
  1672 
       
  1673 inline TAknMultiLineTextLayout Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_4(TInt aNumberOfLinesShown)		{ return (*(TMultiline_Combined_data_and_code_query_pop_up_window_texts_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_4)))(aNumberOfLinesShown); }
       
  1674 
       
  1675 inline TAknLayoutTableLimits Combined_data_and_code_query_pop_up_window_texts_Limits()		{ return (*(TCombined_data_and_code_query_pop_up_window_texts_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_texts_Limits)))(); }
       
  1676 
       
  1677 inline TAknTextLineLayout Combined_data_and_code_query_pop_up_window_texts(TInt aLineIndex, TInt aIndex_B)		{ return (*(TCombined_data_and_code_query_pop_up_window_texts_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_texts)))(aLineIndex, aIndex_B); }
       
  1678 
       
  1679 // LAF Table : Combined data and code query pop-up window graphics
       
  1680 inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_Line_1(const TRect& aParentRect)		{ return (*(TCombined_data_and_code_query_pop_up_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  1681 
       
  1682 inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_Line_2(const TRect& aParentRect, TInt aIndex_H)		{ return (*(TCombined_data_and_code_query_pop_up_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_graphics_Line_2)))(aParentRect, aIndex_H); }
       
  1683 
       
  1684 inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_Line_3(const TRect& aParentRect, TInt aIndex_H)		{ return (*(TCombined_data_and_code_query_pop_up_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_graphics_Line_3)))(aParentRect, aIndex_H); }
       
  1685 
       
  1686 inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_Line_4(const TRect& aParentRect, TInt aIndex_H)		{ return (*(TCombined_data_and_code_query_pop_up_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_graphics_Line_4)))(aParentRect, aIndex_H); }
       
  1687 
       
  1688 inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_Line_5(const TRect& aParentRect, TInt aIndex_H)		{ return (*(TCombined_data_and_code_query_pop_up_window_graphics_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_graphics_Line_5)))(aParentRect, aIndex_H); }
       
  1689 
       
  1690 inline TAknLayoutTableLimits Combined_data_and_code_query_pop_up_window_graphics_SUB_TABLE_0_Limits()		{ return (*(TCombined_data_and_code_query_pop_up_window_graphics_SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_graphics_SUB_TABLE_0_Limits)))(); }
       
  1691 
       
  1692 inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_SUB_TABLE_0(TInt aLineIndex, const TRect& aParentRect, TInt aIndex_H)		{ return (*(TCombined_data_and_code_query_pop_up_window_graphics_SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Combined_data_and_code_query_pop_up_window_graphics_SUB_TABLE_0)))(aLineIndex, aParentRect, aIndex_H); }
       
  1693 
       
  1694 // LAF Table : Find pop-up window elements
       
  1695 inline TAknWindowLineLayout Find_pop_up_window_elements_Line_1()		{ return (*(TFind_pop_up_window_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_elements_Line_1)))(); }
       
  1696 
       
  1697 inline TAknWindowLineLayout Find_pop_up_window_elements_Line_2()		{ return (*(TFind_pop_up_window_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_elements_Line_2)))(); }
       
  1698 
       
  1699 inline TAknWindowLineLayout Find_pop_up_window_elements_Line_3()		{ return (*(TFind_pop_up_window_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_elements_Line_3)))(); }
       
  1700 
       
  1701 inline TAknWindowLineLayout Find_pop_up_window_elements_Line_4()		{ return (*(TFind_pop_up_window_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_elements_Line_4)))(); }
       
  1702 
       
  1703 inline TAknLayoutTableLimits Find_pop_up_window_elements_Limits()		{ return (*(TFind_pop_up_window_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_elements_Limits)))(); }
       
  1704 
       
  1705 inline TAknWindowLineLayout Find_pop_up_window_elements(TInt aLineIndex)		{ return (*(TFind_pop_up_window_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_elements)))(aLineIndex); }
       
  1706 
       
  1707 // LAF Table : Find pop-up window texts
       
  1708 inline TAknTextLineLayout Find_pop_up_window_texts_Line_1()		{ return (*(TFind_pop_up_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_texts_Line_1)))(); }
       
  1709 
       
  1710 // LAF Table : Find pop-up window graphics
       
  1711 inline TAknWindowLineLayout Find_pop_up_window_graphics_Line_1()		{ return (*(TFind_pop_up_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_graphics_Line_1)))(); }
       
  1712 
       
  1713 inline TAknWindowLineLayout Find_pop_up_window_graphics_Line_2()		{ return (*(TFind_pop_up_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_graphics_Line_2)))(); }
       
  1714 
       
  1715 inline TAknWindowLineLayout Find_pop_up_window_graphics_Line_3()		{ return (*(TFind_pop_up_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_graphics_Line_3)))(); }
       
  1716 
       
  1717 inline TAknWindowLineLayout Find_pop_up_window_graphics_Line_4()		{ return (*(TFind_pop_up_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_graphics_Line_4)))(); }
       
  1718 
       
  1719 inline TAknWindowLineLayout Find_pop_up_window_graphics_Line_5()		{ return (*(TFind_pop_up_window_graphics_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_graphics_Line_5)))(); }
       
  1720 
       
  1721 inline TAknLayoutTableLimits Find_pop_up_window_graphics_Limits()		{ return (*(TFind_pop_up_window_graphics_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_graphics_Limits)))(); }
       
  1722 
       
  1723 inline TAknWindowLineLayout Find_pop_up_window_graphics(TInt aLineIndex)		{ return (*(TFind_pop_up_window_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_graphics)))(aLineIndex); }
       
  1724 
       
  1725 // LAF Table : Pop-up menu with find pane graphics
       
  1726 inline TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics_Line_1(const TRect& aParentRect)		{ return (*(TPop_up_menu_with_find_pane_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pop_up_menu_with_find_pane_graphics_Line_1)))(aParentRect); }
       
  1727 
       
  1728 inline TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics_Line_2(const TRect& aParentRect)		{ return (*(TPop_up_menu_with_find_pane_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pop_up_menu_with_find_pane_graphics_Line_2)))(aParentRect); }
       
  1729 
       
  1730 inline TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics_Line_3(const TRect& aParentRect)		{ return (*(TPop_up_menu_with_find_pane_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pop_up_menu_with_find_pane_graphics_Line_3)))(aParentRect); }
       
  1731 
       
  1732 inline TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics_Line_4(const TRect& aParentRect)		{ return (*(TPop_up_menu_with_find_pane_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pop_up_menu_with_find_pane_graphics_Line_4)))(aParentRect); }
       
  1733 
       
  1734 inline TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics_Line_5(const TRect& aParentRect)		{ return (*(TPop_up_menu_with_find_pane_graphics_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pop_up_menu_with_find_pane_graphics_Line_5)))(aParentRect); }
       
  1735 
       
  1736 inline TAknLayoutTableLimits Pop_up_menu_with_find_pane_graphics_Limits()		{ return (*(TPop_up_menu_with_find_pane_graphics_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pop_up_menu_with_find_pane_graphics_Limits)))(); }
       
  1737 
       
  1738 inline TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics(TInt aLineIndex, const TRect& aParentRect)		{ return (*(TPop_up_menu_with_find_pane_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pop_up_menu_with_find_pane_graphics)))(aLineIndex, aParentRect); }
       
  1739 
       
  1740 // LAF Table : Notification pop-up window elements (text)
       
  1741 inline TAknWindowLineLayout Notification_pop_up_window_elements__text__Line_1()		{ return (*(TNotification_pop_up_window_elements__text__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notification_pop_up_window_elements__text__Line_1)))(); }
       
  1742 
       
  1743 // LAF Table : Notification pop-up window texts (text)
       
  1744 inline TAknTextLineLayout Notification_pop_up_window_texts__text__Line_1(TInt aIndex_B)		{ return (*(TNotification_pop_up_window_texts__text__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notification_pop_up_window_texts__text__Line_1)))(aIndex_B); }
       
  1745 
       
  1746 inline TAknMultiLineTextLayout Multiline_Notification_pop_up_window_texts__text__Line_1(TInt aNumberOfLinesShown)		{ return (*(TMultiline_Notification_pop_up_window_texts__text__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Notification_pop_up_window_texts__text__Line_1)))(aNumberOfLinesShown); }
       
  1747 
       
  1748 // LAF Table : Notification pop-up window graphics (text)
       
  1749 inline TAknWindowLineLayout Notification_pop_up_window_graphics__text__Line_1(const TRect& aParentRect)		{ return (*(TNotification_pop_up_window_graphics__text__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notification_pop_up_window_graphics__text__Line_1)))(aParentRect); }
       
  1750 
       
  1751 inline TAknWindowLineLayout Notification_pop_up_window_graphics__text__Line_2(const TRect& aParentRect)		{ return (*(TNotification_pop_up_window_graphics__text__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notification_pop_up_window_graphics__text__Line_2)))(aParentRect); }
       
  1752 
       
  1753 inline TAknWindowLineLayout Notification_pop_up_window_graphics__text__Line_3(const TRect& aParentRect)		{ return (*(TNotification_pop_up_window_graphics__text__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notification_pop_up_window_graphics__text__Line_3)))(aParentRect); }
       
  1754 
       
  1755 inline TAknWindowLineLayout Notification_pop_up_window_graphics__text__Line_4(const TRect& aParentRect)		{ return (*(TNotification_pop_up_window_graphics__text__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notification_pop_up_window_graphics__text__Line_4)))(aParentRect); }
       
  1756 
       
  1757 inline TAknWindowLineLayout Notification_pop_up_window_graphics__text__Line_5(const TRect& aParentRect)		{ return (*(TNotification_pop_up_window_graphics__text__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notification_pop_up_window_graphics__text__Line_5)))(aParentRect); }
       
  1758 
       
  1759 inline TAknLayoutTableLimits Notification_pop_up_window_graphics__text__Limits()		{ return (*(TNotification_pop_up_window_graphics__text__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notification_pop_up_window_graphics__text__Limits)))(); }
       
  1760 
       
  1761 inline TAknWindowLineLayout Notification_pop_up_window_graphics__text_(TInt aLineIndex, const TRect& aParentRect)		{ return (*(TNotification_pop_up_window_graphics__text__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notification_pop_up_window_graphics__text_)))(aLineIndex, aParentRect); }
       
  1762 
       
  1763 // LAF Table : Notification pop-up window elements (graphic)
       
  1764 inline TAknWindowLineLayout Notification_pop_up_window_elements__graphic__Line_1()		{ return (*(TNotification_pop_up_window_elements__graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notification_pop_up_window_elements__graphic__Line_1)))(); }
       
  1765 
       
  1766 inline TAknWindowLineLayout Notification_pop_up_window_elements__graphic__Line_2()		{ return (*(TNotification_pop_up_window_elements__graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notification_pop_up_window_elements__graphic__Line_2)))(); }
       
  1767 
       
  1768 inline TAknLayoutTableLimits Notification_pop_up_window_elements__graphic__Limits()		{ return (*(TNotification_pop_up_window_elements__graphic__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notification_pop_up_window_elements__graphic__Limits)))(); }
       
  1769 
       
  1770 inline TAknWindowLineLayout Notification_pop_up_window_elements__graphic_(TInt aLineIndex)		{ return (*(TNotification_pop_up_window_elements__graphic__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notification_pop_up_window_elements__graphic_)))(aLineIndex); }
       
  1771 
       
  1772 // LAF Table : Notification pop-up window texts (graphic)
       
  1773 inline TAknTextLineLayout Notification_pop_up_window_texts__graphic__Line_1(TInt aCommon1)		{ return (*(TNotification_pop_up_window_texts__graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notification_pop_up_window_texts__graphic__Line_1)))(aCommon1); }
       
  1774 
       
  1775 inline TAknMultiLineTextLayout Multiline_Notification_pop_up_window_texts__graphic__Line_1(TInt aCommon1, TInt aNumberOfLinesShown)		{ return (*(TMultiline_Notification_pop_up_window_texts__graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Notification_pop_up_window_texts__graphic__Line_1)))(aCommon1, aNumberOfLinesShown); }
       
  1776 
       
  1777 // LAF Table : Identifier icon selection pop-up window descendants
       
  1778 inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_descendants_Line_1(TInt aIndex_t)		{ return (*(TIdentifier_icon_selection_pop_up_window_descendants_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Identifier_icon_selection_pop_up_window_descendants_Line_1)))(aIndex_t); }
       
  1779 
       
  1780 inline TAknWindowLineLayout grid_graphic_popup_pane(TInt aCommon1, TInt aIndex_H)		{ return (*(Tgrid_graphic_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_graphic_popup_pane)))(aCommon1, aIndex_H); }
       
  1781 
       
  1782 // LAF Table : Identifier icon selection pop-up window elements
       
  1783 inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_elements_Line_1(TInt aCommon1)		{ return (*(TIdentifier_icon_selection_pop_up_window_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Identifier_icon_selection_pop_up_window_elements_Line_1)))(aCommon1); }
       
  1784 
       
  1785 inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_elements_Line_2(TInt aIndex_l, TInt aIndex_t, TInt aIndex_H)		{ return (*(TIdentifier_icon_selection_pop_up_window_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Identifier_icon_selection_pop_up_window_elements_Line_2)))(aIndex_l, aIndex_t, aIndex_H); }
       
  1786 
       
  1787 // LAF Table : Identifier icon selection pop-up window graphics
       
  1788 inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_Line_1(const TRect& aParentRect)		{ return (*(TIdentifier_icon_selection_pop_up_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Identifier_icon_selection_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  1789 
       
  1790 inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_Line_2(const TRect& aParentRect, TInt aIndex_t)		{ return (*(TIdentifier_icon_selection_pop_up_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Identifier_icon_selection_pop_up_window_graphics_Line_2)))(aParentRect, aIndex_t); }
       
  1791 
       
  1792 inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_Line_3(const TRect& aParentRect, TInt aIndex_t)		{ return (*(TIdentifier_icon_selection_pop_up_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Identifier_icon_selection_pop_up_window_graphics_Line_3)))(aParentRect, aIndex_t); }
       
  1793 
       
  1794 inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_Line_4(const TRect& aParentRect, TInt aIndex_t)		{ return (*(TIdentifier_icon_selection_pop_up_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Identifier_icon_selection_pop_up_window_graphics_Line_4)))(aParentRect, aIndex_t); }
       
  1795 
       
  1796 inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_Line_5(const TRect& aParentRect, TInt aIndex_t)		{ return (*(TIdentifier_icon_selection_pop_up_window_graphics_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Identifier_icon_selection_pop_up_window_graphics_Line_5)))(aParentRect, aIndex_t); }
       
  1797 
       
  1798 inline TAknLayoutTableLimits Identifier_icon_selection_pop_up_window_graphics_SUB_TABLE_0_Limits()		{ return (*(TIdentifier_icon_selection_pop_up_window_graphics_SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Identifier_icon_selection_pop_up_window_graphics_SUB_TABLE_0_Limits)))(); }
       
  1799 
       
  1800 inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_SUB_TABLE_0(TInt aLineIndex, const TRect& aParentRect, TInt aIndex_t)		{ return (*(TIdentifier_icon_selection_pop_up_window_graphics_SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Identifier_icon_selection_pop_up_window_graphics_SUB_TABLE_0)))(aLineIndex, aParentRect, aIndex_t); }
       
  1801 
       
  1802 // LAF Table : Colour selection pop-up window descendants
       
  1803 inline TAknWindowLineLayout Colour_selection_pop_up_window_descendants_Line_1()		{ return (*(TColour_selection_pop_up_window_descendants_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_selection_pop_up_window_descendants_Line_1)))(); }
       
  1804 
       
  1805 inline TAknWindowLineLayout Colour_selection_pop_up_window_descendants_Line_2()		{ return (*(TColour_selection_pop_up_window_descendants_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_selection_pop_up_window_descendants_Line_2)))(); }
       
  1806 
       
  1807 inline TAknWindowLineLayout grid_large_graphic_colour_popup_pane(TInt aCommon1)		{ return (*(Tgrid_large_graphic_colour_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_large_graphic_colour_popup_pane)))(aCommon1); }
       
  1808 
       
  1809 // LAF Table : Composer symbol selection pop-up window elements
       
  1810 inline TAknWindowLineLayout Composer_symbol_selection_pop_up_window_elements_Line_1(TInt aIndex_t)		{ return (*(TComposer_symbol_selection_pop_up_window_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Composer_symbol_selection_pop_up_window_elements_Line_1)))(aIndex_t); }
       
  1811 
       
  1812 inline TAknWindowLineLayout Composer_symbol_selection_pop_up_window_elements_Line_2(TInt aIndex_l, TInt aIndex_t, TInt aIndex_W, TInt aIndex_H)		{ return (*(TComposer_symbol_selection_pop_up_window_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Composer_symbol_selection_pop_up_window_elements_Line_2)))(aIndex_l, aIndex_t, aIndex_W, aIndex_H); }
       
  1813 
       
  1814 // LAF Table : Colour selection pop-up window graphics
       
  1815 inline TAknWindowLineLayout Colour_selection_pop_up_window_graphics_Line_1(const TRect& aParentRect)		{ return (*(TColour_selection_pop_up_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_selection_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  1816 
       
  1817 inline TAknWindowLineLayout Colour_selection_pop_up_window_graphics_Line_2(const TRect& aParentRect)		{ return (*(TColour_selection_pop_up_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_selection_pop_up_window_graphics_Line_2)))(aParentRect); }
       
  1818 
       
  1819 inline TAknWindowLineLayout Colour_selection_pop_up_window_graphics_Line_3(const TRect& aParentRect)		{ return (*(TColour_selection_pop_up_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_selection_pop_up_window_graphics_Line_3)))(aParentRect); }
       
  1820 
       
  1821 inline TAknWindowLineLayout Colour_selection_pop_up_window_graphics_Line_4(const TRect& aParentRect)		{ return (*(TColour_selection_pop_up_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_selection_pop_up_window_graphics_Line_4)))(aParentRect); }
       
  1822 
       
  1823 inline TAknWindowLineLayout Colour_selection_pop_up_window_graphics_Line_5(const TRect& aParentRect)		{ return (*(TColour_selection_pop_up_window_graphics_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_selection_pop_up_window_graphics_Line_5)))(aParentRect); }
       
  1824 
       
  1825 inline TAknLayoutTableLimits Colour_selection_pop_up_window_graphics_Limits()		{ return (*(TColour_selection_pop_up_window_graphics_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_selection_pop_up_window_graphics_Limits)))(); }
       
  1826 
       
  1827 inline TAknWindowLineLayout Colour_selection_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect)		{ return (*(TColour_selection_pop_up_window_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_selection_pop_up_window_graphics)))(aLineIndex, aParentRect); }
       
  1828 
       
  1829 // LAF Table : Fast application swapping pop-up window descendants
       
  1830 inline TAknWindowLineLayout Fast_application_swapping_pop_up_window_descendants_Line_1(TInt aIndex_t)		{ return (*(TFast_application_swapping_pop_up_window_descendants_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_pop_up_window_descendants_Line_1)))(aIndex_t); }
       
  1831 
       
  1832 // LAF Table : Fast application swapping pop-up window graphics
       
  1833 inline TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_1(const TRect& aParentRect)		{ return (*(TFast_application_swapping_pop_up_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  1834 
       
  1835 inline TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_2(const TRect& aParentRect)		{ return (*(TFast_application_swapping_pop_up_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_pop_up_window_graphics_Line_2)))(aParentRect); }
       
  1836 
       
  1837 inline TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_3(const TRect& aParentRect)		{ return (*(TFast_application_swapping_pop_up_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_pop_up_window_graphics_Line_3)))(aParentRect); }
       
  1838 
       
  1839 inline TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_4(const TRect& aParentRect)		{ return (*(TFast_application_swapping_pop_up_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_pop_up_window_graphics_Line_4)))(aParentRect); }
       
  1840 
       
  1841 inline TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_5(const TRect& aParentRect)		{ return (*(TFast_application_swapping_pop_up_window_graphics_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_pop_up_window_graphics_Line_5)))(aParentRect); }
       
  1842 
       
  1843 inline TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_6()		{ return (*(TFast_application_swapping_pop_up_window_graphics_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_pop_up_window_graphics_Line_6)))(); }
       
  1844 
       
  1845 inline TAknLayoutTableLimits Fast_application_swapping_pop_up_window_graphics_SUB_TABLE_0_Limits()		{ return (*(TFast_application_swapping_pop_up_window_graphics_SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_pop_up_window_graphics_SUB_TABLE_0_Limits)))(); }
       
  1846 
       
  1847 inline TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_SUB_TABLE_0(TInt aLineIndex, const TRect& aParentRect)		{ return (*(TFast_application_swapping_pop_up_window_graphics_SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_pop_up_window_graphics_SUB_TABLE_0)))(aLineIndex, aParentRect); }
       
  1848 
       
  1849 // LAF Table : List pane texts (setting, double2)
       
  1850 inline TAknTextLineLayout List_pane_texts__setting__double2__Line_1()		{ return (*(TList_pane_texts__setting__double2__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__setting__double2__Line_1)))(); }
       
  1851 
       
  1852 inline TAknTextLineLayout List_pane_texts__setting__double2__Line_2()		{ return (*(TList_pane_texts__setting__double2__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__setting__double2__Line_2)))(); }
       
  1853 
       
  1854 inline TAknLayoutTableLimits List_pane_texts__setting__double2__Limits()		{ return (*(TList_pane_texts__setting__double2__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__setting__double2__Limits)))(); }
       
  1855 
       
  1856 inline TAknTextLineLayout List_pane_texts__setting__double2_(TInt aLineIndex)		{ return (*(TList_pane_texts__setting__double2__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__setting__double2_)))(aLineIndex); }
       
  1857 
       
  1858 // LAF Table : List pane elements (single 2graphic)
       
  1859 inline TAknWindowLineLayout List_pane_elements__single_2graphic__Line_1()		{ return (*(TList_pane_elements__single_2graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_2graphic__Line_1)))(); }
       
  1860 
       
  1861 inline TAknWindowLineLayout List_pane_elements__single_2graphic__Line_2()		{ return (*(TList_pane_elements__single_2graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_2graphic__Line_2)))(); }
       
  1862 
       
  1863 inline TAknWindowLineLayout List_pane_elements__single_2graphic__Line_3()		{ return (*(TList_pane_elements__single_2graphic__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_2graphic__Line_3)))(); }
       
  1864 
       
  1865 inline TAknWindowLineLayout List_pane_elements__single_2graphic__Line_4(TInt aIndex_l)		{ return (*(TList_pane_elements__single_2graphic__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_2graphic__Line_4)))(aIndex_l); }
       
  1866 
       
  1867 inline TAknLayoutTableLimits List_pane_elements__single_2graphic__SUB_TABLE_0_Limits()		{ return (*(TList_pane_elements__single_2graphic__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_2graphic__SUB_TABLE_0_Limits)))(); }
       
  1868 
       
  1869 inline TAknWindowLineLayout List_pane_elements__single_2graphic__SUB_TABLE_0(TInt aLineIndex)		{ return (*(TList_pane_elements__single_2graphic__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__single_2graphic__SUB_TABLE_0)))(aLineIndex); }
       
  1870 
       
  1871 // LAF Table : List pane texts (single 2graphic)
       
  1872 inline TAknTextLineLayout List_pane_texts__single_2graphic__Line_1(TInt aIndex_r, TInt aIndex_W)		{ return (*(TList_pane_texts__single_2graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__single_2graphic__Line_1)))(aIndex_r, aIndex_W); }
       
  1873 
       
  1874 // LAF Table : List pane elements (double2 graphic large graphic)
       
  1875 inline TAknWindowLineLayout List_pane_elements__double2_graphic_large_graphic__Line_1()		{ return (*(TList_pane_elements__double2_graphic_large_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double2_graphic_large_graphic__Line_1)))(); }
       
  1876 
       
  1877 inline TAknWindowLineLayout List_pane_elements__double2_graphic_large_graphic__Line_2()		{ return (*(TList_pane_elements__double2_graphic_large_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double2_graphic_large_graphic__Line_2)))(); }
       
  1878 
       
  1879 inline TAknWindowLineLayout List_pane_elements__double2_graphic_large_graphic__Line_3()		{ return (*(TList_pane_elements__double2_graphic_large_graphic__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double2_graphic_large_graphic__Line_3)))(); }
       
  1880 
       
  1881 inline TAknWindowLineLayout List_pane_elements__double2_graphic_large_graphic__Line_4(TInt aIndex_l)		{ return (*(TList_pane_elements__double2_graphic_large_graphic__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double2_graphic_large_graphic__Line_4)))(aIndex_l); }
       
  1882 
       
  1883 inline TAknLayoutTableLimits List_pane_elements__double2_graphic_large_graphic__SUB_TABLE_0_Limits()		{ return (*(TList_pane_elements__double2_graphic_large_graphic__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double2_graphic_large_graphic__SUB_TABLE_0_Limits)))(); }
       
  1884 
       
  1885 inline TAknWindowLineLayout List_pane_elements__double2_graphic_large_graphic__SUB_TABLE_0(TInt aLineIndex)		{ return (*(TList_pane_elements__double2_graphic_large_graphic__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__double2_graphic_large_graphic__SUB_TABLE_0)))(aLineIndex); }
       
  1886 
       
  1887 // LAF Table : List pane texts (double2 graphic large graphic)
       
  1888 inline TAknTextLineLayout List_pane_texts__double2_graphic_large_graphic__Line_1(TInt aCommon1)		{ return (*(TList_pane_texts__double2_graphic_large_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double2_graphic_large_graphic__Line_1)))(aCommon1); }
       
  1889 
       
  1890 inline TAknTextLineLayout List_pane_texts__double2_graphic_large_graphic__Line_2()		{ return (*(TList_pane_texts__double2_graphic_large_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__double2_graphic_large_graphic__Line_2)))(); }
       
  1891 
       
  1892 // LAF Table : Form data wide graphic field texts
       
  1893 inline TAknTextLineLayout Form_data_wide_graphic_field_texts_Line_1()		{ return (*(TForm_data_wide_graphic_field_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_data_wide_graphic_field_texts_Line_1)))(); }
       
  1894 
       
  1895 inline TAknTextLineLayout Form_data_wide_graphic_field_texts_Line_2(TInt aIndex_B)		{ return (*(TForm_data_wide_graphic_field_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Form_data_wide_graphic_field_texts_Line_2)))(aIndex_B); }
       
  1896 
       
  1897 inline TAknMultiLineTextLayout Multiline_Form_data_wide_graphic_field_texts_Line_2(TInt aNumberOfLinesShown)		{ return (*(TMultiline_Form_data_wide_graphic_field_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Form_data_wide_graphic_field_texts_Line_2)))(aNumberOfLinesShown); }
       
  1898 
       
  1899 // LAF Table : Application window descendants 2.1
       
  1900 inline TAknWindowLineLayout status_small_pane()		{ return (*(Tstatus_small_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane)))(); }
       
  1901 
       
  1902 // LAF Table : Small status pane descendants and elements
       
  1903 inline TAknWindowLineLayout Small_status_pane_descendants_and_elements_Line_1()		{ return (*(TSmall_status_pane_descendants_and_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Small_status_pane_descendants_and_elements_Line_1)))(); }
       
  1904 
       
  1905 inline TAknWindowLineLayout status_small_icon_pane()		{ return (*(Tstatus_small_icon_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_icon_pane)))(); }
       
  1906 
       
  1907 inline TAknWindowLineLayout status_small_wait_pane()		{ return (*(Tstatus_small_wait_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_wait_pane)))(); }
       
  1908 
       
  1909 inline TAknWindowLineLayout Small_status_pane_descendants_and_elements_Line_4()		{ return (*(TSmall_status_pane_descendants_and_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Small_status_pane_descendants_and_elements_Line_4)))(); }
       
  1910 
       
  1911 inline TAknWindowLineLayout Small_status_pane_descendants_and_elements_Line_5()		{ return (*(TSmall_status_pane_descendants_and_elements_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Small_status_pane_descendants_and_elements_Line_5)))(); }
       
  1912 
       
  1913 inline TAknWindowLineLayout Small_status_pane_descendants_and_elements_Line_6()		{ return (*(TSmall_status_pane_descendants_and_elements_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Small_status_pane_descendants_and_elements_Line_6)))(); }
       
  1914 
       
  1915 inline TAknLayoutTableLimits Small_status_pane_descendants_and_elements_Limits()		{ return (*(TSmall_status_pane_descendants_and_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Small_status_pane_descendants_and_elements_Limits)))(); }
       
  1916 
       
  1917 inline TAknWindowLineLayout Small_status_pane_descendants_and_elements(TInt aLineIndex)		{ return (*(TSmall_status_pane_descendants_and_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Small_status_pane_descendants_and_elements)))(aLineIndex); }
       
  1918 
       
  1919 // LAF Table : Small status pane texts
       
  1920 inline TAknTextLineLayout Small_status_pane_texts_Line_1(TInt aIndex_J)		{ return (*(TSmall_status_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Small_status_pane_texts_Line_1)))(aIndex_J); }
       
  1921 
       
  1922 // LAF Table : Small status waiting pane components
       
  1923 inline TAknWindowLineLayout Small_status_waiting_pane_components_Line_1()		{ return (*(TSmall_status_waiting_pane_components_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Small_status_waiting_pane_components_Line_1)))(); }
       
  1924 
       
  1925 inline TAknWindowLineLayout Small_status_waiting_pane_components_Line_2()		{ return (*(TSmall_status_waiting_pane_components_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Small_status_waiting_pane_components_Line_2)))(); }
       
  1926 
       
  1927 inline TAknWindowLineLayout Small_status_waiting_pane_components_Line_3()		{ return (*(TSmall_status_waiting_pane_components_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Small_status_waiting_pane_components_Line_3)))(); }
       
  1928 
       
  1929 inline TAknWindowLineLayout Small_status_waiting_pane_components_Line_4()		{ return (*(TSmall_status_waiting_pane_components_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Small_status_waiting_pane_components_Line_4)))(); }
       
  1930 
       
  1931 inline TAknLayoutTableLimits Small_status_waiting_pane_components_Limits()		{ return (*(TSmall_status_waiting_pane_components_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Small_status_waiting_pane_components_Limits)))(); }
       
  1932 
       
  1933 inline TAknWindowLineLayout Small_status_waiting_pane_components(TInt aLineIndex)		{ return (*(TSmall_status_waiting_pane_components_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Small_status_waiting_pane_components)))(aLineIndex); }
       
  1934 
       
  1935 // Layouts for AknPopupForm
       
  1936 inline TAknWindowLineLayout Note_with_additional_information_popup_window_elements_Line_1()		{ return (*(TNote_with_additional_information_popup_window_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_additional_information_popup_window_elements_Line_1)))(); }
       
  1937 
       
  1938 inline TAknWindowLineLayout Note_with_additional_information_popup_window_elements_Line_2(TInt aIndex_W)		{ return (*(TNote_with_additional_information_popup_window_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_additional_information_popup_window_elements_Line_2)))(aIndex_W); }
       
  1939 
       
  1940 inline TAknWindowLineLayout Note_with_additional_information_popup_window_elements_Line_3(TInt aIndex_W)		{ return (*(TNote_with_additional_information_popup_window_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_additional_information_popup_window_elements_Line_3)))(aIndex_W); }
       
  1941 
       
  1942 inline TAknTextLineLayout Note_with_additional_information_popup_window_texts_Line_1(TInt aCommon1, TInt aIndex_B)		{ return (*(TNote_with_additional_information_popup_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_additional_information_popup_window_texts_Line_1)))(aCommon1, aIndex_B); }
       
  1943 
       
  1944 inline TAknMultiLineTextLayout Multiline_Note_with_additional_information_popup_window_texts_Line_1(TInt aCommon1, TInt aNumberOfLinesShown)		{ return (*(TMultiline_Note_with_additional_information_popup_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Note_with_additional_information_popup_window_texts_Line_1)))(aCommon1, aNumberOfLinesShown); }
       
  1945 
       
  1946 inline TAknTextLineLayout Note_with_additional_information_popup_window_texts_Line_2(TInt aIndex_B)		{ return (*(TNote_with_additional_information_popup_window_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_additional_information_popup_window_texts_Line_2)))(aIndex_B); }
       
  1947 
       
  1948 inline TAknMultiLineTextLayout Multiline_Note_with_additional_information_popup_window_texts_Line_2(TInt aNumberOfLinesShown)		{ return (*(TMultiline_Note_with_additional_information_popup_window_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Note_with_additional_information_popup_window_texts_Line_2)))(aNumberOfLinesShown); }
       
  1949 
       
  1950 inline TAknTextLineLayout Note_with_additional_information_popup_window_texts_Line_3(TInt aCommon1, TInt aIndex_B)		{ return (*(TNote_with_additional_information_popup_window_texts_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Note_with_additional_information_popup_window_texts_Line_3)))(aCommon1, aIndex_B); }
       
  1951 
       
  1952 inline TAknMultiLineTextLayout Multiline_Note_with_additional_information_popup_window_texts_Line_3(TInt aCommon1, TInt aNumberOfLinesShown)		{ return (*(TMultiline_Note_with_additional_information_popup_window_texts_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Note_with_additional_information_popup_window_texts_Line_3)))(aCommon1, aNumberOfLinesShown); }
       
  1953 
       
  1954 inline TAknTextLineLayout Heading_pane_texts_Line_2()		{ return (*(THeading_pane_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Heading_pane_texts_Line_2)))(); }
       
  1955 
       
  1956 inline TAknWindowLineLayout Side_volume_key_popup_window_elements_Line_1()		{ return (*(TSide_volume_key_popup_window_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Side_volume_key_popup_window_elements_Line_1)))(); }
       
  1957 
       
  1958 inline TAknWindowLineLayout Side_volume_key_popup_window_elements_Line_2()		{ return (*(TSide_volume_key_popup_window_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Side_volume_key_popup_window_elements_Line_2)))(); }
       
  1959 
       
  1960 inline TAknTextLineLayout Side_volume_key_popup_window_texts_Line_1()		{ return (*(TSide_volume_key_popup_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Side_volume_key_popup_window_texts_Line_1)))(); }
       
  1961 
       
  1962 inline TAknTextLineLayout Side_volume_key_popup_window_texts_Line_2()		{ return (*(TSide_volume_key_popup_window_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Side_volume_key_popup_window_texts_Line_2)))(); }
       
  1963 
       
  1964 inline TAknWindowLineLayout Side_volume_key_popup_window_background_Line_1(const TRect& aParentRect)		{ return (*(TSide_volume_key_popup_window_background_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Side_volume_key_popup_window_background_Line_1)))(aParentRect); }
       
  1965 
       
  1966 inline TAknWindowLineLayout Side_volume_key_popup_window_background_Line_2(const TRect& aParentRect)		{ return (*(TSide_volume_key_popup_window_background_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Side_volume_key_popup_window_background_Line_2)))(aParentRect); }
       
  1967 
       
  1968 inline TAknWindowLineLayout Side_volume_key_popup_window_background_Line_3(const TRect& aParentRect)		{ return (*(TSide_volume_key_popup_window_background_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Side_volume_key_popup_window_background_Line_3)))(aParentRect); }
       
  1969 
       
  1970 inline TAknWindowLineLayout Side_volume_key_popup_window_background_Line_4(const TRect& aParentRect)		{ return (*(TSide_volume_key_popup_window_background_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Side_volume_key_popup_window_background_Line_4)))(aParentRect); }
       
  1971 
       
  1972 // LAF Table : Transparent setting item texts
       
  1973 inline TAknTextLineLayout Transparent_setting_item_texts_Line_1()		{ return (*(TTransparent_setting_item_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Transparent_setting_item_texts_Line_1)))(); }
       
  1974 
       
  1975 inline TAknTextLineLayout Transparent_setting_item_texts_Line_2()		{ return (*(TTransparent_setting_item_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Transparent_setting_item_texts_Line_2)))(); }
       
  1976 
       
  1977 inline TAknTextLineLayout Transparent_setting_item_texts_Line_3(TInt aCommon1)		{ return (*(TTransparent_setting_item_texts_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Transparent_setting_item_texts_Line_3)))(aCommon1); }
       
  1978 
       
  1979 inline TAknTextLineLayout Transparent_setting_item_texts_Line_4(TInt aCommon1)		{ return (*(TTransparent_setting_item_texts_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Transparent_setting_item_texts_Line_4)))(aCommon1); }
       
  1980 
       
  1981 // LAF Table : List pane texts (set trans graphic)
       
  1982 inline TAknTextLineLayout List_pane_texts__set_trans_graphic__Line_1(TInt aIndex_l, TInt aIndex_W)		{ return (*(TList_pane_texts__set_trans_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__set_trans_graphic__Line_1)))(aIndex_l, aIndex_W); }
       
  1983 
       
  1984 inline TAknTextLineLayout List_pane_texts__set_trans_graphic__Line_2(TInt aIndex_l, TInt aIndex_W)		{ return (*(TList_pane_texts__set_trans_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__set_trans_graphic__Line_2)))(aIndex_l, aIndex_W); }
       
  1985 
       
  1986 // LAF Table : List pane elements and descendants (settings edited)
       
  1987 inline TAknWindowLineLayout list_set_trans_pane(TInt aIndex_H)		{ return (*(Tlist_set_trans_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_trans_pane)))(aIndex_H); }
       
  1988 
       
  1989 // LAF Table : AVKON specific list pane
       
  1990 inline TAknWindowLineLayout list_set_trans_graphic_pane(TInt aIndex_t)		{ return (*(Tlist_set_trans_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_trans_graphic_pane)))(aIndex_t); }
       
  1991 
       
  1992 // LAF Table : List pane elements (set trans graphic)
       
  1993 inline TAknWindowLineLayout List_pane_elements__set_trans_graphic__Line_1()		{ return (*(TList_pane_elements__set_trans_graphic__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__set_trans_graphic__Line_1)))(); }
       
  1994 
       
  1995 inline TAknWindowLineLayout List_pane_elements__set_trans_graphic__Line_2()		{ return (*(TList_pane_elements__set_trans_graphic__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__set_trans_graphic__Line_2)))(); }
       
  1996 
       
  1997 inline TAknWindowLineLayout List_pane_elements__set_trans_graphic__Line_3()		{ return (*(TList_pane_elements__set_trans_graphic__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__set_trans_graphic__Line_3)))(); }
       
  1998 
       
  1999 inline TAknWindowLineLayout List_pane_elements__set_trans_graphic__Line_4()		{ return (*(TList_pane_elements__set_trans_graphic__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__set_trans_graphic__Line_4)))(); }
       
  2000 
       
  2001 inline TAknWindowLineLayout List_pane_elements__set_trans_graphic__Line_5()		{ return (*(TList_pane_elements__set_trans_graphic__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_elements__set_trans_graphic__Line_5)))(); }
       
  2002 
       
  2003 // Active idle state layouts
       
  2004 inline TAknTextLineLayout Soft_indicator_texts_Line_1()		{ return (*(TSoft_indicator_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Soft_indicator_texts_Line_1)))(); }
       
  2005 
       
  2006 inline TAknWindowLineLayout ai_links_pane()		{ return (*(Tai_links_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_links_pane)))(); }
       
  2007 
       
  2008 inline TAknWindowLineLayout ai_gene_pane(TInt aIndex_H)		{ return (*(Tai_gene_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane)))(aIndex_H); }
       
  2009 
       
  2010 inline TAknWindowLineLayout Link_pane_elements_and_descendant_panes_Line_1()		{ return (*(TLink_pane_elements_and_descendant_panes_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Link_pane_elements_and_descendant_panes_Line_1)))(); }
       
  2011 
       
  2012 inline TAknWindowLineLayout grid_ai_links_pane()		{ return (*(Tgrid_ai_links_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_ai_links_pane)))(); }
       
  2013 
       
  2014 inline TAknLayoutTableLimits Link_pane_elements_and_descendant_panes_Limits()		{ return (*(TLink_pane_elements_and_descendant_panes_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Link_pane_elements_and_descendant_panes_Limits)))(); }
       
  2015 
       
  2016 inline TAknWindowLineLayout Link_pane_elements_and_descendant_panes(TInt aLineIndex)		{ return (*(TLink_pane_elements_and_descendant_panes_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Link_pane_elements_and_descendant_panes)))(aLineIndex); }
       
  2017 
       
  2018 inline TAknWindowLineLayout cell_ai_link_pane(TInt aIndex_l)		{ return (*(Tcell_ai_link_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_link_pane)))(aIndex_l); }
       
  2019 
       
  2020 inline TAknWindowLineLayout Link_shortcut_cell_pane_elements_Line_1()		{ return (*(TLink_shortcut_cell_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Link_shortcut_cell_pane_elements_Line_1)))(); }
       
  2021 
       
  2022 inline TAknWindowLineLayout Link_shortcut_cell_pane_elements_Line_2()		{ return (*(TLink_shortcut_cell_pane_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Link_shortcut_cell_pane_elements_Line_2)))(); }
       
  2023 
       
  2024 inline TAknWindowLineLayout Link_shortcut_cell_pane_elements_Line_3()		{ return (*(TLink_shortcut_cell_pane_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Link_shortcut_cell_pane_elements_Line_3)))(); }
       
  2025 
       
  2026 inline TAknWindowLineLayout Link_shortcut_cell_pane_elements_Line_4()		{ return (*(TLink_shortcut_cell_pane_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Link_shortcut_cell_pane_elements_Line_4)))(); }
       
  2027 
       
  2028 inline TAknLayoutTableLimits Link_shortcut_cell_pane_elements_Limits()		{ return (*(TLink_shortcut_cell_pane_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Link_shortcut_cell_pane_elements_Limits)))(); }
       
  2029 
       
  2030 inline TAknWindowLineLayout Link_shortcut_cell_pane_elements(TInt aLineIndex)		{ return (*(TLink_shortcut_cell_pane_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Link_shortcut_cell_pane_elements)))(aLineIndex); }
       
  2031 
       
  2032 inline TAknWindowLineLayout popup_ai_links_title_window()		{ return (*(Tpopup_ai_links_title_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai_links_title_window)))(); }
       
  2033 
       
  2034 inline TAknTextLineLayout Link_shortcut_title_texts_Line_1()		{ return (*(TLink_shortcut_title_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Link_shortcut_title_texts_Line_1)))(); }
       
  2035 
       
  2036 inline TAknWindowLineLayout Link_shortcut_title_pop_up_window_graphics_Line_1(const TRect& aParentRect)		{ return (*(TLink_shortcut_title_pop_up_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Link_shortcut_title_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  2037 
       
  2038 inline TAknWindowLineLayout Link_shortcut_title_pop_up_window_graphics_Line_2(const TRect& aParentRect)		{ return (*(TLink_shortcut_title_pop_up_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Link_shortcut_title_pop_up_window_graphics_Line_2)))(aParentRect); }
       
  2039 
       
  2040 inline TAknWindowLineLayout Link_shortcut_title_pop_up_window_graphics_Line_3(const TRect& aParentRect)		{ return (*(TLink_shortcut_title_pop_up_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Link_shortcut_title_pop_up_window_graphics_Line_3)))(aParentRect); }
       
  2041 
       
  2042 inline TAknWindowLineLayout Link_shortcut_title_pop_up_window_graphics_Line_4(const TRect& aParentRect)		{ return (*(TLink_shortcut_title_pop_up_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Link_shortcut_title_pop_up_window_graphics_Line_4)))(aParentRect); }
       
  2043 
       
  2044 inline TAknLayoutTableLimits Link_shortcut_title_pop_up_window_graphics_Limits()		{ return (*(TLink_shortcut_title_pop_up_window_graphics_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Link_shortcut_title_pop_up_window_graphics_Limits)))(); }
       
  2045 
       
  2046 inline TAknWindowLineLayout Link_shortcut_title_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect)		{ return (*(TLink_shortcut_title_pop_up_window_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Link_shortcut_title_pop_up_window_graphics)))(aLineIndex, aParentRect); }
       
  2047 
       
  2048 inline TAknWindowLineLayout ai_gene_pane_1()		{ return (*(Tai_gene_pane_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1)))(); }
       
  2049 
       
  2050 inline TAknWindowLineLayout ai_gene_pane_2(TInt aIndex_t)		{ return (*(Tai_gene_pane_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_2)))(aIndex_t); }
       
  2051 
       
  2052 inline TAknWindowLineLayout First_general_event_elements_Line_1()		{ return (*(TFirst_general_event_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_First_general_event_elements_Line_1)))(); }
       
  2053 
       
  2054 inline TAknWindowLineLayout First_general_event_elements_Line_2()		{ return (*(TFirst_general_event_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_First_general_event_elements_Line_2)))(); }
       
  2055 
       
  2056 inline TAknTextLineLayout First_general_event_texts_Line_1(TInt aCommon1)		{ return (*(TFirst_general_event_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_First_general_event_texts_Line_1)))(aCommon1); }
       
  2057 
       
  2058 inline TAknTextLineLayout Second_general_event_pane_texts_Line_1(TInt aCommon1)		{ return (*(TSecond_general_event_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Second_general_event_pane_texts_Line_1)))(aCommon1); }
       
  2059 
       
  2060 inline TAknWindowLineLayout Shortcut_link_highlight_Line_1(const TRect& aParentRect)		{ return (*(TShortcut_link_highlight_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Shortcut_link_highlight_Line_1)))(aParentRect); }
       
  2061 
       
  2062 inline TAknWindowLineLayout Highlight_for_other_Active_Idle_items_Line_1(const TRect& aParentRect)		{ return (*(THighlight_for_other_Active_Idle_items_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_for_other_Active_Idle_items_Line_1)))(aParentRect); }
       
  2063 
       
  2064 inline TAknTextLineLayout Find_pop_up_window_texts_Line_2()		{ return (*(TFind_pop_up_window_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_texts_Line_2)))(); }
       
  2065 
       
  2066 inline TAknLayoutTableLimits Find_pop_up_window_texts_Limits()		{ return (*(TFind_pop_up_window_texts_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_texts_Limits)))(); }
       
  2067 
       
  2068 inline TAknTextLineLayout Find_pop_up_window_texts(TInt aLineIndex)		{ return (*(TFind_pop_up_window_texts_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_texts)))(aLineIndex); }
       
  2069 
       
  2070 inline TAknTextLineLayout Find_pane_texts_Line_2()		{ return (*(TFind_pane_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pane_texts_Line_2)))(); }
       
  2071 
       
  2072 inline TAknLayoutTableLimits Find_pane_texts_Limits()		{ return (*(TFind_pane_texts_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pane_texts_Limits)))(); }
       
  2073 
       
  2074 inline TAknTextLineLayout Find_pane_texts(TInt aLineIndex)		{ return (*(TFind_pane_texts_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pane_texts)))(aLineIndex); }
       
  2075 
       
  2076 inline TAknWindowLineLayout ai_gene_pane_3()		{ return (*(Tai_gene_pane_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_3)))(); }
       
  2077 
       
  2078 inline TAknWindowLineLayout Third_general_event_elements_Line_1()		{ return (*(TThird_general_event_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Third_general_event_elements_Line_1)))(); }
       
  2079 
       
  2080 inline TAknWindowLineLayout Third_general_event_elements_Line_2()		{ return (*(TThird_general_event_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Third_general_event_elements_Line_2)))(); }
       
  2081 
       
  2082 inline TAknLayoutTableLimits Third_general_event_elements_Limits()		{ return (*(TThird_general_event_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Third_general_event_elements_Limits)))(); }
       
  2083 
       
  2084 inline TAknWindowLineLayout Third_general_event_elements(TInt aLineIndex)		{ return (*(TThird_general_event_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Third_general_event_elements)))(aLineIndex); }
       
  2085 
       
  2086 inline TAknWindowLineLayout popup_ai_message_window()		{ return (*(Tpopup_ai_message_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai_message_window)))(); }
       
  2087 
       
  2088 inline TAknWindowLineLayout Active_idle_message_pop_up_window_descendants_Line_1()		{ return (*(TActive_idle_message_pop_up_window_descendants_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_message_pop_up_window_descendants_Line_1)))(); }
       
  2089 
       
  2090 inline TAknWindowLineLayout Active_idle_message_pop_up_window_descendants_Line_2()		{ return (*(TActive_idle_message_pop_up_window_descendants_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_message_pop_up_window_descendants_Line_2)))(); }
       
  2091 
       
  2092 inline TAknWindowLineLayout Active_idle_message_pop_up_window_descendants_Line_3()		{ return (*(TActive_idle_message_pop_up_window_descendants_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_message_pop_up_window_descendants_Line_3)))(); }
       
  2093 
       
  2094 inline TAknLayoutTableLimits Active_idle_message_pop_up_window_descendants_Limits()		{ return (*(TActive_idle_message_pop_up_window_descendants_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_message_pop_up_window_descendants_Limits)))(); }
       
  2095 
       
  2096 inline TAknWindowLineLayout Active_idle_message_pop_up_window_descendants(TInt aLineIndex)		{ return (*(TActive_idle_message_pop_up_window_descendants_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_message_pop_up_window_descendants)))(aLineIndex); }
       
  2097 
       
  2098 inline TAknTextLineLayout Active_idle_message_popup_window_texts_Line_1(TInt aCommon1, TInt aIndex_B)		{ return (*(TActive_idle_message_popup_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_message_popup_window_texts_Line_1)))(aCommon1, aIndex_B); }
       
  2099 
       
  2100 inline TAknMultiLineTextLayout Multiline_Active_idle_message_popup_window_texts_Line_1(TInt aCommon1, TInt aNumberOfLinesShown)		{ return (*(TMultiline_Active_idle_message_popup_window_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Active_idle_message_popup_window_texts_Line_1)))(aCommon1, aNumberOfLinesShown); }
       
  2101 
       
  2102 inline TAknWindowLineLayout Active_idle_heading_pane_elements_Line_1()		{ return (*(TActive_idle_heading_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_heading_pane_elements_Line_1)))(); }
       
  2103 
       
  2104 inline TAknWindowLineLayout Active_idle_heading_pane_elements_Line_2()		{ return (*(TActive_idle_heading_pane_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_heading_pane_elements_Line_2)))(); }
       
  2105 
       
  2106 inline TAknWindowLineLayout Active_idle_heading_pane_elements_Line_3()		{ return (*(TActive_idle_heading_pane_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_heading_pane_elements_Line_3)))(); }
       
  2107 
       
  2108 inline TAknWindowLineLayout Active_idle_heading_pane_elements_Line_4()		{ return (*(TActive_idle_heading_pane_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_heading_pane_elements_Line_4)))(); }
       
  2109 
       
  2110 inline TAknLayoutTableLimits Active_idle_heading_pane_elements_Limits()		{ return (*(TActive_idle_heading_pane_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_heading_pane_elements_Limits)))(); }
       
  2111 
       
  2112 inline TAknWindowLineLayout Active_idle_heading_pane_elements(TInt aLineIndex)		{ return (*(TActive_idle_heading_pane_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_heading_pane_elements)))(aLineIndex); }
       
  2113 
       
  2114 inline TAknTextLineLayout Active_idle_heading_pane_texts_Line_1(TInt aCommon1)		{ return (*(TActive_idle_heading_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_heading_pane_texts_Line_1)))(aCommon1); }
       
  2115 
       
  2116 inline TAknTextLineLayout Active_idle_heading_pane_texts_Line_2()		{ return (*(TActive_idle_heading_pane_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_heading_pane_texts_Line_2)))(); }
       
  2117 
       
  2118 inline TAknWindowLineLayout Active_idle_message_pop_up_window_graphics_Line_1(const TRect& aParentRect)		{ return (*(TActive_idle_message_pop_up_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_message_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  2119 
       
  2120 inline TAknWindowLineLayout Active_idle_message_pop_up_window_graphics_Line_2(const TRect& aParentRect)		{ return (*(TActive_idle_message_pop_up_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_message_pop_up_window_graphics_Line_2)))(aParentRect); }
       
  2121 
       
  2122 inline TAknWindowLineLayout Active_idle_message_pop_up_window_graphics_Line_3(const TRect& aParentRect)		{ return (*(TActive_idle_message_pop_up_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_message_pop_up_window_graphics_Line_3)))(aParentRect); }
       
  2123 
       
  2124 inline TAknWindowLineLayout Active_idle_message_pop_up_window_graphics_Line_4(const TRect& aParentRect)		{ return (*(TActive_idle_message_pop_up_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_message_pop_up_window_graphics_Line_4)))(aParentRect); }
       
  2125 
       
  2126 inline TAknWindowLineLayout Active_idle_message_pop_up_window_graphics_Line_5(const TRect& aParentRect)		{ return (*(TActive_idle_message_pop_up_window_graphics_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_message_pop_up_window_graphics_Line_5)))(aParentRect); }
       
  2127 
       
  2128 inline TAknLayoutTableLimits Active_idle_message_pop_up_window_graphics_Limits()		{ return (*(TActive_idle_message_pop_up_window_graphics_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_message_pop_up_window_graphics_Limits)))(); }
       
  2129 
       
  2130 inline TAknWindowLineLayout Active_idle_message_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect)		{ return (*(TActive_idle_message_pop_up_window_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Active_idle_message_pop_up_window_graphics)))(aLineIndex, aParentRect); }
       
  2131 
       
  2132 
       
  2133 
       
  2134 class CInstance : public CCdlInstance
       
  2135 	{
       
  2136 public:
       
  2137 	enum { ETypeId = KCdlInterfaceUidValue };
       
  2138 
       
  2139 	inline static const CInstance& CustomisationInstance()                                                    { return (const CInstance&)(CdlEngine::CustomisationInstance(KCdlInterfaceUid)); }
       
  2140 	inline static CInstance* NewL(const TCdlRef& aRef, const CCdlInstance* aSubLayer = NULL)                  { return (CInstance*) CCdlInstance::NewL(aRef, &KCdlInterface, aSubLayer); }
       
  2141 	inline static CInstance* NewLC(const TCdlRef& aRef, const CCdlInstance* aSubLayer = NULL)                 { return (CInstance*) CCdlInstance::NewLC(aRef, &KCdlInterface, aSubLayer); }
       
  2142 	inline static CInstance* NewL(const TDesC& aLibName, TInt aImplId, const CCdlInstance* aSubLayer = NULL)  { TCdlRef ref = { aImplId, { KCdlInterfaceUidValue }, &aLibName }; return NewL(ref, aSubLayer); }
       
  2143 	inline static CInstance* NewLC(const TDesC& aLibName, TInt aImplId, const CCdlInstance* aSubLayer = NULL) { TCdlRef ref = { aImplId, { KCdlInterfaceUidValue }, &aLibName }; return NewLC(ref, aSubLayer); }
       
  2144 
       
  2145 	inline const CInstance* SubLayer()                                                                        { return static_cast<const CInstance*>(CCdlInstance::SubLayer()); }
       
  2146 
       
  2147 // CDL API functions, as defined in aknlayout.cdl
       
  2148 
       
  2149 	// LAF Table : Screen dimensions
       
  2150 	inline TAknWindowLineLayout screen() const		{ return (*(Tscreen_sig*)(GetFunction(EApiId_screen)))(); }
       
  2151 
       
  2152 	// LAF Table : Application window dimensions
       
  2153 	inline TAknWindowLineLayout application_window(const TRect& aParentRect) const		{ return (*(Tapplication_window_sig*)(GetFunction(EApiId_application_window)))(aParentRect); }
       
  2154 
       
  2155 	// LAF Table : Application window descendants
       
  2156 	inline TAknWindowLineLayout status_pane(const TRect& aParentRect, TInt aIndex_H) const		{ return (*(Tstatus_pane_sig*)(GetFunction(EApiId_status_pane)))(aParentRect, aIndex_H); }
       
  2157 
       
  2158 	inline TAknWindowLineLayout main_pane(const TRect& aParentRect, TInt aCommon1, TInt aIndex_t, TInt aIndex_b) const		{ return (*(Tmain_pane_sig*)(GetFunction(EApiId_main_pane)))(aParentRect, aCommon1, aIndex_t, aIndex_b); }
       
  2159 
       
  2160 	inline TAknWindowLineLayout control_pane(const TRect& aParentRect) const		{ return (*(Tcontrol_pane_sig*)(GetFunction(EApiId_control_pane)))(aParentRect); }
       
  2161 
       
  2162 	// LAF Table : Status pane descendants
       
  2163 	inline TAknWindowLineLayout signal_pane(const TRect& aParentRect) const		{ return (*(Tsignal_pane_sig*)(GetFunction(EApiId_signal_pane)))(aParentRect); }
       
  2164 
       
  2165 	inline TAknWindowLineLayout context_pane(const TRect& aParentRect, TInt aIndex_W) const		{ return (*(Tcontext_pane_sig*)(GetFunction(EApiId_context_pane)))(aParentRect, aIndex_W); }
       
  2166 
       
  2167 	inline TAknWindowLineLayout title_pane(TInt aCommon1) const		{ return (*(Ttitle_pane_sig*)(GetFunction(EApiId_title_pane)))(aCommon1); }
       
  2168 
       
  2169 	inline TAknWindowLineLayout battery_pane(const TRect& aParentRect) const		{ return (*(Tbattery_pane_sig*)(GetFunction(EApiId_battery_pane)))(aParentRect); }
       
  2170 
       
  2171 	inline TAknWindowLineLayout uni_indicator_pane(const TRect& aParentRect) const		{ return (*(Tuni_indicator_pane_sig*)(GetFunction(EApiId_uni_indicator_pane)))(aParentRect); }
       
  2172 
       
  2173 	inline TAknWindowLineLayout navi_pane(TInt aCommon1) const		{ return (*(Tnavi_pane_sig*)(GetFunction(EApiId_navi_pane)))(aCommon1); }
       
  2174 
       
  2175 	// LAF Table : Status pane elements
       
  2176 	inline TAknWindowLineLayout Status_pane_elements_Line_1() const		{ return (*(TStatus_pane_elements_Line_1_sig*)(GetFunction(EApiId_Status_pane_elements_Line_1)))(); }
       
  2177 
       
  2178 	inline TAknWindowLineLayout Status_pane_elements_Line_2() const		{ return (*(TStatus_pane_elements_Line_2_sig*)(GetFunction(EApiId_Status_pane_elements_Line_2)))(); }
       
  2179 
       
  2180 	inline TAknLayoutTableLimits Status_pane_elements_Limits() const		{ return (*(TStatus_pane_elements_Limits_sig*)(GetFunction(EApiId_Status_pane_elements_Limits)))(); }
       
  2181 
       
  2182 	inline TAknWindowLineLayout Status_pane_elements(TInt aLineIndex) const		{ return (*(TStatus_pane_elements_sig*)(GetFunction(EApiId_Status_pane_elements)))(aLineIndex); }
       
  2183 
       
  2184 	// LAF Table : Signal pane elements
       
  2185 	inline TAknWindowLineLayout Signal_pane_elements_Line_1() const		{ return (*(TSignal_pane_elements_Line_1_sig*)(GetFunction(EApiId_Signal_pane_elements_Line_1)))(); }
       
  2186 
       
  2187 	inline TAknWindowLineLayout Signal_pane_elements_Line_2() const		{ return (*(TSignal_pane_elements_Line_2_sig*)(GetFunction(EApiId_Signal_pane_elements_Line_2)))(); }
       
  2188 
       
  2189 	inline TAknLayoutTableLimits Signal_pane_elements_Limits() const		{ return (*(TSignal_pane_elements_Limits_sig*)(GetFunction(EApiId_Signal_pane_elements_Limits)))(); }
       
  2190 
       
  2191 	inline TAknWindowLineLayout Signal_pane_elements(TInt aLineIndex) const		{ return (*(TSignal_pane_elements_sig*)(GetFunction(EApiId_Signal_pane_elements)))(aLineIndex); }
       
  2192 
       
  2193 	// LAF Table : Signal strength area values
       
  2194 	inline TAknWindowLineLayout Signal_strength_area_values_Line_1() const		{ return (*(TSignal_strength_area_values_Line_1_sig*)(GetFunction(EApiId_Signal_strength_area_values_Line_1)))(); }
       
  2195 
       
  2196 	inline TAknWindowLineLayout Signal_strength_area_values_Line_2() const		{ return (*(TSignal_strength_area_values_Line_2_sig*)(GetFunction(EApiId_Signal_strength_area_values_Line_2)))(); }
       
  2197 
       
  2198 	inline TAknWindowLineLayout Signal_strength_area_values_Line_3() const		{ return (*(TSignal_strength_area_values_Line_3_sig*)(GetFunction(EApiId_Signal_strength_area_values_Line_3)))(); }
       
  2199 
       
  2200 	inline TAknWindowLineLayout Signal_strength_area_values_Line_4() const		{ return (*(TSignal_strength_area_values_Line_4_sig*)(GetFunction(EApiId_Signal_strength_area_values_Line_4)))(); }
       
  2201 
       
  2202 	inline TAknWindowLineLayout Signal_strength_area_values_Line_5() const		{ return (*(TSignal_strength_area_values_Line_5_sig*)(GetFunction(EApiId_Signal_strength_area_values_Line_5)))(); }
       
  2203 
       
  2204 	inline TAknWindowLineLayout Signal_strength_area_values_Line_6() const		{ return (*(TSignal_strength_area_values_Line_6_sig*)(GetFunction(EApiId_Signal_strength_area_values_Line_6)))(); }
       
  2205 
       
  2206 	inline TAknWindowLineLayout Signal_strength_area_values_Line_7() const		{ return (*(TSignal_strength_area_values_Line_7_sig*)(GetFunction(EApiId_Signal_strength_area_values_Line_7)))(); }
       
  2207 
       
  2208 	inline TAknWindowLineLayout Signal_strength_area_values_Line_8() const		{ return (*(TSignal_strength_area_values_Line_8_sig*)(GetFunction(EApiId_Signal_strength_area_values_Line_8)))(); }
       
  2209 
       
  2210 	inline TAknLayoutTableLimits Signal_strength_area_values_Limits() const		{ return (*(TSignal_strength_area_values_Limits_sig*)(GetFunction(EApiId_Signal_strength_area_values_Limits)))(); }
       
  2211 
       
  2212 	inline TAknWindowLineLayout Signal_strength_area_values(TInt aLineIndex) const		{ return (*(TSignal_strength_area_values_sig*)(GetFunction(EApiId_Signal_strength_area_values)))(aLineIndex); }
       
  2213 
       
  2214 	// LAF Table : Battery pane elements
       
  2215 	inline TAknWindowLineLayout Battery_pane_elements_Line_1() const		{ return (*(TBattery_pane_elements_Line_1_sig*)(GetFunction(EApiId_Battery_pane_elements_Line_1)))(); }
       
  2216 
       
  2217 	inline TAknWindowLineLayout Battery_pane_elements_Line_2() const		{ return (*(TBattery_pane_elements_Line_2_sig*)(GetFunction(EApiId_Battery_pane_elements_Line_2)))(); }
       
  2218 
       
  2219 	inline TAknLayoutTableLimits Battery_pane_elements_Limits() const		{ return (*(TBattery_pane_elements_Limits_sig*)(GetFunction(EApiId_Battery_pane_elements_Limits)))(); }
       
  2220 
       
  2221 	inline TAknWindowLineLayout Battery_pane_elements(TInt aLineIndex) const		{ return (*(TBattery_pane_elements_sig*)(GetFunction(EApiId_Battery_pane_elements)))(aLineIndex); }
       
  2222 
       
  2223 	// LAF Table : Battery strength area values
       
  2224 	inline TAknWindowLineLayout Battery_strength_area_values_Line_1() const		{ return (*(TBattery_strength_area_values_Line_1_sig*)(GetFunction(EApiId_Battery_strength_area_values_Line_1)))(); }
       
  2225 
       
  2226 	inline TAknWindowLineLayout Battery_strength_area_values_Line_2() const		{ return (*(TBattery_strength_area_values_Line_2_sig*)(GetFunction(EApiId_Battery_strength_area_values_Line_2)))(); }
       
  2227 
       
  2228 	inline TAknWindowLineLayout Battery_strength_area_values_Line_3() const		{ return (*(TBattery_strength_area_values_Line_3_sig*)(GetFunction(EApiId_Battery_strength_area_values_Line_3)))(); }
       
  2229 
       
  2230 	inline TAknWindowLineLayout Battery_strength_area_values_Line_4() const		{ return (*(TBattery_strength_area_values_Line_4_sig*)(GetFunction(EApiId_Battery_strength_area_values_Line_4)))(); }
       
  2231 
       
  2232 	inline TAknWindowLineLayout Battery_strength_area_values_Line_5() const		{ return (*(TBattery_strength_area_values_Line_5_sig*)(GetFunction(EApiId_Battery_strength_area_values_Line_5)))(); }
       
  2233 
       
  2234 	inline TAknWindowLineLayout Battery_strength_area_values_Line_6() const		{ return (*(TBattery_strength_area_values_Line_6_sig*)(GetFunction(EApiId_Battery_strength_area_values_Line_6)))(); }
       
  2235 
       
  2236 	inline TAknWindowLineLayout Battery_strength_area_values_Line_7() const		{ return (*(TBattery_strength_area_values_Line_7_sig*)(GetFunction(EApiId_Battery_strength_area_values_Line_7)))(); }
       
  2237 
       
  2238 	inline TAknWindowLineLayout Battery_strength_area_values_Line_8() const		{ return (*(TBattery_strength_area_values_Line_8_sig*)(GetFunction(EApiId_Battery_strength_area_values_Line_8)))(); }
       
  2239 
       
  2240 	inline TAknLayoutTableLimits Battery_strength_area_values_Limits() const		{ return (*(TBattery_strength_area_values_Limits_sig*)(GetFunction(EApiId_Battery_strength_area_values_Limits)))(); }
       
  2241 
       
  2242 	inline TAknWindowLineLayout Battery_strength_area_values(TInt aLineIndex) const		{ return (*(TBattery_strength_area_values_sig*)(GetFunction(EApiId_Battery_strength_area_values)))(aLineIndex); }
       
  2243 
       
  2244 	// LAF Table : Context pane elements
       
  2245 	inline TAknWindowLineLayout Context_pane_elements_Line_1() const		{ return (*(TContext_pane_elements_Line_1_sig*)(GetFunction(EApiId_Context_pane_elements_Line_1)))(); }
       
  2246 
       
  2247 	// LAF Table : Title pane texts
       
  2248 	inline TAknTextLineLayout Title_pane_texts_Line_1(TInt aIndex_l, TInt aIndex_W) const		{ return (*(TTitle_pane_texts_Line_1_sig*)(GetFunction(EApiId_Title_pane_texts_Line_1)))(aIndex_l, aIndex_W); }
       
  2249 
       
  2250 	inline TAknTextLineLayout Title_pane_texts_Line_2(TInt aIndex_B, TInt aIndex_W) const		{ return (*(TTitle_pane_texts_Line_2_sig*)(GetFunction(EApiId_Title_pane_texts_Line_2)))(aIndex_B, aIndex_W); }
       
  2251 
       
  2252 	inline TAknMultiLineTextLayout Multiline_Title_pane_texts_Line_2(TInt aIndex_W, TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Title_pane_texts_Line_2_sig*)(GetFunction(EApiId_Multiline_Title_pane_texts_Line_2)))(aIndex_W, aNumberOfLinesShown); }
       
  2253 
       
  2254 	// LAF Table : Title pane elements
       
  2255 	inline TAknWindowLineLayout Title_pane_elements_Line_1() const		{ return (*(TTitle_pane_elements_Line_1_sig*)(GetFunction(EApiId_Title_pane_elements_Line_1)))(); }
       
  2256 
       
  2257 	// LAF Table : Universal indicator pane elements
       
  2258 	inline TAknWindowLineLayout Universal_indicator_pane_elements_Line_1(TInt aIndex_t) const		{ return (*(TUniversal_indicator_pane_elements_Line_1_sig*)(GetFunction(EApiId_Universal_indicator_pane_elements_Line_1)))(aIndex_t); }
       
  2259 
       
  2260 	// LAF Table : Navi pane arrow elements
       
  2261 	inline TAknWindowLineLayout Navi_pane_arrow_elements_Line_1() const		{ return (*(TNavi_pane_arrow_elements_Line_1_sig*)(GetFunction(EApiId_Navi_pane_arrow_elements_Line_1)))(); }
       
  2262 
       
  2263 	inline TAknWindowLineLayout Navi_pane_arrow_elements_Line_2(TInt aIndex_l, TInt aIndex_r) const		{ return (*(TNavi_pane_arrow_elements_Line_2_sig*)(GetFunction(EApiId_Navi_pane_arrow_elements_Line_2)))(aIndex_l, aIndex_r); }
       
  2264 
       
  2265 	// LAF Table : Navi pane tab elements
       
  2266 	inline TAknWindowLineLayout Navi_pane_tab_elements_Line_1() const		{ return (*(TNavi_pane_tab_elements_Line_1_sig*)(GetFunction(EApiId_Navi_pane_tab_elements_Line_1)))(); }
       
  2267 
       
  2268 	inline TAknWindowLineLayout Navi_pane_tab_elements_Line_2() const		{ return (*(TNavi_pane_tab_elements_Line_2_sig*)(GetFunction(EApiId_Navi_pane_tab_elements_Line_2)))(); }
       
  2269 
       
  2270 	inline TAknWindowLineLayout Navi_pane_tab_elements_Line_3() const		{ return (*(TNavi_pane_tab_elements_Line_3_sig*)(GetFunction(EApiId_Navi_pane_tab_elements_Line_3)))(); }
       
  2271 
       
  2272 	inline TAknWindowLineLayout Navi_pane_tab_elements_Line_4() const		{ return (*(TNavi_pane_tab_elements_Line_4_sig*)(GetFunction(EApiId_Navi_pane_tab_elements_Line_4)))(); }
       
  2273 
       
  2274 	inline TAknWindowLineLayout Navi_pane_tab_elements_Line_5() const		{ return (*(TNavi_pane_tab_elements_Line_5_sig*)(GetFunction(EApiId_Navi_pane_tab_elements_Line_5)))(); }
       
  2275 
       
  2276 	inline TAknWindowLineLayout Navi_pane_tab_elements_Line_6() const		{ return (*(TNavi_pane_tab_elements_Line_6_sig*)(GetFunction(EApiId_Navi_pane_tab_elements_Line_6)))(); }
       
  2277 
       
  2278 	inline TAknWindowLineLayout Navi_pane_tab_elements_Line_7() const		{ return (*(TNavi_pane_tab_elements_Line_7_sig*)(GetFunction(EApiId_Navi_pane_tab_elements_Line_7)))(); }
       
  2279 
       
  2280 	inline TAknWindowLineLayout Navi_pane_tab_elements_Line_8() const		{ return (*(TNavi_pane_tab_elements_Line_8_sig*)(GetFunction(EApiId_Navi_pane_tab_elements_Line_8)))(); }
       
  2281 
       
  2282 	inline TAknWindowLineLayout Navi_pane_tab_elements_Line_9() const		{ return (*(TNavi_pane_tab_elements_Line_9_sig*)(GetFunction(EApiId_Navi_pane_tab_elements_Line_9)))(); }
       
  2283 
       
  2284 	inline TAknWindowLineLayout Navi_pane_tab_elements_Line_10() const		{ return (*(TNavi_pane_tab_elements_Line_10_sig*)(GetFunction(EApiId_Navi_pane_tab_elements_Line_10)))(); }
       
  2285 
       
  2286 	inline TAknWindowLineLayout Navi_pane_tab_elements_Line_11() const		{ return (*(TNavi_pane_tab_elements_Line_11_sig*)(GetFunction(EApiId_Navi_pane_tab_elements_Line_11)))(); }
       
  2287 
       
  2288 	inline TAknWindowLineLayout Navi_pane_tab_elements_Line_12() const		{ return (*(TNavi_pane_tab_elements_Line_12_sig*)(GetFunction(EApiId_Navi_pane_tab_elements_Line_12)))(); }
       
  2289 
       
  2290 	inline TAknWindowLineLayout Navi_pane_tab_elements_Line_13() const		{ return (*(TNavi_pane_tab_elements_Line_13_sig*)(GetFunction(EApiId_Navi_pane_tab_elements_Line_13)))(); }
       
  2291 
       
  2292 	inline TAknWindowLineLayout Navi_pane_tab_elements_Line_14() const		{ return (*(TNavi_pane_tab_elements_Line_14_sig*)(GetFunction(EApiId_Navi_pane_tab_elements_Line_14)))(); }
       
  2293 
       
  2294 	inline TAknLayoutTableLimits Navi_pane_tab_elements_Limits() const		{ return (*(TNavi_pane_tab_elements_Limits_sig*)(GetFunction(EApiId_Navi_pane_tab_elements_Limits)))(); }
       
  2295 
       
  2296 	inline TAknWindowLineLayout Navi_pane_tab_elements(TInt aLineIndex) const		{ return (*(TNavi_pane_tab_elements_sig*)(GetFunction(EApiId_Navi_pane_tab_elements)))(aLineIndex); }
       
  2297 
       
  2298 	// LAF Table : Elements on the tabs
       
  2299 	inline TAknWindowLineLayout Elements_on_the_tabs_Line_1(TInt aIndex_l) const		{ return (*(TElements_on_the_tabs_Line_1_sig*)(GetFunction(EApiId_Elements_on_the_tabs_Line_1)))(aIndex_l); }
       
  2300 
       
  2301 	inline TAknWindowLineLayout Elements_on_the_tabs_Line_2(TInt aIndex_l) const		{ return (*(TElements_on_the_tabs_Line_2_sig*)(GetFunction(EApiId_Elements_on_the_tabs_Line_2)))(aIndex_l); }
       
  2302 
       
  2303 	inline TAknWindowLineLayout Elements_on_the_tabs_Line_3(TInt aIndex_l) const		{ return (*(TElements_on_the_tabs_Line_3_sig*)(GetFunction(EApiId_Elements_on_the_tabs_Line_3)))(aIndex_l); }
       
  2304 
       
  2305 	inline TAknLayoutTableLimits Elements_on_the_tabs_Limits() const		{ return (*(TElements_on_the_tabs_Limits_sig*)(GetFunction(EApiId_Elements_on_the_tabs_Limits)))(); }
       
  2306 
       
  2307 	inline TAknWindowLineLayout Elements_on_the_tabs(TInt aLineIndex, TInt aIndex_l) const		{ return (*(TElements_on_the_tabs_sig*)(GetFunction(EApiId_Elements_on_the_tabs)))(aLineIndex, aIndex_l); }
       
  2308 
       
  2309 	// LAF Table : Texts on the tabs
       
  2310 	inline TAknTextLineLayout Texts_on_the_tabs_Line_1(TInt aCommon1) const		{ return (*(TTexts_on_the_tabs_Line_1_sig*)(GetFunction(EApiId_Texts_on_the_tabs_Line_1)))(aCommon1); }
       
  2311 
       
  2312 	inline TAknTextLineLayout Texts_on_the_tabs_Line_2(TInt aCommon1) const		{ return (*(TTexts_on_the_tabs_Line_2_sig*)(GetFunction(EApiId_Texts_on_the_tabs_Line_2)))(aCommon1); }
       
  2313 
       
  2314 	inline TAknTextLineLayout Texts_on_the_tabs_Line_3(TInt aCommon1) const		{ return (*(TTexts_on_the_tabs_Line_3_sig*)(GetFunction(EApiId_Texts_on_the_tabs_Line_3)))(aCommon1); }
       
  2315 
       
  2316 	inline TAknTextLineLayout Texts_on_the_tabs_Line_4(TInt aCommon1) const		{ return (*(TTexts_on_the_tabs_Line_4_sig*)(GetFunction(EApiId_Texts_on_the_tabs_Line_4)))(aCommon1); }
       
  2317 
       
  2318 	inline TAknTextLineLayout Texts_on_the_tabs_Line_5(TInt aCommon1) const		{ return (*(TTexts_on_the_tabs_Line_5_sig*)(GetFunction(EApiId_Texts_on_the_tabs_Line_5)))(aCommon1); }
       
  2319 
       
  2320 	inline TAknLayoutTableLimits Texts_on_the_tabs_Limits() const		{ return (*(TTexts_on_the_tabs_Limits_sig*)(GetFunction(EApiId_Texts_on_the_tabs_Limits)))(); }
       
  2321 
       
  2322 	inline TAknTextLineLayout Texts_on_the_tabs(TInt aLineIndex, TInt aCommon1) const		{ return (*(TTexts_on_the_tabs_sig*)(GetFunction(EApiId_Texts_on_the_tabs)))(aLineIndex, aCommon1); }
       
  2323 
       
  2324 	// LAF Table : Navi pane icons
       
  2325 	inline TAknWindowLineLayout Navi_pane_icons_Line_1() const		{ return (*(TNavi_pane_icons_Line_1_sig*)(GetFunction(EApiId_Navi_pane_icons_Line_1)))(); }
       
  2326 
       
  2327 	inline TAknWindowLineLayout Navi_pane_icons_Line_2(TInt aCommon1) const		{ return (*(TNavi_pane_icons_Line_2_sig*)(GetFunction(EApiId_Navi_pane_icons_Line_2)))(aCommon1); }
       
  2328 
       
  2329 	// LAF Table : Navi pane texts
       
  2330 	inline TAknTextLineLayout Navi_pane_texts_Line_1(TInt aCommon1) const		{ return (*(TNavi_pane_texts_Line_1_sig*)(GetFunction(EApiId_Navi_pane_texts_Line_1)))(aCommon1); }
       
  2331 
       
  2332 	inline TAknTextLineLayout Navi_pane_texts_Line_2(TInt aIndex_J) const		{ return (*(TNavi_pane_texts_Line_2_sig*)(GetFunction(EApiId_Navi_pane_texts_Line_2)))(aIndex_J); }
       
  2333 
       
  2334 	inline TAknTextLineLayout Navi_pane_texts_Line_3(TInt aIndex_C) const		{ return (*(TNavi_pane_texts_Line_3_sig*)(GetFunction(EApiId_Navi_pane_texts_Line_3)))(aIndex_C); }
       
  2335 
       
  2336 	inline TAknTextLineLayout Navi_pane_texts_Line_4() const		{ return (*(TNavi_pane_texts_Line_4_sig*)(GetFunction(EApiId_Navi_pane_texts_Line_4)))(); }
       
  2337 
       
  2338 	inline TAknTextLineLayout Navi_pane_texts_Line_5() const		{ return (*(TNavi_pane_texts_Line_5_sig*)(GetFunction(EApiId_Navi_pane_texts_Line_5)))(); }
       
  2339 
       
  2340 	inline TAknTextLineLayout Navi_pane_texts_Line_6(TInt aIndex_l) const		{ return (*(TNavi_pane_texts_Line_6_sig*)(GetFunction(EApiId_Navi_pane_texts_Line_6)))(aIndex_l); }
       
  2341 
       
  2342 	inline TAknTextLineLayout Navi_pane_texts_Line_7(TInt aIndex_C, TInt aIndex_W) const		{ return (*(TNavi_pane_texts_Line_7_sig*)(GetFunction(EApiId_Navi_pane_texts_Line_7)))(aIndex_C, aIndex_W); }
       
  2343 
       
  2344 	// LAF Table : Navi pane area for editing status icons
       
  2345 	inline TAknWindowLineLayout Navi_pane_area_for_editing_status_icons_Line_1() const		{ return (*(TNavi_pane_area_for_editing_status_icons_Line_1_sig*)(GetFunction(EApiId_Navi_pane_area_for_editing_status_icons_Line_1)))(); }
       
  2346 
       
  2347 	// LAF Table : Volume glider elements (one)
       
  2348 	inline TAknWindowLineLayout Volume_glider_elements__one__Line_1(TInt aIndex_l) const		{ return (*(TVolume_glider_elements__one__Line_1_sig*)(GetFunction(EApiId_Volume_glider_elements__one__Line_1)))(aIndex_l); }
       
  2349 
       
  2350 	inline TAknWindowLineLayout volume_navi_pane(TInt aIndex_l) const		{ return (*(Tvolume_navi_pane_sig*)(GetFunction(EApiId_volume_navi_pane)))(aIndex_l); }
       
  2351 
       
  2352 	inline TAknLayoutTableLimits Volume_glider_elements__one__Limits() const		{ return (*(TVolume_glider_elements__one__Limits_sig*)(GetFunction(EApiId_Volume_glider_elements__one__Limits)))(); }
       
  2353 
       
  2354 	inline TAknWindowLineLayout Volume_glider_elements__one_(TInt aLineIndex, TInt aIndex_l) const		{ return (*(TVolume_glider_elements__one__sig*)(GetFunction(EApiId_Volume_glider_elements__one_)))(aLineIndex, aIndex_l); }
       
  2355 
       
  2356 	// LAF Table : Volume pane elements (one)
       
  2357 	inline TAknWindowLineLayout Volume_pane_elements__one__Line_1(TInt aIndex_C) const		{ return (*(TVolume_pane_elements__one__Line_1_sig*)(GetFunction(EApiId_Volume_pane_elements__one__Line_1)))(aIndex_C); }
       
  2358 
       
  2359 	inline TAknWindowLineLayout Volume_pane_elements__one__Line_2(TInt aIndex_C) const		{ return (*(TVolume_pane_elements__one__Line_2_sig*)(GetFunction(EApiId_Volume_pane_elements__one__Line_2)))(aIndex_C); }
       
  2360 
       
  2361 	inline TAknWindowLineLayout Volume_pane_elements__one__Line_3(TInt aIndex_C) const		{ return (*(TVolume_pane_elements__one__Line_3_sig*)(GetFunction(EApiId_Volume_pane_elements__one__Line_3)))(aIndex_C); }
       
  2362 
       
  2363 	inline TAknWindowLineLayout Volume_pane_elements__one__Line_4(TInt aIndex_C) const		{ return (*(TVolume_pane_elements__one__Line_4_sig*)(GetFunction(EApiId_Volume_pane_elements__one__Line_4)))(aIndex_C); }
       
  2364 
       
  2365 	inline TAknWindowLineLayout Volume_pane_elements__one__Line_5(TInt aIndex_C) const		{ return (*(TVolume_pane_elements__one__Line_5_sig*)(GetFunction(EApiId_Volume_pane_elements__one__Line_5)))(aIndex_C); }
       
  2366 
       
  2367 	inline TAknWindowLineLayout Volume_pane_elements__one__Line_6(TInt aIndex_C) const		{ return (*(TVolume_pane_elements__one__Line_6_sig*)(GetFunction(EApiId_Volume_pane_elements__one__Line_6)))(aIndex_C); }
       
  2368 
       
  2369 	inline TAknWindowLineLayout Volume_pane_elements__one__Line_7(TInt aIndex_C) const		{ return (*(TVolume_pane_elements__one__Line_7_sig*)(GetFunction(EApiId_Volume_pane_elements__one__Line_7)))(aIndex_C); }
       
  2370 
       
  2371 	inline TAknWindowLineLayout Volume_pane_elements__one__Line_8(TInt aIndex_C) const		{ return (*(TVolume_pane_elements__one__Line_8_sig*)(GetFunction(EApiId_Volume_pane_elements__one__Line_8)))(aIndex_C); }
       
  2372 
       
  2373 	inline TAknWindowLineLayout Volume_pane_elements__one__Line_9(TInt aIndex_C) const		{ return (*(TVolume_pane_elements__one__Line_9_sig*)(GetFunction(EApiId_Volume_pane_elements__one__Line_9)))(aIndex_C); }
       
  2374 
       
  2375 	inline TAknWindowLineLayout Volume_pane_elements__one__Line_10(TInt aIndex_C) const		{ return (*(TVolume_pane_elements__one__Line_10_sig*)(GetFunction(EApiId_Volume_pane_elements__one__Line_10)))(aIndex_C); }
       
  2376 
       
  2377 	inline TAknLayoutTableLimits Volume_pane_elements__one__Limits() const		{ return (*(TVolume_pane_elements__one__Limits_sig*)(GetFunction(EApiId_Volume_pane_elements__one__Limits)))(); }
       
  2378 
       
  2379 	inline TAknWindowLineLayout Volume_pane_elements__one_(TInt aLineIndex, TInt aIndex_C) const		{ return (*(TVolume_pane_elements__one__sig*)(GetFunction(EApiId_Volume_pane_elements__one_)))(aLineIndex, aIndex_C); }
       
  2380 
       
  2381 	// LAF Table : Main pane descendants
       
  2382 	inline TAknWindowLineLayout list_gen_pane(TInt aIndex_H) const		{ return (*(Tlist_gen_pane_sig*)(GetFunction(EApiId_list_gen_pane)))(aIndex_H); }
       
  2383 
       
  2384 	inline TAknWindowLineLayout find_pane() const		{ return (*(Tfind_pane_sig*)(GetFunction(EApiId_find_pane)))(); }
       
  2385 
       
  2386 	inline TAknWindowLineLayout wallpaper_pane() const		{ return (*(Twallpaper_pane_sig*)(GetFunction(EApiId_wallpaper_pane)))(); }
       
  2387 
       
  2388 	inline TAknWindowLineLayout indicator_pane() const		{ return (*(Tindicator_pane_sig*)(GetFunction(EApiId_indicator_pane)))(); }
       
  2389 
       
  2390 	inline TAknWindowLineLayout soft_indicator_pane(TInt aIndex_H) const		{ return (*(Tsoft_indicator_pane_sig*)(GetFunction(EApiId_soft_indicator_pane)))(aIndex_H); }
       
  2391 
       
  2392 	// LAF Table : List pane column division
       
  2393 	inline TAknWindowLineLayout A_column() const		{ return (*(TA_column_sig*)(GetFunction(EApiId_A_column)))(); }
       
  2394 
       
  2395 	inline TAknWindowLineLayout B_column() const		{ return (*(TB_column_sig*)(GetFunction(EApiId_B_column)))(); }
       
  2396 
       
  2397 	inline TAknWindowLineLayout C_column() const		{ return (*(TC_column_sig*)(GetFunction(EApiId_C_column)))(); }
       
  2398 
       
  2399 	inline TAknWindowLineLayout D_column() const		{ return (*(TD_column_sig*)(GetFunction(EApiId_D_column)))(); }
       
  2400 
       
  2401 	inline TAknLayoutTableLimits List_pane_column_division_Limits() const		{ return (*(TList_pane_column_division_Limits_sig*)(GetFunction(EApiId_List_pane_column_division_Limits)))(); }
       
  2402 
       
  2403 	inline TAknWindowLineLayout List_pane_column_division(TInt aLineIndex) const		{ return (*(TList_pane_column_division_sig*)(GetFunction(EApiId_List_pane_column_division)))(aLineIndex); }
       
  2404 
       
  2405 	// LAF Table : General list pane descendants
       
  2406 	inline TAknWindowLineLayout list_single_pane(TInt aIndex_t) const		{ return (*(Tlist_single_pane_sig*)(GetFunction(EApiId_list_single_pane)))(aIndex_t); }
       
  2407 
       
  2408 	inline TAknWindowLineLayout list_single_number_pane(TInt aIndex_t) const		{ return (*(Tlist_single_number_pane_sig*)(GetFunction(EApiId_list_single_number_pane)))(aIndex_t); }
       
  2409 
       
  2410 	inline TAknWindowLineLayout list_single_heading_pane(TInt aIndex_t) const		{ return (*(Tlist_single_heading_pane_sig*)(GetFunction(EApiId_list_single_heading_pane)))(aIndex_t); }
       
  2411 
       
  2412 	inline TAknWindowLineLayout list_single_graphic_pane(TInt aIndex_t) const		{ return (*(Tlist_single_graphic_pane_sig*)(GetFunction(EApiId_list_single_graphic_pane)))(aIndex_t); }
       
  2413 
       
  2414 	inline TAknWindowLineLayout list_single_graphic_heading_pane(TInt aIndex_t) const		{ return (*(Tlist_single_graphic_heading_pane_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane)))(aIndex_t); }
       
  2415 
       
  2416 	inline TAknWindowLineLayout list_single_number_heading_pane(TInt aIndex_t) const		{ return (*(Tlist_single_number_heading_pane_sig*)(GetFunction(EApiId_list_single_number_heading_pane)))(aIndex_t); }
       
  2417 
       
  2418 	inline TAknWindowLineLayout list_single_large_graphic_pane(TInt aIndex_t) const		{ return (*(Tlist_single_large_graphic_pane_sig*)(GetFunction(EApiId_list_single_large_graphic_pane)))(aIndex_t); }
       
  2419 
       
  2420 	inline TAknWindowLineLayout list_double_pane(TInt aIndex_t) const		{ return (*(Tlist_double_pane_sig*)(GetFunction(EApiId_list_double_pane)))(aIndex_t); }
       
  2421 
       
  2422 	inline TAknWindowLineLayout list_double2_pane(TInt aIndex_t) const		{ return (*(Tlist_double2_pane_sig*)(GetFunction(EApiId_list_double2_pane)))(aIndex_t); }
       
  2423 
       
  2424 	inline TAknWindowLineLayout list_double_number_pane_list_single_big_number_pane(TInt aIndex_t) const		{ return (*(Tlist_double_number_pane_list_single_big_number_pane_sig*)(GetFunction(EApiId_list_double_number_pane_list_single_big_number_pane)))(aIndex_t); }
       
  2425 
       
  2426 	inline TAknWindowLineLayout list_double_time_pane(TInt aIndex_t) const		{ return (*(Tlist_double_time_pane_sig*)(GetFunction(EApiId_list_double_time_pane)))(aIndex_t); }
       
  2427 
       
  2428 	inline TAknWindowLineLayout list_double_large_graphic_pane_list_double2_large_graphic_pane_list_single_big_large_graphic_pane(TInt aIndex_t) const		{ return (*(Tlist_double_large_graphic_pane_list_double2_large_graphic_pane_list_single_big_large_graphic_pane_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_list_double2_large_graphic_pane_list_single_big_large_graphic_pane)))(aIndex_t); }
       
  2429 
       
  2430 	inline TAknWindowLineLayout list_double_graphic_pane_list_double2_graphic_pane(TInt aIndex_t) const		{ return (*(Tlist_double_graphic_pane_list_double2_graphic_pane_sig*)(GetFunction(EApiId_list_double_graphic_pane_list_double2_graphic_pane)))(aIndex_t); }
       
  2431 
       
  2432 	inline TAknWindowLineLayout list_single_big_heading_graphic_pane(TInt aIndex_t) const		{ return (*(Tlist_single_big_heading_graphic_pane_sig*)(GetFunction(EApiId_list_single_big_heading_graphic_pane)))(aIndex_t); }
       
  2433 
       
  2434 	inline TAknWindowLineLayout list_single_big_heading_pane(TInt aIndex_t) const		{ return (*(Tlist_single_big_heading_pane_sig*)(GetFunction(EApiId_list_single_big_heading_pane)))(aIndex_t); }
       
  2435 
       
  2436 	inline TAknWindowLineLayout list_setting_pane_list_big_setting_pane(TInt aIndex_t) const		{ return (*(Tlist_setting_pane_list_big_setting_pane_sig*)(GetFunction(EApiId_list_setting_pane_list_big_setting_pane)))(aIndex_t); }
       
  2437 
       
  2438 	inline TAknWindowLineLayout list_setting_number_pane_list_big_setting_number_pane(TInt aIndex_t) const		{ return (*(Tlist_setting_number_pane_list_big_setting_number_pane_sig*)(GetFunction(EApiId_list_setting_number_pane_list_big_setting_number_pane)))(aIndex_t); }
       
  2439 
       
  2440 	inline TAknWindowLineLayout list_setting_double2_pane(TInt aIndex_t) const		{ return (*(Tlist_setting_double2_pane_sig*)(GetFunction(EApiId_list_setting_double2_pane)))(aIndex_t); }
       
  2441 
       
  2442 	inline TAknWindowLineLayout list_double2_graphic_pane(TInt aIndex_t) const		{ return (*(Tlist_double2_graphic_pane_sig*)(GetFunction(EApiId_list_double2_graphic_pane)))(aIndex_t); }
       
  2443 
       
  2444 	inline TAknWindowLineLayout list_double2_large_graphic_pane(TInt aIndex_t) const		{ return (*(Tlist_double2_large_graphic_pane_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane)))(aIndex_t); }
       
  2445 
       
  2446 	inline TAknWindowLineLayout list_single_2graphic_pane(TInt aIndex_t) const		{ return (*(Tlist_single_2graphic_pane_sig*)(GetFunction(EApiId_list_single_2graphic_pane)))(aIndex_t); }
       
  2447 
       
  2448 	inline TAknWindowLineLayout list_double2_graphic_large_graphic_pane(TInt aIndex_t) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane)))(aIndex_t); }
       
  2449 
       
  2450 	inline TAknLayoutTableLimits General_list_pane_descendants_Limits() const		{ return (*(TGeneral_list_pane_descendants_Limits_sig*)(GetFunction(EApiId_General_list_pane_descendants_Limits)))(); }
       
  2451 
       
  2452 	inline TAknWindowLineLayout General_list_pane_descendants(TInt aLineIndex, TInt aIndex_t) const		{ return (*(TGeneral_list_pane_descendants_sig*)(GetFunction(EApiId_General_list_pane_descendants)))(aLineIndex, aIndex_t); }
       
  2453 
       
  2454 	// LAF Table : List pane elements (single)
       
  2455 	inline TAknWindowLineLayout List_pane_elements__single__Line_1() const		{ return (*(TList_pane_elements__single__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__single__Line_1)))(); }
       
  2456 
       
  2457 	inline TAknWindowLineLayout List_pane_elements__single__Line_2(TInt aIndex_l) const		{ return (*(TList_pane_elements__single__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__single__Line_2)))(aIndex_l); }
       
  2458 
       
  2459 	// LAF Table : List pane texts (single)
       
  2460 	inline TAknTextLineLayout List_pane_texts__single__Line_1(TInt aIndex_r, TInt aIndex_W) const		{ return (*(TList_pane_texts__single__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__single__Line_1)))(aIndex_r, aIndex_W); }
       
  2461 
       
  2462 	// LAF Table : List pane elements (single number)
       
  2463 	inline TAknWindowLineLayout List_pane_elements__single_number__Line_1() const		{ return (*(TList_pane_elements__single_number__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__single_number__Line_1)))(); }
       
  2464 
       
  2465 	inline TAknWindowLineLayout List_pane_elements__single_number__Line_2(TInt aIndex_l) const		{ return (*(TList_pane_elements__single_number__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__single_number__Line_2)))(aIndex_l); }
       
  2466 
       
  2467 	// LAF Table : List pane texts (single number)
       
  2468 	inline TAknTextLineLayout List_pane_texts__single_number__Line_1() const		{ return (*(TList_pane_texts__single_number__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__single_number__Line_1)))(); }
       
  2469 
       
  2470 	inline TAknTextLineLayout List_pane_texts__single_number__Line_2(TInt aIndex_r, TInt aIndex_W) const		{ return (*(TList_pane_texts__single_number__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__single_number__Line_2)))(aIndex_r, aIndex_W); }
       
  2471 
       
  2472 	// LAF Table : List pane elements (single heading)
       
  2473 	inline TAknWindowLineLayout List_pane_elements__single_heading__Line_1() const		{ return (*(TList_pane_elements__single_heading__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__single_heading__Line_1)))(); }
       
  2474 
       
  2475 	inline TAknWindowLineLayout List_pane_elements__single_heading__Line_2() const		{ return (*(TList_pane_elements__single_heading__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__single_heading__Line_2)))(); }
       
  2476 
       
  2477 	inline TAknWindowLineLayout List_pane_elements__single_heading__Line_3(TInt aIndex_l) const		{ return (*(TList_pane_elements__single_heading__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__single_heading__Line_3)))(aIndex_l); }
       
  2478 
       
  2479 	inline TAknLayoutTableLimits List_pane_elements__single_heading__SUB_TABLE_0_Limits() const		{ return (*(TList_pane_elements__single_heading__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_pane_elements__single_heading__SUB_TABLE_0_Limits)))(); }
       
  2480 
       
  2481 	inline TAknWindowLineLayout List_pane_elements__single_heading__SUB_TABLE_0(TInt aLineIndex) const		{ return (*(TList_pane_elements__single_heading__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_pane_elements__single_heading__SUB_TABLE_0)))(aLineIndex); }
       
  2482 
       
  2483 	// LAF Table : List pane texts (single heading)
       
  2484 	inline TAknTextLineLayout List_pane_texts__single_heading__Line_1(TInt aCommon1) const		{ return (*(TList_pane_texts__single_heading__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__single_heading__Line_1)))(aCommon1); }
       
  2485 
       
  2486 	inline TAknTextLineLayout List_pane_texts__single_heading__Line_2(TInt aCommon1) const		{ return (*(TList_pane_texts__single_heading__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__single_heading__Line_2)))(aCommon1); }
       
  2487 
       
  2488 	inline TAknLayoutTableLimits List_pane_texts__single_heading__Limits() const		{ return (*(TList_pane_texts__single_heading__Limits_sig*)(GetFunction(EApiId_List_pane_texts__single_heading__Limits)))(); }
       
  2489 
       
  2490 	inline TAknTextLineLayout List_pane_texts__single_heading_(TInt aLineIndex, TInt aCommon1) const		{ return (*(TList_pane_texts__single_heading__sig*)(GetFunction(EApiId_List_pane_texts__single_heading_)))(aLineIndex, aCommon1); }
       
  2491 
       
  2492 	// LAF Table : List pane elements (single graphic)
       
  2493 	inline TAknWindowLineLayout List_pane_elements__single_graphic__Line_1() const		{ return (*(TList_pane_elements__single_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__single_graphic__Line_1)))(); }
       
  2494 
       
  2495 	inline TAknWindowLineLayout List_pane_elements__single_graphic__Line_2() const		{ return (*(TList_pane_elements__single_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__single_graphic__Line_2)))(); }
       
  2496 
       
  2497 	inline TAknWindowLineLayout List_pane_elements__single_graphic__Line_3(TInt aIndex_l) const		{ return (*(TList_pane_elements__single_graphic__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__single_graphic__Line_3)))(aIndex_l); }
       
  2498 
       
  2499 	inline TAknLayoutTableLimits List_pane_elements__single_graphic__SUB_TABLE_0_Limits() const		{ return (*(TList_pane_elements__single_graphic__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_pane_elements__single_graphic__SUB_TABLE_0_Limits)))(); }
       
  2500 
       
  2501 	inline TAknWindowLineLayout List_pane_elements__single_graphic__SUB_TABLE_0(TInt aLineIndex) const		{ return (*(TList_pane_elements__single_graphic__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_pane_elements__single_graphic__SUB_TABLE_0)))(aLineIndex); }
       
  2502 
       
  2503 	// LAF Table : List pane texts (single graphic)
       
  2504 	inline TAknTextLineLayout List_pane_texts__single_graphic__Line_1(TInt aIndex_r, TInt aIndex_W) const		{ return (*(TList_pane_texts__single_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__single_graphic__Line_1)))(aIndex_r, aIndex_W); }
       
  2505 
       
  2506 	// LAF Table : List pane elements (single graphic heading)
       
  2507 	inline TAknWindowLineLayout List_pane_elements__single_graphic_heading__Line_1() const		{ return (*(TList_pane_elements__single_graphic_heading__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__single_graphic_heading__Line_1)))(); }
       
  2508 
       
  2509 	inline TAknWindowLineLayout List_pane_elements__single_graphic_heading__Line_2() const		{ return (*(TList_pane_elements__single_graphic_heading__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__single_graphic_heading__Line_2)))(); }
       
  2510 
       
  2511 	inline TAknWindowLineLayout List_pane_elements__single_graphic_heading__Line_3() const		{ return (*(TList_pane_elements__single_graphic_heading__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__single_graphic_heading__Line_3)))(); }
       
  2512 
       
  2513 	inline TAknWindowLineLayout List_pane_elements__single_graphic_heading__Line_4(TInt aIndex_l) const		{ return (*(TList_pane_elements__single_graphic_heading__Line_4_sig*)(GetFunction(EApiId_List_pane_elements__single_graphic_heading__Line_4)))(aIndex_l); }
       
  2514 
       
  2515 	inline TAknLayoutTableLimits List_pane_elements__single_graphic_heading__SUB_TABLE_0_Limits() const		{ return (*(TList_pane_elements__single_graphic_heading__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_pane_elements__single_graphic_heading__SUB_TABLE_0_Limits)))(); }
       
  2516 
       
  2517 	inline TAknWindowLineLayout List_pane_elements__single_graphic_heading__SUB_TABLE_0(TInt aLineIndex) const		{ return (*(TList_pane_elements__single_graphic_heading__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_pane_elements__single_graphic_heading__SUB_TABLE_0)))(aLineIndex); }
       
  2518 
       
  2519 	// LAF Table : List pane texts (single graphic heading)
       
  2520 	inline TAknTextLineLayout List_pane_texts__single_graphic_heading__Line_1(TInt aCommon1) const		{ return (*(TList_pane_texts__single_graphic_heading__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__single_graphic_heading__Line_1)))(aCommon1); }
       
  2521 
       
  2522 	inline TAknTextLineLayout List_pane_texts__single_graphic_heading__Line_2(TInt aCommon1) const		{ return (*(TList_pane_texts__single_graphic_heading__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__single_graphic_heading__Line_2)))(aCommon1); }
       
  2523 
       
  2524 	inline TAknLayoutTableLimits List_pane_texts__single_graphic_heading__Limits() const		{ return (*(TList_pane_texts__single_graphic_heading__Limits_sig*)(GetFunction(EApiId_List_pane_texts__single_graphic_heading__Limits)))(); }
       
  2525 
       
  2526 	inline TAknTextLineLayout List_pane_texts__single_graphic_heading_(TInt aLineIndex, TInt aCommon1) const		{ return (*(TList_pane_texts__single_graphic_heading__sig*)(GetFunction(EApiId_List_pane_texts__single_graphic_heading_)))(aLineIndex, aCommon1); }
       
  2527 
       
  2528 	// LAF Table : List pane elements (single number heading)
       
  2529 	inline TAknWindowLineLayout List_pane_elements__single_number_heading__Line_1() const		{ return (*(TList_pane_elements__single_number_heading__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__single_number_heading__Line_1)))(); }
       
  2530 
       
  2531 	inline TAknWindowLineLayout List_pane_elements__single_number_heading__Line_2() const		{ return (*(TList_pane_elements__single_number_heading__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__single_number_heading__Line_2)))(); }
       
  2532 
       
  2533 	inline TAknWindowLineLayout List_pane_elements__single_number_heading__Line_3(TInt aIndex_l) const		{ return (*(TList_pane_elements__single_number_heading__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__single_number_heading__Line_3)))(aIndex_l); }
       
  2534 
       
  2535 	inline TAknLayoutTableLimits List_pane_elements__single_number_heading__SUB_TABLE_0_Limits() const		{ return (*(TList_pane_elements__single_number_heading__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_pane_elements__single_number_heading__SUB_TABLE_0_Limits)))(); }
       
  2536 
       
  2537 	inline TAknWindowLineLayout List_pane_elements__single_number_heading__SUB_TABLE_0(TInt aLineIndex) const		{ return (*(TList_pane_elements__single_number_heading__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_pane_elements__single_number_heading__SUB_TABLE_0)))(aLineIndex); }
       
  2538 
       
  2539 	// LAF Table : List pane texts (single number heading)
       
  2540 	inline TAknTextLineLayout List_pane_texts__single_number_heading__Line_1(TInt aCommon1) const		{ return (*(TList_pane_texts__single_number_heading__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__single_number_heading__Line_1)))(aCommon1); }
       
  2541 
       
  2542 	inline TAknTextLineLayout List_pane_texts__single_number_heading__Line_2(TInt aCommon1) const		{ return (*(TList_pane_texts__single_number_heading__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__single_number_heading__Line_2)))(aCommon1); }
       
  2543 
       
  2544 	inline TAknTextLineLayout List_pane_texts__single_number_heading__Line_3(TInt aCommon1) const		{ return (*(TList_pane_texts__single_number_heading__Line_3_sig*)(GetFunction(EApiId_List_pane_texts__single_number_heading__Line_3)))(aCommon1); }
       
  2545 
       
  2546 	inline TAknLayoutTableLimits List_pane_texts__single_number_heading__Limits() const		{ return (*(TList_pane_texts__single_number_heading__Limits_sig*)(GetFunction(EApiId_List_pane_texts__single_number_heading__Limits)))(); }
       
  2547 
       
  2548 	inline TAknTextLineLayout List_pane_texts__single_number_heading_(TInt aLineIndex, TInt aCommon1) const		{ return (*(TList_pane_texts__single_number_heading__sig*)(GetFunction(EApiId_List_pane_texts__single_number_heading_)))(aLineIndex, aCommon1); }
       
  2549 
       
  2550 	// LAF Table : List pane elements (single large graphic)
       
  2551 	inline TAknWindowLineLayout List_pane_elements__single_large_graphic__Line_1() const		{ return (*(TList_pane_elements__single_large_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__single_large_graphic__Line_1)))(); }
       
  2552 
       
  2553 	inline TAknWindowLineLayout List_pane_elements__single_large_graphic__Line_2(TInt aIndex_t) const		{ return (*(TList_pane_elements__single_large_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__single_large_graphic__Line_2)))(aIndex_t); }
       
  2554 
       
  2555 	inline TAknWindowLineLayout List_pane_elements__single_large_graphic__Line_3(TInt aIndex_l) const		{ return (*(TList_pane_elements__single_large_graphic__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__single_large_graphic__Line_3)))(aIndex_l); }
       
  2556 
       
  2557 	inline TAknWindowLineLayout do_not_use_empty_pane1() const		{ return (*(Tdo_not_use_empty_pane1_sig*)(GetFunction(EApiId_do_not_use_empty_pane1)))(); }
       
  2558 
       
  2559 	inline TAknWindowLineLayout do_not_use_empty_pane2() const		{ return (*(Tdo_not_use_empty_pane2_sig*)(GetFunction(EApiId_do_not_use_empty_pane2)))(); }
       
  2560 
       
  2561 	// LAF Table : List pane texts (single large graphic)
       
  2562 	inline TAknTextLineLayout List_pane_texts__single_large_graphic__Line_1(TInt aCommon1) const		{ return (*(TList_pane_texts__single_large_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__single_large_graphic__Line_1)))(aCommon1); }
       
  2563 
       
  2564 	// LAF Table : List pane elements (double)
       
  2565 	inline TAknWindowLineLayout List_pane_elements__double__Line_1() const		{ return (*(TList_pane_elements__double__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__double__Line_1)))(); }
       
  2566 
       
  2567 	inline TAknWindowLineLayout List_pane_elements__double__Line_2(TInt aIndex_l) const		{ return (*(TList_pane_elements__double__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__double__Line_2)))(aIndex_l); }
       
  2568 
       
  2569 	// LAF Table : List pane texts (double)
       
  2570 	inline TAknTextLineLayout List_pane_texts__double__Line_1(TInt aCommon1) const		{ return (*(TList_pane_texts__double__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__double__Line_1)))(aCommon1); }
       
  2571 
       
  2572 	inline TAknTextLineLayout List_pane_texts__double__Line_2() const		{ return (*(TList_pane_texts__double__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__double__Line_2)))(); }
       
  2573 
       
  2574 	// LAF Table : List pane text (double2)
       
  2575 	inline TAknTextLineLayout List_pane_text__double2__Line_1(TInt aCommon1) const		{ return (*(TList_pane_text__double2__Line_1_sig*)(GetFunction(EApiId_List_pane_text__double2__Line_1)))(aCommon1); }
       
  2576 
       
  2577 	inline TAknTextLineLayout List_pane_text__double2__Line_2() const		{ return (*(TList_pane_text__double2__Line_2_sig*)(GetFunction(EApiId_List_pane_text__double2__Line_2)))(); }
       
  2578 
       
  2579 	// LAF Table : List pane elements (double number)
       
  2580 	inline TAknWindowLineLayout List_pane_elements__double_number__Line_1() const		{ return (*(TList_pane_elements__double_number__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__double_number__Line_1)))(); }
       
  2581 
       
  2582 	inline TAknWindowLineLayout List_pane_elements__double_number__Line_2(TInt aIndex_l) const		{ return (*(TList_pane_elements__double_number__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__double_number__Line_2)))(aIndex_l); }
       
  2583 
       
  2584 	// LAF Table : List pane texts (double number)
       
  2585 	inline TAknTextLineLayout List_pane_texts__double_number__Line_1() const		{ return (*(TList_pane_texts__double_number__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__double_number__Line_1)))(); }
       
  2586 
       
  2587 	inline TAknTextLineLayout List_pane_texts__double_number__Line_2(TInt aCommon1) const		{ return (*(TList_pane_texts__double_number__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__double_number__Line_2)))(aCommon1); }
       
  2588 
       
  2589 	inline TAknTextLineLayout List_pane_texts__double_number__Line_3() const		{ return (*(TList_pane_texts__double_number__Line_3_sig*)(GetFunction(EApiId_List_pane_texts__double_number__Line_3)))(); }
       
  2590 
       
  2591 	// LAF Table : List pane elements (double graphic)
       
  2592 	inline TAknWindowLineLayout List_pane_elements__double_graphic__Line_1() const		{ return (*(TList_pane_elements__double_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__double_graphic__Line_1)))(); }
       
  2593 
       
  2594 	inline TAknWindowLineLayout List_pane_elements__double_graphic__Line_2() const		{ return (*(TList_pane_elements__double_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__double_graphic__Line_2)))(); }
       
  2595 
       
  2596 	inline TAknWindowLineLayout List_pane_elements__double_graphic__Line_3(TInt aIndex_l) const		{ return (*(TList_pane_elements__double_graphic__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__double_graphic__Line_3)))(aIndex_l); }
       
  2597 
       
  2598 	inline TAknLayoutTableLimits List_pane_elements__double_graphic__SUB_TABLE_0_Limits() const		{ return (*(TList_pane_elements__double_graphic__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_pane_elements__double_graphic__SUB_TABLE_0_Limits)))(); }
       
  2599 
       
  2600 	inline TAknWindowLineLayout List_pane_elements__double_graphic__SUB_TABLE_0(TInt aLineIndex) const		{ return (*(TList_pane_elements__double_graphic__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_pane_elements__double_graphic__SUB_TABLE_0)))(aLineIndex); }
       
  2601 
       
  2602 	// LAF Table : List pane texts (double graphic)
       
  2603 	inline TAknTextLineLayout List_pane_texts__double_graphic__Line_1(TInt aCommon1) const		{ return (*(TList_pane_texts__double_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__double_graphic__Line_1)))(aCommon1); }
       
  2604 
       
  2605 	inline TAknTextLineLayout List_pane_texts__double_graphic__Line_2() const		{ return (*(TList_pane_texts__double_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__double_graphic__Line_2)))(); }
       
  2606 
       
  2607 	// LAF Table : List pane elements (double2 graphic)
       
  2608 	inline TAknWindowLineLayout List_pane_elements__double2_graphic__Line_1() const		{ return (*(TList_pane_elements__double2_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__double2_graphic__Line_1)))(); }
       
  2609 
       
  2610 	inline TAknWindowLineLayout List_pane_elements__double2_graphic__Line_2() const		{ return (*(TList_pane_elements__double2_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__double2_graphic__Line_2)))(); }
       
  2611 
       
  2612 	inline TAknWindowLineLayout List_pane_elements__double2_graphic__Line_3(TInt aIndex_l) const		{ return (*(TList_pane_elements__double2_graphic__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__double2_graphic__Line_3)))(aIndex_l); }
       
  2613 
       
  2614 	inline TAknLayoutTableLimits List_pane_elements__double2_graphic__SUB_TABLE_0_Limits() const		{ return (*(TList_pane_elements__double2_graphic__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_pane_elements__double2_graphic__SUB_TABLE_0_Limits)))(); }
       
  2615 
       
  2616 	inline TAknWindowLineLayout List_pane_elements__double2_graphic__SUB_TABLE_0(TInt aLineIndex) const		{ return (*(TList_pane_elements__double2_graphic__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_pane_elements__double2_graphic__SUB_TABLE_0)))(aLineIndex); }
       
  2617 
       
  2618 	// LAF Table : List pane texts (double2 graphic)
       
  2619 	inline TAknTextLineLayout List_pane_texts__double2_graphic__Line_1(TInt aCommon1) const		{ return (*(TList_pane_texts__double2_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__double2_graphic__Line_1)))(aCommon1); }
       
  2620 
       
  2621 	inline TAknTextLineLayout List_pane_texts__double2_graphic__Line_2() const		{ return (*(TList_pane_texts__double2_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__double2_graphic__Line_2)))(); }
       
  2622 
       
  2623 	// LAF Table : List pane elements (double2 large graphic)
       
  2624 	inline TAknWindowLineLayout List_pane_elements__double2_large_graphic__Line_1() const		{ return (*(TList_pane_elements__double2_large_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__double2_large_graphic__Line_1)))(); }
       
  2625 
       
  2626 	inline TAknWindowLineLayout List_pane_elements__double2_large_graphic__Line_2() const		{ return (*(TList_pane_elements__double2_large_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__double2_large_graphic__Line_2)))(); }
       
  2627 
       
  2628 	inline TAknWindowLineLayout List_pane_elements__double2_large_graphic__Line_3(TInt aIndex_l) const		{ return (*(TList_pane_elements__double2_large_graphic__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__double2_large_graphic__Line_3)))(aIndex_l); }
       
  2629 
       
  2630 	inline TAknLayoutTableLimits List_pane_elements__double2_large_graphic__SUB_TABLE_0_Limits() const		{ return (*(TList_pane_elements__double2_large_graphic__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_pane_elements__double2_large_graphic__SUB_TABLE_0_Limits)))(); }
       
  2631 
       
  2632 	inline TAknWindowLineLayout List_pane_elements__double2_large_graphic__SUB_TABLE_0(TInt aLineIndex) const		{ return (*(TList_pane_elements__double2_large_graphic__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_pane_elements__double2_large_graphic__SUB_TABLE_0)))(aLineIndex); }
       
  2633 
       
  2634 	// LAF Table : List pane texts (double2 large graphic)
       
  2635 	inline TAknTextLineLayout List_pane_texts__double2_large_graphic__Line_1(TInt aCommon1) const		{ return (*(TList_pane_texts__double2_large_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__double2_large_graphic__Line_1)))(aCommon1); }
       
  2636 
       
  2637 	inline TAknTextLineLayout List_pane_texts__double2_large_graphic__Line_2() const		{ return (*(TList_pane_texts__double2_large_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__double2_large_graphic__Line_2)))(); }
       
  2638 
       
  2639 	// LAF Table : List pane elements (large single heading graphic)
       
  2640 	inline TAknWindowLineLayout List_pane_elements__large_single_heading_graphic__Line_1() const		{ return (*(TList_pane_elements__large_single_heading_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__large_single_heading_graphic__Line_1)))(); }
       
  2641 
       
  2642 	inline TAknWindowLineLayout List_pane_elements__large_single_heading_graphic__Line_2() const		{ return (*(TList_pane_elements__large_single_heading_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__large_single_heading_graphic__Line_2)))(); }
       
  2643 
       
  2644 	inline TAknWindowLineLayout List_pane_elements__large_single_heading_graphic__Line_3(TInt aIndex_l) const		{ return (*(TList_pane_elements__large_single_heading_graphic__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__large_single_heading_graphic__Line_3)))(aIndex_l); }
       
  2645 
       
  2646 	inline TAknLayoutTableLimits List_pane_elements__large_single_heading_graphic__SUB_TABLE_0_Limits() const		{ return (*(TList_pane_elements__large_single_heading_graphic__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_pane_elements__large_single_heading_graphic__SUB_TABLE_0_Limits)))(); }
       
  2647 
       
  2648 	inline TAknWindowLineLayout List_pane_elements__large_single_heading_graphic__SUB_TABLE_0(TInt aLineIndex) const		{ return (*(TList_pane_elements__large_single_heading_graphic__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_pane_elements__large_single_heading_graphic__SUB_TABLE_0)))(aLineIndex); }
       
  2649 
       
  2650 	// LAF Table : List pane texts (large single heading graphic)
       
  2651 	inline TAknTextLineLayout List_pane_texts__large_single_heading_graphic__Line_1(TInt aCommon1) const		{ return (*(TList_pane_texts__large_single_heading_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__large_single_heading_graphic__Line_1)))(aCommon1); }
       
  2652 
       
  2653 	inline TAknTextLineLayout List_pane_texts__large_single_heading_graphic__Line_2() const		{ return (*(TList_pane_texts__large_single_heading_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__large_single_heading_graphic__Line_2)))(); }
       
  2654 
       
  2655 	// LAF Table : List pane elements (large single heading)
       
  2656 	inline TAknWindowLineLayout List_pane_elements__large_single_heading__Line_1() const		{ return (*(TList_pane_elements__large_single_heading__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__large_single_heading__Line_1)))(); }
       
  2657 
       
  2658 	// LAF Table : List pane texts (large single heading)
       
  2659 	inline TAknTextLineLayout List_pane_texts__large_single_heading__Line_1() const		{ return (*(TList_pane_texts__large_single_heading__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__large_single_heading__Line_1)))(); }
       
  2660 
       
  2661 	inline TAknTextLineLayout List_pane_texts__large_single_heading__Line_2() const		{ return (*(TList_pane_texts__large_single_heading__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__large_single_heading__Line_2)))(); }
       
  2662 
       
  2663 	inline TAknLayoutTableLimits List_pane_texts__large_single_heading__Limits() const		{ return (*(TList_pane_texts__large_single_heading__Limits_sig*)(GetFunction(EApiId_List_pane_texts__large_single_heading__Limits)))(); }
       
  2664 
       
  2665 	inline TAknTextLineLayout List_pane_texts__large_single_heading_(TInt aLineIndex) const		{ return (*(TList_pane_texts__large_single_heading__sig*)(GetFunction(EApiId_List_pane_texts__large_single_heading_)))(aLineIndex); }
       
  2666 
       
  2667 	// LAF Table : List pane elements (double time)
       
  2668 	inline TAknWindowLineLayout List_pane_elements__double_time__Line_1() const		{ return (*(TList_pane_elements__double_time__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__double_time__Line_1)))(); }
       
  2669 
       
  2670 	// LAF Table : List pane texts (double time)
       
  2671 	inline TAknTextLineLayout List_pane_texts__double_time__Line_1() const		{ return (*(TList_pane_texts__double_time__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__double_time__Line_1)))(); }
       
  2672 
       
  2673 	inline TAknTextLineLayout List_pane_texts__double_time__Line_2() const		{ return (*(TList_pane_texts__double_time__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__double_time__Line_2)))(); }
       
  2674 
       
  2675 	inline TAknTextLineLayout List_pane_texts__double_time__Line_3() const		{ return (*(TList_pane_texts__double_time__Line_3_sig*)(GetFunction(EApiId_List_pane_texts__double_time__Line_3)))(); }
       
  2676 
       
  2677 	inline TAknTextLineLayout List_pane_texts__double_time__Line_4() const		{ return (*(TList_pane_texts__double_time__Line_4_sig*)(GetFunction(EApiId_List_pane_texts__double_time__Line_4)))(); }
       
  2678 
       
  2679 	inline TAknLayoutTableLimits List_pane_texts__double_time__Limits() const		{ return (*(TList_pane_texts__double_time__Limits_sig*)(GetFunction(EApiId_List_pane_texts__double_time__Limits)))(); }
       
  2680 
       
  2681 	inline TAknTextLineLayout List_pane_texts__double_time_(TInt aLineIndex) const		{ return (*(TList_pane_texts__double_time__sig*)(GetFunction(EApiId_List_pane_texts__double_time_)))(aLineIndex); }
       
  2682 
       
  2683 	// LAF Table : List pane elements (double large graphic)
       
  2684 	inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_1() const		{ return (*(TList_pane_elements__double_large_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__double_large_graphic__Line_1)))(); }
       
  2685 
       
  2686 	inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_2() const		{ return (*(TList_pane_elements__double_large_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__double_large_graphic__Line_2)))(); }
       
  2687 
       
  2688 	inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_3() const		{ return (*(TList_pane_elements__double_large_graphic__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__double_large_graphic__Line_3)))(); }
       
  2689 
       
  2690 	inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_4() const		{ return (*(TList_pane_elements__double_large_graphic__Line_4_sig*)(GetFunction(EApiId_List_pane_elements__double_large_graphic__Line_4)))(); }
       
  2691 
       
  2692 	inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_5() const		{ return (*(TList_pane_elements__double_large_graphic__Line_5_sig*)(GetFunction(EApiId_List_pane_elements__double_large_graphic__Line_5)))(); }
       
  2693 
       
  2694 	inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_6() const		{ return (*(TList_pane_elements__double_large_graphic__Line_6_sig*)(GetFunction(EApiId_List_pane_elements__double_large_graphic__Line_6)))(); }
       
  2695 
       
  2696 	inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_7() const		{ return (*(TList_pane_elements__double_large_graphic__Line_7_sig*)(GetFunction(EApiId_List_pane_elements__double_large_graphic__Line_7)))(); }
       
  2697 
       
  2698 	inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_8() const		{ return (*(TList_pane_elements__double_large_graphic__Line_8_sig*)(GetFunction(EApiId_List_pane_elements__double_large_graphic__Line_8)))(); }
       
  2699 
       
  2700 	inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_9(TInt aIndex_l) const		{ return (*(TList_pane_elements__double_large_graphic__Line_9_sig*)(GetFunction(EApiId_List_pane_elements__double_large_graphic__Line_9)))(aIndex_l); }
       
  2701 
       
  2702 	inline TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_10() const		{ return (*(TList_pane_elements__double_large_graphic__Line_10_sig*)(GetFunction(EApiId_List_pane_elements__double_large_graphic__Line_10)))(); }
       
  2703 
       
  2704 	// LAF Table : List pane texts (double large graphic)
       
  2705 	inline TAknTextLineLayout List_pane_texts__double_large_graphic__Line_1(TInt aCommon1) const		{ return (*(TList_pane_texts__double_large_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__double_large_graphic__Line_1)))(aCommon1); }
       
  2706 
       
  2707 	inline TAknTextLineLayout List_pane_texts__double_large_graphic__Line_2() const		{ return (*(TList_pane_texts__double_large_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__double_large_graphic__Line_2)))(); }
       
  2708 
       
  2709 	// LAF Table : List pane elements (setting)
       
  2710 	inline TAknWindowLineLayout List_pane_elements__setting__Line_1() const		{ return (*(TList_pane_elements__setting__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__setting__Line_1)))(); }
       
  2711 
       
  2712 	inline TAknWindowLineLayout List_pane_elements__setting__Line_2() const		{ return (*(TList_pane_elements__setting__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__setting__Line_2)))(); }
       
  2713 
       
  2714 	inline TAknWindowLineLayout List_pane_elements__setting__Line_3() const		{ return (*(TList_pane_elements__setting__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__setting__Line_3)))(); }
       
  2715 
       
  2716 	inline TAknWindowLineLayout List_pane_elements__setting__Line_4() const		{ return (*(TList_pane_elements__setting__Line_4_sig*)(GetFunction(EApiId_List_pane_elements__setting__Line_4)))(); }
       
  2717 
       
  2718 	inline TAknWindowLineLayout List_pane_elements__setting__Line_5() const		{ return (*(TList_pane_elements__setting__Line_5_sig*)(GetFunction(EApiId_List_pane_elements__setting__Line_5)))(); }
       
  2719 
       
  2720 	inline TAknWindowLineLayout List_pane_elements__setting__Line_6() const		{ return (*(TList_pane_elements__setting__Line_6_sig*)(GetFunction(EApiId_List_pane_elements__setting__Line_6)))(); }
       
  2721 
       
  2722 	inline TAknLayoutTableLimits List_pane_elements__setting__Limits() const		{ return (*(TList_pane_elements__setting__Limits_sig*)(GetFunction(EApiId_List_pane_elements__setting__Limits)))(); }
       
  2723 
       
  2724 	inline TAknWindowLineLayout List_pane_elements__setting_(TInt aLineIndex) const		{ return (*(TList_pane_elements__setting__sig*)(GetFunction(EApiId_List_pane_elements__setting_)))(aLineIndex); }
       
  2725 
       
  2726 	// LAF Table : List pane texts (setting)
       
  2727 	inline TAknTextLineLayout List_pane_texts__setting__Line_1() const		{ return (*(TList_pane_texts__setting__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__setting__Line_1)))(); }
       
  2728 
       
  2729 	inline TAknTextLineLayout List_pane_texts__setting__Line_2() const		{ return (*(TList_pane_texts__setting__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__setting__Line_2)))(); }
       
  2730 
       
  2731 	inline TAknTextLineLayout List_pane_texts__setting__Line_3() const		{ return (*(TList_pane_texts__setting__Line_3_sig*)(GetFunction(EApiId_List_pane_texts__setting__Line_3)))(); }
       
  2732 
       
  2733 	inline TAknTextLineLayout List_pane_texts__setting__Line_4() const		{ return (*(TList_pane_texts__setting__Line_4_sig*)(GetFunction(EApiId_List_pane_texts__setting__Line_4)))(); }
       
  2734 
       
  2735 	inline TAknLayoutTableLimits List_pane_texts__setting__Limits() const		{ return (*(TList_pane_texts__setting__Limits_sig*)(GetFunction(EApiId_List_pane_texts__setting__Limits)))(); }
       
  2736 
       
  2737 	inline TAknTextLineLayout List_pane_texts__setting_(TInt aLineIndex) const		{ return (*(TList_pane_texts__setting__sig*)(GetFunction(EApiId_List_pane_texts__setting_)))(aLineIndex); }
       
  2738 
       
  2739 	// LAF Table : List pane elements (setting number)
       
  2740 	inline TAknWindowLineLayout List_pane_elements__setting_number__Line_1() const		{ return (*(TList_pane_elements__setting_number__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__setting_number__Line_1)))(); }
       
  2741 
       
  2742 	inline TAknWindowLineLayout List_pane_elements__setting_number__Line_2() const		{ return (*(TList_pane_elements__setting_number__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__setting_number__Line_2)))(); }
       
  2743 
       
  2744 	inline TAknWindowLineLayout List_pane_elements__setting_number__Line_3() const		{ return (*(TList_pane_elements__setting_number__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__setting_number__Line_3)))(); }
       
  2745 
       
  2746 	inline TAknWindowLineLayout List_pane_elements__setting_number__Line_4() const		{ return (*(TList_pane_elements__setting_number__Line_4_sig*)(GetFunction(EApiId_List_pane_elements__setting_number__Line_4)))(); }
       
  2747 
       
  2748 	inline TAknWindowLineLayout List_pane_elements__setting_number__Line_5() const		{ return (*(TList_pane_elements__setting_number__Line_5_sig*)(GetFunction(EApiId_List_pane_elements__setting_number__Line_5)))(); }
       
  2749 
       
  2750 	inline TAknLayoutTableLimits List_pane_elements__setting_number__Limits() const		{ return (*(TList_pane_elements__setting_number__Limits_sig*)(GetFunction(EApiId_List_pane_elements__setting_number__Limits)))(); }
       
  2751 
       
  2752 	inline TAknWindowLineLayout List_pane_elements__setting_number_(TInt aLineIndex) const		{ return (*(TList_pane_elements__setting_number__sig*)(GetFunction(EApiId_List_pane_elements__setting_number_)))(aLineIndex); }
       
  2753 
       
  2754 	// LAF Table : List pane texts (setting number)
       
  2755 	inline TAknTextLineLayout List_pane_texts__setting_number__Line_1() const		{ return (*(TList_pane_texts__setting_number__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__setting_number__Line_1)))(); }
       
  2756 
       
  2757 	inline TAknTextLineLayout List_pane_texts__setting_number__Line_2() const		{ return (*(TList_pane_texts__setting_number__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__setting_number__Line_2)))(); }
       
  2758 
       
  2759 	inline TAknTextLineLayout List_pane_texts__setting_number__Line_3() const		{ return (*(TList_pane_texts__setting_number__Line_3_sig*)(GetFunction(EApiId_List_pane_texts__setting_number__Line_3)))(); }
       
  2760 
       
  2761 	inline TAknTextLineLayout List_pane_texts__setting_number__Line_4() const		{ return (*(TList_pane_texts__setting_number__Line_4_sig*)(GetFunction(EApiId_List_pane_texts__setting_number__Line_4)))(); }
       
  2762 
       
  2763 	inline TAknLayoutTableLimits List_pane_texts__setting_number__Limits() const		{ return (*(TList_pane_texts__setting_number__Limits_sig*)(GetFunction(EApiId_List_pane_texts__setting_number__Limits)))(); }
       
  2764 
       
  2765 	inline TAknTextLineLayout List_pane_texts__setting_number_(TInt aLineIndex) const		{ return (*(TList_pane_texts__setting_number__sig*)(GetFunction(EApiId_List_pane_texts__setting_number_)))(aLineIndex); }
       
  2766 
       
  2767 	// LAF Table : Setting volume elements
       
  2768 	inline TAknWindowLineLayout Setting_volume_elements_Line_1(TInt aIndex_C) const		{ return (*(TSetting_volume_elements_Line_1_sig*)(GetFunction(EApiId_Setting_volume_elements_Line_1)))(aIndex_C); }
       
  2769 
       
  2770 	inline TAknWindowLineLayout Setting_volume_elements_Line_2(TInt aIndex_C) const		{ return (*(TSetting_volume_elements_Line_2_sig*)(GetFunction(EApiId_Setting_volume_elements_Line_2)))(aIndex_C); }
       
  2771 
       
  2772 	inline TAknWindowLineLayout Setting_volume_elements_Line_3(TInt aIndex_C) const		{ return (*(TSetting_volume_elements_Line_3_sig*)(GetFunction(EApiId_Setting_volume_elements_Line_3)))(aIndex_C); }
       
  2773 
       
  2774 	inline TAknWindowLineLayout Setting_volume_elements_Line_4(TInt aIndex_C) const		{ return (*(TSetting_volume_elements_Line_4_sig*)(GetFunction(EApiId_Setting_volume_elements_Line_4)))(aIndex_C); }
       
  2775 
       
  2776 	inline TAknWindowLineLayout Setting_volume_elements_Line_5(TInt aIndex_C) const		{ return (*(TSetting_volume_elements_Line_5_sig*)(GetFunction(EApiId_Setting_volume_elements_Line_5)))(aIndex_C); }
       
  2777 
       
  2778 	inline TAknWindowLineLayout Setting_volume_elements_Line_6(TInt aIndex_C) const		{ return (*(TSetting_volume_elements_Line_6_sig*)(GetFunction(EApiId_Setting_volume_elements_Line_6)))(aIndex_C); }
       
  2779 
       
  2780 	inline TAknWindowLineLayout Setting_volume_elements_Line_7(TInt aIndex_C) const		{ return (*(TSetting_volume_elements_Line_7_sig*)(GetFunction(EApiId_Setting_volume_elements_Line_7)))(aIndex_C); }
       
  2781 
       
  2782 	inline TAknWindowLineLayout Setting_volume_elements_Line_8(TInt aIndex_C) const		{ return (*(TSetting_volume_elements_Line_8_sig*)(GetFunction(EApiId_Setting_volume_elements_Line_8)))(aIndex_C); }
       
  2783 
       
  2784 	inline TAknWindowLineLayout Setting_volume_elements_Line_9(TInt aIndex_C) const		{ return (*(TSetting_volume_elements_Line_9_sig*)(GetFunction(EApiId_Setting_volume_elements_Line_9)))(aIndex_C); }
       
  2785 
       
  2786 	inline TAknWindowLineLayout Setting_volume_elements_Line_10(TInt aIndex_C) const		{ return (*(TSetting_volume_elements_Line_10_sig*)(GetFunction(EApiId_Setting_volume_elements_Line_10)))(aIndex_C); }
       
  2787 
       
  2788 	inline TAknLayoutTableLimits Setting_volume_elements_Limits() const		{ return (*(TSetting_volume_elements_Limits_sig*)(GetFunction(EApiId_Setting_volume_elements_Limits)))(); }
       
  2789 
       
  2790 	inline TAknWindowLineLayout Setting_volume_elements(TInt aLineIndex, TInt aIndex_C) const		{ return (*(TSetting_volume_elements_sig*)(GetFunction(EApiId_Setting_volume_elements)))(aLineIndex, aIndex_C); }
       
  2791 
       
  2792 	// LAF Table : Setting slider elements
       
  2793 	inline TAknWindowLineLayout Setting_slider_elements_Line_1() const		{ return (*(TSetting_slider_elements_Line_1_sig*)(GetFunction(EApiId_Setting_slider_elements_Line_1)))(); }
       
  2794 
       
  2795 	// LAF Table : List pane elements (setting double2)
       
  2796 	inline TAknWindowLineLayout List_pane_elements__setting_double2__Line_1() const		{ return (*(TList_pane_elements__setting_double2__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__setting_double2__Line_1)))(); }
       
  2797 
       
  2798 	inline TAknWindowLineLayout List_pane_elements__setting_double2__Line_2() const		{ return (*(TList_pane_elements__setting_double2__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__setting_double2__Line_2)))(); }
       
  2799 
       
  2800 	inline TAknWindowLineLayout List_pane_elements__setting_double2__Line_3() const		{ return (*(TList_pane_elements__setting_double2__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__setting_double2__Line_3)))(); }
       
  2801 
       
  2802 	inline TAknLayoutTableLimits List_pane_elements__setting_double2__Limits() const		{ return (*(TList_pane_elements__setting_double2__Limits_sig*)(GetFunction(EApiId_List_pane_elements__setting_double2__Limits)))(); }
       
  2803 
       
  2804 	inline TAknWindowLineLayout List_pane_elements__setting_double2_(TInt aLineIndex) const		{ return (*(TList_pane_elements__setting_double2__sig*)(GetFunction(EApiId_List_pane_elements__setting_double2_)))(aLineIndex); }
       
  2805 
       
  2806 	// LAF Table : List pane lines (A column)
       
  2807 	inline TAknWindowLineLayout List_pane_lines__A_column__Line_1(TInt aCommon1) const		{ return (*(TList_pane_lines__A_column__Line_1_sig*)(GetFunction(EApiId_List_pane_lines__A_column__Line_1)))(aCommon1); }
       
  2808 
       
  2809 	inline TAknWindowLineLayout List_pane_lines__A_column__Line_2() const		{ return (*(TList_pane_lines__A_column__Line_2_sig*)(GetFunction(EApiId_List_pane_lines__A_column__Line_2)))(); }
       
  2810 
       
  2811 	// LAF Table : List pane lines (AB columns)
       
  2812 	inline TAknWindowLineLayout List_pane_lines__AB_columns__Line_1(TInt aCommon1) const		{ return (*(TList_pane_lines__AB_columns__Line_1_sig*)(GetFunction(EApiId_List_pane_lines__AB_columns__Line_1)))(aCommon1); }
       
  2813 
       
  2814 	inline TAknWindowLineLayout List_pane_lines__AB_columns__Line_2() const		{ return (*(TList_pane_lines__AB_columns__Line_2_sig*)(GetFunction(EApiId_List_pane_lines__AB_columns__Line_2)))(); }
       
  2815 
       
  2816 	// LAF Table : List pane lines (BC columns)
       
  2817 	inline TAknWindowLineLayout List_pane_lines__BC_columns__Line_1(TInt aCommon1) const		{ return (*(TList_pane_lines__BC_columns__Line_1_sig*)(GetFunction(EApiId_List_pane_lines__BC_columns__Line_1)))(aCommon1); }
       
  2818 
       
  2819 	inline TAknWindowLineLayout List_pane_lines__BC_columns__Line_2() const		{ return (*(TList_pane_lines__BC_columns__Line_2_sig*)(GetFunction(EApiId_List_pane_lines__BC_columns__Line_2)))(); }
       
  2820 
       
  2821 	// LAF Table : List pane highlight graphics (various)
       
  2822 	inline TAknWindowLineLayout List_pane_highlight_graphics__various__Line_1(const TRect& aParentRect) const		{ return (*(TList_pane_highlight_graphics__various__Line_1_sig*)(GetFunction(EApiId_List_pane_highlight_graphics__various__Line_1)))(aParentRect); }
       
  2823 
       
  2824 	inline TAknWindowLineLayout List_pane_highlight_graphics__various__Line_2(const TRect& aParentRect) const		{ return (*(TList_pane_highlight_graphics__various__Line_2_sig*)(GetFunction(EApiId_List_pane_highlight_graphics__various__Line_2)))(aParentRect); }
       
  2825 
       
  2826 	inline TAknWindowLineLayout List_pane_highlight_graphics__various__Line_3(TInt aIndex_l) const		{ return (*(TList_pane_highlight_graphics__various__Line_3_sig*)(GetFunction(EApiId_List_pane_highlight_graphics__various__Line_3)))(aIndex_l); }
       
  2827 
       
  2828 	inline TAknLayoutTableLimits List_pane_highlight_graphics__various__SUB_TABLE_0_Limits() const		{ return (*(TList_pane_highlight_graphics__various__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_pane_highlight_graphics__various__SUB_TABLE_0_Limits)))(); }
       
  2829 
       
  2830 	inline TAknWindowLineLayout List_pane_highlight_graphics__various__SUB_TABLE_0(TInt aLineIndex, const TRect& aParentRect) const		{ return (*(TList_pane_highlight_graphics__various__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_pane_highlight_graphics__various__SUB_TABLE_0)))(aLineIndex, aParentRect); }
       
  2831 
       
  2832 	// LAF Table : List pane highlight graphics (setting number)
       
  2833 	inline TAknWindowLineLayout List_pane_highlight_graphics__setting_number__Line_1(const TRect& aParentRect) const		{ return (*(TList_pane_highlight_graphics__setting_number__Line_1_sig*)(GetFunction(EApiId_List_pane_highlight_graphics__setting_number__Line_1)))(aParentRect); }
       
  2834 
       
  2835 	inline TAknWindowLineLayout List_pane_highlight_graphics__setting_number__Line_2(const TRect& aParentRect) const		{ return (*(TList_pane_highlight_graphics__setting_number__Line_2_sig*)(GetFunction(EApiId_List_pane_highlight_graphics__setting_number__Line_2)))(aParentRect); }
       
  2836 
       
  2837 	inline TAknWindowLineLayout List_pane_highlight_graphics__setting_number__Line_3() const		{ return (*(TList_pane_highlight_graphics__setting_number__Line_3_sig*)(GetFunction(EApiId_List_pane_highlight_graphics__setting_number__Line_3)))(); }
       
  2838 
       
  2839 	inline TAknLayoutTableLimits List_pane_highlight_graphics__setting_number__SUB_TABLE_0_Limits() const		{ return (*(TList_pane_highlight_graphics__setting_number__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_pane_highlight_graphics__setting_number__SUB_TABLE_0_Limits)))(); }
       
  2840 
       
  2841 	inline TAknWindowLineLayout List_pane_highlight_graphics__setting_number__SUB_TABLE_0(TInt aLineIndex, const TRect& aParentRect) const		{ return (*(TList_pane_highlight_graphics__setting_number__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_pane_highlight_graphics__setting_number__SUB_TABLE_0)))(aLineIndex, aParentRect); }
       
  2842 
       
  2843 	// LAF Table : Find pane elements
       
  2844 	inline TAknWindowLineLayout Find_pane_elements_Line_1() const		{ return (*(TFind_pane_elements_Line_1_sig*)(GetFunction(EApiId_Find_pane_elements_Line_1)))(); }
       
  2845 
       
  2846 	inline TAknWindowLineLayout Find_pane_elements_Line_2() const		{ return (*(TFind_pane_elements_Line_2_sig*)(GetFunction(EApiId_Find_pane_elements_Line_2)))(); }
       
  2847 
       
  2848 	inline TAknWindowLineLayout Find_pane_elements_Line_3() const		{ return (*(TFind_pane_elements_Line_3_sig*)(GetFunction(EApiId_Find_pane_elements_Line_3)))(); }
       
  2849 
       
  2850 	inline TAknWindowLineLayout Find_pane_elements_Line_4() const		{ return (*(TFind_pane_elements_Line_4_sig*)(GetFunction(EApiId_Find_pane_elements_Line_4)))(); }
       
  2851 
       
  2852 	inline TAknWindowLineLayout Find_pane_elements_Line_5() const		{ return (*(TFind_pane_elements_Line_5_sig*)(GetFunction(EApiId_Find_pane_elements_Line_5)))(); }
       
  2853 
       
  2854 	inline TAknLayoutTableLimits Find_pane_elements_Limits() const		{ return (*(TFind_pane_elements_Limits_sig*)(GetFunction(EApiId_Find_pane_elements_Limits)))(); }
       
  2855 
       
  2856 	inline TAknWindowLineLayout Find_pane_elements(TInt aLineIndex) const		{ return (*(TFind_pane_elements_sig*)(GetFunction(EApiId_Find_pane_elements)))(aLineIndex); }
       
  2857 
       
  2858 	// LAF Table : Find pane texts
       
  2859 	inline TAknTextLineLayout Find_pane_texts_Line_1() const		{ return (*(TFind_pane_texts_Line_1_sig*)(GetFunction(EApiId_Find_pane_texts_Line_1)))(); }
       
  2860 
       
  2861 	// LAF Table : Form descendant panes
       
  2862 	inline TAknWindowLineLayout form_field_data_pane(TInt aIndex_t, TInt aIndex_H) const		{ return (*(Tform_field_data_pane_sig*)(GetFunction(EApiId_form_field_data_pane)))(aIndex_t, aIndex_H); }
       
  2863 
       
  2864 	inline TAknWindowLineLayout form_field_data_wide_pane(TInt aIndex_t, TInt aIndex_H) const		{ return (*(Tform_field_data_wide_pane_sig*)(GetFunction(EApiId_form_field_data_wide_pane)))(aIndex_t, aIndex_H); }
       
  2865 
       
  2866 	inline TAknWindowLineLayout form_field_popup_pane(TInt aIndex_t, TInt aIndex_H) const		{ return (*(Tform_field_popup_pane_sig*)(GetFunction(EApiId_form_field_popup_pane)))(aIndex_t, aIndex_H); }
       
  2867 
       
  2868 	inline TAknWindowLineLayout form_field_popup_wide_pane(TInt aIndex_t, TInt aIndex_H) const		{ return (*(Tform_field_popup_wide_pane_sig*)(GetFunction(EApiId_form_field_popup_wide_pane)))(aIndex_t, aIndex_H); }
       
  2869 
       
  2870 	inline TAknWindowLineLayout form_field_slider_pane(TInt aIndex_t, TInt aIndex_H) const		{ return (*(Tform_field_slider_pane_sig*)(GetFunction(EApiId_form_field_slider_pane)))(aIndex_t, aIndex_H); }
       
  2871 
       
  2872 	inline TAknWindowLineLayout form_field_slider_wide_pane(TInt aIndex_t, TInt aIndex_H) const		{ return (*(Tform_field_slider_wide_pane_sig*)(GetFunction(EApiId_form_field_slider_wide_pane)))(aIndex_t, aIndex_H); }
       
  2873 
       
  2874 	inline TAknLayoutTableLimits Form_descendant_panes_Limits() const		{ return (*(TForm_descendant_panes_Limits_sig*)(GetFunction(EApiId_Form_descendant_panes_Limits)))(); }
       
  2875 
       
  2876 	inline TAknWindowLineLayout Form_descendant_panes(TInt aLineIndex, TInt aIndex_t, TInt aIndex_H) const		{ return (*(TForm_descendant_panes_sig*)(GetFunction(EApiId_Form_descendant_panes)))(aLineIndex, aIndex_t, aIndex_H); }
       
  2877 
       
  2878 	// LAF Table : Form data field elements
       
  2879 	inline TAknWindowLineLayout Form_data_field_elements_Line_1(TInt aIndex_H) const		{ return (*(TForm_data_field_elements_Line_1_sig*)(GetFunction(EApiId_Form_data_field_elements_Line_1)))(aIndex_H); }
       
  2880 
       
  2881 	inline TAknWindowLineLayout Form_data_field_elements_Line_2() const		{ return (*(TForm_data_field_elements_Line_2_sig*)(GetFunction(EApiId_Form_data_field_elements_Line_2)))(); }
       
  2882 
       
  2883 	inline TAknWindowLineLayout Form_data_field_elements_Line_3(TInt aIndex_H) const		{ return (*(TForm_data_field_elements_Line_3_sig*)(GetFunction(EApiId_Form_data_field_elements_Line_3)))(aIndex_H); }
       
  2884 
       
  2885 	inline TAknWindowLineLayout Form_data_field_elements_Line_4() const		{ return (*(TForm_data_field_elements_Line_4_sig*)(GetFunction(EApiId_Form_data_field_elements_Line_4)))(); }
       
  2886 
       
  2887 	// LAF Table : Form data field texts
       
  2888 	inline TAknTextLineLayout Form_data_field_texts_Line_1(TInt aCommon1, TInt aIndex_B) const		{ return (*(TForm_data_field_texts_Line_1_sig*)(GetFunction(EApiId_Form_data_field_texts_Line_1)))(aCommon1, aIndex_B); }
       
  2889 
       
  2890 	inline TAknMultiLineTextLayout Multiline_Form_data_field_texts_Line_1(TInt aCommon1, TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Form_data_field_texts_Line_1_sig*)(GetFunction(EApiId_Multiline_Form_data_field_texts_Line_1)))(aCommon1, aNumberOfLinesShown); }
       
  2891 
       
  2892 	inline TAknTextLineLayout Form_data_field_texts_Line_2(TInt aIndex_B) const		{ return (*(TForm_data_field_texts_Line_2_sig*)(GetFunction(EApiId_Form_data_field_texts_Line_2)))(aIndex_B); }
       
  2893 
       
  2894 	inline TAknMultiLineTextLayout Multiline_Form_data_field_texts_Line_2(TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Form_data_field_texts_Line_2_sig*)(GetFunction(EApiId_Multiline_Form_data_field_texts_Line_2)))(aNumberOfLinesShown); }
       
  2895 
       
  2896 	// LAF Table : Form data wide field elements
       
  2897 	inline TAknWindowLineLayout Form_data_wide_field_elements_Line_1(TInt aIndex_H) const		{ return (*(TForm_data_wide_field_elements_Line_1_sig*)(GetFunction(EApiId_Form_data_wide_field_elements_Line_1)))(aIndex_H); }
       
  2898 
       
  2899 	inline TAknWindowLineLayout Form_data_wide_field_elements_Line_2() const		{ return (*(TForm_data_wide_field_elements_Line_2_sig*)(GetFunction(EApiId_Form_data_wide_field_elements_Line_2)))(); }
       
  2900 
       
  2901 	inline TAknWindowLineLayout Form_data_wide_field_elements_Line_3(TInt aIndex_H) const		{ return (*(TForm_data_wide_field_elements_Line_3_sig*)(GetFunction(EApiId_Form_data_wide_field_elements_Line_3)))(aIndex_H); }
       
  2902 
       
  2903 	inline TAknWindowLineLayout Form_data_wide_field_elements_Line_4() const		{ return (*(TForm_data_wide_field_elements_Line_4_sig*)(GetFunction(EApiId_Form_data_wide_field_elements_Line_4)))(); }
       
  2904 
       
  2905 	// LAF Table : Form data wide field texts
       
  2906 	inline TAknTextLineLayout Form_data_wide_field_texts_Line_1() const		{ return (*(TForm_data_wide_field_texts_Line_1_sig*)(GetFunction(EApiId_Form_data_wide_field_texts_Line_1)))(); }
       
  2907 
       
  2908 	inline TAknTextLineLayout Form_data_wide_field_texts_Line_2(TInt aIndex_B) const		{ return (*(TForm_data_wide_field_texts_Line_2_sig*)(GetFunction(EApiId_Form_data_wide_field_texts_Line_2)))(aIndex_B); }
       
  2909 
       
  2910 	inline TAknMultiLineTextLayout Multiline_Form_data_wide_field_texts_Line_2(TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Form_data_wide_field_texts_Line_2_sig*)(GetFunction(EApiId_Multiline_Form_data_wide_field_texts_Line_2)))(aNumberOfLinesShown); }
       
  2911 
       
  2912 	// LAF Table : Form pop-up field elements and descendants
       
  2913 	inline TAknWindowLineLayout Form_pop_up_field_elements_and_descendants_Line_1(TInt aIndex_H) const		{ return (*(TForm_pop_up_field_elements_and_descendants_Line_1_sig*)(GetFunction(EApiId_Form_pop_up_field_elements_and_descendants_Line_1)))(aIndex_H); }
       
  2914 
       
  2915 	inline TAknWindowLineLayout Form_pop_up_field_elements_and_descendants_Line_2() const		{ return (*(TForm_pop_up_field_elements_and_descendants_Line_2_sig*)(GetFunction(EApiId_Form_pop_up_field_elements_and_descendants_Line_2)))(); }
       
  2916 
       
  2917 	inline TAknWindowLineLayout Form_pop_up_field_elements_and_descendants_Line_3(TInt aIndex_H) const		{ return (*(TForm_pop_up_field_elements_and_descendants_Line_3_sig*)(GetFunction(EApiId_Form_pop_up_field_elements_and_descendants_Line_3)))(aIndex_H); }
       
  2918 
       
  2919 	inline TAknWindowLineLayout Form_pop_up_field_elements_and_descendants_Line_4() const		{ return (*(TForm_pop_up_field_elements_and_descendants_Line_4_sig*)(GetFunction(EApiId_Form_pop_up_field_elements_and_descendants_Line_4)))(); }
       
  2920 
       
  2921 	inline TAknWindowLineLayout Form_pop_up_field_elements_and_descendants_Line_5() const		{ return (*(TForm_pop_up_field_elements_and_descendants_Line_5_sig*)(GetFunction(EApiId_Form_pop_up_field_elements_and_descendants_Line_5)))(); }
       
  2922 
       
  2923 	inline TAknWindowLineLayout list_form_pane(TInt aIndex_H) const		{ return (*(Tlist_form_pane_sig*)(GetFunction(EApiId_list_form_pane)))(aIndex_H); }
       
  2924 
       
  2925 	// LAF Table : List pane elements (form pop-up)
       
  2926 	inline TAknWindowLineLayout list_form_graphic_pane(TInt aIndex_t) const		{ return (*(Tlist_form_graphic_pane_sig*)(GetFunction(EApiId_list_form_graphic_pane)))(aIndex_t); }
       
  2927 
       
  2928 	// LAF Table : List pane elements (form graphic)
       
  2929 	inline TAknWindowLineLayout List_pane_elements__form_graphic__Line_1(TInt aIndex_C) const		{ return (*(TList_pane_elements__form_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__form_graphic__Line_1)))(aIndex_C); }
       
  2930 
       
  2931 	inline TAknWindowLineLayout List_pane_elements__form_graphic__Line_2() const		{ return (*(TList_pane_elements__form_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__form_graphic__Line_2)))(); }
       
  2932 
       
  2933 	// LAF Table : List pane texts (form graphic)
       
  2934 	inline TAknTextLineLayout List_pane_texts__form_graphic__Line_1(TInt aIndex_C, TInt aCommon1) const		{ return (*(TList_pane_texts__form_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__form_graphic__Line_1)))(aIndex_C, aCommon1); }
       
  2935 
       
  2936 	// LAF Table : Form pop-up wide field elements and descendants
       
  2937 	inline TAknWindowLineLayout Form_pop_up_wide_field_elements_and_descendants_Line_1(TInt aIndex_H) const		{ return (*(TForm_pop_up_wide_field_elements_and_descendants_Line_1_sig*)(GetFunction(EApiId_Form_pop_up_wide_field_elements_and_descendants_Line_1)))(aIndex_H); }
       
  2938 
       
  2939 	inline TAknWindowLineLayout Form_pop_up_wide_field_elements_and_descendants_Line_2() const		{ return (*(TForm_pop_up_wide_field_elements_and_descendants_Line_2_sig*)(GetFunction(EApiId_Form_pop_up_wide_field_elements_and_descendants_Line_2)))(); }
       
  2940 
       
  2941 	inline TAknWindowLineLayout Form_pop_up_wide_field_elements_and_descendants_Line_3(TInt aIndex_H) const		{ return (*(TForm_pop_up_wide_field_elements_and_descendants_Line_3_sig*)(GetFunction(EApiId_Form_pop_up_wide_field_elements_and_descendants_Line_3)))(aIndex_H); }
       
  2942 
       
  2943 	inline TAknWindowLineLayout Form_pop_up_wide_field_elements_and_descendants_Line_4() const		{ return (*(TForm_pop_up_wide_field_elements_and_descendants_Line_4_sig*)(GetFunction(EApiId_Form_pop_up_wide_field_elements_and_descendants_Line_4)))(); }
       
  2944 
       
  2945 	inline TAknWindowLineLayout Form_pop_up_wide_field_elements_and_descendants_Line_5() const		{ return (*(TForm_pop_up_wide_field_elements_and_descendants_Line_5_sig*)(GetFunction(EApiId_Form_pop_up_wide_field_elements_and_descendants_Line_5)))(); }
       
  2946 
       
  2947 	inline TAknWindowLineLayout list_form_wide_pane(TInt aCommon1, TInt aIndex_H) const		{ return (*(Tlist_form_wide_pane_sig*)(GetFunction(EApiId_list_form_wide_pane)))(aCommon1, aIndex_H); }
       
  2948 
       
  2949 	// LAF Table : List pane elements (form pop-up wide)
       
  2950 	inline TAknWindowLineLayout list_form_graphic_wide_pane(TInt aIndex_t) const		{ return (*(Tlist_form_graphic_wide_pane_sig*)(GetFunction(EApiId_list_form_graphic_wide_pane)))(aIndex_t); }
       
  2951 
       
  2952 	// LAF Table : List pane elements (form graphic wide)
       
  2953 	inline TAknWindowLineLayout List_pane_elements__form_graphic_wide__Line_1(TInt aIndex_C) const		{ return (*(TList_pane_elements__form_graphic_wide__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__form_graphic_wide__Line_1)))(aIndex_C); }
       
  2954 
       
  2955 	inline TAknWindowLineLayout List_pane_elements__form_graphic_wide__Line_2() const		{ return (*(TList_pane_elements__form_graphic_wide__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__form_graphic_wide__Line_2)))(); }
       
  2956 
       
  2957 	// LAF Table : List pane texts (form graphic wide)
       
  2958 	inline TAknTextLineLayout List_pane_texts__form_graphic_wide__Line_1(TInt aIndex_C, TInt aIndex_l, TInt aIndex_r, TInt aIndex_W) const		{ return (*(TList_pane_texts__form_graphic_wide__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__form_graphic_wide__Line_1)))(aIndex_C, aIndex_l, aIndex_r, aIndex_W); }
       
  2959 
       
  2960 	// LAF Table : Form slider field elements and descendants
       
  2961 	inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_1(TInt aIndex_H) const		{ return (*(TForm_slider_field_elements_and_descendants_Line_1_sig*)(GetFunction(EApiId_Form_slider_field_elements_and_descendants_Line_1)))(aIndex_H); }
       
  2962 
       
  2963 	inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_2() const		{ return (*(TForm_slider_field_elements_and_descendants_Line_2_sig*)(GetFunction(EApiId_Form_slider_field_elements_and_descendants_Line_2)))(); }
       
  2964 
       
  2965 	inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_3(TInt aIndex_H) const		{ return (*(TForm_slider_field_elements_and_descendants_Line_3_sig*)(GetFunction(EApiId_Form_slider_field_elements_and_descendants_Line_3)))(aIndex_H); }
       
  2966 
       
  2967 	inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_4() const		{ return (*(TForm_slider_field_elements_and_descendants_Line_4_sig*)(GetFunction(EApiId_Form_slider_field_elements_and_descendants_Line_4)))(); }
       
  2968 
       
  2969 	inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_5() const		{ return (*(TForm_slider_field_elements_and_descendants_Line_5_sig*)(GetFunction(EApiId_Form_slider_field_elements_and_descendants_Line_5)))(); }
       
  2970 
       
  2971 	inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_6(TInt aIndex_t) const		{ return (*(TForm_slider_field_elements_and_descendants_Line_6_sig*)(GetFunction(EApiId_Form_slider_field_elements_and_descendants_Line_6)))(aIndex_t); }
       
  2972 
       
  2973 	// LAF Table : Slider pane elements (form)
       
  2974 	inline TAknWindowLineLayout Slider_pane_elements__form__Line_1() const		{ return (*(TSlider_pane_elements__form__Line_1_sig*)(GetFunction(EApiId_Slider_pane_elements__form__Line_1)))(); }
       
  2975 
       
  2976 	inline TAknWindowLineLayout Slider_pane_elements__form__Line_2() const		{ return (*(TSlider_pane_elements__form__Line_2_sig*)(GetFunction(EApiId_Slider_pane_elements__form__Line_2)))(); }
       
  2977 
       
  2978 	inline TAknLayoutTableLimits Slider_pane_elements__form__Limits() const		{ return (*(TSlider_pane_elements__form__Limits_sig*)(GetFunction(EApiId_Slider_pane_elements__form__Limits)))(); }
       
  2979 
       
  2980 	inline TAknWindowLineLayout Slider_pane_elements__form_(TInt aLineIndex) const		{ return (*(TSlider_pane_elements__form__sig*)(GetFunction(EApiId_Slider_pane_elements__form_)))(aLineIndex); }
       
  2981 
       
  2982 	// LAF Table : Form slider field texts
       
  2983 	inline TAknTextLineLayout Form_slider_field_texts_Line_1() const		{ return (*(TForm_slider_field_texts_Line_1_sig*)(GetFunction(EApiId_Form_slider_field_texts_Line_1)))(); }
       
  2984 
       
  2985 	inline TAknTextLineLayout Form_slider_field_texts_Line_2() const		{ return (*(TForm_slider_field_texts_Line_2_sig*)(GetFunction(EApiId_Form_slider_field_texts_Line_2)))(); }
       
  2986 
       
  2987 	inline TAknTextLineLayout Form_slider_field_texts_Line_3(TInt aCommon1, TInt aIndex_B) const		{ return (*(TForm_slider_field_texts_Line_3_sig*)(GetFunction(EApiId_Form_slider_field_texts_Line_3)))(aCommon1, aIndex_B); }
       
  2988 
       
  2989 	inline TAknMultiLineTextLayout Multiline_Form_slider_field_texts_Line_3(TInt aCommon1, TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Form_slider_field_texts_Line_3_sig*)(GetFunction(EApiId_Multiline_Form_slider_field_texts_Line_3)))(aCommon1, aNumberOfLinesShown); }
       
  2990 
       
  2991 	inline TAknLayoutTableLimits Form_slider_field_texts_SUB_TABLE_0_Limits() const		{ return (*(TForm_slider_field_texts_SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Form_slider_field_texts_SUB_TABLE_0_Limits)))(); }
       
  2992 
       
  2993 	inline TAknTextLineLayout Form_slider_field_texts_SUB_TABLE_0(TInt aLineIndex) const		{ return (*(TForm_slider_field_texts_SUB_TABLE_0_sig*)(GetFunction(EApiId_Form_slider_field_texts_SUB_TABLE_0)))(aLineIndex); }
       
  2994 
       
  2995 	// LAF Table : Form slider field elements and descendants_dup
       
  2996 	inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_1(TInt aIndex_H) const		{ return (*(TForm_slider_field_elements_and_descendants_dup_Line_1_sig*)(GetFunction(EApiId_Form_slider_field_elements_and_descendants_dup_Line_1)))(aIndex_H); }
       
  2997 
       
  2998 	inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_2() const		{ return (*(TForm_slider_field_elements_and_descendants_dup_Line_2_sig*)(GetFunction(EApiId_Form_slider_field_elements_and_descendants_dup_Line_2)))(); }
       
  2999 
       
  3000 	inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_3(TInt aIndex_H) const		{ return (*(TForm_slider_field_elements_and_descendants_dup_Line_3_sig*)(GetFunction(EApiId_Form_slider_field_elements_and_descendants_dup_Line_3)))(aIndex_H); }
       
  3001 
       
  3002 	inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_4() const		{ return (*(TForm_slider_field_elements_and_descendants_dup_Line_4_sig*)(GetFunction(EApiId_Form_slider_field_elements_and_descendants_dup_Line_4)))(); }
       
  3003 
       
  3004 	inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_5() const		{ return (*(TForm_slider_field_elements_and_descendants_dup_Line_5_sig*)(GetFunction(EApiId_Form_slider_field_elements_and_descendants_dup_Line_5)))(); }
       
  3005 
       
  3006 	inline TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_6(TInt aIndex_t) const		{ return (*(TForm_slider_field_elements_and_descendants_dup_Line_6_sig*)(GetFunction(EApiId_Form_slider_field_elements_and_descendants_dup_Line_6)))(aIndex_t); }
       
  3007 
       
  3008 	// LAF Table : Slider pane elements (form)_dup
       
  3009 	inline TAknWindowLineLayout Slider_pane_elements__form__dup_Line_1() const		{ return (*(TSlider_pane_elements__form__dup_Line_1_sig*)(GetFunction(EApiId_Slider_pane_elements__form__dup_Line_1)))(); }
       
  3010 
       
  3011 	inline TAknWindowLineLayout Slider_pane_elements__form__dup_Line_2() const		{ return (*(TSlider_pane_elements__form__dup_Line_2_sig*)(GetFunction(EApiId_Slider_pane_elements__form__dup_Line_2)))(); }
       
  3012 
       
  3013 	inline TAknLayoutTableLimits Slider_pane_elements__form__dup_Limits() const		{ return (*(TSlider_pane_elements__form__dup_Limits_sig*)(GetFunction(EApiId_Slider_pane_elements__form__dup_Limits)))(); }
       
  3014 
       
  3015 	inline TAknWindowLineLayout Slider_pane_elements__form__dup(TInt aLineIndex) const		{ return (*(TSlider_pane_elements__form__dup_sig*)(GetFunction(EApiId_Slider_pane_elements__form__dup)))(aLineIndex); }
       
  3016 
       
  3017 	// LAF Table : Form slider field texts_dup
       
  3018 	inline TAknTextLineLayout Form_slider_field_texts_dup_Line_1() const		{ return (*(TForm_slider_field_texts_dup_Line_1_sig*)(GetFunction(EApiId_Form_slider_field_texts_dup_Line_1)))(); }
       
  3019 
       
  3020 	inline TAknTextLineLayout Form_slider_field_texts_dup_Line_2() const		{ return (*(TForm_slider_field_texts_dup_Line_2_sig*)(GetFunction(EApiId_Form_slider_field_texts_dup_Line_2)))(); }
       
  3021 
       
  3022 	inline TAknTextLineLayout Form_slider_field_texts_dup_Line_3(TInt aCommon1, TInt aIndex_B) const		{ return (*(TForm_slider_field_texts_dup_Line_3_sig*)(GetFunction(EApiId_Form_slider_field_texts_dup_Line_3)))(aCommon1, aIndex_B); }
       
  3023 
       
  3024 	inline TAknMultiLineTextLayout Multiline_Form_slider_field_texts_dup_Line_3(TInt aCommon1, TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Form_slider_field_texts_dup_Line_3_sig*)(GetFunction(EApiId_Multiline_Form_slider_field_texts_dup_Line_3)))(aCommon1, aNumberOfLinesShown); }
       
  3025 
       
  3026 	inline TAknLayoutTableLimits Form_slider_field_texts_dup_SUB_TABLE_0_Limits() const		{ return (*(TForm_slider_field_texts_dup_SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Form_slider_field_texts_dup_SUB_TABLE_0_Limits)))(); }
       
  3027 
       
  3028 	inline TAknTextLineLayout Form_slider_field_texts_dup_SUB_TABLE_0(TInt aLineIndex) const		{ return (*(TForm_slider_field_texts_dup_SUB_TABLE_0_sig*)(GetFunction(EApiId_Form_slider_field_texts_dup_SUB_TABLE_0)))(aLineIndex); }
       
  3029 
       
  3030 	// LAF Table : Cursor graphics (13)
       
  3031 	inline TAknWindowLineLayout Cursor_graphics__13__Line_1() const		{ return (*(TCursor_graphics__13__Line_1_sig*)(GetFunction(EApiId_Cursor_graphics__13__Line_1)))(); }
       
  3032 
       
  3033 	// LAF Table : Predictive text input graphics (13)
       
  3034 	inline TAknWindowLineLayout Predictive_text_input_graphics__13__Line_1() const		{ return (*(TPredictive_text_input_graphics__13__Line_1_sig*)(GetFunction(EApiId_Predictive_text_input_graphics__13__Line_1)))(); }
       
  3035 
       
  3036 	inline TAknWindowLineLayout Predictive_text_input_graphics__13__Line_2() const		{ return (*(TPredictive_text_input_graphics__13__Line_2_sig*)(GetFunction(EApiId_Predictive_text_input_graphics__13__Line_2)))(); }
       
  3037 
       
  3038 	inline TAknLayoutTableLimits Predictive_text_input_graphics__13__Limits() const		{ return (*(TPredictive_text_input_graphics__13__Limits_sig*)(GetFunction(EApiId_Predictive_text_input_graphics__13__Limits)))(); }
       
  3039 
       
  3040 	inline TAknWindowLineLayout Predictive_text_input_graphics__13_(TInt aLineIndex) const		{ return (*(TPredictive_text_input_graphics__13__sig*)(GetFunction(EApiId_Predictive_text_input_graphics__13_)))(aLineIndex); }
       
  3041 
       
  3042 	// LAF Table : Cut copy and paste highlight graphics (13)
       
  3043 	inline TAknWindowLineLayout Cut_copy_and_paste_highlight_graphics__13__Line_1() const		{ return (*(TCut_copy_and_paste_highlight_graphics__13__Line_1_sig*)(GetFunction(EApiId_Cut_copy_and_paste_highlight_graphics__13__Line_1)))(); }
       
  3044 
       
  3045 	// LAF Table : Time and date entry graphics (13)
       
  3046 	inline TAknWindowLineLayout Time_and_date_entry_graphics__13__Line_1() const		{ return (*(TTime_and_date_entry_graphics__13__Line_1_sig*)(GetFunction(EApiId_Time_and_date_entry_graphics__13__Line_1)))(); }
       
  3047 
       
  3048 	// LAF Table : Cursor graphics (12)
       
  3049 	inline TAknWindowLineLayout Cursor_graphics__12__Line_1() const		{ return (*(TCursor_graphics__12__Line_1_sig*)(GetFunction(EApiId_Cursor_graphics__12__Line_1)))(); }
       
  3050 
       
  3051 	// LAF Table : Predictive text input graphics (12)
       
  3052 	inline TAknWindowLineLayout Predictive_text_input_graphics__12__Line_1() const		{ return (*(TPredictive_text_input_graphics__12__Line_1_sig*)(GetFunction(EApiId_Predictive_text_input_graphics__12__Line_1)))(); }
       
  3053 
       
  3054 	inline TAknWindowLineLayout Predictive_text_input_graphics__12__Line_2() const		{ return (*(TPredictive_text_input_graphics__12__Line_2_sig*)(GetFunction(EApiId_Predictive_text_input_graphics__12__Line_2)))(); }
       
  3055 
       
  3056 	inline TAknLayoutTableLimits Predictive_text_input_graphics__12__Limits() const		{ return (*(TPredictive_text_input_graphics__12__Limits_sig*)(GetFunction(EApiId_Predictive_text_input_graphics__12__Limits)))(); }
       
  3057 
       
  3058 	inline TAknWindowLineLayout Predictive_text_input_graphics__12_(TInt aLineIndex) const		{ return (*(TPredictive_text_input_graphics__12__sig*)(GetFunction(EApiId_Predictive_text_input_graphics__12_)))(aLineIndex); }
       
  3059 
       
  3060 	// LAF Table : Cut copy and paste highlight graphics (12)
       
  3061 	inline TAknWindowLineLayout Cut_copy_and_paste_highlight_graphics__12__Line_1() const		{ return (*(TCut_copy_and_paste_highlight_graphics__12__Line_1_sig*)(GetFunction(EApiId_Cut_copy_and_paste_highlight_graphics__12__Line_1)))(); }
       
  3062 
       
  3063 	// LAF Table : Time and date entry graphics (12)
       
  3064 	inline TAknWindowLineLayout Time_and_date_entry_graphics__12__Line_1() const		{ return (*(TTime_and_date_entry_graphics__12__Line_1_sig*)(GetFunction(EApiId_Time_and_date_entry_graphics__12__Line_1)))(); }
       
  3065 
       
  3066 	// LAF Table : AVKON specific list pane
       
  3067 	inline TAknWindowLineLayout list_set_graphic_pane(TInt aIndex_t) const		{ return (*(Tlist_set_graphic_pane_sig*)(GetFunction(EApiId_list_set_graphic_pane)))(aIndex_t); }
       
  3068 
       
  3069 	// LAF Table : List pane elements (set graphic)
       
  3070 	inline TAknWindowLineLayout List_pane_elements__set_graphic__Line_1(TInt aIndex_C) const		{ return (*(TList_pane_elements__set_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__set_graphic__Line_1)))(aIndex_C); }
       
  3071 
       
  3072 	inline TAknWindowLineLayout List_pane_elements__set_graphic__Line_2() const		{ return (*(TList_pane_elements__set_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__set_graphic__Line_2)))(); }
       
  3073 
       
  3074 	inline TAknWindowLineLayout List_pane_elements__set_graphic__Line_3() const		{ return (*(TList_pane_elements__set_graphic__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__set_graphic__Line_3)))(); }
       
  3075 
       
  3076 	inline TAknLayoutTableLimits List_pane_elements__set_graphic__SUB_TABLE_0_Limits() const		{ return (*(TList_pane_elements__set_graphic__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_pane_elements__set_graphic__SUB_TABLE_0_Limits)))(); }
       
  3077 
       
  3078 	inline TAknWindowLineLayout List_pane_elements__set_graphic__SUB_TABLE_0(TInt aLineIndex) const		{ return (*(TList_pane_elements__set_graphic__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_pane_elements__set_graphic__SUB_TABLE_0)))(aLineIndex); }
       
  3079 
       
  3080 	// LAF Table : List pane texts (set graphic)
       
  3081 	inline TAknTextLineLayout List_pane_texts__set_graphic__Line_1(TInt aIndex_C, TInt aIndex_l, TInt aIndex_W) const		{ return (*(TList_pane_texts__set_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__set_graphic__Line_1)))(aIndex_C, aIndex_l, aIndex_W); }
       
  3082 
       
  3083 	// LAF Table : Application grid descendant
       
  3084 	inline TAknWindowLineLayout Application_grid_descendant_Line_1(TInt aIndex_l, TInt aIndex_t) const		{ return (*(TApplication_grid_descendant_Line_1_sig*)(GetFunction(EApiId_Application_grid_descendant_Line_1)))(aIndex_l, aIndex_t); }
       
  3085 
       
  3086 	// LAF Table : Cell pane elements (app)
       
  3087 	inline TAknWindowLineLayout Cell_pane_elements__app__Line_1() const		{ return (*(TCell_pane_elements__app__Line_1_sig*)(GetFunction(EApiId_Cell_pane_elements__app__Line_1)))(); }
       
  3088 
       
  3089 	inline TAknWindowLineLayout Cell_pane_elements__app__Line_2() const		{ return (*(TCell_pane_elements__app__Line_2_sig*)(GetFunction(EApiId_Cell_pane_elements__app__Line_2)))(); }
       
  3090 
       
  3091 	inline TAknLayoutTableLimits Cell_pane_elements__app__Limits() const		{ return (*(TCell_pane_elements__app__Limits_sig*)(GetFunction(EApiId_Cell_pane_elements__app__Limits)))(); }
       
  3092 
       
  3093 	inline TAknWindowLineLayout Cell_pane_elements__app_(TInt aLineIndex) const		{ return (*(TCell_pane_elements__app__sig*)(GetFunction(EApiId_Cell_pane_elements__app_)))(aLineIndex); }
       
  3094 
       
  3095 	// LAF Table : Cell pane texts (app)
       
  3096 	inline TAknTextLineLayout Cell_pane_texts__app__Line_1() const		{ return (*(TCell_pane_texts__app__Line_1_sig*)(GetFunction(EApiId_Cell_pane_texts__app__Line_1)))(); }
       
  3097 
       
  3098 	// LAF Table : Cell pane highlight elements (various)
       
  3099 	inline TAknWindowLineLayout Cell_pane_highlight_elements__various__Line_1(const TRect& aParentRect) const		{ return (*(TCell_pane_highlight_elements__various__Line_1_sig*)(GetFunction(EApiId_Cell_pane_highlight_elements__various__Line_1)))(aParentRect); }
       
  3100 
       
  3101 	// LAF Table : Wallpaper pane element
       
  3102 	inline TAknWindowLineLayout Wallpaper_pane_element_Line_1(const TRect& aParentRect) const		{ return (*(TWallpaper_pane_element_Line_1_sig*)(GetFunction(EApiId_Wallpaper_pane_element_Line_1)))(aParentRect); }
       
  3103 
       
  3104 	// LAF Table : Indicator pane elements
       
  3105 	inline TAknWindowLineLayout Indicator_pane_elements_Line_1() const		{ return (*(TIndicator_pane_elements_Line_1_sig*)(GetFunction(EApiId_Indicator_pane_elements_Line_1)))(); }
       
  3106 
       
  3107 	// LAF Table : Soft indicator pane elements
       
  3108 	inline TAknWindowLineLayout Soft_indicator_pane_elements_Line_1(const TRect& aParentRect, TInt aIndex_t, TInt aIndex_H) const		{ return (*(TSoft_indicator_pane_elements_Line_1_sig*)(GetFunction(EApiId_Soft_indicator_pane_elements_Line_1)))(aParentRect, aIndex_t, aIndex_H); }
       
  3109 
       
  3110 	// LAF Table : Soft indicator pane texts
       
  3111 	inline TAknTextLineLayout Soft_indicator_pane_texts_Line_1(TInt aIndex_B) const		{ return (*(TSoft_indicator_pane_texts_Line_1_sig*)(GetFunction(EApiId_Soft_indicator_pane_texts_Line_1)))(aIndex_B); }
       
  3112 
       
  3113 	inline TAknMultiLineTextLayout Multiline_Soft_indicator_pane_texts_Line_1(TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Soft_indicator_pane_texts_Line_1_sig*)(GetFunction(EApiId_Multiline_Soft_indicator_pane_texts_Line_1)))(aNumberOfLinesShown); }
       
  3114 
       
  3115 	// LAF Table : Idle power save state descendant
       
  3116 	inline TAknWindowLineLayout power_save_pane(TInt aIndex_t) const		{ return (*(Tpower_save_pane_sig*)(GetFunction(EApiId_power_save_pane)))(aIndex_t); }
       
  3117 
       
  3118 	// LAF Table : Power save pane descendants
       
  3119 	inline TAknWindowLineLayout Power_save_pane_descendants_Line_1() const		{ return (*(TPower_save_pane_descendants_Line_1_sig*)(GetFunction(EApiId_Power_save_pane_descendants_Line_1)))(); }
       
  3120 
       
  3121 	inline TAknWindowLineLayout Power_save_pane_descendants_Line_2() const		{ return (*(TPower_save_pane_descendants_Line_2_sig*)(GetFunction(EApiId_Power_save_pane_descendants_Line_2)))(); }
       
  3122 
       
  3123 	inline TAknWindowLineLayout Power_save_pane_descendants_Line_3() const		{ return (*(TPower_save_pane_descendants_Line_3_sig*)(GetFunction(EApiId_Power_save_pane_descendants_Line_3)))(); }
       
  3124 
       
  3125 	inline TAknLayoutTableLimits Power_save_pane_descendants_Limits() const		{ return (*(TPower_save_pane_descendants_Limits_sig*)(GetFunction(EApiId_Power_save_pane_descendants_Limits)))(); }
       
  3126 
       
  3127 	inline TAknWindowLineLayout Power_save_pane_descendants(TInt aLineIndex) const		{ return (*(TPower_save_pane_descendants_sig*)(GetFunction(EApiId_Power_save_pane_descendants)))(aLineIndex); }
       
  3128 
       
  3129 	// LAF Table : Idle power save state texts
       
  3130 	inline TAknTextLineLayout Idle_power_save_state_texts_Line_1() const		{ return (*(TIdle_power_save_state_texts_Line_1_sig*)(GetFunction(EApiId_Idle_power_save_state_texts_Line_1)))(); }
       
  3131 
       
  3132 	inline TAknTextLineLayout Idle_power_save_state_texts_Line_2() const		{ return (*(TIdle_power_save_state_texts_Line_2_sig*)(GetFunction(EApiId_Idle_power_save_state_texts_Line_2)))(); }
       
  3133 
       
  3134 	inline TAknTextLineLayout Idle_power_save_state_texts_Line_3() const		{ return (*(TIdle_power_save_state_texts_Line_3_sig*)(GetFunction(EApiId_Idle_power_save_state_texts_Line_3)))(); }
       
  3135 
       
  3136 	inline TAknTextLineLayout Idle_power_save_state_texts_Line_4() const		{ return (*(TIdle_power_save_state_texts_Line_4_sig*)(GetFunction(EApiId_Idle_power_save_state_texts_Line_4)))(); }
       
  3137 
       
  3138 	inline TAknLayoutTableLimits Idle_power_save_state_texts_Limits() const		{ return (*(TIdle_power_save_state_texts_Limits_sig*)(GetFunction(EApiId_Idle_power_save_state_texts_Limits)))(); }
       
  3139 
       
  3140 	inline TAknTextLineLayout Idle_power_save_state_texts(TInt aLineIndex) const		{ return (*(TIdle_power_save_state_texts_sig*)(GetFunction(EApiId_Idle_power_save_state_texts)))(aLineIndex); }
       
  3141 
       
  3142 	// LAF Table : Application selection grid elements
       
  3143 	inline TAknWindowLineLayout grid_app_pane() const		{ return (*(Tgrid_app_pane_sig*)(GetFunction(EApiId_grid_app_pane)))(); }
       
  3144 
       
  3145 	// LAF Table : Empty list texts
       
  3146 	inline TAknTextLineLayout Empty_list_texts_Line_1(TInt aIndex_B) const		{ return (*(TEmpty_list_texts_Line_1_sig*)(GetFunction(EApiId_Empty_list_texts_Line_1)))(aIndex_B); }
       
  3147 
       
  3148 	inline TAknMultiLineTextLayout Multiline_Empty_list_texts_Line_1(TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Empty_list_texts_Line_1_sig*)(GetFunction(EApiId_Multiline_Empty_list_texts_Line_1)))(aNumberOfLinesShown); }
       
  3149 
       
  3150 	// LAF Table : Empty list texts (find)
       
  3151 	inline TAknTextLineLayout Empty_list_texts__find__Line_1(TInt aIndex_B) const		{ return (*(TEmpty_list_texts__find__Line_1_sig*)(GetFunction(EApiId_Empty_list_texts__find__Line_1)))(aIndex_B); }
       
  3152 
       
  3153 	inline TAknMultiLineTextLayout Multiline_Empty_list_texts__find__Line_1(TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Empty_list_texts__find__Line_1_sig*)(GetFunction(EApiId_Multiline_Empty_list_texts__find__Line_1)))(aNumberOfLinesShown); }
       
  3154 
       
  3155 	// LAF Table : List pane elements and descendants (settings edited)
       
  3156 	inline TAknWindowLineLayout List_pane_elements_and_descendants__settings_edited__Line_1() const		{ return (*(TList_pane_elements_and_descendants__settings_edited__Line_1_sig*)(GetFunction(EApiId_List_pane_elements_and_descendants__settings_edited__Line_1)))(); }
       
  3157 
       
  3158 	inline TAknWindowLineLayout List_pane_elements_and_descendants__settings_edited__Line_2() const		{ return (*(TList_pane_elements_and_descendants__settings_edited__Line_2_sig*)(GetFunction(EApiId_List_pane_elements_and_descendants__settings_edited__Line_2)))(); }
       
  3159 
       
  3160 	inline TAknWindowLineLayout list_set_pane(TInt aCommon1) const		{ return (*(Tlist_set_pane_sig*)(GetFunction(EApiId_list_set_pane)))(aCommon1); }
       
  3161 
       
  3162 	inline TAknWindowLineLayout List_pane_elements_and_descendants__settings_edited__Line_4() const		{ return (*(TList_pane_elements_and_descendants__settings_edited__Line_4_sig*)(GetFunction(EApiId_List_pane_elements_and_descendants__settings_edited__Line_4)))(); }
       
  3163 
       
  3164 	inline TAknWindowLineLayout setting_volume_pane() const		{ return (*(Tsetting_volume_pane_sig*)(GetFunction(EApiId_setting_volume_pane)))(); }
       
  3165 
       
  3166 	inline TAknWindowLineLayout setting_slider_pane() const		{ return (*(Tsetting_slider_pane_sig*)(GetFunction(EApiId_setting_slider_pane)))(); }
       
  3167 
       
  3168 	inline TAknWindowLineLayout setting_slider_graphic_pane() const		{ return (*(Tsetting_slider_graphic_pane_sig*)(GetFunction(EApiId_setting_slider_graphic_pane)))(); }
       
  3169 
       
  3170 	inline TAknWindowLineLayout setting_text_pane() const		{ return (*(Tsetting_text_pane_sig*)(GetFunction(EApiId_setting_text_pane)))(); }
       
  3171 
       
  3172 	inline TAknWindowLineLayout setting_code_pane() const		{ return (*(Tsetting_code_pane_sig*)(GetFunction(EApiId_setting_code_pane)))(); }
       
  3173 
       
  3174 	// LAF Table : Setting item texts
       
  3175 	inline TAknTextLineLayout Setting_item_texts_Line_1() const		{ return (*(TSetting_item_texts_Line_1_sig*)(GetFunction(EApiId_Setting_item_texts_Line_1)))(); }
       
  3176 
       
  3177 	inline TAknTextLineLayout Setting_item_texts_Line_2(TInt aCommon1) const		{ return (*(TSetting_item_texts_Line_2_sig*)(GetFunction(EApiId_Setting_item_texts_Line_2)))(aCommon1); }
       
  3178 
       
  3179 	// LAF Table : Setting volume pane elements
       
  3180 	inline TAknWindowLineLayout Setting_volume_pane_elements_Line_1() const		{ return (*(TSetting_volume_pane_elements_Line_1_sig*)(GetFunction(EApiId_Setting_volume_pane_elements_Line_1)))(); }
       
  3181 
       
  3182 	inline TAknWindowLineLayout Setting_volume_pane_elements_Line_2(TInt aIndex_C) const		{ return (*(TSetting_volume_pane_elements_Line_2_sig*)(GetFunction(EApiId_Setting_volume_pane_elements_Line_2)))(aIndex_C); }
       
  3183 
       
  3184 	inline TAknWindowLineLayout Setting_volume_pane_elements_Line_3(TInt aIndex_C) const		{ return (*(TSetting_volume_pane_elements_Line_3_sig*)(GetFunction(EApiId_Setting_volume_pane_elements_Line_3)))(aIndex_C); }
       
  3185 
       
  3186 	inline TAknWindowLineLayout Setting_volume_pane_elements_Line_4(TInt aIndex_C) const		{ return (*(TSetting_volume_pane_elements_Line_4_sig*)(GetFunction(EApiId_Setting_volume_pane_elements_Line_4)))(aIndex_C); }
       
  3187 
       
  3188 	inline TAknWindowLineLayout Setting_volume_pane_elements_Line_5(TInt aIndex_C) const		{ return (*(TSetting_volume_pane_elements_Line_5_sig*)(GetFunction(EApiId_Setting_volume_pane_elements_Line_5)))(aIndex_C); }
       
  3189 
       
  3190 	inline TAknWindowLineLayout Setting_volume_pane_elements_Line_6(TInt aIndex_C) const		{ return (*(TSetting_volume_pane_elements_Line_6_sig*)(GetFunction(EApiId_Setting_volume_pane_elements_Line_6)))(aIndex_C); }
       
  3191 
       
  3192 	inline TAknWindowLineLayout Setting_volume_pane_elements_Line_7(TInt aIndex_C) const		{ return (*(TSetting_volume_pane_elements_Line_7_sig*)(GetFunction(EApiId_Setting_volume_pane_elements_Line_7)))(aIndex_C); }
       
  3193 
       
  3194 	inline TAknWindowLineLayout Setting_volume_pane_elements_Line_8(TInt aIndex_C) const		{ return (*(TSetting_volume_pane_elements_Line_8_sig*)(GetFunction(EApiId_Setting_volume_pane_elements_Line_8)))(aIndex_C); }
       
  3195 
       
  3196 	inline TAknWindowLineLayout Setting_volume_pane_elements_Line_9(TInt aIndex_C) const		{ return (*(TSetting_volume_pane_elements_Line_9_sig*)(GetFunction(EApiId_Setting_volume_pane_elements_Line_9)))(aIndex_C); }
       
  3197 
       
  3198 	inline TAknWindowLineLayout Setting_volume_pane_elements_Line_10(TInt aIndex_C) const		{ return (*(TSetting_volume_pane_elements_Line_10_sig*)(GetFunction(EApiId_Setting_volume_pane_elements_Line_10)))(aIndex_C); }
       
  3199 
       
  3200 	inline TAknWindowLineLayout Setting_volume_pane_elements_Line_11(TInt aIndex_C) const		{ return (*(TSetting_volume_pane_elements_Line_11_sig*)(GetFunction(EApiId_Setting_volume_pane_elements_Line_11)))(aIndex_C); }
       
  3201 
       
  3202 	inline TAknLayoutTableLimits Setting_volume_pane_elements_SUB_TABLE_0_Limits() const		{ return (*(TSetting_volume_pane_elements_SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Setting_volume_pane_elements_SUB_TABLE_0_Limits)))(); }
       
  3203 
       
  3204 	inline TAknWindowLineLayout Setting_volume_pane_elements_SUB_TABLE_0(TInt aLineIndex, TInt aIndex_C) const		{ return (*(TSetting_volume_pane_elements_SUB_TABLE_0_sig*)(GetFunction(EApiId_Setting_volume_pane_elements_SUB_TABLE_0)))(aLineIndex, aIndex_C); }
       
  3205 
       
  3206 	// LAF Table : Setting slider pane elements and descendants
       
  3207 	inline TAknWindowLineLayout Setting_slider_pane_elements_and_descendants_Line_1() const		{ return (*(TSetting_slider_pane_elements_and_descendants_Line_1_sig*)(GetFunction(EApiId_Setting_slider_pane_elements_and_descendants_Line_1)))(); }
       
  3208 
       
  3209 	inline TAknWindowLineLayout Setting_slider_pane_elements_and_descendants_Line_2() const		{ return (*(TSetting_slider_pane_elements_and_descendants_Line_2_sig*)(GetFunction(EApiId_Setting_slider_pane_elements_and_descendants_Line_2)))(); }
       
  3210 
       
  3211 	inline TAknLayoutTableLimits Setting_slider_pane_elements_and_descendants_Limits() const		{ return (*(TSetting_slider_pane_elements_and_descendants_Limits_sig*)(GetFunction(EApiId_Setting_slider_pane_elements_and_descendants_Limits)))(); }
       
  3212 
       
  3213 	inline TAknWindowLineLayout Setting_slider_pane_elements_and_descendants(TInt aLineIndex) const		{ return (*(TSetting_slider_pane_elements_and_descendants_sig*)(GetFunction(EApiId_Setting_slider_pane_elements_and_descendants)))(aLineIndex); }
       
  3214 
       
  3215 	// LAF Table : Slider pane elements
       
  3216 	inline TAknWindowLineLayout Slider_pane_elements_Line_1() const		{ return (*(TSlider_pane_elements_Line_1_sig*)(GetFunction(EApiId_Slider_pane_elements_Line_1)))(); }
       
  3217 
       
  3218 	inline TAknWindowLineLayout Slider_pane_elements_Line_2() const		{ return (*(TSlider_pane_elements_Line_2_sig*)(GetFunction(EApiId_Slider_pane_elements_Line_2)))(); }
       
  3219 
       
  3220 	inline TAknLayoutTableLimits Slider_pane_elements_Limits() const		{ return (*(TSlider_pane_elements_Limits_sig*)(GetFunction(EApiId_Slider_pane_elements_Limits)))(); }
       
  3221 
       
  3222 	inline TAknWindowLineLayout Slider_pane_elements(TInt aLineIndex) const		{ return (*(TSlider_pane_elements_sig*)(GetFunction(EApiId_Slider_pane_elements)))(aLineIndex); }
       
  3223 
       
  3224 	// LAF Table : Slider texts (set)
       
  3225 	inline TAknTextLineLayout Slider_texts__set__Line_1() const		{ return (*(TSlider_texts__set__Line_1_sig*)(GetFunction(EApiId_Slider_texts__set__Line_1)))(); }
       
  3226 
       
  3227 	inline TAknTextLineLayout Slider_texts__set__Line_2(TInt aCommon1) const		{ return (*(TSlider_texts__set__Line_2_sig*)(GetFunction(EApiId_Slider_texts__set__Line_2)))(aCommon1); }
       
  3228 
       
  3229 	inline TAknMultiLineTextLayout Multiline_Slider_texts__set__Line_2(TInt aCommon1, TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Slider_texts__set__Line_2_sig*)(GetFunction(EApiId_Multiline_Slider_texts__set__Line_2)))(aCommon1, aNumberOfLinesShown); }
       
  3230 
       
  3231 	// LAF Table : Setting slider pane (graphic) elements and descendants
       
  3232 	inline TAknWindowLineLayout Setting_slider_pane__graphic__elements_and_descendants_Line_1() const		{ return (*(TSetting_slider_pane__graphic__elements_and_descendants_Line_1_sig*)(GetFunction(EApiId_Setting_slider_pane__graphic__elements_and_descendants_Line_1)))(); }
       
  3233 
       
  3234 	inline TAknWindowLineLayout Setting_slider_pane__graphic__elements_and_descendants_Line_2() const		{ return (*(TSetting_slider_pane__graphic__elements_and_descendants_Line_2_sig*)(GetFunction(EApiId_Setting_slider_pane__graphic__elements_and_descendants_Line_2)))(); }
       
  3235 
       
  3236 	inline TAknWindowLineLayout Setting_slider_pane__graphic__elements_and_descendants_Line_3() const		{ return (*(TSetting_slider_pane__graphic__elements_and_descendants_Line_3_sig*)(GetFunction(EApiId_Setting_slider_pane__graphic__elements_and_descendants_Line_3)))(); }
       
  3237 
       
  3238 	inline TAknLayoutTableLimits Setting_slider_pane__graphic__elements_and_descendants_Limits() const		{ return (*(TSetting_slider_pane__graphic__elements_and_descendants_Limits_sig*)(GetFunction(EApiId_Setting_slider_pane__graphic__elements_and_descendants_Limits)))(); }
       
  3239 
       
  3240 	inline TAknWindowLineLayout Setting_slider_pane__graphic__elements_and_descendants(TInt aLineIndex) const		{ return (*(TSetting_slider_pane__graphic__elements_and_descendants_sig*)(GetFunction(EApiId_Setting_slider_pane__graphic__elements_and_descendants)))(aLineIndex); }
       
  3241 
       
  3242 	// LAF Table : Slider with graphic texts (set)
       
  3243 	inline TAknTextLineLayout Slider_with_graphic_texts__set__Line_1(TInt aCommon1) const		{ return (*(TSlider_with_graphic_texts__set__Line_1_sig*)(GetFunction(EApiId_Slider_with_graphic_texts__set__Line_1)))(aCommon1); }
       
  3244 
       
  3245 	inline TAknMultiLineTextLayout Multiline_Slider_with_graphic_texts__set__Line_1(TInt aCommon1, TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Slider_with_graphic_texts__set__Line_1_sig*)(GetFunction(EApiId_Multiline_Slider_with_graphic_texts__set__Line_1)))(aCommon1, aNumberOfLinesShown); }
       
  3246 
       
  3247 	// LAF Table : Setting text pane elements
       
  3248 	inline TAknWindowLineLayout Setting_text_pane_elements_Line_1() const		{ return (*(TSetting_text_pane_elements_Line_1_sig*)(GetFunction(EApiId_Setting_text_pane_elements_Line_1)))(); }
       
  3249 
       
  3250 	inline TAknWindowLineLayout Setting_text_pane_elements_Line_2() const		{ return (*(TSetting_text_pane_elements_Line_2_sig*)(GetFunction(EApiId_Setting_text_pane_elements_Line_2)))(); }
       
  3251 
       
  3252 	inline TAknWindowLineLayout Setting_text_pane_elements_Line_3() const		{ return (*(TSetting_text_pane_elements_Line_3_sig*)(GetFunction(EApiId_Setting_text_pane_elements_Line_3)))(); }
       
  3253 
       
  3254 	inline TAknWindowLineLayout Setting_text_pane_elements_Line_4() const		{ return (*(TSetting_text_pane_elements_Line_4_sig*)(GetFunction(EApiId_Setting_text_pane_elements_Line_4)))(); }
       
  3255 
       
  3256 	inline TAknLayoutTableLimits Setting_text_pane_elements_Limits() const		{ return (*(TSetting_text_pane_elements_Limits_sig*)(GetFunction(EApiId_Setting_text_pane_elements_Limits)))(); }
       
  3257 
       
  3258 	inline TAknWindowLineLayout Setting_text_pane_elements(TInt aLineIndex) const		{ return (*(TSetting_text_pane_elements_sig*)(GetFunction(EApiId_Setting_text_pane_elements)))(aLineIndex); }
       
  3259 
       
  3260 	// LAF Table : Setting text pane texts
       
  3261 	inline TAknTextLineLayout Setting_text_pane_texts_Line_1(TInt aIndex_B, TInt aIndex_J) const		{ return (*(TSetting_text_pane_texts_Line_1_sig*)(GetFunction(EApiId_Setting_text_pane_texts_Line_1)))(aIndex_B, aIndex_J); }
       
  3262 
       
  3263 	inline TAknMultiLineTextLayout Multiline_Setting_text_pane_texts_Line_1(TInt aIndex_J, TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Setting_text_pane_texts_Line_1_sig*)(GetFunction(EApiId_Multiline_Setting_text_pane_texts_Line_1)))(aIndex_J, aNumberOfLinesShown); }
       
  3264 
       
  3265 	// LAF Table : Code time and date entry pane elements
       
  3266 	inline TAknWindowLineLayout Code_time_and_date_entry_pane_elements_Line_1() const		{ return (*(TCode_time_and_date_entry_pane_elements_Line_1_sig*)(GetFunction(EApiId_Code_time_and_date_entry_pane_elements_Line_1)))(); }
       
  3267 
       
  3268 	inline TAknWindowLineLayout Code_time_and_date_entry_pane_elements_Line_2() const		{ return (*(TCode_time_and_date_entry_pane_elements_Line_2_sig*)(GetFunction(EApiId_Code_time_and_date_entry_pane_elements_Line_2)))(); }
       
  3269 
       
  3270 	inline TAknWindowLineLayout Code_time_and_date_entry_pane_elements_Line_3() const		{ return (*(TCode_time_and_date_entry_pane_elements_Line_3_sig*)(GetFunction(EApiId_Code_time_and_date_entry_pane_elements_Line_3)))(); }
       
  3271 
       
  3272 	inline TAknLayoutTableLimits Code_time_and_date_entry_pane_elements_Limits() const		{ return (*(TCode_time_and_date_entry_pane_elements_Limits_sig*)(GetFunction(EApiId_Code_time_and_date_entry_pane_elements_Limits)))(); }
       
  3273 
       
  3274 	inline TAknWindowLineLayout Code_time_and_date_entry_pane_elements(TInt aLineIndex) const		{ return (*(TCode_time_and_date_entry_pane_elements_sig*)(GetFunction(EApiId_Code_time_and_date_entry_pane_elements)))(aLineIndex); }
       
  3275 
       
  3276 	// LAF Table : Code time and date entry pane texts
       
  3277 	inline TAknTextLineLayout Code_time_and_date_entry_pane_texts_Line_1() const		{ return (*(TCode_time_and_date_entry_pane_texts_Line_1_sig*)(GetFunction(EApiId_Code_time_and_date_entry_pane_texts_Line_1)))(); }
       
  3278 
       
  3279 	// LAF Table : Control pane elements
       
  3280 	inline TAknWindowLineLayout Control_pane_elements_Line_1() const		{ return (*(TControl_pane_elements_Line_1_sig*)(GetFunction(EApiId_Control_pane_elements_Line_1)))(); }
       
  3281 
       
  3282 	inline TAknWindowLineLayout Control_pane_elements_Line_2() const		{ return (*(TControl_pane_elements_Line_2_sig*)(GetFunction(EApiId_Control_pane_elements_Line_2)))(); }
       
  3283 
       
  3284 	inline TAknWindowLineLayout Control_pane_elements_Line_3() const		{ return (*(TControl_pane_elements_Line_3_sig*)(GetFunction(EApiId_Control_pane_elements_Line_3)))(); }
       
  3285 
       
  3286 	inline TAknWindowLineLayout Control_pane_elements_Line_4() const		{ return (*(TControl_pane_elements_Line_4_sig*)(GetFunction(EApiId_Control_pane_elements_Line_4)))(); }
       
  3287 
       
  3288 	inline TAknLayoutTableLimits Control_pane_elements_Limits() const		{ return (*(TControl_pane_elements_Limits_sig*)(GetFunction(EApiId_Control_pane_elements_Limits)))(); }
       
  3289 
       
  3290 	inline TAknWindowLineLayout Control_pane_elements(TInt aLineIndex) const		{ return (*(TControl_pane_elements_sig*)(GetFunction(EApiId_Control_pane_elements)))(aLineIndex); }
       
  3291 
       
  3292 	// LAF Table : Control pane texts
       
  3293 	inline TAknTextLineLayout Control_pane_texts_Line_1() const		{ return (*(TControl_pane_texts_Line_1_sig*)(GetFunction(EApiId_Control_pane_texts_Line_1)))(); }
       
  3294 
       
  3295 	inline TAknTextLineLayout Control_pane_texts_Line_2() const		{ return (*(TControl_pane_texts_Line_2_sig*)(GetFunction(EApiId_Control_pane_texts_Line_2)))(); }
       
  3296 
       
  3297 	inline TAknLayoutTableLimits Control_pane_texts_Limits() const		{ return (*(TControl_pane_texts_Limits_sig*)(GetFunction(EApiId_Control_pane_texts_Limits)))(); }
       
  3298 
       
  3299 	inline TAknTextLineLayout Control_pane_texts(TInt aLineIndex) const		{ return (*(TControl_pane_texts_sig*)(GetFunction(EApiId_Control_pane_texts)))(aLineIndex); }
       
  3300 
       
  3301 	// LAF Table : Pop-up windows (main pane as parent)
       
  3302 	inline TAknWindowLineLayout popup_menu_window(TInt aIndex_H) const		{ return (*(Tpopup_menu_window_sig*)(GetFunction(EApiId_popup_menu_window)))(aIndex_H); }
       
  3303 
       
  3304 	inline TAknWindowLineLayout Pop_up_windows__main_pane_as_parent__Line_2(TInt aCommon1) const		{ return (*(TPop_up_windows__main_pane_as_parent__Line_2_sig*)(GetFunction(EApiId_Pop_up_windows__main_pane_as_parent__Line_2)))(aCommon1); }
       
  3305 
       
  3306 	inline TAknWindowLineLayout popup_menu_graphic_window(TInt aIndex_H) const		{ return (*(Tpopup_menu_graphic_window_sig*)(GetFunction(EApiId_popup_menu_graphic_window)))(aIndex_H); }
       
  3307 
       
  3308 	inline TAknWindowLineLayout popup_menu_graphic_heading_window(TInt aIndex_H) const		{ return (*(Tpopup_menu_graphic_heading_window_sig*)(GetFunction(EApiId_popup_menu_graphic_heading_window)))(aIndex_H); }
       
  3309 
       
  3310 	inline TAknWindowLineLayout popup_menu_double_window(TInt aIndex_H) const		{ return (*(Tpopup_menu_double_window_sig*)(GetFunction(EApiId_popup_menu_double_window)))(aIndex_H); }
       
  3311 
       
  3312 	inline TAknWindowLineLayout popup_menu_double_large_graphic_window(TInt aIndex_H) const		{ return (*(Tpopup_menu_double_large_graphic_window_sig*)(GetFunction(EApiId_popup_menu_double_large_graphic_window)))(aIndex_H); }
       
  3313 
       
  3314 	inline TAknWindowLineLayout popup_note_window(TInt aIndex_H) const		{ return (*(Tpopup_note_window_sig*)(GetFunction(EApiId_popup_note_window)))(aIndex_H); }
       
  3315 
       
  3316 	inline TAknWindowLineLayout popup_note_wait_window(TInt aIndex_H) const		{ return (*(Tpopup_note_wait_window_sig*)(GetFunction(EApiId_popup_note_wait_window)))(aIndex_H); }
       
  3317 
       
  3318 	inline TAknWindowLineLayout popup_note_image_window() const		{ return (*(Tpopup_note_image_window_sig*)(GetFunction(EApiId_popup_note_image_window)))(); }
       
  3319 
       
  3320 	inline TAknWindowLineLayout popup_query_data_window(TInt aIndex_H) const		{ return (*(Tpopup_query_data_window_sig*)(GetFunction(EApiId_popup_query_data_window)))(aIndex_H); }
       
  3321 
       
  3322 	inline TAknWindowLineLayout popup_query_code_window(TInt aIndex_H) const		{ return (*(Tpopup_query_code_window_sig*)(GetFunction(EApiId_popup_query_code_window)))(aIndex_H); }
       
  3323 
       
  3324 	inline TAknWindowLineLayout popup_query_time_window(TInt aIndex_H) const		{ return (*(Tpopup_query_time_window_sig*)(GetFunction(EApiId_popup_query_time_window)))(aIndex_H); }
       
  3325 
       
  3326 	inline TAknWindowLineLayout popup_query_date_window(TInt aIndex_H) const		{ return (*(Tpopup_query_date_window_sig*)(GetFunction(EApiId_popup_query_date_window)))(aIndex_H); }
       
  3327 
       
  3328 	inline TAknWindowLineLayout popup_query_data_code_window(TInt aIndex_H) const		{ return (*(Tpopup_query_data_code_window_sig*)(GetFunction(EApiId_popup_query_data_code_window)))(aIndex_H); }
       
  3329 
       
  3330 	inline TAknWindowLineLayout popup_find_window() const		{ return (*(Tpopup_find_window_sig*)(GetFunction(EApiId_popup_find_window)))(); }
       
  3331 
       
  3332 	inline TAknWindowLineLayout popup_snote_single_text_window(TInt aIndex_H) const		{ return (*(Tpopup_snote_single_text_window_sig*)(GetFunction(EApiId_popup_snote_single_text_window)))(aIndex_H); }
       
  3333 
       
  3334 	inline TAknWindowLineLayout popup_snote_single_graphic_window(TInt aIndex_H) const		{ return (*(Tpopup_snote_single_graphic_window_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window)))(aIndex_H); }
       
  3335 
       
  3336 	inline TAknWindowLineLayout popup_snote_group_window(TInt aIndex_H) const		{ return (*(Tpopup_snote_group_window_sig*)(GetFunction(EApiId_popup_snote_group_window)))(aIndex_H); }
       
  3337 
       
  3338 	inline TAknWindowLineLayout popup_grid_graphic_window(TInt aIndex_H) const		{ return (*(Tpopup_grid_graphic_window_sig*)(GetFunction(EApiId_popup_grid_graphic_window)))(aIndex_H); }
       
  3339 
       
  3340 	inline TAknWindowLineLayout popup_menu_double2_window(TInt aIndex_H) const		{ return (*(Tpopup_menu_double2_window_sig*)(GetFunction(EApiId_popup_menu_double2_window)))(aIndex_H); }
       
  3341 
       
  3342 	inline TAknWindowLineLayout popup_grid_large_graphic_colour_window() const		{ return (*(Tpopup_grid_large_graphic_colour_window_sig*)(GetFunction(EApiId_popup_grid_large_graphic_colour_window)))(); }
       
  3343 
       
  3344 	// LAF Table : Pop-up windows (status pane as parent)
       
  3345 	inline TAknWindowLineLayout popup_fast_swap_window(TInt aIndex_W, TInt aIndex_H) const		{ return (*(Tpopup_fast_swap_window_sig*)(GetFunction(EApiId_popup_fast_swap_window)))(aIndex_W, aIndex_H); }
       
  3346 
       
  3347 	// LAF Table : Pop-up window list pane descendants
       
  3348 	inline TAknWindowLineLayout list_single_popup_menu_pane(TInt aIndex_t) const		{ return (*(Tlist_single_popup_menu_pane_sig*)(GetFunction(EApiId_list_single_popup_menu_pane)))(aIndex_t); }
       
  3349 
       
  3350 	inline TAknWindowLineLayout list_single_heading_popup_menu_pane(TInt aIndex_t) const		{ return (*(Tlist_single_heading_popup_menu_pane_sig*)(GetFunction(EApiId_list_single_heading_popup_menu_pane)))(aIndex_t); }
       
  3351 
       
  3352 	inline TAknWindowLineLayout list_single_graphic_popup_menu_pane(TInt aIndex_t) const		{ return (*(Tlist_single_graphic_popup_menu_pane_sig*)(GetFunction(EApiId_list_single_graphic_popup_menu_pane)))(aIndex_t); }
       
  3353 
       
  3354 	inline TAknWindowLineLayout list_single_graphic_heading_popup_menu_pane(TInt aIndex_t) const		{ return (*(Tlist_single_graphic_heading_popup_menu_pane_sig*)(GetFunction(EApiId_list_single_graphic_heading_popup_menu_pane)))(aIndex_t); }
       
  3355 
       
  3356 	inline TAknWindowLineLayout list_menu_double_popup_menu_pane(TInt aIndex_t) const		{ return (*(Tlist_menu_double_popup_menu_pane_sig*)(GetFunction(EApiId_list_menu_double_popup_menu_pane)))(aIndex_t); }
       
  3357 
       
  3358 	inline TAknWindowLineLayout list_single_popup_submenu_pane(TInt aIndex_t, TInt aIndex_W) const		{ return (*(Tlist_single_popup_submenu_pane_sig*)(GetFunction(EApiId_list_single_popup_submenu_pane)))(aIndex_t, aIndex_W); }
       
  3359 
       
  3360 	inline TAknWindowLineLayout list_double_large_graphic_popup_menu_pane(TInt aIndex_t) const		{ return (*(Tlist_double_large_graphic_popup_menu_pane_sig*)(GetFunction(EApiId_list_double_large_graphic_popup_menu_pane)))(aIndex_t); }
       
  3361 
       
  3362 	inline TAknWindowLineLayout Pop_up_window_list_pane_descendants_Line_8() const		{ return (*(TPop_up_window_list_pane_descendants_Line_8_sig*)(GetFunction(EApiId_Pop_up_window_list_pane_descendants_Line_8)))(); }
       
  3363 
       
  3364 	inline TAknWindowLineLayout list_double2_popup_menu_pane(TInt aIndex_t) const		{ return (*(Tlist_double2_popup_menu_pane_sig*)(GetFunction(EApiId_list_double2_popup_menu_pane)))(aIndex_t); }
       
  3365 
       
  3366 	// LAF Table : List pane elements (menu single)
       
  3367 	inline TAknWindowLineLayout List_pane_elements__menu_single__Line_1() const		{ return (*(TList_pane_elements__menu_single__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__menu_single__Line_1)))(); }
       
  3368 
       
  3369 	inline TAknWindowLineLayout List_pane_elements__menu_single__Line_2() const		{ return (*(TList_pane_elements__menu_single__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__menu_single__Line_2)))(); }
       
  3370 
       
  3371 	inline TAknWindowLineLayout List_pane_elements__menu_single__Line_3(TInt aIndex_l) const		{ return (*(TList_pane_elements__menu_single__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__menu_single__Line_3)))(aIndex_l); }
       
  3372 
       
  3373 	inline TAknLayoutTableLimits List_pane_elements__menu_single__SUB_TABLE_0_Limits() const		{ return (*(TList_pane_elements__menu_single__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_pane_elements__menu_single__SUB_TABLE_0_Limits)))(); }
       
  3374 
       
  3375 	inline TAknWindowLineLayout List_pane_elements__menu_single__SUB_TABLE_0(TInt aLineIndex) const		{ return (*(TList_pane_elements__menu_single__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_pane_elements__menu_single__SUB_TABLE_0)))(aLineIndex); }
       
  3376 
       
  3377 	// LAF Table : List pane texts (menu single)
       
  3378 	inline TAknTextLineLayout List_pane_texts__menu_single__Line_1(TInt aCommon1) const		{ return (*(TList_pane_texts__menu_single__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__menu_single__Line_1)))(aCommon1); }
       
  3379 
       
  3380 	// LAF Table : List pane text (submenu single)
       
  3381 	inline TAknTextLineLayout List_pane_text__submenu_single__Line_1(TInt aIndex_W) const		{ return (*(TList_pane_text__submenu_single__Line_1_sig*)(GetFunction(EApiId_List_pane_text__submenu_single__Line_1)))(aIndex_W); }
       
  3382 
       
  3383 	// LAF Table : List pane elements (menu single graphic)
       
  3384 	inline TAknWindowLineLayout List_pane_elements__menu_single_graphic__Line_1() const		{ return (*(TList_pane_elements__menu_single_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__menu_single_graphic__Line_1)))(); }
       
  3385 
       
  3386 	inline TAknWindowLineLayout List_pane_elements__menu_single_graphic__Line_2(TInt aIndex_l) const		{ return (*(TList_pane_elements__menu_single_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__menu_single_graphic__Line_2)))(aIndex_l); }
       
  3387 
       
  3388 	// LAF Table : List pane texts (menu single graphic)
       
  3389 	inline TAknTextLineLayout List_pane_texts__menu_single_graphic__Line_1(TInt aCommon1) const		{ return (*(TList_pane_texts__menu_single_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__menu_single_graphic__Line_1)))(aCommon1); }
       
  3390 
       
  3391 	// LAF Table : List pane elements (menu single heading)
       
  3392 	inline TAknWindowLineLayout List_pane_elements__menu_single_heading__Line_1() const		{ return (*(TList_pane_elements__menu_single_heading__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__menu_single_heading__Line_1)))(); }
       
  3393 
       
  3394 	inline TAknWindowLineLayout List_pane_elements__menu_single_heading__Line_2(TInt aIndex_l) const		{ return (*(TList_pane_elements__menu_single_heading__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__menu_single_heading__Line_2)))(aIndex_l); }
       
  3395 
       
  3396 	// LAF Table : List pane texts (menu single heading)
       
  3397 	inline TAknTextLineLayout List_pane_texts__menu_single_heading__Line_1() const		{ return (*(TList_pane_texts__menu_single_heading__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__menu_single_heading__Line_1)))(); }
       
  3398 
       
  3399 	inline TAknTextLineLayout List_pane_texts__menu_single_heading__Line_2(TInt aCommon1) const		{ return (*(TList_pane_texts__menu_single_heading__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__menu_single_heading__Line_2)))(aCommon1); }
       
  3400 
       
  3401 	// LAF Table : List pane elements (menu single graphic heading)
       
  3402 	inline TAknWindowLineLayout List_pane_elements__menu_single_graphic_heading__Line_1() const		{ return (*(TList_pane_elements__menu_single_graphic_heading__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__menu_single_graphic_heading__Line_1)))(); }
       
  3403 
       
  3404 	inline TAknWindowLineLayout List_pane_elements__menu_single_graphic_heading__Line_2() const		{ return (*(TList_pane_elements__menu_single_graphic_heading__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__menu_single_graphic_heading__Line_2)))(); }
       
  3405 
       
  3406 	inline TAknWindowLineLayout List_pane_elements__menu_single_graphic_heading__Line_3(TInt aIndex_l) const		{ return (*(TList_pane_elements__menu_single_graphic_heading__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__menu_single_graphic_heading__Line_3)))(aIndex_l); }
       
  3407 
       
  3408 	// LAF Table : List pane texts (menu single graphic heading)
       
  3409 	inline TAknTextLineLayout List_pane_texts__menu_single_graphic_heading__Line_1(TInt aCommon1) const		{ return (*(TList_pane_texts__menu_single_graphic_heading__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__menu_single_graphic_heading__Line_1)))(aCommon1); }
       
  3410 
       
  3411 	inline TAknTextLineLayout List_pane_texts__menu_single_graphic_heading__Line_2(TInt aCommon1) const		{ return (*(TList_pane_texts__menu_single_graphic_heading__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__menu_single_graphic_heading__Line_2)))(aCommon1); }
       
  3412 
       
  3413 	inline TAknLayoutTableLimits List_pane_texts__menu_single_graphic_heading__Limits() const		{ return (*(TList_pane_texts__menu_single_graphic_heading__Limits_sig*)(GetFunction(EApiId_List_pane_texts__menu_single_graphic_heading__Limits)))(); }
       
  3414 
       
  3415 	inline TAknTextLineLayout List_pane_texts__menu_single_graphic_heading_(TInt aLineIndex, TInt aCommon1) const		{ return (*(TList_pane_texts__menu_single_graphic_heading__sig*)(GetFunction(EApiId_List_pane_texts__menu_single_graphic_heading_)))(aLineIndex, aCommon1); }
       
  3416 
       
  3417 	// LAF Table : List pane elements (menu double)
       
  3418 	inline TAknWindowLineLayout List_pane_elements__menu_double__Line_1(TInt aIndex_l) const		{ return (*(TList_pane_elements__menu_double__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__menu_double__Line_1)))(aIndex_l); }
       
  3419 
       
  3420 	// LAF Table : List pane texts (menu double)
       
  3421 	inline TAknTextLineLayout List_pane_texts__menu_double__Line_1(TInt aCommon1) const		{ return (*(TList_pane_texts__menu_double__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__menu_double__Line_1)))(aCommon1); }
       
  3422 
       
  3423 	inline TAknTextLineLayout List_pane_texts__menu_double__Line_2() const		{ return (*(TList_pane_texts__menu_double__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__menu_double__Line_2)))(); }
       
  3424 
       
  3425 	// LAF Table : List pane elements (menu double2)
       
  3426 	inline TAknWindowLineLayout List_pane_elements__menu_double2__Line_1(TInt aIndex_l) const		{ return (*(TList_pane_elements__menu_double2__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__menu_double2__Line_1)))(aIndex_l); }
       
  3427 
       
  3428 	// LAF Table : List pane texts (menu double2)
       
  3429 	inline TAknTextLineLayout List_pane_texts__menu_double2__Line_1(TInt aCommon1) const		{ return (*(TList_pane_texts__menu_double2__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__menu_double2__Line_1)))(aCommon1); }
       
  3430 
       
  3431 	inline TAknTextLineLayout List_pane_texts__menu_double2__Line_2() const		{ return (*(TList_pane_texts__menu_double2__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__menu_double2__Line_2)))(); }
       
  3432 
       
  3433 	// LAF Table : List pane elements (menu double large graphic)
       
  3434 	inline TAknWindowLineLayout List_pane_elements__menu_double_large_graphic__Line_1() const		{ return (*(TList_pane_elements__menu_double_large_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__menu_double_large_graphic__Line_1)))(); }
       
  3435 
       
  3436 	inline TAknWindowLineLayout List_pane_elements__menu_double_large_graphic__Line_2(TInt aIndex_l) const		{ return (*(TList_pane_elements__menu_double_large_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__menu_double_large_graphic__Line_2)))(aIndex_l); }
       
  3437 
       
  3438 	// LAF Table : List pane texts (menu double large graphic)
       
  3439 	inline TAknTextLineLayout List_pane_texts__menu_double_large_graphic__Line_1(TInt aCommon1) const		{ return (*(TList_pane_texts__menu_double_large_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__menu_double_large_graphic__Line_1)))(aCommon1); }
       
  3440 
       
  3441 	inline TAknTextLineLayout List_pane_texts__menu_double_large_graphic__Line_2() const		{ return (*(TList_pane_texts__menu_double_large_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__menu_double_large_graphic__Line_2)))(); }
       
  3442 
       
  3443 	// LAF Table : Highlight graphics (various)
       
  3444 	inline TAknWindowLineLayout Highlight_graphics__various__Line_1(const TRect& aParentRect) const		{ return (*(THighlight_graphics__various__Line_1_sig*)(GetFunction(EApiId_Highlight_graphics__various__Line_1)))(aParentRect); }
       
  3445 
       
  3446 	inline TAknWindowLineLayout Highlight_graphics__various__Line_2(const TRect& aParentRect) const		{ return (*(THighlight_graphics__various__Line_2_sig*)(GetFunction(EApiId_Highlight_graphics__various__Line_2)))(aParentRect); }
       
  3447 
       
  3448 	inline TAknLayoutTableLimits Highlight_graphics__various__Limits() const		{ return (*(THighlight_graphics__various__Limits_sig*)(GetFunction(EApiId_Highlight_graphics__various__Limits)))(); }
       
  3449 
       
  3450 	inline TAknWindowLineLayout Highlight_graphics__various_(TInt aLineIndex, const TRect& aParentRect) const		{ return (*(THighlight_graphics__various__sig*)(GetFunction(EApiId_Highlight_graphics__various_)))(aLineIndex, aParentRect); }
       
  3451 
       
  3452 	// LAF Table : Pop-up window grid pane descendants (graphic)
       
  3453 	inline TAknWindowLineLayout cell_graphic_popup_pane(TInt aIndex_l, TInt aIndex_t) const		{ return (*(Tcell_graphic_popup_pane_sig*)(GetFunction(EApiId_cell_graphic_popup_pane)))(aIndex_l, aIndex_t); }
       
  3454 
       
  3455 	// LAF Table : Cell pane elements (pop-up graphic)
       
  3456 	inline TAknWindowLineLayout Cell_pane_elements__pop_up_graphic__Line_1() const		{ return (*(TCell_pane_elements__pop_up_graphic__Line_1_sig*)(GetFunction(EApiId_Cell_pane_elements__pop_up_graphic__Line_1)))(); }
       
  3457 
       
  3458 	// LAF Table : Cell pane texts (pop-up graphic)
       
  3459 	inline TAknTextLineLayout Cell_pane_texts__pop_up_graphic__Line_1() const		{ return (*(TCell_pane_texts__pop_up_graphic__Line_1_sig*)(GetFunction(EApiId_Cell_pane_texts__pop_up_graphic__Line_1)))(); }
       
  3460 
       
  3461 	// LAF Table : Pop-up window grid pane descendants (large graphic colour)
       
  3462 	inline TAknWindowLineLayout cell_large_graphic_colour_popup_pane(TInt aIndex_l, TInt aIndex_t, TInt aIndex_H) const		{ return (*(Tcell_large_graphic_colour_popup_pane_sig*)(GetFunction(EApiId_cell_large_graphic_colour_popup_pane)))(aIndex_l, aIndex_t, aIndex_H); }
       
  3463 
       
  3464 	// LAF Table : Cell pane elements (pop-up large graphic colour)
       
  3465 	inline TAknWindowLineLayout colour(TInt aIndex_H) const		{ return (*(Tcolour_sig*)(GetFunction(EApiId_colour)))(aIndex_H); }
       
  3466 
       
  3467 	// LAF Table : Pop-up window cell pane (large graphic colour none)
       
  3468 	inline TAknWindowLineLayout Pop_up_window_cell_pane__large_graphic_colour_none__Line_1() const		{ return (*(TPop_up_window_cell_pane__large_graphic_colour_none__Line_1_sig*)(GetFunction(EApiId_Pop_up_window_cell_pane__large_graphic_colour_none__Line_1)))(); }
       
  3469 
       
  3470 	// LAF Table : Cell pane texts (pop-up large graphic colour none)
       
  3471 	inline TAknTextLineLayout Cell_pane_texts__pop_up_large_graphic_colour_none__Line_1() const		{ return (*(TCell_pane_texts__pop_up_large_graphic_colour_none__Line_1_sig*)(GetFunction(EApiId_Cell_pane_texts__pop_up_large_graphic_colour_none__Line_1)))(); }
       
  3472 
       
  3473 	// LAF Table : Highlight elements (grid pop-up)
       
  3474 	inline TAknWindowLineLayout Highlight_elements__grid_pop_up__Line_1(const TRect& aParentRect) const		{ return (*(THighlight_elements__grid_pop_up__Line_1_sig*)(GetFunction(EApiId_Highlight_elements__grid_pop_up__Line_1)))(aParentRect); }
       
  3475 
       
  3476 	inline TAknWindowLineLayout Highlight_elements__grid_pop_up__Line_2(const TRect& aParentRect) const		{ return (*(THighlight_elements__grid_pop_up__Line_2_sig*)(GetFunction(EApiId_Highlight_elements__grid_pop_up__Line_2)))(aParentRect); }
       
  3477 
       
  3478 	inline TAknLayoutTableLimits Highlight_elements__grid_pop_up__Limits() const		{ return (*(THighlight_elements__grid_pop_up__Limits_sig*)(GetFunction(EApiId_Highlight_elements__grid_pop_up__Limits)))(); }
       
  3479 
       
  3480 	inline TAknWindowLineLayout Highlight_elements__grid_pop_up_(TInt aLineIndex, const TRect& aParentRect) const		{ return (*(THighlight_elements__grid_pop_up__sig*)(GetFunction(EApiId_Highlight_elements__grid_pop_up_)))(aLineIndex, aParentRect); }
       
  3481 
       
  3482 	// LAF Table : List heading pane elements
       
  3483 	inline TAknWindowLineLayout List_heading_pane_elements_Line_1() const		{ return (*(TList_heading_pane_elements_Line_1_sig*)(GetFunction(EApiId_List_heading_pane_elements_Line_1)))(); }
       
  3484 
       
  3485 	inline TAknWindowLineLayout List_heading_pane_elements_Line_2() const		{ return (*(TList_heading_pane_elements_Line_2_sig*)(GetFunction(EApiId_List_heading_pane_elements_Line_2)))(); }
       
  3486 
       
  3487 	inline TAknLayoutTableLimits List_heading_pane_elements_Limits() const		{ return (*(TList_heading_pane_elements_Limits_sig*)(GetFunction(EApiId_List_heading_pane_elements_Limits)))(); }
       
  3488 
       
  3489 	inline TAknWindowLineLayout List_heading_pane_elements(TInt aLineIndex) const		{ return (*(TList_heading_pane_elements_sig*)(GetFunction(EApiId_List_heading_pane_elements)))(aLineIndex); }
       
  3490 
       
  3491 	// LAF Table : List heading pane texts
       
  3492 	inline TAknTextLineLayout List_heading_pane_texts_Line_1(TInt aIndex_W) const		{ return (*(TList_heading_pane_texts_Line_1_sig*)(GetFunction(EApiId_List_heading_pane_texts_Line_1)))(aIndex_W); }
       
  3493 
       
  3494 	// LAF Table : Pop-up menu with heading window graphics
       
  3495 	inline TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics_Line_1(const TRect& aParentRect) const		{ return (*(TPop_up_menu_with_heading_window_graphics_Line_1_sig*)(GetFunction(EApiId_Pop_up_menu_with_heading_window_graphics_Line_1)))(aParentRect); }
       
  3496 
       
  3497 	inline TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics_Line_2(const TRect& aParentRect) const		{ return (*(TPop_up_menu_with_heading_window_graphics_Line_2_sig*)(GetFunction(EApiId_Pop_up_menu_with_heading_window_graphics_Line_2)))(aParentRect); }
       
  3498 
       
  3499 	inline TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics_Line_3(const TRect& aParentRect) const		{ return (*(TPop_up_menu_with_heading_window_graphics_Line_3_sig*)(GetFunction(EApiId_Pop_up_menu_with_heading_window_graphics_Line_3)))(aParentRect); }
       
  3500 
       
  3501 	inline TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics_Line_4(const TRect& aParentRect) const		{ return (*(TPop_up_menu_with_heading_window_graphics_Line_4_sig*)(GetFunction(EApiId_Pop_up_menu_with_heading_window_graphics_Line_4)))(aParentRect); }
       
  3502 
       
  3503 	inline TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics_Line_5(const TRect& aParentRect) const		{ return (*(TPop_up_menu_with_heading_window_graphics_Line_5_sig*)(GetFunction(EApiId_Pop_up_menu_with_heading_window_graphics_Line_5)))(aParentRect); }
       
  3504 
       
  3505 	inline TAknLayoutTableLimits Pop_up_menu_with_heading_window_graphics_Limits() const		{ return (*(TPop_up_menu_with_heading_window_graphics_Limits_sig*)(GetFunction(EApiId_Pop_up_menu_with_heading_window_graphics_Limits)))(); }
       
  3506 
       
  3507 	inline TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics(TInt aLineIndex, const TRect& aParentRect) const		{ return (*(TPop_up_menu_with_heading_window_graphics_sig*)(GetFunction(EApiId_Pop_up_menu_with_heading_window_graphics)))(aLineIndex, aParentRect); }
       
  3508 
       
  3509 	// LAF Table : Menu pop-up window descendants
       
  3510 	inline TAknWindowLineLayout list_menu_pane(TInt aIndex_t, TInt aIndex_H) const		{ return (*(Tlist_menu_pane_sig*)(GetFunction(EApiId_list_menu_pane)))(aIndex_t, aIndex_H); }
       
  3511 
       
  3512 	inline TAknWindowLineLayout Menu_pop_up_window_descendants_Line_2() const		{ return (*(TMenu_pop_up_window_descendants_Line_2_sig*)(GetFunction(EApiId_Menu_pop_up_window_descendants_Line_2)))(); }
       
  3513 
       
  3514 	// LAF Table : Menu pop-up window graphics
       
  3515 	inline TAknWindowLineLayout Menu_pop_up_window_graphics_Line_1(const TRect& aParentRect) const		{ return (*(TMenu_pop_up_window_graphics_Line_1_sig*)(GetFunction(EApiId_Menu_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  3516 
       
  3517 	inline TAknWindowLineLayout Menu_pop_up_window_graphics_Line_2(const TRect& aParentRect) const		{ return (*(TMenu_pop_up_window_graphics_Line_2_sig*)(GetFunction(EApiId_Menu_pop_up_window_graphics_Line_2)))(aParentRect); }
       
  3518 
       
  3519 	inline TAknWindowLineLayout Menu_pop_up_window_graphics_Line_3(const TRect& aParentRect) const		{ return (*(TMenu_pop_up_window_graphics_Line_3_sig*)(GetFunction(EApiId_Menu_pop_up_window_graphics_Line_3)))(aParentRect); }
       
  3520 
       
  3521 	inline TAknWindowLineLayout Menu_pop_up_window_graphics_Line_4(const TRect& aParentRect) const		{ return (*(TMenu_pop_up_window_graphics_Line_4_sig*)(GetFunction(EApiId_Menu_pop_up_window_graphics_Line_4)))(aParentRect); }
       
  3522 
       
  3523 	inline TAknWindowLineLayout Menu_pop_up_window_graphics_Line_5(const TRect& aParentRect) const		{ return (*(TMenu_pop_up_window_graphics_Line_5_sig*)(GetFunction(EApiId_Menu_pop_up_window_graphics_Line_5)))(aParentRect); }
       
  3524 
       
  3525 	inline TAknLayoutTableLimits Menu_pop_up_window_graphics_Limits() const		{ return (*(TMenu_pop_up_window_graphics_Limits_sig*)(GetFunction(EApiId_Menu_pop_up_window_graphics_Limits)))(); }
       
  3526 
       
  3527 	inline TAknWindowLineLayout Menu_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect) const		{ return (*(TMenu_pop_up_window_graphics_sig*)(GetFunction(EApiId_Menu_pop_up_window_graphics)))(aLineIndex, aParentRect); }
       
  3528 
       
  3529 	// LAF Table : Submenu pop-up window descendants
       
  3530 	inline TAknWindowLineLayout list_submenu_pane(TInt aIndex_W, TInt aIndex_H) const		{ return (*(Tlist_submenu_pane_sig*)(GetFunction(EApiId_list_submenu_pane)))(aIndex_W, aIndex_H); }
       
  3531 
       
  3532 	// LAF Table : Submenu pop-up window graphics
       
  3533 	inline TAknWindowLineLayout Submenu_pop_up_window_graphics_Line_1(const TRect& aParentRect) const		{ return (*(TSubmenu_pop_up_window_graphics_Line_1_sig*)(GetFunction(EApiId_Submenu_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  3534 
       
  3535 	inline TAknWindowLineLayout Submenu_pop_up_window_graphics_Line_2(const TRect& aParentRect) const		{ return (*(TSubmenu_pop_up_window_graphics_Line_2_sig*)(GetFunction(EApiId_Submenu_pop_up_window_graphics_Line_2)))(aParentRect); }
       
  3536 
       
  3537 	inline TAknWindowLineLayout Submenu_pop_up_window_graphics_Line_3(const TRect& aParentRect) const		{ return (*(TSubmenu_pop_up_window_graphics_Line_3_sig*)(GetFunction(EApiId_Submenu_pop_up_window_graphics_Line_3)))(aParentRect); }
       
  3538 
       
  3539 	inline TAknWindowLineLayout Submenu_pop_up_window_graphics_Line_4(const TRect& aParentRect) const		{ return (*(TSubmenu_pop_up_window_graphics_Line_4_sig*)(GetFunction(EApiId_Submenu_pop_up_window_graphics_Line_4)))(aParentRect); }
       
  3540 
       
  3541 	inline TAknLayoutTableLimits Submenu_pop_up_window_graphics_Limits() const		{ return (*(TSubmenu_pop_up_window_graphics_Limits_sig*)(GetFunction(EApiId_Submenu_pop_up_window_graphics_Limits)))(); }
       
  3542 
       
  3543 	inline TAknWindowLineLayout Submenu_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect) const		{ return (*(TSubmenu_pop_up_window_graphics_sig*)(GetFunction(EApiId_Submenu_pop_up_window_graphics)))(aLineIndex, aParentRect); }
       
  3544 
       
  3545 	// LAF Table : Submenu pop-up window positioning
       
  3546 	inline TAknWindowLineLayout Submenu_pop_up_window_positioning_Line_1(TInt aIndex_W, TInt aIndex_H) const		{ return (*(TSubmenu_pop_up_window_positioning_Line_1_sig*)(GetFunction(EApiId_Submenu_pop_up_window_positioning_Line_1)))(aIndex_W, aIndex_H); }
       
  3547 
       
  3548 	inline TAknWindowLineLayout Submenu_pop_up_window_positioning_Line_2(TInt aIndex_W, TInt aIndex_H) const		{ return (*(TSubmenu_pop_up_window_positioning_Line_2_sig*)(GetFunction(EApiId_Submenu_pop_up_window_positioning_Line_2)))(aIndex_W, aIndex_H); }
       
  3549 
       
  3550 	inline TAknLayoutTableLimits Submenu_pop_up_window_positioning_Limits() const		{ return (*(TSubmenu_pop_up_window_positioning_Limits_sig*)(GetFunction(EApiId_Submenu_pop_up_window_positioning_Limits)))(); }
       
  3551 
       
  3552 	inline TAknWindowLineLayout Submenu_pop_up_window_positioning(TInt aLineIndex, TInt aIndex_W, TInt aIndex_H) const		{ return (*(TSubmenu_pop_up_window_positioning_sig*)(GetFunction(EApiId_Submenu_pop_up_window_positioning)))(aLineIndex, aIndex_W, aIndex_H); }
       
  3553 
       
  3554 	// LAF Table : Menu pop-up window descendant (single graphic)
       
  3555 	inline TAknWindowLineLayout list_menu_graphic_pane(TInt aIndex_t, TInt aIndex_H) const		{ return (*(Tlist_menu_graphic_pane_sig*)(GetFunction(EApiId_list_menu_graphic_pane)))(aIndex_t, aIndex_H); }
       
  3556 
       
  3557 	// LAF Table : Menu pop-up window descendants (single heading)
       
  3558 	inline TAknWindowLineLayout list_menu_heading_pane(TInt aIndex_t, TInt aIndex_H) const		{ return (*(Tlist_menu_heading_pane_sig*)(GetFunction(EApiId_list_menu_heading_pane)))(aIndex_t, aIndex_H); }
       
  3559 
       
  3560 	inline TAknWindowLineLayout Menu_pop_up_window_descendants__single_heading__Line_2() const		{ return (*(TMenu_pop_up_window_descendants__single_heading__Line_2_sig*)(GetFunction(EApiId_Menu_pop_up_window_descendants__single_heading__Line_2)))(); }
       
  3561 
       
  3562 	inline TAknWindowLineLayout Menu_pop_up_window_descendants__single_heading__Line_3(TInt aIndex_r) const		{ return (*(TMenu_pop_up_window_descendants__single_heading__Line_3_sig*)(GetFunction(EApiId_Menu_pop_up_window_descendants__single_heading__Line_3)))(aIndex_r); }
       
  3563 
       
  3564 	// LAF Table : Menu pop-up window descendants and elements (single graphic heading)
       
  3565 	inline TAknWindowLineLayout list_menu_graphic_heading_pane(TInt aIndex_t, TInt aIndex_H) const		{ return (*(Tlist_menu_graphic_heading_pane_sig*)(GetFunction(EApiId_list_menu_graphic_heading_pane)))(aIndex_t, aIndex_H); }
       
  3566 
       
  3567 	inline TAknWindowLineLayout Menu_pop_up_window_descendants_and_elements__single_graphic_heading__Line_2() const		{ return (*(TMenu_pop_up_window_descendants_and_elements__single_graphic_heading__Line_2_sig*)(GetFunction(EApiId_Menu_pop_up_window_descendants_and_elements__single_graphic_heading__Line_2)))(); }
       
  3568 
       
  3569 	inline TAknWindowLineLayout Menu_pop_up_window_descendants_and_elements__single_graphic_heading__Line_3(TInt aIndex_r) const		{ return (*(TMenu_pop_up_window_descendants_and_elements__single_graphic_heading__Line_3_sig*)(GetFunction(EApiId_Menu_pop_up_window_descendants_and_elements__single_graphic_heading__Line_3)))(aIndex_r); }
       
  3570 
       
  3571 	// LAF Table : Menu pop-up window descendants (double double2)
       
  3572 	inline TAknWindowLineLayout list_menu_double_pane_list_menu_double2_pane(TInt aIndex_t, TInt aIndex_H) const		{ return (*(Tlist_menu_double_pane_list_menu_double2_pane_sig*)(GetFunction(EApiId_list_menu_double_pane_list_menu_double2_pane)))(aIndex_t, aIndex_H); }
       
  3573 
       
  3574 	inline TAknWindowLineLayout Menu_pop_up_window_descendants__double_double2__Line_2() const		{ return (*(TMenu_pop_up_window_descendants__double_double2__Line_2_sig*)(GetFunction(EApiId_Menu_pop_up_window_descendants__double_double2__Line_2)))(); }
       
  3575 
       
  3576 	// LAF Table : Menu pop-up window descendants (double)
       
  3577 	inline TAknWindowLineLayout list_menu_double_large_graphic_pane(TInt aIndex_t, TInt aIndex_H) const		{ return (*(Tlist_menu_double_large_graphic_pane_sig*)(GetFunction(EApiId_list_menu_double_large_graphic_pane)))(aIndex_t, aIndex_H); }
       
  3578 
       
  3579 	inline TAknWindowLineLayout Menu_pop_up_window_descendants__double__Line_2() const		{ return (*(TMenu_pop_up_window_descendants__double__Line_2_sig*)(GetFunction(EApiId_Menu_pop_up_window_descendants__double__Line_2)))(); }
       
  3580 
       
  3581 	// LAF Table : Note pop-up window elements
       
  3582 	inline TAknWindowLineLayout Note_pop_up_window_elements_Line_1() const		{ return (*(TNote_pop_up_window_elements_Line_1_sig*)(GetFunction(EApiId_Note_pop_up_window_elements_Line_1)))(); }
       
  3583 
       
  3584 	// LAF Table : Note pop-up window texts
       
  3585 	inline TAknTextLineLayout Note_pop_up_window_texts_Line_1(TInt aCommon1) const		{ return (*(TNote_pop_up_window_texts_Line_1_sig*)(GetFunction(EApiId_Note_pop_up_window_texts_Line_1)))(aCommon1); }
       
  3586 
       
  3587 	inline TAknMultiLineTextLayout Multiline_Note_pop_up_window_texts_Line_1(TInt aCommon1, TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Note_pop_up_window_texts_Line_1_sig*)(GetFunction(EApiId_Multiline_Note_pop_up_window_texts_Line_1)))(aCommon1, aNumberOfLinesShown); }
       
  3588 
       
  3589 	// LAF Table : Note pop-up window graphics
       
  3590 	inline TAknWindowLineLayout Note_pop_up_window_graphics_Line_1(const TRect& aParentRect) const		{ return (*(TNote_pop_up_window_graphics_Line_1_sig*)(GetFunction(EApiId_Note_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  3591 
       
  3592 	inline TAknWindowLineLayout Note_pop_up_window_graphics_Line_2(const TRect& aParentRect) const		{ return (*(TNote_pop_up_window_graphics_Line_2_sig*)(GetFunction(EApiId_Note_pop_up_window_graphics_Line_2)))(aParentRect); }
       
  3593 
       
  3594 	inline TAknWindowLineLayout Note_pop_up_window_graphics_Line_3(const TRect& aParentRect) const		{ return (*(TNote_pop_up_window_graphics_Line_3_sig*)(GetFunction(EApiId_Note_pop_up_window_graphics_Line_3)))(aParentRect); }
       
  3595 
       
  3596 	inline TAknWindowLineLayout Note_pop_up_window_graphics_Line_4(const TRect& aParentRect) const		{ return (*(TNote_pop_up_window_graphics_Line_4_sig*)(GetFunction(EApiId_Note_pop_up_window_graphics_Line_4)))(aParentRect); }
       
  3597 
       
  3598 	inline TAknWindowLineLayout Note_pop_up_window_graphics_Line_5(const TRect& aParentRect) const		{ return (*(TNote_pop_up_window_graphics_Line_5_sig*)(GetFunction(EApiId_Note_pop_up_window_graphics_Line_5)))(aParentRect); }
       
  3599 
       
  3600 	inline TAknLayoutTableLimits Note_pop_up_window_graphics_Limits() const		{ return (*(TNote_pop_up_window_graphics_Limits_sig*)(GetFunction(EApiId_Note_pop_up_window_graphics_Limits)))(); }
       
  3601 
       
  3602 	inline TAknWindowLineLayout Note_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect) const		{ return (*(TNote_pop_up_window_graphics_sig*)(GetFunction(EApiId_Note_pop_up_window_graphics)))(aLineIndex, aParentRect); }
       
  3603 
       
  3604 	// LAF Table : Wait or progress note pop-up window elements
       
  3605 	inline TAknWindowLineLayout Wait_or_progress_note_pop_up_window_elements_Line_1() const		{ return (*(TWait_or_progress_note_pop_up_window_elements_Line_1_sig*)(GetFunction(EApiId_Wait_or_progress_note_pop_up_window_elements_Line_1)))(); }
       
  3606 
       
  3607 	inline TAknWindowLineLayout Wait_or_progress_note_pop_up_window_elements_Line_2(TInt aIndex_t) const		{ return (*(TWait_or_progress_note_pop_up_window_elements_Line_2_sig*)(GetFunction(EApiId_Wait_or_progress_note_pop_up_window_elements_Line_2)))(aIndex_t); }
       
  3608 
       
  3609 	inline TAknWindowLineLayout Wait_or_progress_note_pop_up_window_elements_Line_3() const		{ return (*(TWait_or_progress_note_pop_up_window_elements_Line_3_sig*)(GetFunction(EApiId_Wait_or_progress_note_pop_up_window_elements_Line_3)))(); }
       
  3610 
       
  3611 	inline TAknWindowLineLayout Wait_or_progress_note_pop_up_window_elements_Line_4() const		{ return (*(TWait_or_progress_note_pop_up_window_elements_Line_4_sig*)(GetFunction(EApiId_Wait_or_progress_note_pop_up_window_elements_Line_4)))(); }
       
  3612 
       
  3613 	inline TAknLayoutTableLimits First_general_event_elements_Limits() const		{ return (*(TFirst_general_event_elements_Limits_sig*)(GetFunction(EApiId_First_general_event_elements_Limits)))(); }
       
  3614 
       
  3615 	inline TAknWindowLineLayout First_general_event_elements(TInt aLineIndex) const		{ return (*(TFirst_general_event_elements_sig*)(GetFunction(EApiId_First_general_event_elements)))(aLineIndex); }
       
  3616 
       
  3617 	// LAF Table : Wait or progress note pop-up window texts
       
  3618 	inline TAknTextLineLayout Wait_or_progress_note_pop_up_window_texts_Line_1(TInt aCommon1, TInt aNotCommon, TInt aIndex_B) const		{ return (*(TWait_or_progress_note_pop_up_window_texts_Line_1_sig*)(GetFunction(EApiId_Wait_or_progress_note_pop_up_window_texts_Line_1)))(aCommon1, aNotCommon, aIndex_B); }
       
  3619 
       
  3620 	inline TAknMultiLineTextLayout Multiline_Wait_or_progress_note_pop_up_window_texts_Line_1(TInt aCommon1, TInt aNotCommon, TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Wait_or_progress_note_pop_up_window_texts_Line_1_sig*)(GetFunction(EApiId_Multiline_Wait_or_progress_note_pop_up_window_texts_Line_1)))(aCommon1, aNotCommon, aNumberOfLinesShown); }
       
  3621 
       
  3622 	// LAF Table : Note with an image pop-up window elements
       
  3623 	inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_1() const		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_1_sig*)(GetFunction(EApiId_Note_with_an_image_pop_up_window_elements_Line_1)))(); }
       
  3624 
       
  3625 	inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_2() const		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_2_sig*)(GetFunction(EApiId_Note_with_an_image_pop_up_window_elements_Line_2)))(); }
       
  3626 
       
  3627 	inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_3() const		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_3_sig*)(GetFunction(EApiId_Note_with_an_image_pop_up_window_elements_Line_3)))(); }
       
  3628 
       
  3629 	inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_4() const		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_4_sig*)(GetFunction(EApiId_Note_with_an_image_pop_up_window_elements_Line_4)))(); }
       
  3630 
       
  3631 	inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_5() const		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_5_sig*)(GetFunction(EApiId_Note_with_an_image_pop_up_window_elements_Line_5)))(); }
       
  3632 
       
  3633 	inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_6() const		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_6_sig*)(GetFunction(EApiId_Note_with_an_image_pop_up_window_elements_Line_6)))(); }
       
  3634 
       
  3635 	inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_7() const		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_7_sig*)(GetFunction(EApiId_Note_with_an_image_pop_up_window_elements_Line_7)))(); }
       
  3636 
       
  3637 	inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_8() const		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_8_sig*)(GetFunction(EApiId_Note_with_an_image_pop_up_window_elements_Line_8)))(); }
       
  3638 
       
  3639 	inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_9() const		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_9_sig*)(GetFunction(EApiId_Note_with_an_image_pop_up_window_elements_Line_9)))(); }
       
  3640 
       
  3641 	inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_10() const		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_10_sig*)(GetFunction(EApiId_Note_with_an_image_pop_up_window_elements_Line_10)))(); }
       
  3642 
       
  3643 	inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_11() const		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_11_sig*)(GetFunction(EApiId_Note_with_an_image_pop_up_window_elements_Line_11)))(); }
       
  3644 
       
  3645 	inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_12() const		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_12_sig*)(GetFunction(EApiId_Note_with_an_image_pop_up_window_elements_Line_12)))(); }
       
  3646 
       
  3647 	inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_13() const		{ return (*(TNote_with_an_image_pop_up_window_elements_Line_13_sig*)(GetFunction(EApiId_Note_with_an_image_pop_up_window_elements_Line_13)))(); }
       
  3648 
       
  3649 	inline TAknLayoutTableLimits Note_with_an_image_pop_up_window_elements_Limits() const		{ return (*(TNote_with_an_image_pop_up_window_elements_Limits_sig*)(GetFunction(EApiId_Note_with_an_image_pop_up_window_elements_Limits)))(); }
       
  3650 
       
  3651 	inline TAknWindowLineLayout Note_with_an_image_pop_up_window_elements(TInt aLineIndex) const		{ return (*(TNote_with_an_image_pop_up_window_elements_sig*)(GetFunction(EApiId_Note_with_an_image_pop_up_window_elements)))(aLineIndex); }
       
  3652 
       
  3653 	// LAF Table : Note with an image pop-up window texts
       
  3654 	inline TAknTextLineLayout Note_with_an_image_pop_up_window_texts_Line_1(TInt aIndex_l, TInt aIndex_r, TInt aIndex_B, TInt aIndex_W) const		{ return (*(TNote_with_an_image_pop_up_window_texts_Line_1_sig*)(GetFunction(EApiId_Note_with_an_image_pop_up_window_texts_Line_1)))(aIndex_l, aIndex_r, aIndex_B, aIndex_W); }
       
  3655 
       
  3656 	inline TAknMultiLineTextLayout Multiline_Note_with_an_image_pop_up_window_texts_Line_1(TInt aIndex_l, TInt aIndex_r, TInt aIndex_W, TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Note_with_an_image_pop_up_window_texts_Line_1_sig*)(GetFunction(EApiId_Multiline_Note_with_an_image_pop_up_window_texts_Line_1)))(aIndex_l, aIndex_r, aIndex_W, aNumberOfLinesShown); }
       
  3657 
       
  3658 	// LAF Table : Query with heading window graphics
       
  3659 	inline TAknWindowLineLayout Query_with_heading_window_graphics_Line_1(const TRect& aParentRect) const		{ return (*(TQuery_with_heading_window_graphics_Line_1_sig*)(GetFunction(EApiId_Query_with_heading_window_graphics_Line_1)))(aParentRect); }
       
  3660 
       
  3661 	inline TAknWindowLineLayout Query_with_heading_window_graphics_Line_2(const TRect& aParentRect) const		{ return (*(TQuery_with_heading_window_graphics_Line_2_sig*)(GetFunction(EApiId_Query_with_heading_window_graphics_Line_2)))(aParentRect); }
       
  3662 
       
  3663 	inline TAknWindowLineLayout Query_with_heading_window_graphics_Line_3(const TRect& aParentRect) const		{ return (*(TQuery_with_heading_window_graphics_Line_3_sig*)(GetFunction(EApiId_Query_with_heading_window_graphics_Line_3)))(aParentRect); }
       
  3664 
       
  3665 	inline TAknWindowLineLayout Query_with_heading_window_graphics_Line_4(const TRect& aParentRect) const		{ return (*(TQuery_with_heading_window_graphics_Line_4_sig*)(GetFunction(EApiId_Query_with_heading_window_graphics_Line_4)))(aParentRect); }
       
  3666 
       
  3667 	inline TAknWindowLineLayout Query_with_heading_window_graphics_Line_5(const TRect& aParentRect) const		{ return (*(TQuery_with_heading_window_graphics_Line_5_sig*)(GetFunction(EApiId_Query_with_heading_window_graphics_Line_5)))(aParentRect); }
       
  3668 
       
  3669 	inline TAknLayoutTableLimits Query_with_heading_window_graphics_Limits() const		{ return (*(TQuery_with_heading_window_graphics_Limits_sig*)(GetFunction(EApiId_Query_with_heading_window_graphics_Limits)))(); }
       
  3670 
       
  3671 	inline TAknWindowLineLayout Query_with_heading_window_graphics(TInt aLineIndex, const TRect& aParentRect) const		{ return (*(TQuery_with_heading_window_graphics_sig*)(GetFunction(EApiId_Query_with_heading_window_graphics)))(aLineIndex, aParentRect); }
       
  3672 
       
  3673 	// LAF Table : Query with heading window descendants
       
  3674 	inline TAknWindowLineLayout popup_list_heading_pane(const TRect& aParentRect) const		{ return (*(Tpopup_list_heading_pane_sig*)(GetFunction(EApiId_popup_list_heading_pane)))(aParentRect); }
       
  3675 
       
  3676 	// LAF Table : Heading pane elements
       
  3677 	inline TAknWindowLineLayout Heading_pane_elements_Line_1() const		{ return (*(THeading_pane_elements_Line_1_sig*)(GetFunction(EApiId_Heading_pane_elements_Line_1)))(); }
       
  3678 
       
  3679 	inline TAknWindowLineLayout Icon(TInt aIndex_t) const		{ return (*(TIcon_sig*)(GetFunction(EApiId_Icon)))(aIndex_t); }
       
  3680 
       
  3681 	//TAknWindowLineLayout Icon();
       
  3682 	//TAknLayoutTableLimits Heading_pane_elements_SUB_TABLE_0_Limits();
       
  3683 	//TAknLayoutTableLimits Heading_pane_elements_Limits();
       
  3684 	//TAknWindowLineLayout Heading_pane_elements_SUB_TABLE_0(TInt aLineIndex);
       
  3685 	//TAknWindowLineLayout Heading_pane_elements_(TInt aLineIndex);
       
  3686 	// LAF Table : Heading pane texts
       
  3687 	inline TAknTextLineLayout Heading_pane_texts_Line_1(TInt aIndex_W) const		{ return (*(THeading_pane_texts_Line_1_sig*)(GetFunction(EApiId_Heading_pane_texts_Line_1)))(aIndex_W); }
       
  3688 
       
  3689 	// LAF Table : Data query pop-up window elements
       
  3690 	inline TAknWindowLineLayout Data_query_pop_up_window_elements_Line_1(TInt aIndex_t) const		{ return (*(TData_query_pop_up_window_elements_Line_1_sig*)(GetFunction(EApiId_Data_query_pop_up_window_elements_Line_1)))(aIndex_t); }
       
  3691 
       
  3692 	inline TAknWindowLineLayout Data_query_pop_up_window_elements_Line_2(const TRect& aParentRect, TInt aCommon1) const		{ return (*(TData_query_pop_up_window_elements_Line_2_sig*)(GetFunction(EApiId_Data_query_pop_up_window_elements_Line_2)))(aParentRect, aCommon1); }
       
  3693 
       
  3694 	inline TAknWindowLineLayout Data_query_pop_up_window_elements_Line_3(const TRect& aParentRect, TInt aCommon1) const		{ return (*(TData_query_pop_up_window_elements_Line_3_sig*)(GetFunction(EApiId_Data_query_pop_up_window_elements_Line_3)))(aParentRect, aCommon1); }
       
  3695 
       
  3696 	inline TAknWindowLineLayout Data_query_pop_up_window_elements_Line_4(TInt aIndex_t) const		{ return (*(TData_query_pop_up_window_elements_Line_4_sig*)(GetFunction(EApiId_Data_query_pop_up_window_elements_Line_4)))(aIndex_t); }
       
  3697 
       
  3698 	inline TAknWindowLineLayout Data_query_pop_up_window_elements_Line_5() const		{ return (*(TData_query_pop_up_window_elements_Line_5_sig*)(GetFunction(EApiId_Data_query_pop_up_window_elements_Line_5)))(); }
       
  3699 
       
  3700 	// LAF Table : Data query pop-up window texts
       
  3701 	inline TAknTextLineLayout Data_query_pop_up_window_texts_Line_1(TInt aIndex_B) const		{ return (*(TData_query_pop_up_window_texts_Line_1_sig*)(GetFunction(EApiId_Data_query_pop_up_window_texts_Line_1)))(aIndex_B); }
       
  3702 
       
  3703 	inline TAknMultiLineTextLayout Multiline_Data_query_pop_up_window_texts_Line_1(TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Data_query_pop_up_window_texts_Line_1_sig*)(GetFunction(EApiId_Multiline_Data_query_pop_up_window_texts_Line_1)))(aNumberOfLinesShown); }
       
  3704 
       
  3705 	inline TAknTextLineLayout Data_query_pop_up_window_texts_Line_2(TInt aIndex_B, TInt aIndex_J) const		{ return (*(TData_query_pop_up_window_texts_Line_2_sig*)(GetFunction(EApiId_Data_query_pop_up_window_texts_Line_2)))(aIndex_B, aIndex_J); }
       
  3706 
       
  3707 	inline TAknMultiLineTextLayout Multiline_Data_query_pop_up_window_texts_Line_2(TInt aIndex_J, TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Data_query_pop_up_window_texts_Line_2_sig*)(GetFunction(EApiId_Multiline_Data_query_pop_up_window_texts_Line_2)))(aIndex_J, aNumberOfLinesShown); }
       
  3708 
       
  3709 	// LAF Table : Data query pop-up window graphics
       
  3710 	inline TAknWindowLineLayout Data_query_pop_up_window_graphics_Line_1(const TRect& aParentRect) const		{ return (*(TData_query_pop_up_window_graphics_Line_1_sig*)(GetFunction(EApiId_Data_query_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  3711 
       
  3712 	inline TAknWindowLineLayout Data_query_pop_up_window_graphics_Line_2(const TRect& aParentRect) const		{ return (*(TData_query_pop_up_window_graphics_Line_2_sig*)(GetFunction(EApiId_Data_query_pop_up_window_graphics_Line_2)))(aParentRect); }
       
  3713 
       
  3714 	inline TAknWindowLineLayout Data_query_pop_up_window_graphics_Line_3(const TRect& aParentRect) const		{ return (*(TData_query_pop_up_window_graphics_Line_3_sig*)(GetFunction(EApiId_Data_query_pop_up_window_graphics_Line_3)))(aParentRect); }
       
  3715 
       
  3716 	inline TAknWindowLineLayout Data_query_pop_up_window_graphics_Line_4(const TRect& aParentRect) const		{ return (*(TData_query_pop_up_window_graphics_Line_4_sig*)(GetFunction(EApiId_Data_query_pop_up_window_graphics_Line_4)))(aParentRect); }
       
  3717 
       
  3718 	inline TAknWindowLineLayout Data_query_pop_up_window_graphics_Line_5(const TRect& aParentRect) const		{ return (*(TData_query_pop_up_window_graphics_Line_5_sig*)(GetFunction(EApiId_Data_query_pop_up_window_graphics_Line_5)))(aParentRect); }
       
  3719 
       
  3720 	inline TAknLayoutTableLimits Data_query_pop_up_window_graphics_Limits() const		{ return (*(TData_query_pop_up_window_graphics_Limits_sig*)(GetFunction(EApiId_Data_query_pop_up_window_graphics_Limits)))(); }
       
  3721 
       
  3722 	inline TAknWindowLineLayout Data_query_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect) const		{ return (*(TData_query_pop_up_window_graphics_sig*)(GetFunction(EApiId_Data_query_pop_up_window_graphics)))(aLineIndex, aParentRect); }
       
  3723 
       
  3724 	// LAF Table : Code query pop-up window elements
       
  3725 	inline TAknWindowLineLayout Code_query_pop_up_window_elements_Line_1(TInt aIndex_t) const		{ return (*(TCode_query_pop_up_window_elements_Line_1_sig*)(GetFunction(EApiId_Code_query_pop_up_window_elements_Line_1)))(aIndex_t); }
       
  3726 
       
  3727 	inline TAknWindowLineLayout Code_query_pop_up_window_elements_Line_2(TInt aIndex_t) const		{ return (*(TCode_query_pop_up_window_elements_Line_2_sig*)(GetFunction(EApiId_Code_query_pop_up_window_elements_Line_2)))(aIndex_t); }
       
  3728 
       
  3729 	inline TAknWindowLineLayout Code_query_pop_up_window_elements_Line_3(TInt aIndex_t) const		{ return (*(TCode_query_pop_up_window_elements_Line_3_sig*)(GetFunction(EApiId_Code_query_pop_up_window_elements_Line_3)))(aIndex_t); }
       
  3730 
       
  3731 	inline TAknWindowLineLayout Code_query_pop_up_window_elements_Line_4(TInt aIndex_t) const		{ return (*(TCode_query_pop_up_window_elements_Line_4_sig*)(GetFunction(EApiId_Code_query_pop_up_window_elements_Line_4)))(aIndex_t); }
       
  3732 
       
  3733 	inline TAknLayoutTableLimits Code_query_pop_up_window_elements_Limits() const		{ return (*(TCode_query_pop_up_window_elements_Limits_sig*)(GetFunction(EApiId_Code_query_pop_up_window_elements_Limits)))(); }
       
  3734 
       
  3735 	inline TAknWindowLineLayout Code_query_pop_up_window_elements(TInt aLineIndex, TInt aIndex_t) const		{ return (*(TCode_query_pop_up_window_elements_sig*)(GetFunction(EApiId_Code_query_pop_up_window_elements)))(aLineIndex, aIndex_t); }
       
  3736 
       
  3737 	// LAF Table : Code query pop-up window texts
       
  3738 	inline TAknTextLineLayout Code_query_pop_up_window_texts_Line_1(TInt aIndex_B) const		{ return (*(TCode_query_pop_up_window_texts_Line_1_sig*)(GetFunction(EApiId_Code_query_pop_up_window_texts_Line_1)))(aIndex_B); }
       
  3739 
       
  3740 	inline TAknMultiLineTextLayout Multiline_Code_query_pop_up_window_texts_Line_1(TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Code_query_pop_up_window_texts_Line_1_sig*)(GetFunction(EApiId_Multiline_Code_query_pop_up_window_texts_Line_1)))(aNumberOfLinesShown); }
       
  3741 
       
  3742 	inline TAknTextLineLayout Code_query_pop_up_window_texts_Line_2(TInt aIndex_B) const		{ return (*(TCode_query_pop_up_window_texts_Line_2_sig*)(GetFunction(EApiId_Code_query_pop_up_window_texts_Line_2)))(aIndex_B); }
       
  3743 
       
  3744 	inline TAknMultiLineTextLayout Multiline_Code_query_pop_up_window_texts_Line_2(TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Code_query_pop_up_window_texts_Line_2_sig*)(GetFunction(EApiId_Multiline_Code_query_pop_up_window_texts_Line_2)))(aNumberOfLinesShown); }
       
  3745 
       
  3746 	inline TAknLayoutTableLimits Code_query_pop_up_window_texts_Limits() const		{ return (*(TCode_query_pop_up_window_texts_Limits_sig*)(GetFunction(EApiId_Code_query_pop_up_window_texts_Limits)))(); }
       
  3747 
       
  3748 	inline TAknTextLineLayout Code_query_pop_up_window_texts(TInt aLineIndex, TInt aIndex_B) const		{ return (*(TCode_query_pop_up_window_texts_sig*)(GetFunction(EApiId_Code_query_pop_up_window_texts)))(aLineIndex, aIndex_B); }
       
  3749 
       
  3750 	// LAF Table : Combined data and code query pop-up window elements
       
  3751 	inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_elements_Line_1(TInt aIndex_C, TInt aIndex_t) const		{ return (*(TCombined_data_and_code_query_pop_up_window_elements_Line_1_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_elements_Line_1)))(aIndex_C, aIndex_t); }
       
  3752 
       
  3753 	inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_elements_Line_2(TInt aIndex_C, TInt aIndex_t) const		{ return (*(TCombined_data_and_code_query_pop_up_window_elements_Line_2_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_elements_Line_2)))(aIndex_C, aIndex_t); }
       
  3754 
       
  3755 	inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_elements_Line_3(TInt aIndex_t) const		{ return (*(TCombined_data_and_code_query_pop_up_window_elements_Line_3_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_elements_Line_3)))(aIndex_t); }
       
  3756 
       
  3757 	inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_elements_Line_4(TInt aIndex_t) const		{ return (*(TCombined_data_and_code_query_pop_up_window_elements_Line_4_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_elements_Line_4)))(aIndex_t); }
       
  3758 
       
  3759 	inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_elements_Line_5(TInt aIndex_t) const		{ return (*(TCombined_data_and_code_query_pop_up_window_elements_Line_5_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_elements_Line_5)))(aIndex_t); }
       
  3760 
       
  3761 	// LAF Table : Combined data and code query pop-up window texts
       
  3762 	inline TAknTextLineLayout Combined_data_and_code_query_pop_up_window_texts_Line_1(TInt aIndex_B) const		{ return (*(TCombined_data_and_code_query_pop_up_window_texts_Line_1_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_texts_Line_1)))(aIndex_B); }
       
  3763 
       
  3764 	inline TAknMultiLineTextLayout Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_1(TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Combined_data_and_code_query_pop_up_window_texts_Line_1_sig*)(GetFunction(EApiId_Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_1)))(aNumberOfLinesShown); }
       
  3765 
       
  3766 	inline TAknTextLineLayout Combined_data_and_code_query_pop_up_window_texts_Line_2(TInt aIndex_B) const		{ return (*(TCombined_data_and_code_query_pop_up_window_texts_Line_2_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_texts_Line_2)))(aIndex_B); }
       
  3767 
       
  3768 	inline TAknMultiLineTextLayout Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_2(TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Combined_data_and_code_query_pop_up_window_texts_Line_2_sig*)(GetFunction(EApiId_Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_2)))(aNumberOfLinesShown); }
       
  3769 
       
  3770 	inline TAknTextLineLayout Combined_data_and_code_query_pop_up_window_texts_Line_3(TInt aIndex_B) const		{ return (*(TCombined_data_and_code_query_pop_up_window_texts_Line_3_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_texts_Line_3)))(aIndex_B); }
       
  3771 
       
  3772 	inline TAknMultiLineTextLayout Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_3(TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Combined_data_and_code_query_pop_up_window_texts_Line_3_sig*)(GetFunction(EApiId_Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_3)))(aNumberOfLinesShown); }
       
  3773 
       
  3774 	inline TAknTextLineLayout Combined_data_and_code_query_pop_up_window_texts_Line_4(TInt aIndex_B) const		{ return (*(TCombined_data_and_code_query_pop_up_window_texts_Line_4_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_texts_Line_4)))(aIndex_B); }
       
  3775 
       
  3776 	inline TAknMultiLineTextLayout Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_4(TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Combined_data_and_code_query_pop_up_window_texts_Line_4_sig*)(GetFunction(EApiId_Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_4)))(aNumberOfLinesShown); }
       
  3777 
       
  3778 	inline TAknLayoutTableLimits Combined_data_and_code_query_pop_up_window_texts_Limits() const		{ return (*(TCombined_data_and_code_query_pop_up_window_texts_Limits_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_texts_Limits)))(); }
       
  3779 
       
  3780 	inline TAknTextLineLayout Combined_data_and_code_query_pop_up_window_texts(TInt aLineIndex, TInt aIndex_B) const		{ return (*(TCombined_data_and_code_query_pop_up_window_texts_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_texts)))(aLineIndex, aIndex_B); }
       
  3781 
       
  3782 	// LAF Table : Combined data and code query pop-up window graphics
       
  3783 	inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_Line_1(const TRect& aParentRect) const		{ return (*(TCombined_data_and_code_query_pop_up_window_graphics_Line_1_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  3784 
       
  3785 	inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_Line_2(const TRect& aParentRect, TInt aIndex_H) const		{ return (*(TCombined_data_and_code_query_pop_up_window_graphics_Line_2_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_graphics_Line_2)))(aParentRect, aIndex_H); }
       
  3786 
       
  3787 	inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_Line_3(const TRect& aParentRect, TInt aIndex_H) const		{ return (*(TCombined_data_and_code_query_pop_up_window_graphics_Line_3_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_graphics_Line_3)))(aParentRect, aIndex_H); }
       
  3788 
       
  3789 	inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_Line_4(const TRect& aParentRect, TInt aIndex_H) const		{ return (*(TCombined_data_and_code_query_pop_up_window_graphics_Line_4_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_graphics_Line_4)))(aParentRect, aIndex_H); }
       
  3790 
       
  3791 	inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_Line_5(const TRect& aParentRect, TInt aIndex_H) const		{ return (*(TCombined_data_and_code_query_pop_up_window_graphics_Line_5_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_graphics_Line_5)))(aParentRect, aIndex_H); }
       
  3792 
       
  3793 	inline TAknLayoutTableLimits Combined_data_and_code_query_pop_up_window_graphics_SUB_TABLE_0_Limits() const		{ return (*(TCombined_data_and_code_query_pop_up_window_graphics_SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_graphics_SUB_TABLE_0_Limits)))(); }
       
  3794 
       
  3795 	inline TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_SUB_TABLE_0(TInt aLineIndex, const TRect& aParentRect, TInt aIndex_H) const		{ return (*(TCombined_data_and_code_query_pop_up_window_graphics_SUB_TABLE_0_sig*)(GetFunction(EApiId_Combined_data_and_code_query_pop_up_window_graphics_SUB_TABLE_0)))(aLineIndex, aParentRect, aIndex_H); }
       
  3796 
       
  3797 	// LAF Table : Find pop-up window elements
       
  3798 	inline TAknWindowLineLayout Find_pop_up_window_elements_Line_1() const		{ return (*(TFind_pop_up_window_elements_Line_1_sig*)(GetFunction(EApiId_Find_pop_up_window_elements_Line_1)))(); }
       
  3799 
       
  3800 	inline TAknWindowLineLayout Find_pop_up_window_elements_Line_2() const		{ return (*(TFind_pop_up_window_elements_Line_2_sig*)(GetFunction(EApiId_Find_pop_up_window_elements_Line_2)))(); }
       
  3801 
       
  3802 	inline TAknWindowLineLayout Find_pop_up_window_elements_Line_3() const		{ return (*(TFind_pop_up_window_elements_Line_3_sig*)(GetFunction(EApiId_Find_pop_up_window_elements_Line_3)))(); }
       
  3803 
       
  3804 	inline TAknWindowLineLayout Find_pop_up_window_elements_Line_4() const		{ return (*(TFind_pop_up_window_elements_Line_4_sig*)(GetFunction(EApiId_Find_pop_up_window_elements_Line_4)))(); }
       
  3805 
       
  3806 	inline TAknLayoutTableLimits Find_pop_up_window_elements_Limits() const		{ return (*(TFind_pop_up_window_elements_Limits_sig*)(GetFunction(EApiId_Find_pop_up_window_elements_Limits)))(); }
       
  3807 
       
  3808 	inline TAknWindowLineLayout Find_pop_up_window_elements(TInt aLineIndex) const		{ return (*(TFind_pop_up_window_elements_sig*)(GetFunction(EApiId_Find_pop_up_window_elements)))(aLineIndex); }
       
  3809 
       
  3810 	// LAF Table : Find pop-up window texts
       
  3811 	inline TAknTextLineLayout Find_pop_up_window_texts_Line_1() const		{ return (*(TFind_pop_up_window_texts_Line_1_sig*)(GetFunction(EApiId_Find_pop_up_window_texts_Line_1)))(); }
       
  3812 
       
  3813 	// LAF Table : Find pop-up window graphics
       
  3814 	inline TAknWindowLineLayout Find_pop_up_window_graphics_Line_1() const		{ return (*(TFind_pop_up_window_graphics_Line_1_sig*)(GetFunction(EApiId_Find_pop_up_window_graphics_Line_1)))(); }
       
  3815 
       
  3816 	inline TAknWindowLineLayout Find_pop_up_window_graphics_Line_2() const		{ return (*(TFind_pop_up_window_graphics_Line_2_sig*)(GetFunction(EApiId_Find_pop_up_window_graphics_Line_2)))(); }
       
  3817 
       
  3818 	inline TAknWindowLineLayout Find_pop_up_window_graphics_Line_3() const		{ return (*(TFind_pop_up_window_graphics_Line_3_sig*)(GetFunction(EApiId_Find_pop_up_window_graphics_Line_3)))(); }
       
  3819 
       
  3820 	inline TAknWindowLineLayout Find_pop_up_window_graphics_Line_4() const		{ return (*(TFind_pop_up_window_graphics_Line_4_sig*)(GetFunction(EApiId_Find_pop_up_window_graphics_Line_4)))(); }
       
  3821 
       
  3822 	inline TAknWindowLineLayout Find_pop_up_window_graphics_Line_5() const		{ return (*(TFind_pop_up_window_graphics_Line_5_sig*)(GetFunction(EApiId_Find_pop_up_window_graphics_Line_5)))(); }
       
  3823 
       
  3824 	inline TAknLayoutTableLimits Find_pop_up_window_graphics_Limits() const		{ return (*(TFind_pop_up_window_graphics_Limits_sig*)(GetFunction(EApiId_Find_pop_up_window_graphics_Limits)))(); }
       
  3825 
       
  3826 	inline TAknWindowLineLayout Find_pop_up_window_graphics(TInt aLineIndex) const		{ return (*(TFind_pop_up_window_graphics_sig*)(GetFunction(EApiId_Find_pop_up_window_graphics)))(aLineIndex); }
       
  3827 
       
  3828 	// LAF Table : Pop-up menu with find pane graphics
       
  3829 	inline TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics_Line_1(const TRect& aParentRect) const		{ return (*(TPop_up_menu_with_find_pane_graphics_Line_1_sig*)(GetFunction(EApiId_Pop_up_menu_with_find_pane_graphics_Line_1)))(aParentRect); }
       
  3830 
       
  3831 	inline TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics_Line_2(const TRect& aParentRect) const		{ return (*(TPop_up_menu_with_find_pane_graphics_Line_2_sig*)(GetFunction(EApiId_Pop_up_menu_with_find_pane_graphics_Line_2)))(aParentRect); }
       
  3832 
       
  3833 	inline TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics_Line_3(const TRect& aParentRect) const		{ return (*(TPop_up_menu_with_find_pane_graphics_Line_3_sig*)(GetFunction(EApiId_Pop_up_menu_with_find_pane_graphics_Line_3)))(aParentRect); }
       
  3834 
       
  3835 	inline TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics_Line_4(const TRect& aParentRect) const		{ return (*(TPop_up_menu_with_find_pane_graphics_Line_4_sig*)(GetFunction(EApiId_Pop_up_menu_with_find_pane_graphics_Line_4)))(aParentRect); }
       
  3836 
       
  3837 	inline TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics_Line_5(const TRect& aParentRect) const		{ return (*(TPop_up_menu_with_find_pane_graphics_Line_5_sig*)(GetFunction(EApiId_Pop_up_menu_with_find_pane_graphics_Line_5)))(aParentRect); }
       
  3838 
       
  3839 	inline TAknLayoutTableLimits Pop_up_menu_with_find_pane_graphics_Limits() const		{ return (*(TPop_up_menu_with_find_pane_graphics_Limits_sig*)(GetFunction(EApiId_Pop_up_menu_with_find_pane_graphics_Limits)))(); }
       
  3840 
       
  3841 	inline TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics(TInt aLineIndex, const TRect& aParentRect) const		{ return (*(TPop_up_menu_with_find_pane_graphics_sig*)(GetFunction(EApiId_Pop_up_menu_with_find_pane_graphics)))(aLineIndex, aParentRect); }
       
  3842 
       
  3843 	// LAF Table : Notification pop-up window elements (text)
       
  3844 	inline TAknWindowLineLayout Notification_pop_up_window_elements__text__Line_1() const		{ return (*(TNotification_pop_up_window_elements__text__Line_1_sig*)(GetFunction(EApiId_Notification_pop_up_window_elements__text__Line_1)))(); }
       
  3845 
       
  3846 	// LAF Table : Notification pop-up window texts (text)
       
  3847 	inline TAknTextLineLayout Notification_pop_up_window_texts__text__Line_1(TInt aIndex_B) const		{ return (*(TNotification_pop_up_window_texts__text__Line_1_sig*)(GetFunction(EApiId_Notification_pop_up_window_texts__text__Line_1)))(aIndex_B); }
       
  3848 
       
  3849 	inline TAknMultiLineTextLayout Multiline_Notification_pop_up_window_texts__text__Line_1(TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Notification_pop_up_window_texts__text__Line_1_sig*)(GetFunction(EApiId_Multiline_Notification_pop_up_window_texts__text__Line_1)))(aNumberOfLinesShown); }
       
  3850 
       
  3851 	// LAF Table : Notification pop-up window graphics (text)
       
  3852 	inline TAknWindowLineLayout Notification_pop_up_window_graphics__text__Line_1(const TRect& aParentRect) const		{ return (*(TNotification_pop_up_window_graphics__text__Line_1_sig*)(GetFunction(EApiId_Notification_pop_up_window_graphics__text__Line_1)))(aParentRect); }
       
  3853 
       
  3854 	inline TAknWindowLineLayout Notification_pop_up_window_graphics__text__Line_2(const TRect& aParentRect) const		{ return (*(TNotification_pop_up_window_graphics__text__Line_2_sig*)(GetFunction(EApiId_Notification_pop_up_window_graphics__text__Line_2)))(aParentRect); }
       
  3855 
       
  3856 	inline TAknWindowLineLayout Notification_pop_up_window_graphics__text__Line_3(const TRect& aParentRect) const		{ return (*(TNotification_pop_up_window_graphics__text__Line_3_sig*)(GetFunction(EApiId_Notification_pop_up_window_graphics__text__Line_3)))(aParentRect); }
       
  3857 
       
  3858 	inline TAknWindowLineLayout Notification_pop_up_window_graphics__text__Line_4(const TRect& aParentRect) const		{ return (*(TNotification_pop_up_window_graphics__text__Line_4_sig*)(GetFunction(EApiId_Notification_pop_up_window_graphics__text__Line_4)))(aParentRect); }
       
  3859 
       
  3860 	inline TAknWindowLineLayout Notification_pop_up_window_graphics__text__Line_5(const TRect& aParentRect) const		{ return (*(TNotification_pop_up_window_graphics__text__Line_5_sig*)(GetFunction(EApiId_Notification_pop_up_window_graphics__text__Line_5)))(aParentRect); }
       
  3861 
       
  3862 	inline TAknLayoutTableLimits Notification_pop_up_window_graphics__text__Limits() const		{ return (*(TNotification_pop_up_window_graphics__text__Limits_sig*)(GetFunction(EApiId_Notification_pop_up_window_graphics__text__Limits)))(); }
       
  3863 
       
  3864 	inline TAknWindowLineLayout Notification_pop_up_window_graphics__text_(TInt aLineIndex, const TRect& aParentRect) const		{ return (*(TNotification_pop_up_window_graphics__text__sig*)(GetFunction(EApiId_Notification_pop_up_window_graphics__text_)))(aLineIndex, aParentRect); }
       
  3865 
       
  3866 	// LAF Table : Notification pop-up window elements (graphic)
       
  3867 	inline TAknWindowLineLayout Notification_pop_up_window_elements__graphic__Line_1() const		{ return (*(TNotification_pop_up_window_elements__graphic__Line_1_sig*)(GetFunction(EApiId_Notification_pop_up_window_elements__graphic__Line_1)))(); }
       
  3868 
       
  3869 	inline TAknWindowLineLayout Notification_pop_up_window_elements__graphic__Line_2() const		{ return (*(TNotification_pop_up_window_elements__graphic__Line_2_sig*)(GetFunction(EApiId_Notification_pop_up_window_elements__graphic__Line_2)))(); }
       
  3870 
       
  3871 	inline TAknLayoutTableLimits Notification_pop_up_window_elements__graphic__Limits() const		{ return (*(TNotification_pop_up_window_elements__graphic__Limits_sig*)(GetFunction(EApiId_Notification_pop_up_window_elements__graphic__Limits)))(); }
       
  3872 
       
  3873 	inline TAknWindowLineLayout Notification_pop_up_window_elements__graphic_(TInt aLineIndex) const		{ return (*(TNotification_pop_up_window_elements__graphic__sig*)(GetFunction(EApiId_Notification_pop_up_window_elements__graphic_)))(aLineIndex); }
       
  3874 
       
  3875 	// LAF Table : Notification pop-up window texts (graphic)
       
  3876 	inline TAknTextLineLayout Notification_pop_up_window_texts__graphic__Line_1(TInt aCommon1) const		{ return (*(TNotification_pop_up_window_texts__graphic__Line_1_sig*)(GetFunction(EApiId_Notification_pop_up_window_texts__graphic__Line_1)))(aCommon1); }
       
  3877 
       
  3878 	inline TAknMultiLineTextLayout Multiline_Notification_pop_up_window_texts__graphic__Line_1(TInt aCommon1, TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Notification_pop_up_window_texts__graphic__Line_1_sig*)(GetFunction(EApiId_Multiline_Notification_pop_up_window_texts__graphic__Line_1)))(aCommon1, aNumberOfLinesShown); }
       
  3879 
       
  3880 	// LAF Table : Identifier icon selection pop-up window descendants
       
  3881 	inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_descendants_Line_1(TInt aIndex_t) const		{ return (*(TIdentifier_icon_selection_pop_up_window_descendants_Line_1_sig*)(GetFunction(EApiId_Identifier_icon_selection_pop_up_window_descendants_Line_1)))(aIndex_t); }
       
  3882 
       
  3883 	inline TAknWindowLineLayout grid_graphic_popup_pane(TInt aCommon1, TInt aIndex_H) const		{ return (*(Tgrid_graphic_popup_pane_sig*)(GetFunction(EApiId_grid_graphic_popup_pane)))(aCommon1, aIndex_H); }
       
  3884 
       
  3885 	// LAF Table : Identifier icon selection pop-up window elements
       
  3886 	inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_elements_Line_1(TInt aCommon1) const		{ return (*(TIdentifier_icon_selection_pop_up_window_elements_Line_1_sig*)(GetFunction(EApiId_Identifier_icon_selection_pop_up_window_elements_Line_1)))(aCommon1); }
       
  3887 
       
  3888 	inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_elements_Line_2(TInt aIndex_l, TInt aIndex_t, TInt aIndex_H) const		{ return (*(TIdentifier_icon_selection_pop_up_window_elements_Line_2_sig*)(GetFunction(EApiId_Identifier_icon_selection_pop_up_window_elements_Line_2)))(aIndex_l, aIndex_t, aIndex_H); }
       
  3889 
       
  3890 	// LAF Table : Identifier icon selection pop-up window graphics
       
  3891 	inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_Line_1(const TRect& aParentRect) const		{ return (*(TIdentifier_icon_selection_pop_up_window_graphics_Line_1_sig*)(GetFunction(EApiId_Identifier_icon_selection_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  3892 
       
  3893 	inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_Line_2(const TRect& aParentRect, TInt aIndex_t) const		{ return (*(TIdentifier_icon_selection_pop_up_window_graphics_Line_2_sig*)(GetFunction(EApiId_Identifier_icon_selection_pop_up_window_graphics_Line_2)))(aParentRect, aIndex_t); }
       
  3894 
       
  3895 	inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_Line_3(const TRect& aParentRect, TInt aIndex_t) const		{ return (*(TIdentifier_icon_selection_pop_up_window_graphics_Line_3_sig*)(GetFunction(EApiId_Identifier_icon_selection_pop_up_window_graphics_Line_3)))(aParentRect, aIndex_t); }
       
  3896 
       
  3897 	inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_Line_4(const TRect& aParentRect, TInt aIndex_t) const		{ return (*(TIdentifier_icon_selection_pop_up_window_graphics_Line_4_sig*)(GetFunction(EApiId_Identifier_icon_selection_pop_up_window_graphics_Line_4)))(aParentRect, aIndex_t); }
       
  3898 
       
  3899 	inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_Line_5(const TRect& aParentRect, TInt aIndex_t) const		{ return (*(TIdentifier_icon_selection_pop_up_window_graphics_Line_5_sig*)(GetFunction(EApiId_Identifier_icon_selection_pop_up_window_graphics_Line_5)))(aParentRect, aIndex_t); }
       
  3900 
       
  3901 	inline TAknLayoutTableLimits Identifier_icon_selection_pop_up_window_graphics_SUB_TABLE_0_Limits() const		{ return (*(TIdentifier_icon_selection_pop_up_window_graphics_SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Identifier_icon_selection_pop_up_window_graphics_SUB_TABLE_0_Limits)))(); }
       
  3902 
       
  3903 	inline TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_SUB_TABLE_0(TInt aLineIndex, const TRect& aParentRect, TInt aIndex_t) const		{ return (*(TIdentifier_icon_selection_pop_up_window_graphics_SUB_TABLE_0_sig*)(GetFunction(EApiId_Identifier_icon_selection_pop_up_window_graphics_SUB_TABLE_0)))(aLineIndex, aParentRect, aIndex_t); }
       
  3904 
       
  3905 	// LAF Table : Colour selection pop-up window descendants
       
  3906 	inline TAknWindowLineLayout Colour_selection_pop_up_window_descendants_Line_1() const		{ return (*(TColour_selection_pop_up_window_descendants_Line_1_sig*)(GetFunction(EApiId_Colour_selection_pop_up_window_descendants_Line_1)))(); }
       
  3907 
       
  3908 	inline TAknWindowLineLayout Colour_selection_pop_up_window_descendants_Line_2() const		{ return (*(TColour_selection_pop_up_window_descendants_Line_2_sig*)(GetFunction(EApiId_Colour_selection_pop_up_window_descendants_Line_2)))(); }
       
  3909 
       
  3910 	inline TAknWindowLineLayout grid_large_graphic_colour_popup_pane(TInt aCommon1) const		{ return (*(Tgrid_large_graphic_colour_popup_pane_sig*)(GetFunction(EApiId_grid_large_graphic_colour_popup_pane)))(aCommon1); }
       
  3911 
       
  3912 	// LAF Table : Composer symbol selection pop-up window elements
       
  3913 	inline TAknWindowLineLayout Composer_symbol_selection_pop_up_window_elements_Line_1(TInt aIndex_t) const		{ return (*(TComposer_symbol_selection_pop_up_window_elements_Line_1_sig*)(GetFunction(EApiId_Composer_symbol_selection_pop_up_window_elements_Line_1)))(aIndex_t); }
       
  3914 
       
  3915 	inline TAknWindowLineLayout Composer_symbol_selection_pop_up_window_elements_Line_2(TInt aIndex_l, TInt aIndex_t, TInt aIndex_W, TInt aIndex_H) const		{ return (*(TComposer_symbol_selection_pop_up_window_elements_Line_2_sig*)(GetFunction(EApiId_Composer_symbol_selection_pop_up_window_elements_Line_2)))(aIndex_l, aIndex_t, aIndex_W, aIndex_H); }
       
  3916 
       
  3917 	// LAF Table : Colour selection pop-up window graphics
       
  3918 	inline TAknWindowLineLayout Colour_selection_pop_up_window_graphics_Line_1(const TRect& aParentRect) const		{ return (*(TColour_selection_pop_up_window_graphics_Line_1_sig*)(GetFunction(EApiId_Colour_selection_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  3919 
       
  3920 	inline TAknWindowLineLayout Colour_selection_pop_up_window_graphics_Line_2(const TRect& aParentRect) const		{ return (*(TColour_selection_pop_up_window_graphics_Line_2_sig*)(GetFunction(EApiId_Colour_selection_pop_up_window_graphics_Line_2)))(aParentRect); }
       
  3921 
       
  3922 	inline TAknWindowLineLayout Colour_selection_pop_up_window_graphics_Line_3(const TRect& aParentRect) const		{ return (*(TColour_selection_pop_up_window_graphics_Line_3_sig*)(GetFunction(EApiId_Colour_selection_pop_up_window_graphics_Line_3)))(aParentRect); }
       
  3923 
       
  3924 	inline TAknWindowLineLayout Colour_selection_pop_up_window_graphics_Line_4(const TRect& aParentRect) const		{ return (*(TColour_selection_pop_up_window_graphics_Line_4_sig*)(GetFunction(EApiId_Colour_selection_pop_up_window_graphics_Line_4)))(aParentRect); }
       
  3925 
       
  3926 	inline TAknWindowLineLayout Colour_selection_pop_up_window_graphics_Line_5(const TRect& aParentRect) const		{ return (*(TColour_selection_pop_up_window_graphics_Line_5_sig*)(GetFunction(EApiId_Colour_selection_pop_up_window_graphics_Line_5)))(aParentRect); }
       
  3927 
       
  3928 	inline TAknLayoutTableLimits Colour_selection_pop_up_window_graphics_Limits() const		{ return (*(TColour_selection_pop_up_window_graphics_Limits_sig*)(GetFunction(EApiId_Colour_selection_pop_up_window_graphics_Limits)))(); }
       
  3929 
       
  3930 	inline TAknWindowLineLayout Colour_selection_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect) const		{ return (*(TColour_selection_pop_up_window_graphics_sig*)(GetFunction(EApiId_Colour_selection_pop_up_window_graphics)))(aLineIndex, aParentRect); }
       
  3931 
       
  3932 	// LAF Table : Fast application swapping pop-up window descendants
       
  3933 	inline TAknWindowLineLayout Fast_application_swapping_pop_up_window_descendants_Line_1(TInt aIndex_t) const		{ return (*(TFast_application_swapping_pop_up_window_descendants_Line_1_sig*)(GetFunction(EApiId_Fast_application_swapping_pop_up_window_descendants_Line_1)))(aIndex_t); }
       
  3934 
       
  3935 	// LAF Table : Fast application swapping pop-up window graphics
       
  3936 	inline TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_1(const TRect& aParentRect) const		{ return (*(TFast_application_swapping_pop_up_window_graphics_Line_1_sig*)(GetFunction(EApiId_Fast_application_swapping_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  3937 
       
  3938 	inline TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_2(const TRect& aParentRect) const		{ return (*(TFast_application_swapping_pop_up_window_graphics_Line_2_sig*)(GetFunction(EApiId_Fast_application_swapping_pop_up_window_graphics_Line_2)))(aParentRect); }
       
  3939 
       
  3940 	inline TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_3(const TRect& aParentRect) const		{ return (*(TFast_application_swapping_pop_up_window_graphics_Line_3_sig*)(GetFunction(EApiId_Fast_application_swapping_pop_up_window_graphics_Line_3)))(aParentRect); }
       
  3941 
       
  3942 	inline TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_4(const TRect& aParentRect) const		{ return (*(TFast_application_swapping_pop_up_window_graphics_Line_4_sig*)(GetFunction(EApiId_Fast_application_swapping_pop_up_window_graphics_Line_4)))(aParentRect); }
       
  3943 
       
  3944 	inline TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_5(const TRect& aParentRect) const		{ return (*(TFast_application_swapping_pop_up_window_graphics_Line_5_sig*)(GetFunction(EApiId_Fast_application_swapping_pop_up_window_graphics_Line_5)))(aParentRect); }
       
  3945 
       
  3946 	inline TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_6() const		{ return (*(TFast_application_swapping_pop_up_window_graphics_Line_6_sig*)(GetFunction(EApiId_Fast_application_swapping_pop_up_window_graphics_Line_6)))(); }
       
  3947 
       
  3948 	inline TAknLayoutTableLimits Fast_application_swapping_pop_up_window_graphics_SUB_TABLE_0_Limits() const		{ return (*(TFast_application_swapping_pop_up_window_graphics_SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Fast_application_swapping_pop_up_window_graphics_SUB_TABLE_0_Limits)))(); }
       
  3949 
       
  3950 	inline TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_SUB_TABLE_0(TInt aLineIndex, const TRect& aParentRect) const		{ return (*(TFast_application_swapping_pop_up_window_graphics_SUB_TABLE_0_sig*)(GetFunction(EApiId_Fast_application_swapping_pop_up_window_graphics_SUB_TABLE_0)))(aLineIndex, aParentRect); }
       
  3951 
       
  3952 	// LAF Table : List pane texts (setting, double2)
       
  3953 	inline TAknTextLineLayout List_pane_texts__setting__double2__Line_1() const		{ return (*(TList_pane_texts__setting__double2__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__setting__double2__Line_1)))(); }
       
  3954 
       
  3955 	inline TAknTextLineLayout List_pane_texts__setting__double2__Line_2() const		{ return (*(TList_pane_texts__setting__double2__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__setting__double2__Line_2)))(); }
       
  3956 
       
  3957 	inline TAknLayoutTableLimits List_pane_texts__setting__double2__Limits() const		{ return (*(TList_pane_texts__setting__double2__Limits_sig*)(GetFunction(EApiId_List_pane_texts__setting__double2__Limits)))(); }
       
  3958 
       
  3959 	inline TAknTextLineLayout List_pane_texts__setting__double2_(TInt aLineIndex) const		{ return (*(TList_pane_texts__setting__double2__sig*)(GetFunction(EApiId_List_pane_texts__setting__double2_)))(aLineIndex); }
       
  3960 
       
  3961 	// LAF Table : List pane elements (single 2graphic)
       
  3962 	inline TAknWindowLineLayout List_pane_elements__single_2graphic__Line_1() const		{ return (*(TList_pane_elements__single_2graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__single_2graphic__Line_1)))(); }
       
  3963 
       
  3964 	inline TAknWindowLineLayout List_pane_elements__single_2graphic__Line_2() const		{ return (*(TList_pane_elements__single_2graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__single_2graphic__Line_2)))(); }
       
  3965 
       
  3966 	inline TAknWindowLineLayout List_pane_elements__single_2graphic__Line_3() const		{ return (*(TList_pane_elements__single_2graphic__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__single_2graphic__Line_3)))(); }
       
  3967 
       
  3968 	inline TAknWindowLineLayout List_pane_elements__single_2graphic__Line_4(TInt aIndex_l) const		{ return (*(TList_pane_elements__single_2graphic__Line_4_sig*)(GetFunction(EApiId_List_pane_elements__single_2graphic__Line_4)))(aIndex_l); }
       
  3969 
       
  3970 	inline TAknLayoutTableLimits List_pane_elements__single_2graphic__SUB_TABLE_0_Limits() const		{ return (*(TList_pane_elements__single_2graphic__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_pane_elements__single_2graphic__SUB_TABLE_0_Limits)))(); }
       
  3971 
       
  3972 	inline TAknWindowLineLayout List_pane_elements__single_2graphic__SUB_TABLE_0(TInt aLineIndex) const		{ return (*(TList_pane_elements__single_2graphic__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_pane_elements__single_2graphic__SUB_TABLE_0)))(aLineIndex); }
       
  3973 
       
  3974 	// LAF Table : List pane texts (single 2graphic)
       
  3975 	inline TAknTextLineLayout List_pane_texts__single_2graphic__Line_1(TInt aIndex_r, TInt aIndex_W) const		{ return (*(TList_pane_texts__single_2graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__single_2graphic__Line_1)))(aIndex_r, aIndex_W); }
       
  3976 
       
  3977 	// LAF Table : List pane elements (double2 graphic large graphic)
       
  3978 	inline TAknWindowLineLayout List_pane_elements__double2_graphic_large_graphic__Line_1() const		{ return (*(TList_pane_elements__double2_graphic_large_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__double2_graphic_large_graphic__Line_1)))(); }
       
  3979 
       
  3980 	inline TAknWindowLineLayout List_pane_elements__double2_graphic_large_graphic__Line_2() const		{ return (*(TList_pane_elements__double2_graphic_large_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__double2_graphic_large_graphic__Line_2)))(); }
       
  3981 
       
  3982 	inline TAknWindowLineLayout List_pane_elements__double2_graphic_large_graphic__Line_3() const		{ return (*(TList_pane_elements__double2_graphic_large_graphic__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__double2_graphic_large_graphic__Line_3)))(); }
       
  3983 
       
  3984 	inline TAknWindowLineLayout List_pane_elements__double2_graphic_large_graphic__Line_4(TInt aIndex_l) const		{ return (*(TList_pane_elements__double2_graphic_large_graphic__Line_4_sig*)(GetFunction(EApiId_List_pane_elements__double2_graphic_large_graphic__Line_4)))(aIndex_l); }
       
  3985 
       
  3986 	inline TAknLayoutTableLimits List_pane_elements__double2_graphic_large_graphic__SUB_TABLE_0_Limits() const		{ return (*(TList_pane_elements__double2_graphic_large_graphic__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_pane_elements__double2_graphic_large_graphic__SUB_TABLE_0_Limits)))(); }
       
  3987 
       
  3988 	inline TAknWindowLineLayout List_pane_elements__double2_graphic_large_graphic__SUB_TABLE_0(TInt aLineIndex) const		{ return (*(TList_pane_elements__double2_graphic_large_graphic__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_pane_elements__double2_graphic_large_graphic__SUB_TABLE_0)))(aLineIndex); }
       
  3989 
       
  3990 	// LAF Table : List pane texts (double2 graphic large graphic)
       
  3991 	inline TAknTextLineLayout List_pane_texts__double2_graphic_large_graphic__Line_1(TInt aCommon1) const		{ return (*(TList_pane_texts__double2_graphic_large_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__double2_graphic_large_graphic__Line_1)))(aCommon1); }
       
  3992 
       
  3993 	inline TAknTextLineLayout List_pane_texts__double2_graphic_large_graphic__Line_2() const		{ return (*(TList_pane_texts__double2_graphic_large_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__double2_graphic_large_graphic__Line_2)))(); }
       
  3994 
       
  3995 	// LAF Table : Form data wide graphic field texts
       
  3996 	inline TAknTextLineLayout Form_data_wide_graphic_field_texts_Line_1() const		{ return (*(TForm_data_wide_graphic_field_texts_Line_1_sig*)(GetFunction(EApiId_Form_data_wide_graphic_field_texts_Line_1)))(); }
       
  3997 
       
  3998 	inline TAknTextLineLayout Form_data_wide_graphic_field_texts_Line_2(TInt aIndex_B) const		{ return (*(TForm_data_wide_graphic_field_texts_Line_2_sig*)(GetFunction(EApiId_Form_data_wide_graphic_field_texts_Line_2)))(aIndex_B); }
       
  3999 
       
  4000 	inline TAknMultiLineTextLayout Multiline_Form_data_wide_graphic_field_texts_Line_2(TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Form_data_wide_graphic_field_texts_Line_2_sig*)(GetFunction(EApiId_Multiline_Form_data_wide_graphic_field_texts_Line_2)))(aNumberOfLinesShown); }
       
  4001 
       
  4002 	// LAF Table : Application window descendants 2.1
       
  4003 	inline TAknWindowLineLayout status_small_pane() const		{ return (*(Tstatus_small_pane_sig*)(GetFunction(EApiId_status_small_pane)))(); }
       
  4004 
       
  4005 	// LAF Table : Small status pane descendants and elements
       
  4006 	inline TAknWindowLineLayout Small_status_pane_descendants_and_elements_Line_1() const		{ return (*(TSmall_status_pane_descendants_and_elements_Line_1_sig*)(GetFunction(EApiId_Small_status_pane_descendants_and_elements_Line_1)))(); }
       
  4007 
       
  4008 	inline TAknWindowLineLayout status_small_icon_pane() const		{ return (*(Tstatus_small_icon_pane_sig*)(GetFunction(EApiId_status_small_icon_pane)))(); }
       
  4009 
       
  4010 	inline TAknWindowLineLayout status_small_wait_pane() const		{ return (*(Tstatus_small_wait_pane_sig*)(GetFunction(EApiId_status_small_wait_pane)))(); }
       
  4011 
       
  4012 	inline TAknWindowLineLayout Small_status_pane_descendants_and_elements_Line_4() const		{ return (*(TSmall_status_pane_descendants_and_elements_Line_4_sig*)(GetFunction(EApiId_Small_status_pane_descendants_and_elements_Line_4)))(); }
       
  4013 
       
  4014 	inline TAknWindowLineLayout Small_status_pane_descendants_and_elements_Line_5() const		{ return (*(TSmall_status_pane_descendants_and_elements_Line_5_sig*)(GetFunction(EApiId_Small_status_pane_descendants_and_elements_Line_5)))(); }
       
  4015 
       
  4016 	inline TAknWindowLineLayout Small_status_pane_descendants_and_elements_Line_6() const		{ return (*(TSmall_status_pane_descendants_and_elements_Line_6_sig*)(GetFunction(EApiId_Small_status_pane_descendants_and_elements_Line_6)))(); }
       
  4017 
       
  4018 	inline TAknLayoutTableLimits Small_status_pane_descendants_and_elements_Limits() const		{ return (*(TSmall_status_pane_descendants_and_elements_Limits_sig*)(GetFunction(EApiId_Small_status_pane_descendants_and_elements_Limits)))(); }
       
  4019 
       
  4020 	inline TAknWindowLineLayout Small_status_pane_descendants_and_elements(TInt aLineIndex) const		{ return (*(TSmall_status_pane_descendants_and_elements_sig*)(GetFunction(EApiId_Small_status_pane_descendants_and_elements)))(aLineIndex); }
       
  4021 
       
  4022 	// LAF Table : Small status pane texts
       
  4023 	inline TAknTextLineLayout Small_status_pane_texts_Line_1(TInt aIndex_J) const		{ return (*(TSmall_status_pane_texts_Line_1_sig*)(GetFunction(EApiId_Small_status_pane_texts_Line_1)))(aIndex_J); }
       
  4024 
       
  4025 	// LAF Table : Small status waiting pane components
       
  4026 	inline TAknWindowLineLayout Small_status_waiting_pane_components_Line_1() const		{ return (*(TSmall_status_waiting_pane_components_Line_1_sig*)(GetFunction(EApiId_Small_status_waiting_pane_components_Line_1)))(); }
       
  4027 
       
  4028 	inline TAknWindowLineLayout Small_status_waiting_pane_components_Line_2() const		{ return (*(TSmall_status_waiting_pane_components_Line_2_sig*)(GetFunction(EApiId_Small_status_waiting_pane_components_Line_2)))(); }
       
  4029 
       
  4030 	inline TAknWindowLineLayout Small_status_waiting_pane_components_Line_3() const		{ return (*(TSmall_status_waiting_pane_components_Line_3_sig*)(GetFunction(EApiId_Small_status_waiting_pane_components_Line_3)))(); }
       
  4031 
       
  4032 	inline TAknWindowLineLayout Small_status_waiting_pane_components_Line_4() const		{ return (*(TSmall_status_waiting_pane_components_Line_4_sig*)(GetFunction(EApiId_Small_status_waiting_pane_components_Line_4)))(); }
       
  4033 
       
  4034 	inline TAknLayoutTableLimits Small_status_waiting_pane_components_Limits() const		{ return (*(TSmall_status_waiting_pane_components_Limits_sig*)(GetFunction(EApiId_Small_status_waiting_pane_components_Limits)))(); }
       
  4035 
       
  4036 	inline TAknWindowLineLayout Small_status_waiting_pane_components(TInt aLineIndex) const		{ return (*(TSmall_status_waiting_pane_components_sig*)(GetFunction(EApiId_Small_status_waiting_pane_components)))(aLineIndex); }
       
  4037 
       
  4038 	// Layouts for AknPopupForm
       
  4039 	inline TAknWindowLineLayout Note_with_additional_information_popup_window_elements_Line_1() const		{ return (*(TNote_with_additional_information_popup_window_elements_Line_1_sig*)(GetFunction(EApiId_Note_with_additional_information_popup_window_elements_Line_1)))(); }
       
  4040 
       
  4041 	inline TAknWindowLineLayout Note_with_additional_information_popup_window_elements_Line_2(TInt aIndex_W) const		{ return (*(TNote_with_additional_information_popup_window_elements_Line_2_sig*)(GetFunction(EApiId_Note_with_additional_information_popup_window_elements_Line_2)))(aIndex_W); }
       
  4042 
       
  4043 	inline TAknWindowLineLayout Note_with_additional_information_popup_window_elements_Line_3(TInt aIndex_W) const		{ return (*(TNote_with_additional_information_popup_window_elements_Line_3_sig*)(GetFunction(EApiId_Note_with_additional_information_popup_window_elements_Line_3)))(aIndex_W); }
       
  4044 
       
  4045 	inline TAknTextLineLayout Note_with_additional_information_popup_window_texts_Line_1(TInt aCommon1, TInt aIndex_B) const		{ return (*(TNote_with_additional_information_popup_window_texts_Line_1_sig*)(GetFunction(EApiId_Note_with_additional_information_popup_window_texts_Line_1)))(aCommon1, aIndex_B); }
       
  4046 
       
  4047 	inline TAknMultiLineTextLayout Multiline_Note_with_additional_information_popup_window_texts_Line_1(TInt aCommon1, TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Note_with_additional_information_popup_window_texts_Line_1_sig*)(GetFunction(EApiId_Multiline_Note_with_additional_information_popup_window_texts_Line_1)))(aCommon1, aNumberOfLinesShown); }
       
  4048 
       
  4049 	inline TAknTextLineLayout Note_with_additional_information_popup_window_texts_Line_2(TInt aIndex_B) const		{ return (*(TNote_with_additional_information_popup_window_texts_Line_2_sig*)(GetFunction(EApiId_Note_with_additional_information_popup_window_texts_Line_2)))(aIndex_B); }
       
  4050 
       
  4051 	inline TAknMultiLineTextLayout Multiline_Note_with_additional_information_popup_window_texts_Line_2(TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Note_with_additional_information_popup_window_texts_Line_2_sig*)(GetFunction(EApiId_Multiline_Note_with_additional_information_popup_window_texts_Line_2)))(aNumberOfLinesShown); }
       
  4052 
       
  4053 	inline TAknTextLineLayout Note_with_additional_information_popup_window_texts_Line_3(TInt aCommon1, TInt aIndex_B) const		{ return (*(TNote_with_additional_information_popup_window_texts_Line_3_sig*)(GetFunction(EApiId_Note_with_additional_information_popup_window_texts_Line_3)))(aCommon1, aIndex_B); }
       
  4054 
       
  4055 	inline TAknMultiLineTextLayout Multiline_Note_with_additional_information_popup_window_texts_Line_3(TInt aCommon1, TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Note_with_additional_information_popup_window_texts_Line_3_sig*)(GetFunction(EApiId_Multiline_Note_with_additional_information_popup_window_texts_Line_3)))(aCommon1, aNumberOfLinesShown); }
       
  4056 
       
  4057 	inline TAknTextLineLayout Heading_pane_texts_Line_2() const		{ return (*(THeading_pane_texts_Line_2_sig*)(GetFunction(EApiId_Heading_pane_texts_Line_2)))(); }
       
  4058 
       
  4059 	inline TAknWindowLineLayout Side_volume_key_popup_window_elements_Line_1() const		{ return (*(TSide_volume_key_popup_window_elements_Line_1_sig*)(GetFunction(EApiId_Side_volume_key_popup_window_elements_Line_1)))(); }
       
  4060 
       
  4061 	inline TAknWindowLineLayout Side_volume_key_popup_window_elements_Line_2() const		{ return (*(TSide_volume_key_popup_window_elements_Line_2_sig*)(GetFunction(EApiId_Side_volume_key_popup_window_elements_Line_2)))(); }
       
  4062 
       
  4063 	inline TAknTextLineLayout Side_volume_key_popup_window_texts_Line_1() const		{ return (*(TSide_volume_key_popup_window_texts_Line_1_sig*)(GetFunction(EApiId_Side_volume_key_popup_window_texts_Line_1)))(); }
       
  4064 
       
  4065 	inline TAknTextLineLayout Side_volume_key_popup_window_texts_Line_2() const		{ return (*(TSide_volume_key_popup_window_texts_Line_2_sig*)(GetFunction(EApiId_Side_volume_key_popup_window_texts_Line_2)))(); }
       
  4066 
       
  4067 	inline TAknWindowLineLayout Side_volume_key_popup_window_background_Line_1(const TRect& aParentRect) const		{ return (*(TSide_volume_key_popup_window_background_Line_1_sig*)(GetFunction(EApiId_Side_volume_key_popup_window_background_Line_1)))(aParentRect); }
       
  4068 
       
  4069 	inline TAknWindowLineLayout Side_volume_key_popup_window_background_Line_2(const TRect& aParentRect) const		{ return (*(TSide_volume_key_popup_window_background_Line_2_sig*)(GetFunction(EApiId_Side_volume_key_popup_window_background_Line_2)))(aParentRect); }
       
  4070 
       
  4071 	inline TAknWindowLineLayout Side_volume_key_popup_window_background_Line_3(const TRect& aParentRect) const		{ return (*(TSide_volume_key_popup_window_background_Line_3_sig*)(GetFunction(EApiId_Side_volume_key_popup_window_background_Line_3)))(aParentRect); }
       
  4072 
       
  4073 	inline TAknWindowLineLayout Side_volume_key_popup_window_background_Line_4(const TRect& aParentRect) const		{ return (*(TSide_volume_key_popup_window_background_Line_4_sig*)(GetFunction(EApiId_Side_volume_key_popup_window_background_Line_4)))(aParentRect); }
       
  4074 
       
  4075 	// LAF Table : Transparent setting item texts
       
  4076 	inline TAknTextLineLayout Transparent_setting_item_texts_Line_1() const		{ return (*(TTransparent_setting_item_texts_Line_1_sig*)(GetFunction(EApiId_Transparent_setting_item_texts_Line_1)))(); }
       
  4077 
       
  4078 	inline TAknTextLineLayout Transparent_setting_item_texts_Line_2() const		{ return (*(TTransparent_setting_item_texts_Line_2_sig*)(GetFunction(EApiId_Transparent_setting_item_texts_Line_2)))(); }
       
  4079 
       
  4080 	inline TAknTextLineLayout Transparent_setting_item_texts_Line_3(TInt aCommon1) const		{ return (*(TTransparent_setting_item_texts_Line_3_sig*)(GetFunction(EApiId_Transparent_setting_item_texts_Line_3)))(aCommon1); }
       
  4081 
       
  4082 	inline TAknTextLineLayout Transparent_setting_item_texts_Line_4(TInt aCommon1) const		{ return (*(TTransparent_setting_item_texts_Line_4_sig*)(GetFunction(EApiId_Transparent_setting_item_texts_Line_4)))(aCommon1); }
       
  4083 
       
  4084 	// LAF Table : List pane texts (set trans graphic)
       
  4085 	inline TAknTextLineLayout List_pane_texts__set_trans_graphic__Line_1(TInt aIndex_l, TInt aIndex_W) const		{ return (*(TList_pane_texts__set_trans_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__set_trans_graphic__Line_1)))(aIndex_l, aIndex_W); }
       
  4086 
       
  4087 	inline TAknTextLineLayout List_pane_texts__set_trans_graphic__Line_2(TInt aIndex_l, TInt aIndex_W) const		{ return (*(TList_pane_texts__set_trans_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_texts__set_trans_graphic__Line_2)))(aIndex_l, aIndex_W); }
       
  4088 
       
  4089 	// LAF Table : List pane elements and descendants (settings edited)
       
  4090 	inline TAknWindowLineLayout list_set_trans_pane(TInt aIndex_H) const		{ return (*(Tlist_set_trans_pane_sig*)(GetFunction(EApiId_list_set_trans_pane)))(aIndex_H); }
       
  4091 
       
  4092 	// LAF Table : AVKON specific list pane
       
  4093 	inline TAknWindowLineLayout list_set_trans_graphic_pane(TInt aIndex_t) const		{ return (*(Tlist_set_trans_graphic_pane_sig*)(GetFunction(EApiId_list_set_trans_graphic_pane)))(aIndex_t); }
       
  4094 
       
  4095 	// LAF Table : List pane elements (set trans graphic)
       
  4096 	inline TAknWindowLineLayout List_pane_elements__set_trans_graphic__Line_1() const		{ return (*(TList_pane_elements__set_trans_graphic__Line_1_sig*)(GetFunction(EApiId_List_pane_elements__set_trans_graphic__Line_1)))(); }
       
  4097 
       
  4098 	inline TAknWindowLineLayout List_pane_elements__set_trans_graphic__Line_2() const		{ return (*(TList_pane_elements__set_trans_graphic__Line_2_sig*)(GetFunction(EApiId_List_pane_elements__set_trans_graphic__Line_2)))(); }
       
  4099 
       
  4100 	inline TAknWindowLineLayout List_pane_elements__set_trans_graphic__Line_3() const		{ return (*(TList_pane_elements__set_trans_graphic__Line_3_sig*)(GetFunction(EApiId_List_pane_elements__set_trans_graphic__Line_3)))(); }
       
  4101 
       
  4102 	inline TAknWindowLineLayout List_pane_elements__set_trans_graphic__Line_4() const		{ return (*(TList_pane_elements__set_trans_graphic__Line_4_sig*)(GetFunction(EApiId_List_pane_elements__set_trans_graphic__Line_4)))(); }
       
  4103 
       
  4104 	inline TAknWindowLineLayout List_pane_elements__set_trans_graphic__Line_5() const		{ return (*(TList_pane_elements__set_trans_graphic__Line_5_sig*)(GetFunction(EApiId_List_pane_elements__set_trans_graphic__Line_5)))(); }
       
  4105 
       
  4106 	// Active idle state layouts
       
  4107 	inline TAknTextLineLayout Soft_indicator_texts_Line_1() const		{ return (*(TSoft_indicator_texts_Line_1_sig*)(GetFunction(EApiId_Soft_indicator_texts_Line_1)))(); }
       
  4108 
       
  4109 	inline TAknWindowLineLayout ai_links_pane() const		{ return (*(Tai_links_pane_sig*)(GetFunction(EApiId_ai_links_pane)))(); }
       
  4110 
       
  4111 	inline TAknWindowLineLayout ai_gene_pane(TInt aIndex_H) const		{ return (*(Tai_gene_pane_sig*)(GetFunction(EApiId_ai_gene_pane)))(aIndex_H); }
       
  4112 
       
  4113 	inline TAknWindowLineLayout Link_pane_elements_and_descendant_panes_Line_1() const		{ return (*(TLink_pane_elements_and_descendant_panes_Line_1_sig*)(GetFunction(EApiId_Link_pane_elements_and_descendant_panes_Line_1)))(); }
       
  4114 
       
  4115 	inline TAknWindowLineLayout grid_ai_links_pane() const		{ return (*(Tgrid_ai_links_pane_sig*)(GetFunction(EApiId_grid_ai_links_pane)))(); }
       
  4116 
       
  4117 	inline TAknLayoutTableLimits Link_pane_elements_and_descendant_panes_Limits() const		{ return (*(TLink_pane_elements_and_descendant_panes_Limits_sig*)(GetFunction(EApiId_Link_pane_elements_and_descendant_panes_Limits)))(); }
       
  4118 
       
  4119 	inline TAknWindowLineLayout Link_pane_elements_and_descendant_panes(TInt aLineIndex) const		{ return (*(TLink_pane_elements_and_descendant_panes_sig*)(GetFunction(EApiId_Link_pane_elements_and_descendant_panes)))(aLineIndex); }
       
  4120 
       
  4121 	inline TAknWindowLineLayout cell_ai_link_pane(TInt aIndex_l) const		{ return (*(Tcell_ai_link_pane_sig*)(GetFunction(EApiId_cell_ai_link_pane)))(aIndex_l); }
       
  4122 
       
  4123 	inline TAknWindowLineLayout Link_shortcut_cell_pane_elements_Line_1() const		{ return (*(TLink_shortcut_cell_pane_elements_Line_1_sig*)(GetFunction(EApiId_Link_shortcut_cell_pane_elements_Line_1)))(); }
       
  4124 
       
  4125 	inline TAknWindowLineLayout Link_shortcut_cell_pane_elements_Line_2() const		{ return (*(TLink_shortcut_cell_pane_elements_Line_2_sig*)(GetFunction(EApiId_Link_shortcut_cell_pane_elements_Line_2)))(); }
       
  4126 
       
  4127 	inline TAknWindowLineLayout Link_shortcut_cell_pane_elements_Line_3() const		{ return (*(TLink_shortcut_cell_pane_elements_Line_3_sig*)(GetFunction(EApiId_Link_shortcut_cell_pane_elements_Line_3)))(); }
       
  4128 
       
  4129 	inline TAknWindowLineLayout Link_shortcut_cell_pane_elements_Line_4() const		{ return (*(TLink_shortcut_cell_pane_elements_Line_4_sig*)(GetFunction(EApiId_Link_shortcut_cell_pane_elements_Line_4)))(); }
       
  4130 
       
  4131 	inline TAknLayoutTableLimits Link_shortcut_cell_pane_elements_Limits() const		{ return (*(TLink_shortcut_cell_pane_elements_Limits_sig*)(GetFunction(EApiId_Link_shortcut_cell_pane_elements_Limits)))(); }
       
  4132 
       
  4133 	inline TAknWindowLineLayout Link_shortcut_cell_pane_elements(TInt aLineIndex) const		{ return (*(TLink_shortcut_cell_pane_elements_sig*)(GetFunction(EApiId_Link_shortcut_cell_pane_elements)))(aLineIndex); }
       
  4134 
       
  4135 	inline TAknWindowLineLayout popup_ai_links_title_window() const		{ return (*(Tpopup_ai_links_title_window_sig*)(GetFunction(EApiId_popup_ai_links_title_window)))(); }
       
  4136 
       
  4137 	inline TAknTextLineLayout Link_shortcut_title_texts_Line_1() const		{ return (*(TLink_shortcut_title_texts_Line_1_sig*)(GetFunction(EApiId_Link_shortcut_title_texts_Line_1)))(); }
       
  4138 
       
  4139 	inline TAknWindowLineLayout Link_shortcut_title_pop_up_window_graphics_Line_1(const TRect& aParentRect) const		{ return (*(TLink_shortcut_title_pop_up_window_graphics_Line_1_sig*)(GetFunction(EApiId_Link_shortcut_title_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  4140 
       
  4141 	inline TAknWindowLineLayout Link_shortcut_title_pop_up_window_graphics_Line_2(const TRect& aParentRect) const		{ return (*(TLink_shortcut_title_pop_up_window_graphics_Line_2_sig*)(GetFunction(EApiId_Link_shortcut_title_pop_up_window_graphics_Line_2)))(aParentRect); }
       
  4142 
       
  4143 	inline TAknWindowLineLayout Link_shortcut_title_pop_up_window_graphics_Line_3(const TRect& aParentRect) const		{ return (*(TLink_shortcut_title_pop_up_window_graphics_Line_3_sig*)(GetFunction(EApiId_Link_shortcut_title_pop_up_window_graphics_Line_3)))(aParentRect); }
       
  4144 
       
  4145 	inline TAknWindowLineLayout Link_shortcut_title_pop_up_window_graphics_Line_4(const TRect& aParentRect) const		{ return (*(TLink_shortcut_title_pop_up_window_graphics_Line_4_sig*)(GetFunction(EApiId_Link_shortcut_title_pop_up_window_graphics_Line_4)))(aParentRect); }
       
  4146 
       
  4147 	inline TAknLayoutTableLimits Link_shortcut_title_pop_up_window_graphics_Limits() const		{ return (*(TLink_shortcut_title_pop_up_window_graphics_Limits_sig*)(GetFunction(EApiId_Link_shortcut_title_pop_up_window_graphics_Limits)))(); }
       
  4148 
       
  4149 	inline TAknWindowLineLayout Link_shortcut_title_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect) const		{ return (*(TLink_shortcut_title_pop_up_window_graphics_sig*)(GetFunction(EApiId_Link_shortcut_title_pop_up_window_graphics)))(aLineIndex, aParentRect); }
       
  4150 
       
  4151 	inline TAknWindowLineLayout ai_gene_pane_1() const		{ return (*(Tai_gene_pane_1_sig*)(GetFunction(EApiId_ai_gene_pane_1)))(); }
       
  4152 
       
  4153 	inline TAknWindowLineLayout ai_gene_pane_2(TInt aIndex_t) const		{ return (*(Tai_gene_pane_2_sig*)(GetFunction(EApiId_ai_gene_pane_2)))(aIndex_t); }
       
  4154 
       
  4155 	inline TAknWindowLineLayout First_general_event_elements_Line_1() const		{ return (*(TFirst_general_event_elements_Line_1_sig*)(GetFunction(EApiId_First_general_event_elements_Line_1)))(); }
       
  4156 
       
  4157 	inline TAknWindowLineLayout First_general_event_elements_Line_2() const		{ return (*(TFirst_general_event_elements_Line_2_sig*)(GetFunction(EApiId_First_general_event_elements_Line_2)))(); }
       
  4158 
       
  4159 	inline TAknTextLineLayout First_general_event_texts_Line_1(TInt aCommon1) const		{ return (*(TFirst_general_event_texts_Line_1_sig*)(GetFunction(EApiId_First_general_event_texts_Line_1)))(aCommon1); }
       
  4160 
       
  4161 	inline TAknTextLineLayout Second_general_event_pane_texts_Line_1(TInt aCommon1) const		{ return (*(TSecond_general_event_pane_texts_Line_1_sig*)(GetFunction(EApiId_Second_general_event_pane_texts_Line_1)))(aCommon1); }
       
  4162 
       
  4163 	inline TAknWindowLineLayout Shortcut_link_highlight_Line_1(const TRect& aParentRect) const		{ return (*(TShortcut_link_highlight_Line_1_sig*)(GetFunction(EApiId_Shortcut_link_highlight_Line_1)))(aParentRect); }
       
  4164 
       
  4165 	inline TAknWindowLineLayout Highlight_for_other_Active_Idle_items_Line_1(const TRect& aParentRect) const		{ return (*(THighlight_for_other_Active_Idle_items_Line_1_sig*)(GetFunction(EApiId_Highlight_for_other_Active_Idle_items_Line_1)))(aParentRect); }
       
  4166 
       
  4167 	inline TAknTextLineLayout Find_pop_up_window_texts_Line_2() const		{ return (*(TFind_pop_up_window_texts_Line_2_sig*)(GetFunction(EApiId_Find_pop_up_window_texts_Line_2)))(); }
       
  4168 
       
  4169 	inline TAknLayoutTableLimits Find_pop_up_window_texts_Limits() const		{ return (*(TFind_pop_up_window_texts_Limits_sig*)(GetFunction(EApiId_Find_pop_up_window_texts_Limits)))(); }
       
  4170 
       
  4171 	inline TAknTextLineLayout Find_pop_up_window_texts(TInt aLineIndex) const		{ return (*(TFind_pop_up_window_texts_sig*)(GetFunction(EApiId_Find_pop_up_window_texts)))(aLineIndex); }
       
  4172 
       
  4173 	inline TAknTextLineLayout Find_pane_texts_Line_2() const		{ return (*(TFind_pane_texts_Line_2_sig*)(GetFunction(EApiId_Find_pane_texts_Line_2)))(); }
       
  4174 
       
  4175 	inline TAknLayoutTableLimits Find_pane_texts_Limits() const		{ return (*(TFind_pane_texts_Limits_sig*)(GetFunction(EApiId_Find_pane_texts_Limits)))(); }
       
  4176 
       
  4177 	inline TAknTextLineLayout Find_pane_texts(TInt aLineIndex) const		{ return (*(TFind_pane_texts_sig*)(GetFunction(EApiId_Find_pane_texts)))(aLineIndex); }
       
  4178 
       
  4179 	inline TAknWindowLineLayout ai_gene_pane_3() const		{ return (*(Tai_gene_pane_3_sig*)(GetFunction(EApiId_ai_gene_pane_3)))(); }
       
  4180 
       
  4181 	inline TAknWindowLineLayout Third_general_event_elements_Line_1() const		{ return (*(TThird_general_event_elements_Line_1_sig*)(GetFunction(EApiId_Third_general_event_elements_Line_1)))(); }
       
  4182 
       
  4183 	inline TAknWindowLineLayout Third_general_event_elements_Line_2() const		{ return (*(TThird_general_event_elements_Line_2_sig*)(GetFunction(EApiId_Third_general_event_elements_Line_2)))(); }
       
  4184 
       
  4185 	inline TAknLayoutTableLimits Third_general_event_elements_Limits() const		{ return (*(TThird_general_event_elements_Limits_sig*)(GetFunction(EApiId_Third_general_event_elements_Limits)))(); }
       
  4186 
       
  4187 	inline TAknWindowLineLayout Third_general_event_elements(TInt aLineIndex) const		{ return (*(TThird_general_event_elements_sig*)(GetFunction(EApiId_Third_general_event_elements)))(aLineIndex); }
       
  4188 
       
  4189 	inline TAknWindowLineLayout popup_ai_message_window() const		{ return (*(Tpopup_ai_message_window_sig*)(GetFunction(EApiId_popup_ai_message_window)))(); }
       
  4190 
       
  4191 	inline TAknWindowLineLayout Active_idle_message_pop_up_window_descendants_Line_1() const		{ return (*(TActive_idle_message_pop_up_window_descendants_Line_1_sig*)(GetFunction(EApiId_Active_idle_message_pop_up_window_descendants_Line_1)))(); }
       
  4192 
       
  4193 	inline TAknWindowLineLayout Active_idle_message_pop_up_window_descendants_Line_2() const		{ return (*(TActive_idle_message_pop_up_window_descendants_Line_2_sig*)(GetFunction(EApiId_Active_idle_message_pop_up_window_descendants_Line_2)))(); }
       
  4194 
       
  4195 	inline TAknWindowLineLayout Active_idle_message_pop_up_window_descendants_Line_3() const		{ return (*(TActive_idle_message_pop_up_window_descendants_Line_3_sig*)(GetFunction(EApiId_Active_idle_message_pop_up_window_descendants_Line_3)))(); }
       
  4196 
       
  4197 	inline TAknLayoutTableLimits Active_idle_message_pop_up_window_descendants_Limits() const		{ return (*(TActive_idle_message_pop_up_window_descendants_Limits_sig*)(GetFunction(EApiId_Active_idle_message_pop_up_window_descendants_Limits)))(); }
       
  4198 
       
  4199 	inline TAknWindowLineLayout Active_idle_message_pop_up_window_descendants(TInt aLineIndex) const		{ return (*(TActive_idle_message_pop_up_window_descendants_sig*)(GetFunction(EApiId_Active_idle_message_pop_up_window_descendants)))(aLineIndex); }
       
  4200 
       
  4201 	inline TAknTextLineLayout Active_idle_message_popup_window_texts_Line_1(TInt aCommon1, TInt aIndex_B) const		{ return (*(TActive_idle_message_popup_window_texts_Line_1_sig*)(GetFunction(EApiId_Active_idle_message_popup_window_texts_Line_1)))(aCommon1, aIndex_B); }
       
  4202 
       
  4203 	inline TAknMultiLineTextLayout Multiline_Active_idle_message_popup_window_texts_Line_1(TInt aCommon1, TInt aNumberOfLinesShown) const		{ return (*(TMultiline_Active_idle_message_popup_window_texts_Line_1_sig*)(GetFunction(EApiId_Multiline_Active_idle_message_popup_window_texts_Line_1)))(aCommon1, aNumberOfLinesShown); }
       
  4204 
       
  4205 	inline TAknWindowLineLayout Active_idle_heading_pane_elements_Line_1() const		{ return (*(TActive_idle_heading_pane_elements_Line_1_sig*)(GetFunction(EApiId_Active_idle_heading_pane_elements_Line_1)))(); }
       
  4206 
       
  4207 	inline TAknWindowLineLayout Active_idle_heading_pane_elements_Line_2() const		{ return (*(TActive_idle_heading_pane_elements_Line_2_sig*)(GetFunction(EApiId_Active_idle_heading_pane_elements_Line_2)))(); }
       
  4208 
       
  4209 	inline TAknWindowLineLayout Active_idle_heading_pane_elements_Line_3() const		{ return (*(TActive_idle_heading_pane_elements_Line_3_sig*)(GetFunction(EApiId_Active_idle_heading_pane_elements_Line_3)))(); }
       
  4210 
       
  4211 	inline TAknWindowLineLayout Active_idle_heading_pane_elements_Line_4() const		{ return (*(TActive_idle_heading_pane_elements_Line_4_sig*)(GetFunction(EApiId_Active_idle_heading_pane_elements_Line_4)))(); }
       
  4212 
       
  4213 	inline TAknLayoutTableLimits Active_idle_heading_pane_elements_Limits() const		{ return (*(TActive_idle_heading_pane_elements_Limits_sig*)(GetFunction(EApiId_Active_idle_heading_pane_elements_Limits)))(); }
       
  4214 
       
  4215 	inline TAknWindowLineLayout Active_idle_heading_pane_elements(TInt aLineIndex) const		{ return (*(TActive_idle_heading_pane_elements_sig*)(GetFunction(EApiId_Active_idle_heading_pane_elements)))(aLineIndex); }
       
  4216 
       
  4217 	inline TAknTextLineLayout Active_idle_heading_pane_texts_Line_1(TInt aCommon1) const		{ return (*(TActive_idle_heading_pane_texts_Line_1_sig*)(GetFunction(EApiId_Active_idle_heading_pane_texts_Line_1)))(aCommon1); }
       
  4218 
       
  4219 	inline TAknTextLineLayout Active_idle_heading_pane_texts_Line_2() const		{ return (*(TActive_idle_heading_pane_texts_Line_2_sig*)(GetFunction(EApiId_Active_idle_heading_pane_texts_Line_2)))(); }
       
  4220 
       
  4221 	inline TAknWindowLineLayout Active_idle_message_pop_up_window_graphics_Line_1(const TRect& aParentRect) const		{ return (*(TActive_idle_message_pop_up_window_graphics_Line_1_sig*)(GetFunction(EApiId_Active_idle_message_pop_up_window_graphics_Line_1)))(aParentRect); }
       
  4222 
       
  4223 	inline TAknWindowLineLayout Active_idle_message_pop_up_window_graphics_Line_2(const TRect& aParentRect) const		{ return (*(TActive_idle_message_pop_up_window_graphics_Line_2_sig*)(GetFunction(EApiId_Active_idle_message_pop_up_window_graphics_Line_2)))(aParentRect); }
       
  4224 
       
  4225 	inline TAknWindowLineLayout Active_idle_message_pop_up_window_graphics_Line_3(const TRect& aParentRect) const		{ return (*(TActive_idle_message_pop_up_window_graphics_Line_3_sig*)(GetFunction(EApiId_Active_idle_message_pop_up_window_graphics_Line_3)))(aParentRect); }
       
  4226 
       
  4227 	inline TAknWindowLineLayout Active_idle_message_pop_up_window_graphics_Line_4(const TRect& aParentRect) const		{ return (*(TActive_idle_message_pop_up_window_graphics_Line_4_sig*)(GetFunction(EApiId_Active_idle_message_pop_up_window_graphics_Line_4)))(aParentRect); }
       
  4228 
       
  4229 	inline TAknWindowLineLayout Active_idle_message_pop_up_window_graphics_Line_5(const TRect& aParentRect) const		{ return (*(TActive_idle_message_pop_up_window_graphics_Line_5_sig*)(GetFunction(EApiId_Active_idle_message_pop_up_window_graphics_Line_5)))(aParentRect); }
       
  4230 
       
  4231 	inline TAknLayoutTableLimits Active_idle_message_pop_up_window_graphics_Limits() const		{ return (*(TActive_idle_message_pop_up_window_graphics_Limits_sig*)(GetFunction(EApiId_Active_idle_message_pop_up_window_graphics_Limits)))(); }
       
  4232 
       
  4233 	inline TAknWindowLineLayout Active_idle_message_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect) const		{ return (*(TActive_idle_message_pop_up_window_graphics_sig*)(GetFunction(EApiId_Active_idle_message_pop_up_window_graphics)))(aLineIndex, aParentRect); }
       
  4234 
       
  4235 private:
       
  4236 	CInstance();
       
  4237 	};
       
  4238 
       
  4239 } // end of namespace AknLayout
       
  4240 #endif // AKNLAYOUT_CDL