dependencies/layout_data_api/inc/aknlayoutscalable_avkon.cdl.h
author kashif.sayed
Fri, 26 Mar 2010 04:17:01 +0530
branchv5backport
changeset 31 a3e98f9c292b
parent 21 11157e26c4a7
permissions -rw-r--r--
added missing files user: kashif.sayed added dependencies/AknTaskList.h added dependencies/DRMEvent.h added dependencies/DRMEventObserver.h added dependencies/DRMNotifier.h added dependencies/SchemeDefs.hrh added dependencies/SchemeHandler.h added dependencies/SchemeHandler.inl added dependencies/aiwcommon.hrh added dependencies/aiwdialdata.h added dependencies/drmrightsinfo.h added dependencies/drmutilitytypes.h added dependencies/javaattribute.h added dependencies/javadomainpskeys.h added dependencies/javaregistry.h added dependencies/javaregistryapplicationentry.h added dependencies/javaregistryentry.h added dependencies/javaregistryentrytype.h added dependencies/javaregistrypackageentry.h added dependencies/mjavaattribute.h added dependencies/swi/bld.inf added dependencies/swi/sispackagetrust.h added dependencies/swi/sisregistryentry.h added dependencies/swi/sisregistrylog.h added dependencies/swi/sisregistrysession.h changed .cproject changed dependencies/S3libs/bld.inf changed dependencies/bld.inf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
21
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
     1
/*
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
     3
* All rights reserved.
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
     4
* This component and the accompanying materials are made available
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
     6
* which accompanies this distribution, and is available
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
     8
*
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
     9
* Initial Contributors:
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    11
*
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    12
* Contributors:
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    13
*
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    14
* Description:
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    15
*
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    16
*/
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    17
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    18
// It contains the client API.
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    19
// It should not be modified manually.
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    20
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    21
#ifndef AKNLAYOUTSCALABLE_AVKON_CDL
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    22
#define AKNLAYOUTSCALABLE_AVKON_CDL
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    23
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    24
#include <CdlEngine.h>
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    25
#include <AknLayoutScalable_Avkon.cdl.common.h>
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    26
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    27
namespace AknLayoutScalable_Avkon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    28
{
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    29
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    30
class CInstance;
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    31
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    32
// Standard interface functions 
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    33
inline void LoadCustomisationL(const TCdlRef& aRef)                          { CdlEngine::LoadCustomisationL(aRef); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    34
inline void LoadCustomisationL(const TDesC& aLibName, TInt aInstId)          { TCdlRef ref = { aInstId, { KCdlInterfaceUidValue }, &aLibName }; LoadCustomisationL(ref); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    35
inline void RequireCustomisationL()                                          { CdlEngine::RequireCustomisationL(&KCdlInterface); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    36
inline TBool IsCustomisationStarted()                                        { return CdlEngine::IsCustomisationStarted(&KCdlInterface); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    37
inline const CInstance& CustomisationInstance()                              { return (const CInstance&)(CdlEngine::CustomisationInstance(KCdlInterfaceUid)); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    38
inline void SetCustomisationChangeObserverL(MCdlChangeObserver* aObserver)   { CdlEngine::SetCustomisationChangeObserverL(aObserver, KCdlInterfaceUid); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    39
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    40
inline const TCdlRef& LastAccessedRef()                                      { return CdlEngine::LastAccessedRef(KCdlInterfaceUid); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    41
inline void FileNameRelativeToLastAccessedInstance(TFileName& aFileName)     { CdlEngine::FileNameRelativeToLastAccessedInstance(KCdlInterfaceUid, aFileName); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    42
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    43
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    44
// CDL API functions, as defined in aknlayoutscalable_avkon.cdl
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    45
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    46
// LAF Table : Screen Contents
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    47
inline TAknWindowComponentLayout Screen(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(TScreen_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Screen)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    48
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    49
// LAF Table : Screen
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    50
inline TAknLayoutScalableParameterLimits application_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tapplication_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_application_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    51
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    52
inline TAknWindowComponentLayout application_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tapplication_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_application_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    53
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    54
inline TAknWindowComponentLayout screen_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscreen_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_screen_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    55
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    56
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    57
inline TAknLayoutScalableParameterLimits area_bottom_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tarea_bottom_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_bottom_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    58
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    59
inline TAknWindowComponentLayout area_bottom_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_bottom_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_bottom_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    60
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    61
inline TAknLayoutScalableParameterLimits area_top_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tarea_top_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_top_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    62
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    63
inline TAknWindowComponentLayout area_top_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_top_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    64
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    65
inline TAknLayoutScalableParameterLimits main_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    66
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    67
inline TAknWindowComponentLayout main_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    68
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    69
inline TAknWindowComponentLayout misc_graphics(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmisc_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_misc_graphics)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    70
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    71
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    72
inline TAknLayoutScalableParameterLimits battery_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbattery_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    73
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    74
inline TAknWindowComponentLayout battery_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbattery_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    75
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    76
// LAF Table : bg_status_flat_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    77
inline TAknWindowComponentLayout bg_status_flat_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_status_flat_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_status_flat_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    78
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    79
inline TAknWindowComponentLayout bg_status_flat_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_status_flat_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_status_flat_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    80
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    81
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    82
inline TAknLayoutScalableParameterLimits context_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcontext_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_context_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    83
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    84
inline TAknWindowComponentLayout context_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontext_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_context_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    85
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    86
inline TAknLayoutScalableParameterLimits navi_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    87
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    88
inline TAknWindowComponentLayout navi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    89
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    90
inline TAknLayoutScalableParameterLimits signal_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tsignal_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    91
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    92
inline TAknWindowComponentLayout signal_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsignal_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    93
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    94
// LAF Table : bg_status_flat_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    95
inline TAknLayoutScalableTableLimits bg_status_flat_pane_g_Limits()		{ return (*(Tbg_status_flat_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_status_flat_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    96
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    97
inline TAknWindowComponentLayout bg_status_flat_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_status_flat_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_status_flat_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    98
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    99
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   100
inline TAknLayoutScalableParameterLimits status_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tstatus_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   102
inline TAknWindowComponentLayout status_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   104
inline TAknLayoutScalableParameterLimits status_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tstatus_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   106
inline TAknWindowComponentLayout status_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   108
inline TAknLayoutScalableParameterLimits status_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tstatus_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   110
inline TAknWindowComponentLayout status_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   112
inline TAknLayoutScalableTableLimits status_pane_g_Limits()		{ return (*(Tstatus_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   114
inline TAknLayoutScalableParameterLimits status_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tstatus_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   116
inline TAknWindowComponentLayout status_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   118
inline TAknLayoutScalableParameterLimits title_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Ttitle_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   120
inline TAknWindowComponentLayout title_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttitle_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   122
inline TAknLayoutScalableParameterLimits uni_indicator_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tuni_indicator_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   124
inline TAknWindowComponentLayout uni_indicator_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuni_indicator_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   126
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   127
inline TAknLayoutScalableParameterLimits bg_list_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   129
inline TAknWindowComponentLayout bg_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   131
inline TAknWindowComponentLayout find_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfind_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   133
inline TAknLayoutScalableParameterLimits listscroll_app_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_app_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_app_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   135
inline TAknWindowComponentLayout listscroll_app_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_app_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_app_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   137
inline TAknWindowComponentLayout listscroll_form_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_form_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_form_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   139
inline TAknLayoutScalableParameterLimits listscroll_gen_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_gen_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_gen_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   141
inline TAknWindowComponentLayout listscroll_gen_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_gen_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_gen_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   143
inline TAknWindowComponentLayout listscroll_set_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_set_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_set_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   144
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   145
inline TAknWindowComponentLayout main_idle_act_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_idle_act_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_idle_act_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   146
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   147
inline TAknWindowComponentLayout main_idle_trad_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_idle_trad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_idle_trad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   149
inline TAknWindowComponentLayout main_list_empty_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_list_empty_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_list_empty_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   151
inline TAknWindowComponentLayout main_midp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_midp_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_midp_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   153
inline TAknLayoutScalableParameterLimits main_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   155
inline TAknWindowComponentLayout main_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   157
inline TAknLayoutScalableParameterLimits popup_ai_message_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_ai_message_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai_message_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   159
inline TAknWindowComponentLayout popup_ai_message_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_ai_message_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai_message_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   161
inline TAknLayoutScalableParameterLimits popup_fep_china_uni_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_fep_china_uni_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_uni_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   162
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   163
inline TAknWindowComponentLayout popup_fep_china_uni_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_china_uni_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_uni_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   164
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   165
inline TAknLayoutScalableParameterLimits popup_fep_japan_candidate_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_fep_japan_candidate_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_japan_candidate_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   167
inline TAknWindowComponentLayout popup_fep_japan_candidate_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_japan_candidate_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_japan_candidate_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   169
inline TAknLayoutScalableParameterLimits popup_fep_japan_predictive_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_fep_japan_predictive_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_japan_predictive_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   171
inline TAknWindowComponentLayout popup_fep_japan_predictive_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_japan_predictive_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_japan_predictive_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   173
inline TAknWindowComponentLayout popup_find_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_find_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_find_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   175
inline TAknLayoutScalableParameterLimits popup_grid_graphic_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_grid_graphic_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_grid_graphic_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   177
inline TAknWindowComponentLayout popup_grid_graphic_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_grid_graphic_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_grid_graphic_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   179
inline TAknWindowComponentLayout popup_large_graphic_colour_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_large_graphic_colour_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_large_graphic_colour_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   181
inline TAknLayoutScalableParameterLimits popup_menu_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_menu_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_menu_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   183
inline TAknWindowComponentLayout popup_menu_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_menu_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_menu_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   185
inline TAknWindowComponentLayout popup_note_image_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_image_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   187
inline TAknLayoutScalableParameterLimits popup_note_wait_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_wait_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   189
inline TAknWindowComponentLayout popup_note_wait_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_wait_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   191
inline TAknLayoutScalableParameterLimits popup_note_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   193
inline TAknWindowComponentLayout popup_note_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   195
inline TAknLayoutScalableParameterLimits popup_query_code_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_query_code_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_code_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   197
inline TAknWindowComponentLayout popup_query_code_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_code_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_code_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   199
inline TAknLayoutScalableParameterLimits popup_query_data_code_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_query_data_code_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_code_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   201
inline TAknWindowComponentLayout popup_query_data_code_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_data_code_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_code_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   203
inline TAknLayoutScalableParameterLimits popup_query_data_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_query_data_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   204
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   205
inline TAknWindowComponentLayout popup_query_data_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_data_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   207
inline TAknLayoutScalableParameterLimits popup_query_sat_info_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_query_sat_info_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_sat_info_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   209
inline TAknWindowComponentLayout popup_query_sat_info_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_sat_info_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_sat_info_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   211
inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_snote_single_graphic_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   213
inline TAknWindowComponentLayout popup_snote_single_graphic_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_graphic_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   215
inline TAknLayoutScalableParameterLimits popup_snote_single_text_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_snote_single_text_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   217
inline TAknWindowComponentLayout popup_snote_single_text_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_text_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   219
inline TAknWindowComponentLayout popup_sub_window_general(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sub_window_general_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sub_window_general)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   221
inline TAknLayoutScalableParameterLimits popup_window_general_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_window_general_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_window_general_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   223
inline TAknWindowComponentLayout popup_window_general(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_window_general_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_window_general)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   224
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   225
inline TAknWindowComponentLayout power_save_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpower_save_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   227
// LAF Table : control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   228
inline TAknLayoutScalableParameterLimits control_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcontrol_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   230
inline TAknWindowComponentLayout control_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   232
inline TAknLayoutScalableParameterLimits control_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcontrol_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   234
inline TAknWindowComponentLayout control_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   236
inline TAknLayoutScalableParameterLimits control_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcontrol_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   238
inline TAknWindowComponentLayout control_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   240
inline TAknLayoutScalableTableLimits control_pane_g_Limits()		{ return (*(Tcontrol_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   242
inline TAknLayoutScalableParameterLimits control_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcontrol_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   244
inline TAknWindowComponentLayout control_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   246
inline TAknLayoutScalableParameterLimits control_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcontrol_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   248
inline TAknTextComponentLayout control_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   250
inline TAknLayoutScalableParameterLimits control_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcontrol_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   252
inline TAknTextComponentLayout control_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   253
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   254
inline TAknLayoutScalableTableLimits control_pane_t_Limits()		{ return (*(Tcontrol_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   255
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   256
inline TAknLayoutScalableParameterLimits control_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcontrol_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   258
inline TAknTextComponentLayout control_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   260
// LAF Table : status_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   261
inline TAknWindowComponentLayout navi_navi_volume_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_volume_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_volume_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   263
inline TAknWindowComponentLayout status_small_icon_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_icon_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_icon_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   265
inline TAknLayoutScalableParameterLimits status_small_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tstatus_small_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   267
inline TAknWindowComponentLayout status_small_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   269
inline TAknLayoutScalableParameterLimits status_small_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tstatus_small_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   271
inline TAknWindowComponentLayout status_small_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   273
inline TAknLayoutScalableParameterLimits status_small_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tstatus_small_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   275
inline TAknWindowComponentLayout status_small_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   277
inline TAknLayoutScalableParameterLimits status_small_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tstatus_small_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   279
inline TAknWindowComponentLayout status_small_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   281
inline TAknLayoutScalableParameterLimits status_small_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tstatus_small_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   283
inline TAknWindowComponentLayout status_small_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   285
inline TAknLayoutScalableParameterLimits status_small_pane_g6_ParamLimits(TInt aVariety = 0)		{ return (*(Tstatus_small_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   287
inline TAknWindowComponentLayout status_small_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   289
inline TAknLayoutScalableTableLimits status_small_pane_g_Limits()		{ return (*(Tstatus_small_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   291
inline TAknLayoutScalableParameterLimits status_small_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tstatus_small_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   293
inline TAknWindowComponentLayout status_small_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   295
inline TAknTextComponentLayout status_small_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   297
inline TAknLayoutScalableParameterLimits status_small_wait_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tstatus_small_wait_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_wait_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   298
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   299
inline TAknWindowComponentLayout status_small_wait_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_wait_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_wait_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   300
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   301
// LAF Table : signal_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   302
inline TAknLayoutScalableParameterLimits aid_levels_signal_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_levels_signal_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_levels_signal_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   304
inline TAknWindowComponentLayout aid_levels_signal(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_levels_signal_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_levels_signal)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   306
inline TAknLayoutScalableParameterLimits signal_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tsignal_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   307
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   308
inline TAknWindowComponentLayout signal_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsignal_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   310
inline TAknLayoutScalableParameterLimits signal_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tsignal_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   312
inline TAknWindowComponentLayout signal_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsignal_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   313
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   314
inline TAknLayoutScalableTableLimits signal_pane_g_Limits()		{ return (*(Tsignal_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   316
inline TAknLayoutScalableParameterLimits signal_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tsignal_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   317
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   318
inline TAknWindowComponentLayout signal_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsignal_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   320
// LAF Table : context_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   321
inline TAknWindowComponentLayout context_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontext_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_context_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   323
// LAF Table : title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   324
inline TAknWindowComponentLayout title_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttitle_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   326
inline TAknTextComponentLayout title_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttitle_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   328
inline TAknTextComponentLayout title_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttitle_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   329
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   330
inline TAknTextComponentLayout title_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttitle_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   332
inline TAknLayoutScalableTableLimits title_pane_t_Limits()		{ return (*(Ttitle_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   334
inline TAknTextComponentLayout title_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttitle_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   336
// LAF Table : battery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   337
inline TAknLayoutScalableParameterLimits aid_levels_battery_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_levels_battery_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_levels_battery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   339
inline TAknWindowComponentLayout aid_levels_battery(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_levels_battery_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_levels_battery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   341
inline TAknLayoutScalableParameterLimits battery_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tbattery_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   343
inline TAknWindowComponentLayout battery_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbattery_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   345
inline TAknLayoutScalableParameterLimits battery_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tbattery_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   347
inline TAknWindowComponentLayout battery_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbattery_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   349
inline TAknLayoutScalableTableLimits battery_pane_g_Limits()		{ return (*(Tbattery_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   351
inline TAknLayoutScalableParameterLimits battery_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tbattery_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   353
inline TAknWindowComponentLayout battery_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbattery_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   355
// LAF Table : uni_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   356
inline TAknWindowComponentLayout uni_indicator_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuni_indicator_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   358
inline TAknWindowComponentLayout uni_indicator_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuni_indicator_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   360
inline TAknWindowComponentLayout uni_indicator_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuni_indicator_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   362
inline TAknLayoutScalableTableLimits uni_indicator_pane_g_Limits()		{ return (*(Tuni_indicator_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   364
inline TAknWindowComponentLayout uni_indicator_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuni_indicator_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   366
// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   367
inline TAknLayoutScalableParameterLimits navi_icon_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_icon_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_icon_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   369
inline TAknWindowComponentLayout navi_icon_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_icon_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_icon_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   371
inline TAknWindowComponentLayout navi_midp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_midp_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_midp_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   373
inline TAknWindowComponentLayout navi_navi_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   375
inline TAknLayoutScalableParameterLimits navi_text_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_text_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   377
inline TAknWindowComponentLayout navi_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   379
// LAF Table : status_small_wait_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   380
inline TAknWindowComponentLayout status_small_wait_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_wait_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_wait_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   382
inline TAknWindowComponentLayout status_small_wait_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_wait_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_wait_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   384
inline TAknLayoutScalableTableLimits status_small_wait_pane_g_Limits()		{ return (*(Tstatus_small_wait_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_wait_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   386
inline TAknWindowComponentLayout status_small_wait_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_wait_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_wait_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   388
// LAF Table : navi_navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   389
inline TAknWindowComponentLayout navi_navi_icon_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_icon_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_icon_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   391
inline TAknLayoutScalableParameterLimits navi_navi_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_navi_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   393
inline TAknWindowComponentLayout navi_navi_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   395
inline TAknLayoutScalableParameterLimits navi_navi_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_navi_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   397
inline TAknWindowComponentLayout navi_navi_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   399
inline TAknLayoutScalableTableLimits navi_navi_pane_g_Limits()		{ return (*(Tnavi_navi_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   401
inline TAknLayoutScalableParameterLimits navi_navi_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tnavi_navi_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   403
inline TAknWindowComponentLayout navi_navi_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   405
inline TAknWindowComponentLayout navi_navi_tabs_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_tabs_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_tabs_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   407
inline TAknWindowComponentLayout navi_navi_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   409
inline TAknWindowComponentLayout navi_navi_volume_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_volume_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_volume_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   411
// LAF Table : navi_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   412
inline TAknTextComponentLayout navi_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_text_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   413
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   414
// LAF Table : navi_icon_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   415
inline TAknWindowComponentLayout navi_icon_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_icon_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_icon_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   417
// LAF Table : navi_navi_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   418
inline TAknTextComponentLayout navi_navi_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_text_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   420
// LAF Table : navi_navi_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   421
inline TAknWindowComponentLayout navi_navi_volume_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_volume_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_volume_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   423
inline TAknWindowComponentLayout volume_small_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   425
// LAF Table : navi_navi_icon_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   426
inline TAknWindowComponentLayout navi_navi_icon_text_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_icon_text_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_icon_text_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   428
inline TAknTextComponentLayout navi_navi_icon_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_icon_text_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_icon_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   429
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   430
// LAF Table : navi_navi_tabs_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   431
inline TAknWindowComponentLayout navi_tabs_2_long_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_tabs_2_long_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_tabs_2_long_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   433
inline TAknWindowComponentLayout navi_tabs_2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_tabs_2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_tabs_2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   435
inline TAknWindowComponentLayout navi_tabs_3_long_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_tabs_3_long_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_tabs_3_long_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   437
inline TAknWindowComponentLayout navi_tabs_3_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_tabs_3_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_tabs_3_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   439
inline TAknWindowComponentLayout navi_tabs_4_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_tabs_4_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_tabs_4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   441
// LAF Table : navi_tabs_2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   442
inline TAknLayoutScalableParameterLimits tabs_2_active_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_2_active_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_active_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   444
inline TAknWindowComponentLayout tabs_2_active_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_2_active_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_active_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   446
inline TAknLayoutScalableParameterLimits tabs_2_passive_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_2_passive_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_passive_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   448
inline TAknWindowComponentLayout tabs_2_passive_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_2_passive_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_passive_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   450
// LAF Table : navi_tabs_3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   451
inline TAknLayoutScalableParameterLimits tabs_3_active_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_3_active_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_active_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   453
inline TAknWindowComponentLayout tabs_3_active_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_active_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_active_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   455
inline TAknLayoutScalableParameterLimits tabs_3_passive_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_3_passive_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_passive_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   457
inline TAknWindowComponentLayout tabs_3_passive_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_passive_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_passive_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   459
inline TAknLayoutScalableParameterLimits tabs_3_passive_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_3_passive_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_passive_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   461
inline TAknWindowComponentLayout tabs_3_passive_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_passive_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_passive_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   463
// LAF Table : navi_tabs_4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   464
inline TAknLayoutScalableParameterLimits tabs_4_active_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_4_active_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_active_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   466
inline TAknWindowComponentLayout tabs_4_active_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_4_active_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_active_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   468
inline TAknLayoutScalableParameterLimits tabs_4_passive_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_4_passive_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_passive_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   469
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   470
inline TAknWindowComponentLayout tabs_4_passive_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_4_passive_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_passive_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   472
inline TAknLayoutScalableParameterLimits tabs_4_passive_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_4_passive_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_passive_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   474
inline TAknWindowComponentLayout tabs_4_passive_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_4_passive_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_passive_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   476
inline TAknLayoutScalableParameterLimits tabs_4_passive_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_4_passive_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_passive_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   478
inline TAknWindowComponentLayout tabs_4_passive_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_4_passive_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_passive_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   480
// LAF Table : navi_tabs_2_long_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   481
inline TAknLayoutScalableParameterLimits tabs_2_long_active_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_2_long_active_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_long_active_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   483
inline TAknWindowComponentLayout tabs_2_long_active_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_2_long_active_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_long_active_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   485
inline TAknLayoutScalableParameterLimits tabs_2_long_passive_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_2_long_passive_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_long_passive_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   487
inline TAknWindowComponentLayout tabs_2_long_passive_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_2_long_passive_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_long_passive_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   489
// LAF Table : navi_tabs_3_long_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   490
inline TAknLayoutScalableParameterLimits tabs_3_long_active_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_3_long_active_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_long_active_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   491
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   492
inline TAknWindowComponentLayout tabs_3_long_active_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_long_active_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_long_active_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   494
inline TAknLayoutScalableParameterLimits tabs_3_long_passive_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_3_long_passive_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_long_passive_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   496
inline TAknWindowComponentLayout tabs_3_long_passive_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_long_passive_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_long_passive_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   498
inline TAknLayoutScalableParameterLimits tabs_3_long_passive_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_3_long_passive_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_long_passive_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   500
inline TAknWindowComponentLayout tabs_3_long_passive_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_long_passive_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_long_passive_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   502
// LAF Table : volume_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   503
inline TAknWindowComponentLayout volume_small_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   505
inline TAknWindowComponentLayout volume_small_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   507
inline TAknWindowComponentLayout volume_small_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   509
inline TAknWindowComponentLayout volume_small_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   511
inline TAknWindowComponentLayout volume_small_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   513
inline TAknWindowComponentLayout volume_small_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   515
inline TAknWindowComponentLayout volume_small_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   517
inline TAknWindowComponentLayout volume_small_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   519
inline TAknWindowComponentLayout volume_small_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   521
inline TAknWindowComponentLayout volume_small_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   523
inline TAknLayoutScalableTableLimits volume_small_pane_g_Limits()		{ return (*(Tvolume_small_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   525
inline TAknWindowComponentLayout volume_small_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   527
// LAF Table : tabs_3_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   528
inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_active_tab_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   530
inline TAknWindowComponentLayout bg_active_tab_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   532
inline TAknWindowComponentLayout tabs_3_active_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_active_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_active_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   534
inline TAknTextComponentLayout tabs_3_active_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_active_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_active_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   536
// LAF Table : tabs_3_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   537
inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_passive_tab_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   539
inline TAknWindowComponentLayout bg_passive_tab_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   541
inline TAknWindowComponentLayout tabs_3_passive_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_passive_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_passive_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   542
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   543
inline TAknTextComponentLayout tabs_3_passive_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_passive_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_passive_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   545
// LAF Table : tabs_4_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   546
inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp3_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_active_tab_pane_cp3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   548
inline TAknWindowComponentLayout bg_active_tab_pane_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   550
inline TAknWindowComponentLayout tabs_4_active_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_4_active_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_active_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   551
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   552
inline TAknTextComponentLayout tabs_4_active_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_4_active_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_active_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   554
// LAF Table : tabs_4_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   555
inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp3_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_passive_tab_pane_cp3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   556
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   557
inline TAknWindowComponentLayout bg_passive_tab_pane_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   559
inline TAknWindowComponentLayout tabs_4_1_passive_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_4_1_passive_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_1_passive_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   561
inline TAknTextComponentLayout tabs_4_1_passive_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_4_1_passive_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_1_passive_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   563
// LAF Table : set_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   564
inline TAknWindowComponentLayout list_highlight_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   566
inline TAknLayoutScalableParameterLimits list_set_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_set_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   568
inline TAknWindowComponentLayout list_set_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_set_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   570
inline TAknLayoutScalableParameterLimits main_pane_set_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_pane_set_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   572
inline TAknTextComponentLayout main_pane_set_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_set_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   574
inline TAknLayoutScalableParameterLimits main_pane_set_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_pane_set_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   576
inline TAknTextComponentLayout main_pane_set_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_set_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   578
inline TAknLayoutScalableParameterLimits main_pane_set_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_pane_set_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   580
inline TAknTextComponentLayout main_pane_set_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_set_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   582
inline TAknLayoutScalableParameterLimits main_pane_set_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_pane_set_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   584
inline TAknTextComponentLayout main_pane_set_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_set_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   586
inline TAknLayoutScalableTableLimits main_pane_set_t_Limits()		{ return (*(Tmain_pane_set_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   588
inline TAknLayoutScalableParameterLimits main_pane_set_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_pane_set_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   590
inline TAknTextComponentLayout main_pane_set_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_set_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   592
inline TAknWindowComponentLayout setting_code_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_code_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_code_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   594
inline TAknWindowComponentLayout setting_slider_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_graphic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   596
inline TAknWindowComponentLayout setting_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   598
inline TAknWindowComponentLayout setting_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   600
inline TAknWindowComponentLayout setting_volume_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_volume_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_volume_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   602
// LAF Table : setting_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   603
inline TAknWindowComponentLayout volume_set_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   605
// LAF Table : setting_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   606
inline TAknWindowComponentLayout bg_set_opt_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   608
inline TAknTextComponentLayout setting_slider_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   610
inline TAknTextComponentLayout setting_slider_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   612
inline TAknTextComponentLayout setting_slider_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   614
inline TAknLayoutScalableTableLimits setting_slider_pane_t_Limits()		{ return (*(Tsetting_slider_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   616
inline TAknTextComponentLayout setting_slider_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   618
inline TAknWindowComponentLayout slider_set_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   620
// LAF Table : setting_slider_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   621
inline TAknWindowComponentLayout bg_set_opt_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   623
inline TAknWindowComponentLayout setting_slider_graphic_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   625
inline TAknTextComponentLayout setting_slider_graphic_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   627
inline TAknTextComponentLayout setting_slider_graphic_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_graphic_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   629
inline TAknLayoutScalableTableLimits setting_slider_graphic_pane_t_Limits()		{ return (*(Tsetting_slider_graphic_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   630
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   631
inline TAknTextComponentLayout setting_slider_graphic_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_graphic_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   633
inline TAknWindowComponentLayout slider_set_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   635
// LAF Table : setting_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   636
inline TAknWindowComponentLayout input_focus_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   638
inline TAknWindowComponentLayout list_set_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_set_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   640
inline TAknWindowComponentLayout setting_text_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_text_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_text_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   642
// LAF Table : setting_code_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   643
inline TAknWindowComponentLayout input_focus_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   645
inline TAknWindowComponentLayout setting_code_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_code_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_code_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   647
inline TAknTextComponentLayout setting_code_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_code_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_code_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   649
// LAF Table : list_set_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   650
inline TAknLayoutScalableParameterLimits set_text_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tset_text_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   652
inline TAknTextComponentLayout set_text_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tset_text_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_text_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   654
// LAF Table : bg_set_opt_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   655
inline TAknWindowComponentLayout set_opt_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   657
inline TAknWindowComponentLayout set_opt_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   658
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   659
inline TAknWindowComponentLayout set_opt_bg_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   660
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   661
inline TAknWindowComponentLayout set_opt_bg_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   663
inline TAknWindowComponentLayout set_opt_bg_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   664
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   665
inline TAknWindowComponentLayout set_opt_bg_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   667
inline TAknWindowComponentLayout set_opt_bg_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   669
inline TAknWindowComponentLayout set_opt_bg_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   670
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   671
inline TAknWindowComponentLayout set_opt_bg_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   672
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   673
inline TAknLayoutScalableTableLimits set_opt_bg_pane_g_Limits()		{ return (*(Tset_opt_bg_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   675
inline TAknWindowComponentLayout set_opt_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   677
// LAF Table : slider_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   678
inline TAknWindowComponentLayout slider_set_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   679
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   680
inline TAknWindowComponentLayout slider_set_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   681
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   682
inline TAknLayoutScalableTableLimits slider_set_pane_g_Limits()		{ return (*(Tslider_set_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   684
inline TAknWindowComponentLayout slider_set_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   686
// LAF Table : volume_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   687
inline TAknWindowComponentLayout volume_set_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   689
inline TAknWindowComponentLayout volume_set_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   691
inline TAknWindowComponentLayout volume_set_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   693
inline TAknWindowComponentLayout volume_set_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   695
inline TAknWindowComponentLayout volume_set_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   697
inline TAknWindowComponentLayout volume_set_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   699
inline TAknWindowComponentLayout volume_set_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   701
inline TAknWindowComponentLayout volume_set_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   703
inline TAknWindowComponentLayout volume_set_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   705
inline TAknWindowComponentLayout volume_set_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   707
inline TAknLayoutScalableTableLimits volume_set_pane_g_Limits()		{ return (*(Tvolume_set_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   708
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   709
inline TAknWindowComponentLayout volume_set_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   711
// LAF Table : main_idle_trad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   712
inline TAknLayoutScalableParameterLimits indicator_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tindicator_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   714
inline TAknWindowComponentLayout indicator_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   716
inline TAknLayoutScalableParameterLimits main_idle_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_idle_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_idle_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   718
inline TAknWindowComponentLayout main_idle_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_idle_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_idle_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   720
inline TAknLayoutScalableParameterLimits main_pane_idle_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_pane_idle_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_idle_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   721
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   722
inline TAknWindowComponentLayout main_pane_idle_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_idle_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_idle_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   724
inline TAknLayoutScalableParameterLimits popup_clock_digital_analogue_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_clock_digital_analogue_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_analogue_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   726
inline TAknWindowComponentLayout popup_clock_digital_analogue_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_digital_analogue_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_analogue_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   728
inline TAknLayoutScalableParameterLimits soft_indicator_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tsoft_indicator_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_soft_indicator_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   730
inline TAknWindowComponentLayout soft_indicator_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsoft_indicator_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_soft_indicator_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   732
inline TAknLayoutScalableParameterLimits wallpaper_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Twallpaper_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wallpaper_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   734
inline TAknWindowComponentLayout wallpaper_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twallpaper_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wallpaper_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   736
// LAF Table : wallpaper_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   737
inline TAknWindowComponentLayout wallpaper_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twallpaper_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wallpaper_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   739
// LAF Table : indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   740
inline TAknLayoutScalableParameterLimits indicator_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tindicator_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   742
inline TAknWindowComponentLayout indicator_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   744
// LAF Table : navi_navi_icon_text_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   745
inline TAknWindowComponentLayout navi_navi_icon_text_pane_srt_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_icon_text_pane_srt_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_icon_text_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   747
// LAF Table : soft_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   748
inline TAknTextComponentLayout soft_indicator_pane_t1(TInt aRow = 0, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tsoft_indicator_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_soft_indicator_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   749
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   750
// LAF Table : power_save_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   751
inline TAknWindowComponentLayout aid_ps_area_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_ps_area_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_ps_area_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   753
inline TAknWindowComponentLayout aid_ps_clock_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_ps_clock_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_ps_clock_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   755
inline TAknWindowComponentLayout aid_ps_indicator_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_ps_indicator_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_ps_indicator_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   757
inline TAknLayoutScalableParameterLimits indicator_ps_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tindicator_ps_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_ps_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   759
inline TAknWindowComponentLayout indicator_ps_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_ps_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_ps_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   761
inline TAknLayoutScalableParameterLimits power_save_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpower_save_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   763
inline TAknWindowComponentLayout power_save_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpower_save_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   765
inline TAknLayoutScalableParameterLimits power_save_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpower_save_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   767
inline TAknWindowComponentLayout power_save_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpower_save_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   769
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   770
inline TAknWindowComponentLayout aid_navinavi_width_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_navinavi_width_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_navinavi_width_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   772
// LAF Table : power_save_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   773
inline TAknLayoutScalableParameterLimits aid_ps_area_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_ps_area_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_ps_area_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   775
inline TAknLayoutScalableTableLimits power_save_pane_g_Limits()		{ return (*(Tpower_save_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   776
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   777
inline TAknLayoutScalableParameterLimits power_save_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpower_save_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   779
inline TAknWindowComponentLayout power_save_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpower_save_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   781
inline TAknLayoutScalableParameterLimits power_save_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpower_save_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   783
inline TAknTextComponentLayout power_save_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpower_save_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   785
inline TAknLayoutScalableParameterLimits aid_ps_clock_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_ps_clock_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_ps_clock_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   787
inline TAknLayoutScalableParameterLimits aid_ps_indicator_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_ps_indicator_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_ps_indicator_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   789
inline TAknLayoutScalableParameterLimits power_save_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tpower_save_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   791
inline TAknTextComponentLayout power_save_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpower_save_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   793
inline TAknLayoutScalableTableLimits power_save_pane_t_Limits()		{ return (*(Tpower_save_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   795
inline TAknLayoutScalableParameterLimits power_save_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpower_save_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   797
inline TAknTextComponentLayout power_save_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpower_save_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   799
inline TAknLayoutScalableParameterLimits power_save_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpower_save_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   801
inline TAknTextComponentLayout power_save_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpower_save_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   803
inline TAknLayoutScalableParameterLimits power_save_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpower_save_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   805
inline TAknTextComponentLayout power_save_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpower_save_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_power_save_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   806
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   807
// LAF Table : indicator_ps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   808
inline TAknWindowComponentLayout indicator_ps_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_ps_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_ps_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   810
// LAF Table : main_idle_act_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   811
inline TAknLayoutScalableParameterLimits ai_gene_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tai_gene_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   812
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   813
inline TAknWindowComponentLayout ai_gene_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_gene_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   815
inline TAknLayoutScalableParameterLimits ai_links_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tai_links_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_links_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   817
inline TAknWindowComponentLayout ai_links_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_links_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_links_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   819
inline TAknLayoutScalableParameterLimits indicator_pane_cp1_ParamLimits(TInt aVariety = 0)		{ return (*(Tindicator_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   820
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   821
inline TAknWindowComponentLayout indicator_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   822
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   823
inline TAknLayoutScalableParameterLimits main_pane_idle_g1_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_pane_idle_g1_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_idle_g1_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   825
inline TAknWindowComponentLayout main_pane_idle_g1_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_idle_g1_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_idle_g1_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   827
inline TAknWindowComponentLayout popup_ai_links_title_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_ai_links_title_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai_links_title_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   829
inline TAknLayoutScalableParameterLimits soft_indicator_pane_cp1_ParamLimits(TInt aVariety = 0)		{ return (*(Tsoft_indicator_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_soft_indicator_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   831
inline TAknWindowComponentLayout soft_indicator_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsoft_indicator_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_soft_indicator_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   833
// LAF Table : ai_links_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   834
inline TAknWindowComponentLayout ai_links_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_links_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_links_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   836
inline TAknWindowComponentLayout grid_ai_links_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_ai_links_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_ai_links_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   838
// LAF Table : ai_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   839
inline TAknWindowComponentLayout ai_gene_pane_1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_gene_pane_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   841
inline TAknWindowComponentLayout ai_gene_pane_2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_gene_pane_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   842
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   843
inline TAknWindowComponentLayout list_highlight_pane_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   844
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   845
// LAF Table : grid_ai_links_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   846
inline TAknLayoutScalableParameterLimits cell_ai_link_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_ai_link_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_link_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   848
inline TAknWindowComponentLayout cell_ai_link_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0)		{ return (*(Tcell_ai_link_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_link_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   850
// LAF Table : cell_ai_link_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   851
inline TAknWindowComponentLayout cell_ai_link_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai_link_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_link_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   853
inline TAknWindowComponentLayout cell_ai_link_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai_link_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_link_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   855
inline TAknLayoutScalableTableLimits cell_ai_link_pane_g_Limits()		{ return (*(Tcell_ai_link_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_link_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   857
inline TAknWindowComponentLayout cell_ai_link_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai_link_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_link_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   859
inline TAknWindowComponentLayout grid_highlight_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   861
// LAF Table : popup_ai_links_title_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   862
inline TAknWindowComponentLayout bg_popup_sub_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   864
inline TAknTextComponentLayout popup_ai_links_title_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_ai_links_title_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai_links_title_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   866
// LAF Table : ai_gene_pane_1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   867
inline TAknLayoutScalableParameterLimits ai_gene_pane_1_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tai_gene_pane_1_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   869
inline TAknWindowComponentLayout ai_gene_pane_1_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_gene_pane_1_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   871
inline TAknLayoutScalableParameterLimits ai_gene_pane_1_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tai_gene_pane_1_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   872
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   873
inline TAknWindowComponentLayout ai_gene_pane_1_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_gene_pane_1_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   875
inline TAknLayoutScalableTableLimits ai_gene_pane_1_g_Limits()		{ return (*(Tai_gene_pane_1_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   877
inline TAknLayoutScalableParameterLimits ai_gene_pane_1_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tai_gene_pane_1_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   879
inline TAknWindowComponentLayout ai_gene_pane_1_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_gene_pane_1_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   881
inline TAknLayoutScalableParameterLimits ai_gene_pane_1_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tai_gene_pane_1_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   883
inline TAknTextComponentLayout ai_gene_pane_1_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_gene_pane_1_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   885
inline TAknWindowComponentLayout grid_ai_soft_ind_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_ai_soft_ind_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_ai_soft_ind_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   887
// LAF Table : ai_gene_pane_2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   888
inline TAknLayoutScalableParameterLimits ai_gene_pane_2_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tai_gene_pane_2_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   890
inline TAknTextComponentLayout ai_gene_pane_2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_gene_pane_2_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   892
// LAF Table : main_list_empty_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   893
inline TAknLayoutScalableParameterLimits main_pane_empty_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_pane_empty_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_empty_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   895
inline TAknTextComponentLayout main_pane_empty_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_empty_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_empty_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   897
inline TAknLayoutScalableParameterLimits main_pane_empty_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_pane_empty_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_empty_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   899
inline TAknTextComponentLayout main_pane_empty_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_empty_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_empty_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   900
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   901
inline TAknLayoutScalableParameterLimits main_pane_empty_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_pane_empty_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_empty_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   903
inline TAknTextComponentLayout main_pane_empty_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_empty_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_empty_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   905
inline TAknLayoutScalableParameterLimits main_pane_empty_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_pane_empty_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_empty_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   907
inline TAknTextComponentLayout main_pane_empty_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_empty_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_empty_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   909
inline TAknLayoutScalableParameterLimits main_pane_empty_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_pane_empty_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_empty_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   911
inline TAknTextComponentLayout main_pane_empty_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_empty_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_empty_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   913
inline TAknLayoutScalableTableLimits main_pane_empty_t_Limits()		{ return (*(Tmain_pane_empty_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_empty_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   915
inline TAknLayoutScalableParameterLimits main_pane_empty_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_pane_empty_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_empty_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   917
inline TAknTextComponentLayout main_pane_empty_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_empty_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_empty_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   919
// LAF Table : popup_window_general
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   920
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   921
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   922
inline TAknWindowComponentLayout bg_popup_window_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   923
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   924
inline TAknLayoutScalableParameterLimits find_popup_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tfind_popup_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_popup_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   926
inline TAknWindowComponentLayout find_popup_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfind_popup_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_popup_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   928
inline TAknLayoutScalableParameterLimits heading_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Theading_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   930
inline TAknWindowComponentLayout heading_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   932
// LAF Table : popup_sub_window_general
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   933
inline TAknWindowComponentLayout bg_popup_sub_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   935
// LAF Table : bg_popup_window_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   936
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   938
inline TAknWindowComponentLayout bg_popup_window_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   940
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   942
inline TAknWindowComponentLayout bg_popup_window_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   944
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   946
inline TAknWindowComponentLayout bg_popup_window_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   948
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   950
inline TAknWindowComponentLayout bg_popup_window_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   952
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   954
inline TAknWindowComponentLayout bg_popup_window_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   955
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   956
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g6_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   957
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   958
inline TAknWindowComponentLayout bg_popup_window_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   960
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g7_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   962
inline TAknWindowComponentLayout bg_popup_window_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   964
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g8_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   965
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   966
inline TAknWindowComponentLayout bg_popup_window_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   967
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   968
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g9_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_g9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   969
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   970
inline TAknWindowComponentLayout bg_popup_window_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   971
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   972
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g10_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_g10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   974
inline TAknWindowComponentLayout bg_popup_window_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   976
inline TAknLayoutScalableTableLimits bg_popup_window_pane_g_Limits()		{ return (*(Tbg_popup_window_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   978
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   980
inline TAknWindowComponentLayout bg_popup_window_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   982
// LAF Table : heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   983
inline TAknLayoutScalableParameterLimits bg_popup_heading_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_heading_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   984
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   985
inline TAknWindowComponentLayout bg_popup_heading_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   987
// LAF Table : navi_tabs_4_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   988
inline TAknLayoutScalableParameterLimits tabs_4_passive_pane_cp_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_4_passive_pane_cp_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_passive_pane_cp_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   990
inline TAknWindowComponentLayout tabs_4_passive_pane_cp_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_4_passive_pane_cp_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_passive_pane_cp_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   992
inline TAknLayoutScalableParameterLimits tabs_4_passive_pane_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_4_passive_pane_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_passive_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   994
// LAF Table : heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   995
inline TAknWindowComponentLayout heading_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   997
// LAF Table : navi_tabs_4_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   998
inline TAknWindowComponentLayout tabs_4_passive_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_4_passive_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_passive_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1000
// LAF Table : tabs_4_passive_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1001
inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp3_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_passive_tab_pane_cp3_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp3_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1003
inline TAknWindowComponentLayout bg_passive_tab_pane_cp3_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_cp3_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp3_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1005
// LAF Table : heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1006
inline TAknLayoutScalableParameterLimits heading_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Theading_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1008
inline TAknTextComponentLayout heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1010
inline TAknLayoutScalableParameterLimits heading_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Theading_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1012
inline TAknTextComponentLayout heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1014
inline TAknLayoutScalableTableLimits heading_pane_t_Limits()		{ return (*(Theading_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1016
inline TAknLayoutScalableParameterLimits heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Theading_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1018
inline TAknTextComponentLayout heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1020
// LAF Table : bg_popup_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1021
inline TAknWindowComponentLayout bg_popup_heading_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_heading_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1023
inline TAknWindowComponentLayout bg_popup_heading_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_heading_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1025
inline TAknWindowComponentLayout bg_popup_heading_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_heading_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1026
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1027
inline TAknWindowComponentLayout bg_popup_heading_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_heading_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1029
inline TAknWindowComponentLayout bg_popup_heading_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_heading_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1031
inline TAknWindowComponentLayout bg_popup_heading_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_heading_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1033
inline TAknWindowComponentLayout bg_popup_heading_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_heading_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1035
inline TAknWindowComponentLayout bg_popup_heading_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_heading_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1037
inline TAknWindowComponentLayout bg_popup_heading_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_heading_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1039
inline TAknLayoutScalableTableLimits bg_popup_heading_pane_g_Limits()		{ return (*(Tbg_popup_heading_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1041
inline TAknWindowComponentLayout bg_popup_heading_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_heading_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1043
// LAF Table : bg_popup_sub_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1044
inline TAknWindowComponentLayout bg_popup_sub_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1046
inline TAknWindowComponentLayout bg_popup_sub_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1047
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1048
inline TAknWindowComponentLayout bg_popup_sub_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1050
inline TAknWindowComponentLayout bg_popup_sub_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1052
inline TAknWindowComponentLayout bg_popup_sub_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1053
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1054
inline TAknWindowComponentLayout bg_popup_sub_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1056
inline TAknWindowComponentLayout bg_popup_sub_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1058
inline TAknWindowComponentLayout bg_popup_sub_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1059
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1060
inline TAknWindowComponentLayout bg_popup_sub_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1061
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1062
inline TAknLayoutScalableTableLimits bg_popup_sub_pane_g_Limits()		{ return (*(Tbg_popup_sub_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1063
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1064
inline TAknWindowComponentLayout bg_popup_sub_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1066
// LAF Table : popup_note_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1067
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp5_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_cp5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1069
inline TAknWindowComponentLayout bg_popup_window_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1071
inline TAknLayoutScalableParameterLimits popup_note_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1073
inline TAknWindowComponentLayout popup_note_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1075
inline TAknLayoutScalableParameterLimits popup_note_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1077
inline TAknTextComponentLayout popup_note_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1079
inline TAknLayoutScalableParameterLimits popup_note_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1081
inline TAknTextComponentLayout popup_note_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1082
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1083
inline TAknLayoutScalableParameterLimits popup_note_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1084
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1085
inline TAknTextComponentLayout popup_note_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1087
inline TAknLayoutScalableParameterLimits popup_note_window_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1088
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1089
inline TAknTextComponentLayout popup_note_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1090
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1091
inline TAknLayoutScalableParameterLimits popup_note_window_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_window_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1092
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1093
inline TAknTextComponentLayout popup_note_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_window_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1094
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1095
inline TAknLayoutScalableTableLimits popup_note_window_t_Limits()		{ return (*(Tpopup_note_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1096
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1097
inline TAknLayoutScalableParameterLimits popup_note_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_note_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1098
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1099
inline TAknTextComponentLayout popup_note_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1101
// LAF Table : popup_note_image_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1102
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp6_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_cp6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1104
inline TAknWindowComponentLayout bg_popup_window_pane_cp6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1106
inline TAknLayoutScalableParameterLimits popup_note_image_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_image_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1108
inline TAknWindowComponentLayout popup_note_image_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_image_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1110
inline TAknLayoutScalableParameterLimits popup_note_image_window_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_image_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1112
inline TAknWindowComponentLayout popup_note_image_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_image_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1114
inline TAknLayoutScalableTableLimits popup_note_image_window_g_Limits()		{ return (*(Tpopup_note_image_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1116
inline TAknLayoutScalableParameterLimits popup_note_image_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_note_image_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1118
inline TAknWindowComponentLayout popup_note_image_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_image_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1120
inline TAknLayoutScalableParameterLimits popup_note_image_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_image_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1122
inline TAknTextComponentLayout popup_note_image_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_image_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1124
inline TAknLayoutScalableParameterLimits popup_note_image_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_image_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1126
inline TAknTextComponentLayout popup_note_image_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_image_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1128
inline TAknLayoutScalableParameterLimits popup_note_image_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_image_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1130
inline TAknTextComponentLayout popup_note_image_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_image_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1132
inline TAknLayoutScalableTableLimits popup_note_image_window_t_Limits()		{ return (*(Tpopup_note_image_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1134
inline TAknLayoutScalableParameterLimits popup_note_image_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_note_image_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1136
inline TAknTextComponentLayout popup_note_image_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_image_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1138
// LAF Table : popup_note_wait_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1139
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp7_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_cp7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1141
inline TAknWindowComponentLayout bg_popup_window_pane_cp7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1143
inline TAknLayoutScalableParameterLimits popup_note_wait_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_wait_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1144
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1145
inline TAknWindowComponentLayout popup_note_wait_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_wait_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1146
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1147
inline TAknLayoutScalableParameterLimits popup_note_wait_window_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_wait_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1149
inline TAknWindowComponentLayout popup_note_wait_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_wait_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1151
inline TAknLayoutScalableTableLimits popup_note_wait_window_g_Limits()		{ return (*(Tpopup_note_wait_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1153
inline TAknLayoutScalableParameterLimits popup_note_wait_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_note_wait_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1155
inline TAknWindowComponentLayout popup_note_wait_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_wait_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1157
inline TAknLayoutScalableParameterLimits popup_note_wait_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_wait_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1159
inline TAknTextComponentLayout popup_note_wait_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_wait_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1161
inline TAknLayoutScalableParameterLimits popup_note_wait_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_wait_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1162
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1163
inline TAknTextComponentLayout popup_note_wait_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_wait_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1164
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1165
inline TAknLayoutScalableParameterLimits popup_note_wait_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_wait_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1167
inline TAknTextComponentLayout popup_note_wait_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_wait_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1169
inline TAknLayoutScalableParameterLimits popup_note_wait_window_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_wait_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1171
inline TAknTextComponentLayout popup_note_wait_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_wait_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1173
inline TAknLayoutScalableTableLimits popup_note_wait_window_t_Limits()		{ return (*(Tpopup_note_wait_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1175
inline TAknLayoutScalableParameterLimits popup_note_wait_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_note_wait_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1177
inline TAknTextComponentLayout popup_note_wait_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_wait_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1179
inline TAknLayoutScalableParameterLimits wait_bar_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Twait_bar_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1181
inline TAknWindowComponentLayout wait_bar_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_bar_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1183
// LAF Table : wait_bar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1184
inline TAknWindowComponentLayout wait_anim_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_anim_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_anim_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1186
inline TAknWindowComponentLayout wait_border_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_border_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_border_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1188
// LAF Table : wait_anim_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1189
inline TAknWindowComponentLayout wait_anim_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_anim_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_anim_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1191
inline TAknWindowComponentLayout wait_anim_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_anim_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_anim_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1193
inline TAknLayoutScalableTableLimits wait_anim_pane_g_Limits()		{ return (*(Twait_anim_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_anim_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1195
inline TAknWindowComponentLayout wait_anim_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_anim_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_anim_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1197
// LAF Table : wait_border_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1198
inline TAknWindowComponentLayout wait_border_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_border_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_border_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1199
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1200
inline TAknWindowComponentLayout wait_border_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_border_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_border_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1202
inline TAknWindowComponentLayout wait_border_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_border_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_border_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1204
inline TAknLayoutScalableTableLimits wait_border_pane_g_Limits()		{ return (*(Twait_border_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_border_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1206
inline TAknWindowComponentLayout wait_border_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_border_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_border_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1208
// LAF Table : popup_query_data_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1209
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp16_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_cp16_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp16_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1211
inline TAknWindowComponentLayout bg_popup_window_pane_cp16(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp16_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp16)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1213
inline TAknLayoutScalableParameterLimits indicator_popup_pane_cp4_ParamLimits(TInt aVariety = 0)		{ return (*(Tindicator_popup_pane_cp4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_popup_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1215
inline TAknWindowComponentLayout indicator_popup_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_popup_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_popup_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1217
inline TAknLayoutScalableParameterLimits popup_query_data_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_query_data_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1219
inline TAknTextComponentLayout popup_query_data_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_data_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1221
inline TAknLayoutScalableParameterLimits popup_query_data_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_query_data_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1223
inline TAknTextComponentLayout popup_query_data_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_data_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1224
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1225
inline TAknLayoutScalableParameterLimits popup_query_data_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_query_data_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1227
inline TAknTextComponentLayout popup_query_data_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_data_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1229
inline TAknLayoutScalableTableLimits popup_query_data_window_t_Limits()		{ return (*(Tpopup_query_data_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1231
inline TAknLayoutScalableParameterLimits popup_query_data_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_query_data_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1233
inline TAknTextComponentLayout popup_query_data_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_data_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1235
inline TAknLayoutScalableParameterLimits query_popup_data_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tquery_popup_data_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1236
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1237
inline TAknWindowComponentLayout query_popup_data_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tquery_popup_data_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1238
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1239
inline TAknLayoutScalableParameterLimits query_popup_data_pane_cp1_ParamLimits(TInt aVariety = 0)		{ return (*(Tquery_popup_data_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1241
inline TAknWindowComponentLayout query_popup_data_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tquery_popup_data_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1243
// LAF Table : popup_query_code_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1244
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp10_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_cp10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1246
inline TAknWindowComponentLayout bg_popup_window_pane_cp10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1248
inline TAknLayoutScalableParameterLimits indicator_popup_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tindicator_popup_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_popup_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1250
inline TAknWindowComponentLayout indicator_popup_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1252
inline TAknLayoutScalableParameterLimits popup_query_code_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_query_code_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_code_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1253
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1254
inline TAknTextComponentLayout popup_query_code_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_code_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_code_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1255
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1256
inline TAknLayoutScalableParameterLimits popup_query_code_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_query_code_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_code_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1258
inline TAknTextComponentLayout popup_query_code_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_code_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_code_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1260
inline TAknLayoutScalableParameterLimits popup_query_code_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_query_code_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_code_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1262
inline TAknTextComponentLayout popup_query_code_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_code_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_code_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1264
inline TAknLayoutScalableTableLimits popup_query_code_window_t_Limits()		{ return (*(Tpopup_query_code_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_code_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1266
inline TAknLayoutScalableParameterLimits popup_query_code_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_query_code_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_code_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1268
inline TAknTextComponentLayout popup_query_code_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_code_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_code_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1270
inline TAknLayoutScalableParameterLimits query_popup_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tquery_popup_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1272
inline TAknWindowComponentLayout query_popup_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tquery_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1274
// LAF Table : popup_query_data_code_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1275
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp15_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_cp15_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp15_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1277
inline TAknWindowComponentLayout bg_popup_window_pane_cp15(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp15_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1279
inline TAknLayoutScalableParameterLimits indicator_popup_pane_cp1_ParamLimits(TInt aVariety = 0)		{ return (*(Tindicator_popup_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_popup_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1281
inline TAknWindowComponentLayout indicator_popup_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_popup_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_popup_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1283
inline TAknLayoutScalableParameterLimits indicator_popup_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tindicator_popup_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_popup_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1285
inline TAknWindowComponentLayout indicator_popup_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_popup_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_popup_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1287
inline TAknLayoutScalableParameterLimits popup_query_data_code_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_query_data_code_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_code_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1289
inline TAknWindowComponentLayout popup_query_data_code_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_data_code_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_code_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1291
inline TAknLayoutScalableParameterLimits popup_query_data_code_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_query_data_code_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_code_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1293
inline TAknTextComponentLayout popup_query_data_code_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_data_code_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_code_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1295
inline TAknLayoutScalableParameterLimits popup_query_data_code_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_query_data_code_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_code_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1297
inline TAknTextComponentLayout popup_query_data_code_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_data_code_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_code_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1298
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1299
inline TAknLayoutScalableParameterLimits popup_query_data_code_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_query_data_code_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_code_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1300
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1301
inline TAknTextComponentLayout popup_query_data_code_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_data_code_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_code_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1302
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1303
inline TAknLayoutScalableParameterLimits popup_query_data_code_window_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_query_data_code_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_code_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1305
inline TAknTextComponentLayout popup_query_data_code_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_data_code_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_code_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1307
inline TAknLayoutScalableTableLimits popup_query_data_code_window_t_Limits()		{ return (*(Tpopup_query_data_code_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_code_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1309
inline TAknLayoutScalableParameterLimits popup_query_data_code_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_query_data_code_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_code_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1311
inline TAknTextComponentLayout popup_query_data_code_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_data_code_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_data_code_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1312
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1313
// LAF Table : list_single_midp_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1314
inline TAknWindowComponentLayout list_single_midp_graphic_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_midp_graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1316
// LAF Table : popup_query_data_code_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1317
inline TAknLayoutScalableParameterLimits query_popup_data_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tquery_popup_data_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1319
inline TAknLayoutScalableParameterLimits query_popup_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tquery_popup_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1321
inline TAknWindowComponentLayout query_popup_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tquery_popup_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1323
// LAF Table : popup_query_sat_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1324
inline TAknWindowComponentLayout bg_popup_window_pane_cp11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1326
inline TAknWindowComponentLayout heading_pane_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1328
inline TAknWindowComponentLayout listscroll_popup_info_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1329
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1330
// LAF Table : query_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1331
inline TAknWindowComponentLayout input_focus_pane_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1333
inline TAknTextComponentLayout query_popup_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tquery_popup_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1335
// LAF Table : listscroll_popup_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1336
inline TAknLayoutScalableParameterLimits list_popup_info_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_popup_info_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_popup_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1338
inline TAknWindowComponentLayout list_popup_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_popup_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_popup_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1339
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1340
inline TAknWindowComponentLayout listscroll_popup_info_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_info_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_info_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1341
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1342
inline TAknWindowComponentLayout scroll_pane_cp7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1343
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1344
// LAF Table : list_popup_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1345
inline TAknLayoutScalableParameterLimits popup_info_list_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_info_list_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_info_list_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1347
inline TAknTextComponentLayout popup_info_list_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tpopup_info_list_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_info_list_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1349
inline TAknLayoutScalableParameterLimits popup_info_list_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_info_list_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_info_list_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1351
inline TAknTextComponentLayout popup_info_list_pane_t2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tpopup_info_list_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_info_list_pane_t2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1353
inline TAknLayoutScalableTableLimits popup_info_list_pane_t_Limits()		{ return (*(Tpopup_info_list_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_info_list_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1355
inline TAknLayoutScalableParameterLimits popup_info_list_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_info_list_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_info_list_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1356
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1357
inline TAknTextComponentLayout popup_info_list_pane_t(TInt aLineIndex, TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tpopup_info_list_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_info_list_pane_t)))(aLineIndex, aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1358
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1359
// LAF Table : popup_find_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1360
inline TAknWindowComponentLayout bg_popup_window_pane_cp12(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1362
inline TAknWindowComponentLayout find_popup_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfind_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1364
// LAF Table : popup_grid_graphic_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1365
inline TAknWindowComponentLayout bg_popup_window_pane_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1366
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1367
inline TAknWindowComponentLayout heading_pane_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1369
inline TAknWindowComponentLayout listscroll_popup_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_graphic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1371
// LAF Table : popup_large_graphic_colour_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1372
inline TAknWindowComponentLayout bg_popup_window_pane_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1374
inline TAknWindowComponentLayout heading_pane_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1376
inline TAknWindowComponentLayout listscroll_popup_colour_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_colour_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_colour_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1378
// LAF Table : listscroll_popup_colour_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1379
inline TAknLayoutScalableParameterLimits cell_large_graphic_colour_none_popup_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_large_graphic_colour_none_popup_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_colour_none_popup_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1380
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1381
inline TAknWindowComponentLayout cell_large_graphic_colour_none_popup_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_large_graphic_colour_none_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_colour_none_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1383
inline TAknLayoutScalableParameterLimits grid_large_graphic_colour_popup_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_large_graphic_colour_popup_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_large_graphic_colour_popup_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1385
inline TAknWindowComponentLayout grid_large_graphic_colour_popup_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_large_graphic_colour_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_large_graphic_colour_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1387
inline TAknLayoutScalableParameterLimits listscroll_popup_colour_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_popup_colour_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_colour_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1389
inline TAknWindowComponentLayout listscroll_popup_colour_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_colour_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_colour_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1391
inline TAknLayoutScalableParameterLimits listscroll_popup_colour_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_popup_colour_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_colour_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1393
inline TAknWindowComponentLayout listscroll_popup_colour_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_colour_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_colour_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1395
inline TAknLayoutScalableParameterLimits listscroll_popup_colour_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_popup_colour_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_colour_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1397
inline TAknWindowComponentLayout listscroll_popup_colour_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_colour_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_colour_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1399
inline TAknLayoutScalableParameterLimits listscroll_popup_colour_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_popup_colour_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_colour_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1401
inline TAknWindowComponentLayout listscroll_popup_colour_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_colour_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_colour_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1403
inline TAknLayoutScalableTableLimits listscroll_popup_colour_pane_g_Limits()		{ return (*(Tlistscroll_popup_colour_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_colour_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1405
inline TAknLayoutScalableParameterLimits listscroll_popup_colour_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlistscroll_popup_colour_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_colour_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1407
inline TAknWindowComponentLayout listscroll_popup_colour_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_colour_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_colour_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1409
inline TAknLayoutScalableParameterLimits scroll_pane_cp6_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_cp6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1411
inline TAknWindowComponentLayout scroll_pane_cp6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1413
// LAF Table : grid_large_graphic_colour_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1414
inline TAknLayoutScalableParameterLimits cell_large_graphic_colour_popup_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_large_graphic_colour_popup_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_colour_popup_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1416
inline TAknWindowComponentLayout cell_large_graphic_colour_popup_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_large_graphic_colour_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_colour_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1418
// LAF Table : cell_large_graphic_colour_none_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1419
inline TAknTextComponentLayout cell_large_graphic_colour_none_popup_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_large_graphic_colour_none_popup_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_colour_none_popup_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1421
inline TAknWindowComponentLayout grid_highlight_pane_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1423
// LAF Table : cell_large_graphic_colour_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1424
inline TAknWindowComponentLayout cell_large_graphic_colour_popup_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_large_graphic_colour_popup_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_colour_popup_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1426
inline TAknWindowComponentLayout cell_large_graphic_colour_popup_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_large_graphic_colour_popup_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_colour_popup_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1428
inline TAknLayoutScalableTableLimits cell_large_graphic_colour_popup_pane_g_Limits()		{ return (*(Tcell_large_graphic_colour_popup_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_colour_popup_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1429
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1430
inline TAknWindowComponentLayout cell_large_graphic_colour_popup_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_large_graphic_colour_popup_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_colour_popup_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1432
inline TAknWindowComponentLayout cell_large_graphic_colour_popup_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_large_graphic_colour_popup_pane_g2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_colour_popup_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1434
inline TAknWindowComponentLayout grid_highlight_pane_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1436
// LAF Table : popup_snote_single_text_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1437
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp8_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_cp8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1439
inline TAknWindowComponentLayout bg_popup_window_pane_cp8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1441
inline TAknLayoutScalableParameterLimits popup_snote_single_text_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_snote_single_text_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1443
inline TAknWindowComponentLayout popup_snote_single_text_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_text_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1445
inline TAknLayoutScalableParameterLimits popup_snote_single_text_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_snote_single_text_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1447
inline TAknTextComponentLayout popup_snote_single_text_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_text_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1449
inline TAknLayoutScalableParameterLimits popup_snote_single_text_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_snote_single_text_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1451
inline TAknTextComponentLayout popup_snote_single_text_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_text_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1453
inline TAknLayoutScalableParameterLimits popup_snote_single_text_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_snote_single_text_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1455
inline TAknTextComponentLayout popup_snote_single_text_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_text_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1457
inline TAknLayoutScalableParameterLimits popup_snote_single_text_window_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_snote_single_text_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1459
inline TAknTextComponentLayout popup_snote_single_text_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_text_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1461
inline TAknLayoutScalableParameterLimits popup_snote_single_text_window_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_snote_single_text_window_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1463
inline TAknTextComponentLayout popup_snote_single_text_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_text_window_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1465
inline TAknLayoutScalableTableLimits popup_snote_single_text_window_t_Limits()		{ return (*(Tpopup_snote_single_text_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1467
inline TAknLayoutScalableParameterLimits popup_snote_single_text_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_snote_single_text_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1469
inline TAknTextComponentLayout popup_snote_single_text_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_text_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_text_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1471
// LAF Table : popup_snote_single_graphic_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1472
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp9_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_cp9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1474
inline TAknWindowComponentLayout bg_popup_window_pane_cp9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1476
inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_snote_single_graphic_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1478
inline TAknWindowComponentLayout popup_snote_single_graphic_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_graphic_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1480
inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_snote_single_graphic_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1482
inline TAknWindowComponentLayout popup_snote_single_graphic_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_graphic_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1483
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1484
inline TAknLayoutScalableTableLimits popup_snote_single_graphic_window_g_Limits()		{ return (*(Tpopup_snote_single_graphic_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1485
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1486
inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_snote_single_graphic_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1487
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1488
inline TAknWindowComponentLayout popup_snote_single_graphic_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_graphic_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1490
inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_snote_single_graphic_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1491
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1492
inline TAknTextComponentLayout popup_snote_single_graphic_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_graphic_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1494
inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_snote_single_graphic_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1496
inline TAknTextComponentLayout popup_snote_single_graphic_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_graphic_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1498
inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_snote_single_graphic_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1500
inline TAknTextComponentLayout popup_snote_single_graphic_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_graphic_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1502
inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_snote_single_graphic_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1504
inline TAknTextComponentLayout popup_snote_single_graphic_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_graphic_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1506
inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_snote_single_graphic_window_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1507
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1508
inline TAknTextComponentLayout popup_snote_single_graphic_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_graphic_window_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1510
inline TAknLayoutScalableTableLimits popup_snote_single_graphic_window_t_Limits()		{ return (*(Tpopup_snote_single_graphic_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1512
inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_snote_single_graphic_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1514
inline TAknTextComponentLayout popup_snote_single_graphic_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote_single_graphic_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote_single_graphic_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1516
// LAF Table : listscroll_popup_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1517
inline TAknLayoutScalableParameterLimits grid_graphic_popup_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_graphic_popup_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_graphic_popup_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1519
inline TAknWindowComponentLayout grid_graphic_popup_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_graphic_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_graphic_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1521
inline TAknLayoutScalableParameterLimits listscroll_popup_graphic_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_popup_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1523
inline TAknWindowComponentLayout listscroll_popup_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1525
inline TAknLayoutScalableParameterLimits listscroll_popup_graphic_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_popup_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1527
inline TAknWindowComponentLayout listscroll_popup_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1529
inline TAknLayoutScalableTableLimits listscroll_popup_graphic_pane_g_Limits()		{ return (*(Tlistscroll_popup_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1531
inline TAknLayoutScalableParameterLimits listscroll_popup_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlistscroll_popup_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1532
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1533
inline TAknWindowComponentLayout listscroll_popup_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1535
inline TAknWindowComponentLayout scroll_pane_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1537
// LAF Table : grid_graphic_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1538
inline TAknLayoutScalableParameterLimits cell_graphic_popup_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_graphic_popup_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic_popup_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1540
inline TAknWindowComponentLayout cell_graphic_popup_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_graphic_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1542
// LAF Table : cell_graphic_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1543
inline TAknWindowComponentLayout cell_graphic_popup_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic_popup_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic_popup_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1545
inline TAknWindowComponentLayout cell_graphic_popup_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic_popup_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic_popup_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1547
inline TAknWindowComponentLayout cell_graphic_popup_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic_popup_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic_popup_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1549
inline TAknLayoutScalableTableLimits cell_graphic_popup_pane_g_Limits()		{ return (*(Tcell_graphic_popup_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic_popup_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1551
inline TAknWindowComponentLayout cell_graphic_popup_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic_popup_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic_popup_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1553
inline TAknTextComponentLayout cell_graphic_popup_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic_popup_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic_popup_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1554
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1555
inline TAknWindowComponentLayout grid_highlight_pane_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1556
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1557
// LAF Table : listscroll_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1558
inline TAknLayoutScalableParameterLimits list_gen_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_gen_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_gen_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1559
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1560
inline TAknWindowComponentLayout list_gen_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_gen_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_gen_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1562
inline TAknWindowComponentLayout scroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1564
// LAF Table : bg_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1565
inline TAknLayoutScalableParameterLimits bg_list_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_list_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1567
inline TAknWindowComponentLayout bg_list_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_list_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1569
inline TAknLayoutScalableParameterLimits bg_list_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_list_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1571
inline TAknWindowComponentLayout bg_list_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_list_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1572
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1573
inline TAknLayoutScalableParameterLimits bg_list_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_list_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1574
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1575
inline TAknWindowComponentLayout bg_list_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_list_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1577
inline TAknLayoutScalableParameterLimits bg_list_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_list_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1579
inline TAknWindowComponentLayout bg_list_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_list_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1581
inline TAknLayoutScalableParameterLimits bg_list_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_list_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1582
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1583
inline TAknWindowComponentLayout bg_list_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_list_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1585
inline TAknLayoutScalableTableLimits bg_list_pane_g_Limits()		{ return (*(Tbg_list_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1587
inline TAknLayoutScalableParameterLimits bg_list_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tbg_list_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1589
inline TAknWindowComponentLayout bg_list_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_list_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1591
// LAF Table : list_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1592
inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1594
inline TAknWindowComponentLayout list_double2_graphic_large_graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1596
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1598
inline TAknWindowComponentLayout list_double2_graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double2_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1600
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1602
inline TAknWindowComponentLayout list_double2_large_graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double2_large_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1604
inline TAknLayoutScalableParameterLimits list_double2_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1606
inline TAknWindowComponentLayout list_double2_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1608
inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_heading_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1610
inline TAknWindowComponentLayout list_double_graphic_heading_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_graphic_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1612
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1614
inline TAknWindowComponentLayout list_double_graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1616
inline TAknLayoutScalableParameterLimits list_double_heading_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1618
inline TAknWindowComponentLayout list_double_heading_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1620
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1621
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1622
inline TAknWindowComponentLayout list_double_large_graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_large_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1624
inline TAknLayoutScalableParameterLimits list_double_number_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1626
inline TAknWindowComponentLayout list_double_number_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_number_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1628
inline TAknLayoutScalableParameterLimits list_double_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1630
inline TAknWindowComponentLayout list_double_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1632
inline TAknLayoutScalableParameterLimits list_double_time_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1634
inline TAknWindowComponentLayout list_double_time_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_time_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1636
inline TAknLayoutScalableParameterLimits list_setting_number_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_number_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1638
inline TAknWindowComponentLayout list_setting_number_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_setting_number_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1640
inline TAknLayoutScalableParameterLimits list_setting_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1642
inline TAknWindowComponentLayout list_setting_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_setting_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1644
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1646
inline TAknWindowComponentLayout list_single_2graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_2graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1648
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1650
inline TAknWindowComponentLayout list_single_graphic_heading_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_graphic_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1652
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1654
inline TAknWindowComponentLayout list_single_graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1656
inline TAknLayoutScalableParameterLimits list_single_heading_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1658
inline TAknWindowComponentLayout list_single_heading_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1660
inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_large_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1662
inline TAknWindowComponentLayout list_single_large_graphic_pane(TInt aVariety, TInt aRow, TInt aCol = 0)		{ return (*(Tlist_single_large_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1664
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1666
inline TAknWindowComponentLayout list_single_number_heading_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_number_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1668
inline TAknLayoutScalableParameterLimits list_single_number_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1670
inline TAknWindowComponentLayout list_single_number_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_number_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1672
inline TAknLayoutScalableParameterLimits list_single_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1674
inline TAknWindowComponentLayout list_single_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1676
// LAF Table : list_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1677
inline TAknWindowComponentLayout list_highlight_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1679
inline TAknLayoutScalableParameterLimits list_single_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1681
inline TAknWindowComponentLayout list_single_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1683
inline TAknLayoutScalableParameterLimits list_single_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1685
inline TAknWindowComponentLayout list_single_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1687
inline TAknLayoutScalableTableLimits list_single_pane_g_Limits()		{ return (*(Tlist_single_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1689
inline TAknLayoutScalableParameterLimits list_single_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1691
inline TAknWindowComponentLayout list_single_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1693
inline TAknLayoutScalableParameterLimits list_single_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1695
inline TAknTextComponentLayout list_single_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1697
// LAF Table : list_single_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1698
inline TAknLayoutScalableParameterLimits list_single_number_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1700
inline TAknWindowComponentLayout list_single_number_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1702
inline TAknLayoutScalableParameterLimits list_single_number_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1704
inline TAknWindowComponentLayout list_single_number_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1706
inline TAknLayoutScalableTableLimits list_single_number_pane_g_Limits()		{ return (*(Tlist_single_number_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1707
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1708
inline TAknLayoutScalableParameterLimits list_single_number_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_number_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1710
inline TAknWindowComponentLayout list_single_number_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1712
inline TAknLayoutScalableParameterLimits list_single_number_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1714
inline TAknTextComponentLayout list_single_number_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1716
inline TAknLayoutScalableParameterLimits list_single_number_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1718
inline TAknTextComponentLayout list_single_number_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1720
inline TAknLayoutScalableTableLimits list_single_number_pane_t_Limits()		{ return (*(Tlist_single_number_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1721
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1722
inline TAknLayoutScalableParameterLimits list_single_number_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_number_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1724
inline TAknTextComponentLayout list_single_number_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1726
// LAF Table : list_single_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1727
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1729
inline TAknWindowComponentLayout list_single_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1730
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1731
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1733
inline TAknWindowComponentLayout list_single_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1735
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1737
inline TAknWindowComponentLayout list_single_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1739
inline TAknLayoutScalableTableLimits list_single_graphic_pane_g_Limits()		{ return (*(Tlist_single_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1741
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1743
inline TAknWindowComponentLayout list_single_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1745
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1747
inline TAknTextComponentLayout list_single_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1749
// LAF Table : list_single_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1750
inline TAknLayoutScalableParameterLimits list_single_heading_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1751
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1752
inline TAknWindowComponentLayout list_single_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1753
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1754
inline TAknLayoutScalableParameterLimits list_single_heading_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1755
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1756
inline TAknWindowComponentLayout list_single_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1757
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1758
inline TAknLayoutScalableTableLimits list_single_heading_pane_g_Limits()		{ return (*(Tlist_single_heading_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1759
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1760
inline TAknLayoutScalableParameterLimits list_single_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1761
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1762
inline TAknWindowComponentLayout list_single_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1764
inline TAknLayoutScalableParameterLimits list_single_heading_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1766
inline TAknTextComponentLayout list_single_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1768
inline TAknLayoutScalableParameterLimits list_single_heading_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1770
inline TAknTextComponentLayout list_single_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1772
inline TAknLayoutScalableTableLimits list_single_heading_pane_t_Limits()		{ return (*(Tlist_single_heading_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1774
inline TAknLayoutScalableParameterLimits list_single_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1776
inline TAknTextComponentLayout list_single_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1778
// LAF Table : list_single_number_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1779
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1781
inline TAknWindowComponentLayout list_single_number_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1783
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1785
inline TAknWindowComponentLayout list_single_number_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1787
inline TAknLayoutScalableTableLimits list_single_number_heading_pane_g_Limits()		{ return (*(Tlist_single_number_heading_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1789
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1791
inline TAknWindowComponentLayout list_single_number_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1793
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1795
inline TAknTextComponentLayout list_single_number_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1797
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1799
inline TAknTextComponentLayout list_single_number_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1801
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1803
inline TAknTextComponentLayout list_single_number_heading_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1805
inline TAknLayoutScalableTableLimits list_single_number_heading_pane_t_Limits()		{ return (*(Tlist_single_number_heading_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1806
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1807
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1808
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1809
inline TAknTextComponentLayout list_single_number_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1811
// LAF Table : list_single_graphic_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1812
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1814
inline TAknWindowComponentLayout list_single_graphic_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1816
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1818
inline TAknWindowComponentLayout list_single_graphic_heading_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1820
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1822
inline TAknWindowComponentLayout list_single_graphic_heading_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1824
inline TAknLayoutScalableTableLimits list_single_graphic_heading_pane_g_Limits()		{ return (*(Tlist_single_graphic_heading_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1826
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1827
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1828
inline TAknWindowComponentLayout list_single_graphic_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1829
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1830
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1832
inline TAknTextComponentLayout list_single_graphic_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1834
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1836
inline TAknTextComponentLayout list_single_graphic_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1838
inline TAknLayoutScalableTableLimits list_single_graphic_heading_pane_t_Limits()		{ return (*(Tlist_single_graphic_heading_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1840
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1842
inline TAknTextComponentLayout list_single_graphic_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1844
// LAF Table : list_single_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1845
inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_large_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1846
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1847
inline TAknWindowComponentLayout list_single_large_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_large_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1849
inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_large_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1851
inline TAknWindowComponentLayout list_single_large_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_large_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1853
inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_large_graphic_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1855
inline TAknWindowComponentLayout list_single_large_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_large_graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1857
inline TAknLayoutScalableTableLimits list_single_large_graphic_pane_g_Limits()		{ return (*(Tlist_single_large_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1859
inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_large_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1861
inline TAknWindowComponentLayout list_single_large_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_large_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1863
// LAF Table : wait_border_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1864
inline TAknWindowComponentLayout wait_border_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_border_pane_g2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_border_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1866
// LAF Table : list_single_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1867
inline TAknWindowComponentLayout list_single_large_graphic_pane_g4_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_large_graphic_pane_g4_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_g4_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1869
inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_large_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1871
inline TAknTextComponentLayout list_single_large_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_large_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1872
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1873
// LAF Table : list_double_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1874
inline TAknLayoutScalableParameterLimits list_double_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1876
inline TAknWindowComponentLayout list_double_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1878
inline TAknLayoutScalableParameterLimits list_double_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1880
inline TAknWindowComponentLayout list_double_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1881
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1882
inline TAknLayoutScalableTableLimits list_double_pane_g_Limits()		{ return (*(Tlist_double_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1884
inline TAknLayoutScalableParameterLimits list_double_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1886
inline TAknWindowComponentLayout list_double_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1887
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1888
inline TAknLayoutScalableParameterLimits list_double_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1890
inline TAknTextComponentLayout list_double_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1892
inline TAknLayoutScalableParameterLimits list_double_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1894
inline TAknTextComponentLayout list_double_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1895
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1896
inline TAknLayoutScalableTableLimits list_double_pane_t_Limits()		{ return (*(Tlist_double_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1898
inline TAknLayoutScalableParameterLimits list_double_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1900
inline TAknTextComponentLayout list_double_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1902
// LAF Table : list_double2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1903
inline TAknLayoutScalableParameterLimits list_double2_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1905
inline TAknWindowComponentLayout list_double2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1907
inline TAknLayoutScalableParameterLimits list_double2_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1909
inline TAknWindowComponentLayout list_double2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1911
inline TAknLayoutScalableTableLimits list_double2_pane_g_Limits()		{ return (*(Tlist_double2_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1913
inline TAknLayoutScalableParameterLimits list_double2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double2_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1915
inline TAknWindowComponentLayout list_double2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1917
inline TAknLayoutScalableParameterLimits list_double2_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1919
inline TAknTextComponentLayout list_double2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1921
inline TAknLayoutScalableParameterLimits list_double2_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1922
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1923
inline TAknTextComponentLayout list_double2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1925
inline TAknLayoutScalableTableLimits list_double2_pane_t_Limits()		{ return (*(Tlist_double2_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1927
inline TAknLayoutScalableParameterLimits list_double2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double2_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1929
inline TAknTextComponentLayout list_double2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1931
// LAF Table : list_double_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1932
inline TAknLayoutScalableParameterLimits list_double_number_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1934
inline TAknWindowComponentLayout list_double_number_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1936
inline TAknLayoutScalableParameterLimits list_double_number_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1938
inline TAknWindowComponentLayout list_double_number_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1940
inline TAknLayoutScalableTableLimits list_double_number_pane_g_Limits()		{ return (*(Tlist_double_number_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1942
inline TAknLayoutScalableParameterLimits list_double_number_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1944
inline TAknWindowComponentLayout list_double_number_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1946
inline TAknLayoutScalableParameterLimits list_double_number_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1948
inline TAknTextComponentLayout list_double_number_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1950
inline TAknLayoutScalableParameterLimits list_double_number_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1952
inline TAknTextComponentLayout list_double_number_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1954
inline TAknLayoutScalableParameterLimits list_double_number_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1955
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1956
inline TAknTextComponentLayout list_double_number_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1957
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1958
inline TAknLayoutScalableTableLimits list_double_number_pane_t_Limits()		{ return (*(Tlist_double_number_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1960
inline TAknLayoutScalableParameterLimits list_double_number_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1962
inline TAknTextComponentLayout list_double_number_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1964
// LAF Table : list_double_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1965
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1967
inline TAknWindowComponentLayout list_double_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1969
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1971
inline TAknWindowComponentLayout list_double_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1973
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1975
inline TAknWindowComponentLayout list_double_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1977
inline TAknLayoutScalableTableLimits list_double_graphic_pane_g_Limits()		{ return (*(Tlist_double_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1979
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1980
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1981
inline TAknWindowComponentLayout list_double_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1982
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1983
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1984
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1985
inline TAknTextComponentLayout list_double_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1987
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1988
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1989
inline TAknTextComponentLayout list_double_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1990
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1991
inline TAknLayoutScalableTableLimits list_double_graphic_pane_t_Limits()		{ return (*(Tlist_double_graphic_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1993
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1995
inline TAknTextComponentLayout list_double_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1997
// LAF Table : list_double2_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1998
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2000
inline TAknWindowComponentLayout list_double2_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2002
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2004
inline TAknWindowComponentLayout list_double2_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2006
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2008
inline TAknWindowComponentLayout list_double2_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2010
inline TAknLayoutScalableTableLimits list_double2_graphic_pane_g_Limits()		{ return (*(Tlist_double2_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2012
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2014
inline TAknWindowComponentLayout list_double2_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2016
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2018
inline TAknTextComponentLayout list_double2_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2020
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2022
inline TAknTextComponentLayout list_double2_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2023
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2024
inline TAknLayoutScalableTableLimits list_double2_graphic_pane_t_Limits()		{ return (*(Tlist_double2_graphic_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2025
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2026
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2028
inline TAknTextComponentLayout list_double2_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2029
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2030
// LAF Table : list_double_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2031
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2033
inline TAknWindowComponentLayout list_double_large_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2035
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2037
inline TAknWindowComponentLayout list_double_large_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2039
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2041
inline TAknWindowComponentLayout list_double_large_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2043
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2045
inline TAknWindowComponentLayout list_double_large_graphic_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2047
inline TAknLayoutScalableTableLimits list_double_large_graphic_pane_g_Limits()		{ return (*(Tlist_double_large_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2049
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2051
inline TAknWindowComponentLayout list_double_large_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2052
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2053
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2054
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2055
inline TAknTextComponentLayout list_double_large_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2056
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2057
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2058
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2059
inline TAknTextComponentLayout list_double_large_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2061
inline TAknLayoutScalableTableLimits list_double_large_graphic_pane_t_Limits()		{ return (*(Tlist_double_large_graphic_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2062
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2063
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2064
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2065
inline TAknTextComponentLayout list_double_large_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2066
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2067
// LAF Table : list_double2_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2068
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2070
inline TAknWindowComponentLayout list_double2_large_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_large_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2072
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2074
inline TAknWindowComponentLayout list_double2_large_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_large_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2076
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2078
inline TAknWindowComponentLayout list_double2_large_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_large_graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2079
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2080
inline TAknLayoutScalableTableLimits list_double2_large_graphic_pane_g_Limits()		{ return (*(Tlist_double2_large_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2082
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2084
inline TAknWindowComponentLayout list_double2_large_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_large_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2086
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2088
inline TAknTextComponentLayout list_double2_large_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_large_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2090
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2092
inline TAknTextComponentLayout list_double2_large_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_large_graphic_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2094
inline TAknLayoutScalableTableLimits list_double2_large_graphic_pane_t_Limits()		{ return (*(Tlist_double2_large_graphic_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2096
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2098
inline TAknTextComponentLayout list_double2_large_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_large_graphic_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2100
// LAF Table : list_double_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2101
inline TAknLayoutScalableParameterLimits list_double_heading_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2103
inline TAknWindowComponentLayout list_double_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_heading_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2105
inline TAknLayoutScalableParameterLimits list_double_heading_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2107
inline TAknWindowComponentLayout list_double_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_heading_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2109
inline TAknLayoutScalableTableLimits list_double_heading_pane_g_Limits()		{ return (*(Tlist_double_heading_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2111
inline TAknLayoutScalableParameterLimits list_double_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2113
inline TAknWindowComponentLayout list_double_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_heading_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2115
inline TAknLayoutScalableParameterLimits list_double_heading_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2117
inline TAknTextComponentLayout list_double_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_heading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2119
inline TAknLayoutScalableParameterLimits list_double_heading_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2121
inline TAknTextComponentLayout list_double_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_heading_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2123
inline TAknLayoutScalableTableLimits list_double_heading_pane_t_Limits()		{ return (*(Tlist_double_heading_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2125
inline TAknLayoutScalableParameterLimits list_double_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2127
inline TAknTextComponentLayout list_double_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_heading_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2129
// LAF Table : list_double_graphic_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2130
inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_heading_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2132
inline TAknWindowComponentLayout list_double_graphic_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_heading_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2134
inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_heading_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2136
inline TAknWindowComponentLayout list_double_graphic_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_heading_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2138
inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_heading_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2140
inline TAknWindowComponentLayout list_double_graphic_heading_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_heading_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2142
inline TAknLayoutScalableTableLimits list_double_graphic_heading_pane_g_Limits()		{ return (*(Tlist_double_graphic_heading_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2144
inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_graphic_heading_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2146
inline TAknWindowComponentLayout list_double_graphic_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_heading_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2148
inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_heading_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2150
inline TAknTextComponentLayout list_double_graphic_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_heading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2152
inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_heading_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2154
inline TAknTextComponentLayout list_double_graphic_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_heading_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2156
inline TAknLayoutScalableTableLimits list_double_graphic_heading_pane_t_Limits()		{ return (*(Tlist_double_graphic_heading_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2158
inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_graphic_heading_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2160
inline TAknTextComponentLayout list_double_graphic_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_heading_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2162
// LAF Table : list_double_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2163
inline TAknLayoutScalableParameterLimits list_double_time_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2164
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2165
inline TAknWindowComponentLayout list_double_time_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_time_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2167
inline TAknLayoutScalableParameterLimits list_double_time_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2169
inline TAknWindowComponentLayout list_double_time_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_time_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2171
inline TAknLayoutScalableTableLimits list_double_time_pane_g_Limits()		{ return (*(Tlist_double_time_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2173
inline TAknLayoutScalableParameterLimits list_double_time_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2175
inline TAknWindowComponentLayout list_double_time_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_time_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2177
inline TAknLayoutScalableParameterLimits list_double_time_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2179
inline TAknTextComponentLayout list_double_time_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_time_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2181
inline TAknLayoutScalableParameterLimits list_double_time_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2183
inline TAknTextComponentLayout list_double_time_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_time_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2185
inline TAknLayoutScalableParameterLimits list_double_time_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2187
inline TAknTextComponentLayout list_double_time_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_time_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2189
inline TAknLayoutScalableParameterLimits list_double_time_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2191
inline TAknTextComponentLayout list_double_time_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_time_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2193
inline TAknLayoutScalableTableLimits list_double_time_pane_t_Limits()		{ return (*(Tlist_double_time_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2195
inline TAknLayoutScalableParameterLimits list_double_time_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2197
inline TAknTextComponentLayout list_double_time_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_time_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2199
// LAF Table : list_setting_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2200
inline TAknLayoutScalableParameterLimits list_setting_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2202
inline TAknWindowComponentLayout list_setting_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2204
inline TAknLayoutScalableParameterLimits list_setting_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2206
inline TAknWindowComponentLayout list_setting_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2208
inline TAknLayoutScalableTableLimits list_setting_pane_g_Limits()		{ return (*(Tlist_setting_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2210
inline TAknLayoutScalableParameterLimits list_setting_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_setting_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2211
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2212
inline TAknWindowComponentLayout list_setting_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2213
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2214
inline TAknLayoutScalableParameterLimits list_setting_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2215
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2216
inline TAknTextComponentLayout list_setting_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2218
inline TAknLayoutScalableParameterLimits list_setting_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2220
inline TAknTextComponentLayout list_setting_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2222
inline TAknLayoutScalableTableLimits list_setting_pane_t_Limits()		{ return (*(Tlist_setting_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2224
inline TAknLayoutScalableParameterLimits list_setting_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_setting_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2226
inline TAknTextComponentLayout list_setting_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2228
inline TAknLayoutScalableParameterLimits set_value_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tset_value_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_value_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2230
inline TAknWindowComponentLayout set_value_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_value_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_value_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2232
// LAF Table : list_setting_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2233
inline TAknLayoutScalableParameterLimits list_setting_number_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_number_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2235
inline TAknWindowComponentLayout list_setting_number_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_number_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2236
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2237
inline TAknLayoutScalableParameterLimits list_setting_number_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_number_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2238
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2239
inline TAknWindowComponentLayout list_setting_number_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_number_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2241
inline TAknLayoutScalableTableLimits list_setting_number_pane_g_Limits()		{ return (*(Tlist_setting_number_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2243
inline TAknLayoutScalableParameterLimits list_setting_number_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_setting_number_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2244
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2245
inline TAknWindowComponentLayout list_setting_number_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_number_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2247
inline TAknLayoutScalableParameterLimits list_setting_number_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_number_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2249
inline TAknTextComponentLayout list_setting_number_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_number_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2251
inline TAknLayoutScalableParameterLimits list_setting_number_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_number_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2253
inline TAknTextComponentLayout list_setting_number_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_number_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2255
inline TAknLayoutScalableParameterLimits list_setting_number_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_number_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2257
inline TAknTextComponentLayout list_setting_number_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_number_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2259
inline TAknLayoutScalableTableLimits list_setting_number_pane_t_Limits()		{ return (*(Tlist_setting_number_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2261
inline TAknLayoutScalableParameterLimits list_setting_number_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_setting_number_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2263
inline TAknTextComponentLayout list_setting_number_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_number_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2265
inline TAknLayoutScalableParameterLimits set_value_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tset_value_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_value_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2267
inline TAknWindowComponentLayout set_value_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_value_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_value_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2269
// LAF Table : set_value_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2270
inline TAknLayoutScalableParameterLimits bg_set_opt_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_set_opt_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2272
inline TAknWindowComponentLayout bg_set_opt_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2274
inline TAknTextComponentLayout set_value_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_value_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_value_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2276
inline TAknWindowComponentLayout slider_set_pane_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2278
inline TAknWindowComponentLayout volume_small_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2280
// LAF Table : listscroll_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2281
inline TAknWindowComponentLayout list_form_gen_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_form_gen_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_gen_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2283
inline TAknWindowComponentLayout scroll_pane_cp8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2285
// LAF Table : list_form_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2286
inline TAknLayoutScalableParameterLimits form_field_data_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_data_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2287
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2288
inline TAknWindowComponentLayout form_field_data_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2289
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2290
inline TAknLayoutScalableParameterLimits form_field_data_wide_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_data_wide_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2292
inline TAknWindowComponentLayout form_field_data_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_wide_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2294
inline TAknLayoutScalableParameterLimits form_field_popup_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_popup_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2296
inline TAknWindowComponentLayout form_field_popup_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2298
inline TAknLayoutScalableParameterLimits form_field_popup_wide_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_popup_wide_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_wide_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2300
inline TAknWindowComponentLayout form_field_popup_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_popup_wide_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2302
inline TAknLayoutScalableParameterLimits form_field_slider_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_slider_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2304
inline TAknWindowComponentLayout form_field_slider_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2306
inline TAknLayoutScalableParameterLimits form_field_slider_wide_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_slider_wide_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2307
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2308
inline TAknWindowComponentLayout form_field_slider_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_wide_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2310
// LAF Table : form_field_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2311
inline TAknWindowComponentLayout data_form_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdata_form_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_data_form_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2312
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2313
inline TAknTextComponentLayout form_field_data_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2315
inline TAknWindowComponentLayout input_focus_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2317
// LAF Table : form_field_data_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2318
inline TAknWindowComponentLayout data_form_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdata_form_wide_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_data_form_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2320
inline TAknTextComponentLayout form_field_data_wide_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_wide_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2322
inline TAknWindowComponentLayout input_focus_pane_cp6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2324
// LAF Table : form_field_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2325
inline TAknTextComponentLayout form_field_popup_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_popup_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2326
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2327
inline TAknWindowComponentLayout input_focus_pane_cp7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2328
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2329
inline TAknWindowComponentLayout list_form_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_form_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2331
// LAF Table : form_field_popup_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2332
inline TAknTextComponentLayout form_field_popup_wide_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_popup_wide_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_wide_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2334
inline TAknWindowComponentLayout input_focus_pane_cp8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2336
inline TAknWindowComponentLayout list_form_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_form_wide_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2338
// LAF Table : form_field_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2339
inline TAknLayoutScalableParameterLimits form_field_slider_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_slider_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2341
inline TAknTextComponentLayout form_field_slider_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2343
inline TAknLayoutScalableParameterLimits form_field_slider_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_slider_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2345
inline TAknTextComponentLayout form_field_slider_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2347
inline TAknLayoutScalableTableLimits form_field_slider_pane_t_Limits()		{ return (*(Tform_field_slider_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2349
inline TAknLayoutScalableParameterLimits form_field_slider_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tform_field_slider_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2351
inline TAknTextComponentLayout form_field_slider_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2353
inline TAknLayoutScalableParameterLimits input_focus_pane_cp9_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2355
inline TAknWindowComponentLayout input_focus_pane_cp9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2356
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2357
inline TAknLayoutScalableParameterLimits slider_cont_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tslider_cont_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_cont_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2358
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2359
inline TAknWindowComponentLayout slider_cont_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_cont_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_cont_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2361
// LAF Table : form_field_slider_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2362
inline TAknLayoutScalableParameterLimits form_field_slider_wide_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_slider_wide_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2364
inline TAknTextComponentLayout form_field_slider_wide_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_wide_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2366
inline TAknLayoutScalableParameterLimits form_field_slider_wide_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_slider_wide_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2368
inline TAknTextComponentLayout form_field_slider_wide_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_wide_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2370
inline TAknLayoutScalableTableLimits form_field_slider_wide_pane_t_Limits()		{ return (*(Tform_field_slider_wide_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2372
inline TAknLayoutScalableParameterLimits form_field_slider_wide_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tform_field_slider_wide_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2374
inline TAknTextComponentLayout form_field_slider_wide_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_wide_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2376
inline TAknLayoutScalableParameterLimits input_focus_pane_cp10_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2378
inline TAknWindowComponentLayout input_focus_pane_cp10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2380
inline TAknLayoutScalableParameterLimits slider_cont_pane_cp1_ParamLimits(TInt aVariety = 0)		{ return (*(Tslider_cont_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_cont_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2382
inline TAknWindowComponentLayout slider_cont_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_cont_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_cont_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2384
inline TAknWindowComponentLayout slider_form_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2386
// LAF Table : input_focus_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2387
inline TAknWindowComponentLayout input_focus_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2389
inline TAknWindowComponentLayout input_focus_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2391
inline TAknWindowComponentLayout input_focus_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2393
inline TAknWindowComponentLayout input_focus_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2395
inline TAknWindowComponentLayout input_focus_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2397
inline TAknWindowComponentLayout input_focus_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2399
inline TAknWindowComponentLayout input_focus_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2401
inline TAknWindowComponentLayout input_focus_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2403
inline TAknWindowComponentLayout input_focus_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2405
inline TAknWindowComponentLayout input_focus_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2407
inline TAknLayoutScalableTableLimits input_focus_pane_g_Limits()		{ return (*(Tinput_focus_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2409
inline TAknWindowComponentLayout input_focus_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2411
// LAF Table : wait_border_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2412
inline TAknWindowComponentLayout wait_border_pane_g3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_border_pane_g3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_border_pane_g3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2413
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2414
// LAF Table : data_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2415
inline TAknTextComponentLayout data_form_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tdata_form_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_data_form_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2417
// LAF Table : wait_anim_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2418
inline TAknWindowComponentLayout wait_anim_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_anim_pane_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_anim_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2420
// LAF Table : data_form_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2421
inline TAknTextComponentLayout data_form_wide_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tdata_form_wide_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_data_form_wide_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2423
// LAF Table : list_form_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2424
inline TAknLayoutScalableParameterLimits list_form_graphic_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_form_graphic_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_graphic_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2426
inline TAknWindowComponentLayout list_form_graphic_pane_cp(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_form_graphic_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_graphic_pane_cp)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2428
// LAF Table : slider_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2429
inline TAknWindowComponentLayout slider_form_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2431
inline TAknWindowComponentLayout slider_form_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2433
inline TAknLayoutScalableTableLimits slider_form_pane_g_Limits()		{ return (*(Tslider_form_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2435
inline TAknWindowComponentLayout slider_form_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2437
// LAF Table : list_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2438
inline TAknLayoutScalableParameterLimits list_form_graphic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_form_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2440
inline TAknWindowComponentLayout list_form_graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_form_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2442
// LAF Table : list_form_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2443
inline TAknWindowComponentLayout list_form_graphic_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_form_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2445
inline TAknLayoutScalableParameterLimits list_form_graphic_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_form_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2447
inline TAknTextComponentLayout list_form_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_form_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2449
inline TAknLayoutScalableParameterLimits list_highlight_pane_cp5_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_highlight_pane_cp5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2451
inline TAknWindowComponentLayout list_highlight_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2453
// LAF Table : find_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2454
inline TAknWindowComponentLayout find_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfind_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2456
inline TAknWindowComponentLayout input_find_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_find_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_find_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2458
// LAF Table : input_find_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2459
inline TAknLayoutScalableParameterLimits input_find_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_find_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_find_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2461
inline TAknWindowComponentLayout input_find_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_find_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_find_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2463
inline TAknLayoutScalableParameterLimits input_find_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_find_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_find_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2465
inline TAknTextComponentLayout input_find_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_find_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_find_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2467
inline TAknLayoutScalableParameterLimits input_find_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_find_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_find_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2469
inline TAknTextComponentLayout input_find_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_find_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_find_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2471
inline TAknLayoutScalableTableLimits input_find_pane_t_Limits()		{ return (*(Tinput_find_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_find_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2473
inline TAknLayoutScalableParameterLimits input_find_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tinput_find_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_find_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2474
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2475
inline TAknTextComponentLayout input_find_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_find_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_find_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2477
inline TAknLayoutScalableParameterLimits input_focus_pane_cp5_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2479
inline TAknWindowComponentLayout input_focus_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2481
// LAF Table : popup_menu_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2482
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2483
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2484
inline TAknWindowComponentLayout bg_popup_window_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2485
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2486
inline TAknLayoutScalableParameterLimits listscroll_menu_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_menu_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_menu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2487
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2488
inline TAknWindowComponentLayout listscroll_menu_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_menu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_menu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2490
inline TAknLayoutScalableParameterLimits popup_submenu_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_submenu_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_submenu_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2491
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2492
inline TAknWindowComponentLayout popup_submenu_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_submenu_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_submenu_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2494
// LAF Table : find_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2495
inline TAknWindowComponentLayout find_popup_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfind_popup_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_popup_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2496
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2497
inline TAknWindowComponentLayout input_popup_find_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_popup_find_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_popup_find_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2498
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2499
// LAF Table : input_popup_find_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2500
inline TAknLayoutScalableParameterLimits input_focus_pane_cp4_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2502
inline TAknWindowComponentLayout input_focus_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2504
inline TAknLayoutScalableParameterLimits input_popup_find_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_popup_find_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_popup_find_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2506
inline TAknTextComponentLayout input_popup_find_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_popup_find_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_popup_find_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2507
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2508
// LAF Table : popup_submenu_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2509
inline TAknWindowComponentLayout bg_popup_sub_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2511
inline TAknWindowComponentLayout listscroll_popup_sub_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_sub_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_sub_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2513
// LAF Table : listscroll_popup_sub_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2514
inline TAknLayoutScalableParameterLimits list_submenu_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_submenu_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_submenu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2516
inline TAknWindowComponentLayout list_submenu_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_submenu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_submenu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2518
inline TAknWindowComponentLayout scroll_pane_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2519
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2520
// LAF Table : list_submenu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2521
inline TAknLayoutScalableParameterLimits list_single_popup_submenu_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_popup_submenu_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_popup_submenu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2523
inline TAknWindowComponentLayout list_single_popup_submenu_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_popup_submenu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_popup_submenu_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2525
// LAF Table : list_single_popup_submenu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2526
inline TAknWindowComponentLayout list_single_popup_submenu_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_popup_submenu_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_popup_submenu_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2528
inline TAknLayoutScalableParameterLimits list_single_popup_submenu_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_popup_submenu_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_popup_submenu_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2530
inline TAknTextComponentLayout list_single_popup_submenu_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_popup_submenu_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_popup_submenu_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2532
// LAF Table : tabs_2_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2533
inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp1_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_active_tab_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2535
inline TAknWindowComponentLayout bg_active_tab_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2537
inline TAknWindowComponentLayout tabs_2_active_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_2_active_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_active_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2539
inline TAknTextComponentLayout tabs_2_active_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_2_active_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_active_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2541
// LAF Table : tabs_2_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2542
inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp1_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_passive_tab_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2544
inline TAknWindowComponentLayout bg_passive_tab_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2546
inline TAknWindowComponentLayout tabs_2_passive_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_2_passive_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_passive_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2548
inline TAknTextComponentLayout tabs_2_passive_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_2_passive_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_passive_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2550
// LAF Table : tabs_2_long_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2551
inline TAknWindowComponentLayout bg_active_tab_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2553
inline TAknTextComponentLayout tabs_2_long_active_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_2_long_active_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_long_active_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2554
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2555
// LAF Table : tabs_2_long_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2556
inline TAknWindowComponentLayout bg_passive_tab_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2557
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2558
// LAF Table : list_single_midp_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2559
inline TAknLayoutScalableParameterLimits list_single_midp_graphic_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_midp_graphic_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_graphic_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2561
// LAF Table : tabs_3_long_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2562
inline TAknWindowComponentLayout bg_active_tab_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2564
inline TAknTextComponentLayout tabs_3_long_active_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_long_active_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_long_active_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2566
// LAF Table : tabs_3_long_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2567
inline TAknWindowComponentLayout bg_passive_tab_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2569
// LAF Table : list_single_midp_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2570
inline TAknWindowComponentLayout list_single_midp_graphic_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_midp_graphic_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_graphic_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2572
// LAF Table : popup_fast_swap_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2573
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp13_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_cp13_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp13_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2574
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2575
inline TAknWindowComponentLayout bg_popup_window_pane_cp13(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp13_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2577
inline TAknLayoutScalableParameterLimits listscroll_popup_fast_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_popup_fast_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_fast_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2579
inline TAknWindowComponentLayout listscroll_popup_fast_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_fast_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_fast_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2581
// LAF Table : listscroll_popup_fast_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2582
inline TAknLayoutScalableParameterLimits grid_popup_fast_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_popup_fast_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_popup_fast_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2584
inline TAknWindowComponentLayout grid_popup_fast_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_popup_fast_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_popup_fast_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2586
inline TAknLayoutScalableParameterLimits scroll_pane_cp9_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_cp9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2588
inline TAknWindowComponentLayout scroll_pane_cp9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2590
// LAF Table : list_single_graphic_hl_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2591
inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_t1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_hl_pane_t1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2593
inline TAknTextComponentLayout list_single_graphic_hl_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_hl_pane_t1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2594
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2595
// LAF Table : query_popup_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2596
inline TAknLayoutScalableParameterLimits input_focus_pane_cp20_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp20_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp20_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2598
inline TAknWindowComponentLayout input_focus_pane_cp20(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp20_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp20)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2600
inline TAknLayoutScalableParameterLimits query_popup_data_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tquery_popup_data_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2602
inline TAknTextComponentLayout query_popup_data_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tquery_popup_data_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2604
inline TAknLayoutScalableParameterLimits query_popup_data_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tquery_popup_data_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2606
inline TAknTextComponentLayout query_popup_data_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tquery_popup_data_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2608
inline TAknLayoutScalableParameterLimits query_popup_data_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tquery_popup_data_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2610
inline TAknTextComponentLayout query_popup_data_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tquery_popup_data_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2612
inline TAknLayoutScalableParameterLimits query_popup_data_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tquery_popup_data_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2614
inline TAknTextComponentLayout query_popup_data_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tquery_popup_data_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2616
inline TAknLayoutScalableParameterLimits query_popup_data_pane_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tquery_popup_data_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2618
inline TAknTextComponentLayout query_popup_data_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tquery_popup_data_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2620
inline TAknLayoutScalableTableLimits query_popup_data_pane_t_Limits()		{ return (*(Tquery_popup_data_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2621
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2622
inline TAknLayoutScalableParameterLimits query_popup_data_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tquery_popup_data_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2624
inline TAknTextComponentLayout query_popup_data_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tquery_popup_data_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2626
// LAF Table : bg_set_opt_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2627
inline TAknWindowComponentLayout bg_set_opt_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2629
inline TAknWindowComponentLayout bg_set_opt_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2630
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2631
inline TAknWindowComponentLayout bg_set_opt_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2633
inline TAknWindowComponentLayout bg_set_opt_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2635
inline TAknWindowComponentLayout bg_set_opt_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2637
inline TAknWindowComponentLayout bg_set_opt_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2639
inline TAknWindowComponentLayout bg_set_opt_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2641
inline TAknWindowComponentLayout bg_set_opt_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2643
inline TAknWindowComponentLayout bg_set_opt_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2645
inline TAknLayoutScalableTableLimits bg_set_opt_pane_g_Limits()		{ return (*(Tbg_set_opt_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2647
inline TAknWindowComponentLayout bg_set_opt_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2649
// LAF Table : stacon_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2650
inline TAknLayoutScalableParameterLimits control_top_pane_stacon_ParamLimits(TInt aVariety = 0)		{ return (*(Tcontrol_top_pane_stacon_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_top_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2652
inline TAknWindowComponentLayout control_top_pane_stacon(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_top_pane_stacon_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_top_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2654
inline TAknLayoutScalableParameterLimits signal_pane_stacon_ParamLimits(TInt aVariety = 0)		{ return (*(Tsignal_pane_stacon_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2656
inline TAknWindowComponentLayout signal_pane_stacon(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsignal_pane_stacon_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2658
inline TAknLayoutScalableParameterLimits stacon_top_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tstacon_top_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_stacon_top_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2660
inline TAknWindowComponentLayout stacon_top_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstacon_top_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_stacon_top_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2662
inline TAknLayoutScalableParameterLimits title_pane_stacon_ParamLimits(TInt aVariety = 0)		{ return (*(Ttitle_pane_stacon_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2664
inline TAknWindowComponentLayout title_pane_stacon(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttitle_pane_stacon_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2666
inline TAknLayoutScalableParameterLimits uni_indicator_pane_stacon_ParamLimits(TInt aVariety = 0)		{ return (*(Tuni_indicator_pane_stacon_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2668
inline TAknWindowComponentLayout uni_indicator_pane_stacon(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuni_indicator_pane_stacon_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2670
// LAF Table : stacon_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2671
inline TAknLayoutScalableParameterLimits battery_pane_stacon_ParamLimits(TInt aVariety = 0)		{ return (*(Tbattery_pane_stacon_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2672
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2673
inline TAknWindowComponentLayout battery_pane_stacon(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbattery_pane_stacon_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2675
inline TAknLayoutScalableParameterLimits control_bottom_pane_stacon_ParamLimits(TInt aVariety = 0)		{ return (*(Tcontrol_bottom_pane_stacon_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_bottom_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2677
inline TAknWindowComponentLayout control_bottom_pane_stacon(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_bottom_pane_stacon_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_bottom_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2679
inline TAknLayoutScalableParameterLimits navi_pane_stacon_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_pane_stacon_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2681
inline TAknWindowComponentLayout navi_pane_stacon(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_stacon_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2683
inline TAknLayoutScalableParameterLimits stacon_bottom_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tstacon_bottom_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_stacon_bottom_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2685
inline TAknWindowComponentLayout stacon_bottom_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstacon_bottom_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_stacon_bottom_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2687
// LAF Table : signal_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2688
inline TAknLayoutScalableParameterLimits aid_levels_signal_lsc_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_levels_signal_lsc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_levels_signal_lsc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2690
inline TAknWindowComponentLayout aid_levels_signal_lsc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_levels_signal_lsc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_levels_signal_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2692
inline TAknLayoutScalableParameterLimits signal_pane_stacon_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tsignal_pane_stacon_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_stacon_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2694
inline TAknWindowComponentLayout signal_pane_stacon_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsignal_pane_stacon_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_stacon_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2696
inline TAknLayoutScalableParameterLimits signal_pane_stacon_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tsignal_pane_stacon_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_stacon_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2698
inline TAknWindowComponentLayout signal_pane_stacon_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsignal_pane_stacon_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_stacon_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2700
inline TAknLayoutScalableTableLimits signal_pane_stacon_g_Limits()		{ return (*(Tsignal_pane_stacon_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_stacon_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2702
inline TAknLayoutScalableParameterLimits signal_pane_stacon_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tsignal_pane_stacon_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_stacon_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2704
inline TAknWindowComponentLayout signal_pane_stacon_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsignal_pane_stacon_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_stacon_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2706
// LAF Table : title_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2707
inline TAknLayoutScalableParameterLimits title_pane_stacon_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttitle_pane_stacon_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_stacon_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2708
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2709
inline TAknTextComponentLayout title_pane_stacon_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttitle_pane_stacon_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_stacon_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2711
// LAF Table : uni_indicator_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2712
inline TAknWindowComponentLayout uni_indicator_pane_stacon_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuni_indicator_pane_stacon_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_stacon_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2714
inline TAknWindowComponentLayout uni_indicator_pane_stacon_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuni_indicator_pane_stacon_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_stacon_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2716
inline TAknWindowComponentLayout uni_indicator_pane_stacon_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuni_indicator_pane_stacon_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_stacon_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2718
inline TAknWindowComponentLayout uni_indicator_pane_stacon_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuni_indicator_pane_stacon_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_stacon_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2720
inline TAknLayoutScalableTableLimits uni_indicator_pane_stacon_g_Limits()		{ return (*(Tuni_indicator_pane_stacon_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_stacon_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2721
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2722
inline TAknWindowComponentLayout uni_indicator_pane_stacon_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuni_indicator_pane_stacon_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_stacon_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2724
// LAF Table : control_top_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2725
inline TAknWindowComponentLayout control_top_pane_stacon_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_top_pane_stacon_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_top_pane_stacon_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2727
inline TAknLayoutScalableParameterLimits control_top_pane_stacon_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcontrol_top_pane_stacon_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_top_pane_stacon_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2729
inline TAknTextComponentLayout control_top_pane_stacon_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_top_pane_stacon_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_top_pane_stacon_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2730
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2731
// LAF Table : battery_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2732
inline TAknLayoutScalableParameterLimits aid_levels_battery_lsc_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_levels_battery_lsc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_levels_battery_lsc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2734
inline TAknWindowComponentLayout aid_levels_battery_lsc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_levels_battery_lsc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_levels_battery_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2736
inline TAknLayoutScalableParameterLimits battery_pane_stacon_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tbattery_pane_stacon_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_stacon_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2738
inline TAknWindowComponentLayout battery_pane_stacon_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbattery_pane_stacon_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_stacon_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2740
inline TAknLayoutScalableParameterLimits battery_pane_stacon_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tbattery_pane_stacon_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_stacon_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2742
inline TAknWindowComponentLayout battery_pane_stacon_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbattery_pane_stacon_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_stacon_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2744
inline TAknLayoutScalableTableLimits battery_pane_stacon_g_Limits()		{ return (*(Tbattery_pane_stacon_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_stacon_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2746
inline TAknLayoutScalableParameterLimits battery_pane_stacon_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tbattery_pane_stacon_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_stacon_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2747
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2748
inline TAknWindowComponentLayout battery_pane_stacon_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbattery_pane_stacon_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_stacon_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2749
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2750
// LAF Table : navi_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2751
inline TAknWindowComponentLayout navi_icon_pane_stacon(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_icon_pane_stacon_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_icon_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2753
inline TAknWindowComponentLayout navi_navi_pane_stacon(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_pane_stacon_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2755
inline TAknWindowComponentLayout navi_text_pane_stacon(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_text_pane_stacon_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_text_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2757
// LAF Table : control_bottom_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2758
inline TAknWindowComponentLayout control_bottom_pane_stacon_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_bottom_pane_stacon_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_bottom_pane_stacon_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2759
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2760
inline TAknLayoutScalableParameterLimits control_bottom_pane_stacon_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcontrol_bottom_pane_stacon_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_bottom_pane_stacon_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2761
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2762
inline TAknTextComponentLayout control_bottom_pane_stacon_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_bottom_pane_stacon_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_bottom_pane_stacon_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2764
// LAF Table : listscroll_app_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2765
inline TAknLayoutScalableParameterLimits grid_app_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_app_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_app_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2767
inline TAknWindowComponentLayout grid_app_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_app_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_app_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2769
inline TAknLayoutScalableParameterLimits scroll_pane_cp15_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_cp15_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp15_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2771
inline TAknWindowComponentLayout scroll_pane_cp15(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp15_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2773
// LAF Table : grid_app_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2774
inline TAknLayoutScalableParameterLimits cell_app_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_app_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2776
inline TAknWindowComponentLayout cell_app_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_app_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2778
// LAF Table : cell_app_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2779
inline TAknLayoutScalableParameterLimits cell_app_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_app_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2781
inline TAknWindowComponentLayout cell_app_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_app_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2783
inline TAknLayoutScalableParameterLimits cell_app_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_app_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2785
inline TAknWindowComponentLayout cell_app_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_app_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2787
inline TAknLayoutScalableTableLimits cell_app_pane_g_Limits()		{ return (*(Tcell_app_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2789
inline TAknLayoutScalableParameterLimits cell_app_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcell_app_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2791
inline TAknWindowComponentLayout cell_app_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_app_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2793
inline TAknLayoutScalableParameterLimits cell_app_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_app_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2795
inline TAknTextComponentLayout cell_app_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_app_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2797
inline TAknLayoutScalableParameterLimits grid_highlight_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_highlight_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2799
inline TAknWindowComponentLayout grid_highlight_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2801
// LAF Table : grid_highlight_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2802
inline TAknWindowComponentLayout cell_highlight_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_highlight_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_highlight_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2804
inline TAknWindowComponentLayout cell_highlight_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_highlight_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_highlight_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2806
inline TAknWindowComponentLayout cell_highlight_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_highlight_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_highlight_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2808
inline TAknWindowComponentLayout cell_highlight_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_highlight_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_highlight_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2810
inline TAknWindowComponentLayout cell_highlight_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_highlight_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_highlight_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2812
inline TAknWindowComponentLayout cell_highlight_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_highlight_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_highlight_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2814
inline TAknWindowComponentLayout cell_highlight_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_highlight_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_highlight_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2816
inline TAknWindowComponentLayout cell_highlight_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_highlight_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_highlight_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2818
inline TAknWindowComponentLayout cell_highlight_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_highlight_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_highlight_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2820
inline TAknWindowComponentLayout cell_highlight_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_highlight_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_highlight_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2822
inline TAknLayoutScalableTableLimits cell_highlight_pane_g_Limits()		{ return (*(Tcell_highlight_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_highlight_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2824
inline TAknWindowComponentLayout cell_highlight_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_highlight_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_highlight_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2826
// LAF Table : scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2827
inline TAknWindowComponentLayout bg_scroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_scroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2829
inline TAknWindowComponentLayout scroll_handle_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_handle_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2831
// LAF Table : bg_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2832
inline TAknWindowComponentLayout scroll_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_bg_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2834
inline TAknWindowComponentLayout scroll_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_bg_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_bg_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2836
inline TAknWindowComponentLayout scroll_bg_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_bg_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_bg_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2838
inline TAknLayoutScalableTableLimits scroll_bg_pane_g_Limits()		{ return (*(Tscroll_bg_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_bg_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2840
inline TAknWindowComponentLayout scroll_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_bg_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2842
// LAF Table : scroll_handle_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2843
inline TAknLayoutScalableParameterLimits scroll_handle_focus_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_handle_focus_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_focus_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2844
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2845
inline TAknWindowComponentLayout scroll_handle_focus_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_handle_focus_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_focus_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2846
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2847
inline TAknWindowComponentLayout scroll_handle_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_handle_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2849
inline TAknWindowComponentLayout scroll_handle_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_handle_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2851
inline TAknWindowComponentLayout scroll_handle_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_handle_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2853
inline TAknLayoutScalableTableLimits scroll_handle_pane_g_Limits()		{ return (*(Tscroll_handle_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2855
inline TAknWindowComponentLayout scroll_handle_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_handle_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2857
// LAF Table : popup_fep_japan_predictive_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2858
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp21_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_sub_pane_cp21_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp21_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2860
inline TAknWindowComponentLayout bg_popup_sub_pane_cp21(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp21_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp21)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2862
inline TAknLayoutScalableParameterLimits popup_fep_japan_predictive_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_fep_japan_predictive_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_japan_predictive_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2864
inline TAknTextComponentLayout popup_fep_japan_predictive_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_japan_predictive_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_japan_predictive_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2866
inline TAknLayoutScalableParameterLimits popup_fep_japan_predictive_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_fep_japan_predictive_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_japan_predictive_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2868
inline TAknTextComponentLayout popup_fep_japan_predictive_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_japan_predictive_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_japan_predictive_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2870
inline TAknLayoutScalableParameterLimits popup_fep_japan_predictive_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_fep_japan_predictive_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_japan_predictive_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2872
inline TAknTextComponentLayout popup_fep_japan_predictive_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_japan_predictive_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_japan_predictive_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2874
inline TAknLayoutScalableTableLimits popup_fep_japan_predictive_window_t_Limits()		{ return (*(Tpopup_fep_japan_predictive_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_japan_predictive_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2876
inline TAknLayoutScalableParameterLimits popup_fep_japan_predictive_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_fep_japan_predictive_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_japan_predictive_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2878
inline TAknTextComponentLayout popup_fep_japan_predictive_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_japan_predictive_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_japan_predictive_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2880
// LAF Table : popup_fep_japan_candidate_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2881
inline TAknWindowComponentLayout bg_popup_sub_pane_cp23(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp23_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp23)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2883
inline TAknWindowComponentLayout listscroll_japin_cand_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_japin_cand_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_japin_cand_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2885
inline TAknTextComponentLayout popup_fep_japan_candidate_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_japan_candidate_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_japan_candidate_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2887
// LAF Table : listscroll_japin_cand_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2888
inline TAknLayoutScalableParameterLimits candidate_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcandidate_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_candidate_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2890
inline TAknWindowComponentLayout candidate_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcandidate_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_candidate_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2892
inline TAknWindowComponentLayout scroll_pane_cp30(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp30_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp30)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2894
// LAF Table : candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2895
inline TAknLayoutScalableParameterLimits list_single_popup_jap_candidate_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_popup_jap_candidate_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_popup_jap_candidate_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2897
inline TAknWindowComponentLayout list_single_popup_jap_candidate_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_popup_jap_candidate_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_popup_jap_candidate_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2899
// LAF Table : list_single_popup_jap_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2900
inline TAknWindowComponentLayout list_highlight_pane_cp30(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp30_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp30)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2902
inline TAknTextComponentLayout list_single_popup_jap_candidate_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_popup_jap_candidate_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_popup_jap_candidate_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2904
// LAF Table : aid_levels_signal
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2905
inline TAknWindowComponentLayout level_1_signal(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_1_signal_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_1_signal)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2907
inline TAknWindowComponentLayout level_2_signal(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_2_signal_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_2_signal)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2909
inline TAknWindowComponentLayout level_3_signal(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_3_signal_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_3_signal)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2911
inline TAknWindowComponentLayout level_4_signal(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_4_signal_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_4_signal)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2913
inline TAknWindowComponentLayout level_5_signal(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_5_signal_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_5_signal)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2915
inline TAknWindowComponentLayout level_6_signal(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_6_signal_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_6_signal)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2917
inline TAknWindowComponentLayout level_7_signal(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_7_signal_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_7_signal)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2919
// LAF Table : aid_levels_battery
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2920
inline TAknWindowComponentLayout level_1_battery(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_1_battery_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_1_battery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2921
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2922
inline TAknWindowComponentLayout level_2_battery(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_2_battery_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_2_battery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2923
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2924
inline TAknWindowComponentLayout level_3_battery(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_3_battery_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_3_battery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2926
inline TAknWindowComponentLayout level_4_battery(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_4_battery_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_4_battery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2928
inline TAknWindowComponentLayout level_5_battery(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_5_battery_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_5_battery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2930
inline TAknWindowComponentLayout level_6_battery(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_6_battery_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_6_battery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2932
inline TAknWindowComponentLayout level_7_battery(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_7_battery_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_7_battery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2934
// LAF Table : listscroll_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2935
inline TAknLayoutScalableParameterLimits list_menu_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_menu_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_menu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2937
inline TAknWindowComponentLayout list_menu_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_menu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_menu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2939
inline TAknLayoutScalableParameterLimits scroll_pane_cp25_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_cp25_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp25_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2940
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2941
inline TAknWindowComponentLayout scroll_pane_cp25(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp25_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp25)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2942
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2943
// LAF Table : list_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2944
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2946
inline TAknWindowComponentLayout list_double2_graphic_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double2_graphic_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2948
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2950
inline TAknWindowComponentLayout list_double2_large_graphic_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double2_large_graphic_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2952
inline TAknLayoutScalableParameterLimits list_double2_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2954
inline TAknWindowComponentLayout list_double2_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double2_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2955
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2956
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2957
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2958
inline TAknWindowComponentLayout list_double_graphic_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_graphic_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2960
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2962
inline TAknWindowComponentLayout list_double_large_graphic_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_large_graphic_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2964
inline TAknLayoutScalableParameterLimits list_double_number_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2965
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2966
inline TAknWindowComponentLayout list_double_number_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_number_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2967
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2968
inline TAknLayoutScalableParameterLimits list_double_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2969
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2970
inline TAknWindowComponentLayout list_double_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2971
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2972
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2974
inline TAknWindowComponentLayout list_single_2graphic_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_2graphic_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2976
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2978
inline TAknWindowComponentLayout list_single_graphic_heading_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_graphic_heading_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2980
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2982
inline TAknWindowComponentLayout list_single_graphic_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_graphic_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2984
inline TAknLayoutScalableParameterLimits list_single_heading_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2986
inline TAknWindowComponentLayout list_single_heading_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_heading_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2988
inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_large_graphic_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2990
inline TAknWindowComponentLayout list_single_large_graphic_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_large_graphic_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2992
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2994
inline TAknWindowComponentLayout list_single_number_heading_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_number_heading_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2995
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2996
inline TAknLayoutScalableParameterLimits list_single_number_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2997
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2998
inline TAknWindowComponentLayout list_single_number_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_number_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3000
inline TAknLayoutScalableParameterLimits list_single_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3002
inline TAknWindowComponentLayout list_single_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3004
// LAF Table : popup_side_volume_key_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3005
inline TAknWindowComponentLayout bg_popup_sub_pane_cp22(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp22_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp22)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3006
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3007
inline TAknWindowComponentLayout popup_side_volume_key_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_side_volume_key_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_side_volume_key_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3008
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3009
inline TAknTextComponentLayout popup_side_volume_key_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_side_volume_key_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_side_volume_key_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3011
inline TAknWindowComponentLayout volume_small_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3013
// LAF Table : popup_fep_china_uni_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3014
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp24_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_sub_pane_cp24_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp24_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3016
inline TAknWindowComponentLayout bg_popup_sub_pane_cp24(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp24_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp24)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3018
inline TAknLayoutScalableParameterLimits fep_china_uni_candidate_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_china_uni_candidate_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_candidate_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3020
inline TAknWindowComponentLayout fep_china_uni_candidate_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_china_uni_candidate_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_candidate_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3022
inline TAknWindowComponentLayout fep_china_uni_entry_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_china_uni_entry_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_entry_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3023
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3024
inline TAknWindowComponentLayout popup_fep_china_uni_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_china_uni_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_uni_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3025
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3026
// LAF Table : fep_china_uni_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3027
inline TAknWindowComponentLayout fep_china_uni_entry_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_china_uni_entry_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_entry_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3029
inline TAknWindowComponentLayout fep_china_uni_entry_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_china_uni_entry_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_entry_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3031
inline TAknLayoutScalableTableLimits fep_china_uni_entry_pane_g_Limits()		{ return (*(Tfep_china_uni_entry_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_entry_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3033
inline TAknWindowComponentLayout fep_china_uni_entry_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_china_uni_entry_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_entry_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3035
inline TAknWindowComponentLayout fep_entry_item_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_entry_item_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_entry_item_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3037
// LAF Table : fep_china_uni_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3038
inline TAknWindowComponentLayout fep_candidate_item_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_candidate_item_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_candidate_item_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3040
inline TAknWindowComponentLayout fep_china_uni_candidate_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_china_uni_candidate_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_candidate_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3042
inline TAknWindowComponentLayout fep_china_uni_candidate_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_china_uni_candidate_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_candidate_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3043
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3044
inline TAknWindowComponentLayout fep_china_uni_candidate_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_china_uni_candidate_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_candidate_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3046
inline TAknWindowComponentLayout fep_china_uni_candidate_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_china_uni_candidate_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_candidate_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3047
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3048
inline TAknLayoutScalableTableLimits fep_china_uni_candidate_pane_g_Limits()		{ return (*(Tfep_china_uni_candidate_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_candidate_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3050
inline TAknWindowComponentLayout fep_china_uni_candidate_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_china_uni_candidate_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_candidate_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3052
// LAF Table : fep_entry_item_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3053
inline TAknWindowComponentLayout fep_entry_item_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_entry_item_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_entry_item_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3054
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3055
inline TAknLayoutScalableParameterLimits fep_entry_item_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_entry_item_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_entry_item_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3056
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3057
inline TAknTextComponentLayout fep_entry_item_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_entry_item_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_entry_item_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3058
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3059
// LAF Table : fep_candidate_item_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3060
inline TAknLayoutScalableParameterLimits fep_candidate_item_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_candidate_item_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_candidate_item_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3061
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3062
inline TAknTextComponentLayout fep_candidate_item_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_candidate_item_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_candidate_item_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3063
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3064
inline TAknLayoutScalableParameterLimits fep_candidate_item_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_candidate_item_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_candidate_item_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3066
inline TAknTextComponentLayout fep_candidate_item_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_candidate_item_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_candidate_item_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3068
inline TAknLayoutScalableTableLimits fep_candidate_item_pane_t_Limits()		{ return (*(Tfep_candidate_item_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_candidate_item_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3070
inline TAknLayoutScalableParameterLimits fep_candidate_item_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tfep_candidate_item_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_candidate_item_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3072
inline TAknTextComponentLayout fep_candidate_item_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_candidate_item_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_candidate_item_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3074
inline TAknLayoutScalableParameterLimits list_highlight_pane_cp31_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_highlight_pane_cp31_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp31_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3076
inline TAknWindowComponentLayout list_highlight_pane_cp31(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp31_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp31)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3078
// LAF Table : aid_levels_signal_lsc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3079
inline TAknWindowComponentLayout level_1_signal_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_1_signal_lsc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_1_signal_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3081
inline TAknWindowComponentLayout level_2_signal_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_2_signal_lsc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_2_signal_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3082
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3083
inline TAknWindowComponentLayout level_3_signal_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_3_signal_lsc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_3_signal_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3084
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3085
inline TAknWindowComponentLayout level_4_signal_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_4_signal_lsc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_4_signal_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3087
inline TAknWindowComponentLayout level_5_signal_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_5_signal_lsc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_5_signal_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3088
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3089
inline TAknWindowComponentLayout level_6_signal_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_6_signal_lsc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_6_signal_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3090
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3091
inline TAknWindowComponentLayout level_7_signal_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_7_signal_lsc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_7_signal_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3092
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3093
// LAF Table : aid_levels_battery_lsc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3094
inline TAknWindowComponentLayout level_1_battery_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_1_battery_lsc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_1_battery_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3096
inline TAknWindowComponentLayout level_2_battery_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_2_battery_lsc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_2_battery_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3098
inline TAknWindowComponentLayout level_3_battery_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_3_battery_lsc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_3_battery_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3100
inline TAknWindowComponentLayout level_4_battery_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_4_battery_lsc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_4_battery_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3102
inline TAknWindowComponentLayout level_5_battery_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_5_battery_lsc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_5_battery_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3104
inline TAknWindowComponentLayout level_6_battery_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_6_battery_lsc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_6_battery_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3106
inline TAknWindowComponentLayout level_7_battery_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_7_battery_lsc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_7_battery_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3108
// LAF Table : scroll_handle_focus_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3109
inline TAknWindowComponentLayout scroll_handle_focus_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_handle_focus_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_focus_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3111
inline TAknWindowComponentLayout scroll_handle_focus_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_handle_focus_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_focus_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3113
inline TAknWindowComponentLayout scroll_handle_focus_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_handle_focus_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_focus_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3115
inline TAknLayoutScalableTableLimits scroll_handle_focus_pane_g_Limits()		{ return (*(Tscroll_handle_focus_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_focus_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3117
inline TAknWindowComponentLayout scroll_handle_focus_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_handle_focus_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_focus_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3119
// LAF Table : list_single_2graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3120
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3122
inline TAknWindowComponentLayout list_single_2graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3124
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3126
inline TAknWindowComponentLayout list_single_2graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3128
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3130
inline TAknWindowComponentLayout list_single_2graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3132
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3134
inline TAknWindowComponentLayout list_single_2graphic_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3136
inline TAknLayoutScalableTableLimits list_single_2graphic_pane_g_Limits()		{ return (*(Tlist_single_2graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3138
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3140
inline TAknWindowComponentLayout list_single_2graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3142
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3144
inline TAknTextComponentLayout list_single_2graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3146
// LAF Table : list_double2_graphic_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3147
inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3149
inline TAknWindowComponentLayout list_double2_graphic_large_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3151
inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3153
inline TAknWindowComponentLayout list_double2_graphic_large_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3155
inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3157
inline TAknWindowComponentLayout list_double2_graphic_large_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3159
inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3161
inline TAknWindowComponentLayout list_double2_graphic_large_graphic_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3162
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3163
inline TAknLayoutScalableTableLimits list_double2_graphic_large_graphic_pane_g_Limits()		{ return (*(Tlist_double2_graphic_large_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3164
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3165
inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3167
inline TAknWindowComponentLayout list_double2_graphic_large_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3169
inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3171
inline TAknTextComponentLayout list_double2_graphic_large_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3173
inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3175
inline TAknTextComponentLayout list_double2_graphic_large_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3177
inline TAknLayoutScalableTableLimits list_double2_graphic_large_graphic_pane_t_Limits()		{ return (*(Tlist_double2_graphic_large_graphic_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3179
inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3181
inline TAknTextComponentLayout list_double2_graphic_large_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_large_graphic_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_large_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3183
// LAF Table : area_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3184
inline TAknLayoutScalableParameterLimits popup_fast_swap_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_fast_swap_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fast_swap_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3186
inline TAknWindowComponentLayout popup_fast_swap_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fast_swap_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fast_swap_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3188
inline TAknWindowComponentLayout popup_side_volume_key_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_side_volume_key_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_side_volume_key_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3190
inline TAknWindowComponentLayout stacon_top_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstacon_top_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_stacon_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3191
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3192
inline TAknLayoutScalableParameterLimits status_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tstatus_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3193
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3194
inline TAknWindowComponentLayout status_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3195
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3196
inline TAknWindowComponentLayout status_small_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3198
// LAF Table : area_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3199
inline TAknWindowComponentLayout control_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3201
inline TAknWindowComponentLayout stacon_bottom_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstacon_bottom_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_stacon_bottom_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3203
// LAF Table : listscroll_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3204
inline TAknWindowComponentLayout scroll_pane_cp121(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp121_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp121)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3206
inline TAknWindowComponentLayout set_content_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_content_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_content_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3208
// LAF Table : bg_active_tab_pane_cp1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3209
inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g1_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g1_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3211
inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g2_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g2_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3213
inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g3_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g3_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3215
// LAF Table : bg_passive_tab_pane_cp1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3216
inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g1_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g1_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3218
inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g2_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g2_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3220
inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g3_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g3_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3222
// LAF Table : bg_active_tab_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3223
inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3224
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3225
inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3227
inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g3_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3229
// LAF Table : bg_passive_tab_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3230
inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3232
inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3234
inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g3_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3236
// LAF Table : bg_active_tab_pane_cp3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3237
inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g1_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g1_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3238
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3239
inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g2_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g2_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3241
inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g3_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g3_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3243
// LAF Table : bg_passive_tab_pane_cp3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3244
inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g1_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g1_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3246
inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g2_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g2_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3248
inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g3_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g3_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3250
// LAF Table : bg_active_tab_pane_cp4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3251
inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g1_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g1_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3253
inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g2_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g2_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3255
inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g3_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g3_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3257
// LAF Table : bg_passive_tab_pane_cp4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3258
inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g1_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g1_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3260
inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g2_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g2_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3262
inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g3_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g3_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3264
// LAF Table : bg_active_tab_pane_cp5
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3265
inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g1_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g1_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3267
inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g2_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g2_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3269
inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g3_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g3_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3271
// LAF Table : bg_passive_tab_pane_cp5
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3272
inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g1_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g1_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3274
inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g2_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g2_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3276
inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g3_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g3_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3278
// LAF Table : list_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3279
inline TAknLayoutScalableParameterLimits list_set_graphic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_set_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3281
inline TAknWindowComponentLayout list_set_graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_set_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3283
// LAF Table : list_set_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3284
inline TAknWindowComponentLayout bg_set_opt_pane_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3286
inline TAknLayoutScalableParameterLimits list_set_graphic_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_set_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3287
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3288
inline TAknWindowComponentLayout list_set_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_set_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3289
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3290
inline TAknLayoutScalableParameterLimits list_set_graphic_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_set_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3292
inline TAknWindowComponentLayout list_set_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_set_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3294
inline TAknLayoutScalableTableLimits list_set_graphic_pane_g_Limits()		{ return (*(Tlist_set_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3296
inline TAknLayoutScalableParameterLimits list_set_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_set_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3298
inline TAknWindowComponentLayout list_set_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_set_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3300
// LAF Table : volume_small_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3301
inline TAknLayoutScalableTableLimits volume_small_pane_cp_g_Limits()		{ return (*(Tvolume_small_pane_cp_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_cp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3302
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3303
inline TAknWindowComponentLayout volume_small_pane_cp_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_cp_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_cp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3305
// LAF Table : list_double2_large_graphic_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3306
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_g1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_g1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3307
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3308
inline TAknWindowComponentLayout list_double2_large_graphic_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_large_graphic_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3310
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_g2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_g2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3312
inline TAknWindowComponentLayout list_double2_large_graphic_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_large_graphic_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3313
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3314
inline TAknWindowComponentLayout list_double2_large_graphic_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_large_graphic_pane_g3_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3316
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_t1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_t1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3317
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3318
inline TAknTextComponentLayout list_double2_large_graphic_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_large_graphic_pane_t1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3320
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_t2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_t2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3322
inline TAknTextComponentLayout list_double2_large_graphic_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_large_graphic_pane_t2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3324
// LAF Table : list_double_large_graphic_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3325
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_g1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_g1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3326
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3327
inline TAknWindowComponentLayout list_double_large_graphic_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3328
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3329
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_g2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_g2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3331
inline TAknWindowComponentLayout list_double_large_graphic_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3333
inline TAknWindowComponentLayout list_double_large_graphic_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_g3_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3335
inline TAknWindowComponentLayout list_double_large_graphic_pane_g4_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_g4_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g4_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3337
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_t1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_t1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3339
inline TAknTextComponentLayout list_double_large_graphic_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_t1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3341
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_t2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_t2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3343
inline TAknTextComponentLayout list_double_large_graphic_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_t2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3345
// LAF Table : list_double2_graphic_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3346
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_g1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_g1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3348
inline TAknWindowComponentLayout list_double2_graphic_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3350
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_g2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_g2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3352
inline TAknWindowComponentLayout list_double2_graphic_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3354
inline TAknWindowComponentLayout list_double2_graphic_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_pane_g3_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3356
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_t1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_t1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3358
inline TAknTextComponentLayout list_double2_graphic_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_pane_t1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3360
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_t2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_t2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3362
inline TAknTextComponentLayout list_double2_graphic_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_pane_t2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3364
// LAF Table : list_single_number_heading_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3365
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_g1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_g1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3366
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3367
inline TAknWindowComponentLayout list_single_number_heading_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3369
inline TAknWindowComponentLayout list_single_number_heading_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3371
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_t1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_t1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3373
inline TAknTextComponentLayout list_single_number_heading_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_t1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3375
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_t2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_t2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3377
inline TAknTextComponentLayout list_single_number_heading_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_t2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3379
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_t3_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_t3_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_t3_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3380
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3381
inline TAknTextComponentLayout list_single_number_heading_pane_t3_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_t3_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_t3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3383
// LAF Table : list_single_heading_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3384
inline TAknLayoutScalableParameterLimits list_single_heading_pane_g1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_g1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3386
inline TAknWindowComponentLayout list_single_heading_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3388
inline TAknWindowComponentLayout list_single_heading_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3390
inline TAknLayoutScalableParameterLimits list_single_heading_pane_t1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_t1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3392
inline TAknTextComponentLayout list_single_heading_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_t1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3394
inline TAknLayoutScalableParameterLimits list_single_heading_pane_t2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_t2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3396
inline TAknTextComponentLayout list_single_heading_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_t2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3397
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3398
// LAF Table : list_double_graphic_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3399
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_g1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_g1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3401
inline TAknWindowComponentLayout list_double_graphic_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3403
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_g2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_g2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3405
inline TAknWindowComponentLayout list_double_graphic_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3407
inline TAknWindowComponentLayout list_double_graphic_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_g3_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3409
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_t1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_t1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3411
inline TAknTextComponentLayout list_double_graphic_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_t1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3413
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_t2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_t2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3415
inline TAknTextComponentLayout list_double_graphic_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_t2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3417
// LAF Table : list_double_number_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3418
inline TAknLayoutScalableParameterLimits list_double_number_pane_g1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_g1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3420
inline TAknWindowComponentLayout list_double_number_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3422
inline TAknWindowComponentLayout list_double_number_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3424
inline TAknLayoutScalableParameterLimits list_double_number_pane_t1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_t1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3426
inline TAknTextComponentLayout list_double_number_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_t1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3428
inline TAknLayoutScalableParameterLimits list_double_number_pane_t2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_t2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3429
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3430
inline TAknTextComponentLayout list_double_number_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_t2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3432
inline TAknLayoutScalableParameterLimits list_double_number_pane_t3_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_t3_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_t3_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3434
inline TAknTextComponentLayout list_double_number_pane_t3_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_t3_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_t3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3436
// LAF Table : list_single_graphic_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3437
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_g1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_g1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3439
inline TAknWindowComponentLayout list_single_graphic_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3441
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_g2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_g2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3443
inline TAknWindowComponentLayout list_single_graphic_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3445
inline TAknWindowComponentLayout list_single_graphic_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_pane_g3_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3447
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_t1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_t1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3449
inline TAknTextComponentLayout list_single_graphic_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_pane_t1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3451
// LAF Table : list_single_number_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3452
inline TAknLayoutScalableParameterLimits list_single_number_pane_g1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_pane_g1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3454
inline TAknWindowComponentLayout list_single_number_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3456
inline TAknWindowComponentLayout list_single_number_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3458
inline TAknLayoutScalableParameterLimits list_single_number_pane_t1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_pane_t1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3460
inline TAknTextComponentLayout list_single_number_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_pane_t1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3462
inline TAknLayoutScalableParameterLimits list_single_number_pane_t2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_pane_t2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3464
inline TAknTextComponentLayout list_single_number_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_pane_t2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3466
// LAF Table : list_double2_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3467
inline TAknLayoutScalableParameterLimits list_double2_pane_g1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_pane_g1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3469
inline TAknWindowComponentLayout list_double2_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3471
inline TAknWindowComponentLayout list_double2_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3473
inline TAknLayoutScalableParameterLimits list_double2_pane_t1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_pane_t1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3474
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3475
inline TAknTextComponentLayout list_double2_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_pane_t1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3477
inline TAknLayoutScalableParameterLimits list_double2_pane_t2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_pane_t2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3479
inline TAknTextComponentLayout list_double2_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_pane_t2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3481
// LAF Table : list_double_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3482
inline TAknLayoutScalableParameterLimits list_double_pane_g1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_pane_g1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3483
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3484
inline TAknWindowComponentLayout list_double_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3485
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3486
inline TAknWindowComponentLayout list_double_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3487
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3488
inline TAknLayoutScalableParameterLimits list_double_pane_t1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_pane_t1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3490
inline TAknTextComponentLayout list_double_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_pane_t1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3491
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3492
inline TAknLayoutScalableParameterLimits list_double_pane_t2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_pane_t2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3494
inline TAknTextComponentLayout list_double_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_pane_t2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3496
// LAF Table : list_single_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3497
inline TAknWindowComponentLayout list_single_pane_cp2_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_pane_cp2_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_cp2_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3498
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3499
inline TAknLayoutScalableParameterLimits list_single_pane_g1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_pane_g1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3500
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3501
inline TAknWindowComponentLayout list_single_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3502
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3503
inline TAknWindowComponentLayout list_single_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3505
inline TAknLayoutScalableParameterLimits list_single_pane_t1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_pane_t1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3507
inline TAknTextComponentLayout list_single_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_pane_t1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3509
// LAF Table : list_single_large_graphic_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3510
inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_g1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_large_graphic_pane_g1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3512
inline TAknWindowComponentLayout list_single_large_graphic_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_large_graphic_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3514
inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_g2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_large_graphic_pane_g2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3516
inline TAknWindowComponentLayout list_single_large_graphic_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_large_graphic_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3518
inline TAknWindowComponentLayout list_single_large_graphic_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_large_graphic_pane_g3_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3519
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3520
inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_g4_cp1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_large_graphic_pane_g4_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_g4_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3521
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3522
inline TAknWindowComponentLayout list_single_large_graphic_pane_g4_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_large_graphic_pane_g4_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_g4_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3523
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3524
inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_t1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_large_graphic_pane_t1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3525
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3526
inline TAknTextComponentLayout list_single_large_graphic_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_large_graphic_pane_t1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_large_graphic_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3528
// LAF Table : list_single_graphic_heading_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3529
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_g1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_g1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3531
inline TAknWindowComponentLayout list_single_graphic_heading_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3532
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3533
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_g4_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_g4_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_g4_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3535
inline TAknWindowComponentLayout list_single_graphic_heading_pane_g4_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_g4_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_g4_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3537
inline TAknWindowComponentLayout list_single_graphic_heading_pane_g5_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_g5_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_g5_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3539
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_t1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_t1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3541
inline TAknTextComponentLayout list_single_graphic_heading_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_t1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3542
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3543
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_t2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_t2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3545
inline TAknTextComponentLayout list_single_graphic_heading_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_t2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3547
// LAF Table : list_single_2graphic_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3548
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_g1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3550
inline TAknWindowComponentLayout list_single_2graphic_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3551
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3552
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_g2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3554
inline TAknWindowComponentLayout list_single_2graphic_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3556
inline TAknWindowComponentLayout list_single_2graphic_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_g3_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3557
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3558
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g4_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_g4_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g4_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3559
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3560
inline TAknWindowComponentLayout list_single_2graphic_pane_g4_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_g4_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g4_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3562
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_t1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_t1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3564
inline TAknTextComponentLayout list_single_2graphic_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_t1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3566
// LAF Table : list_highlight_pane_cp1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3567
inline TAknWindowComponentLayout list_highlight_pane_g10_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_g10_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_g10_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3569
inline TAknWindowComponentLayout list_highlight_pane_g1_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_g1_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_g1_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3571
inline TAknWindowComponentLayout list_highlight_pane_g2_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_g2_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_g2_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3572
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3573
inline TAknWindowComponentLayout list_highlight_pane_g3_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_g3_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_g3_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3574
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3575
inline TAknWindowComponentLayout list_highlight_pane_g4_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_g4_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_g4_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3577
inline TAknWindowComponentLayout list_highlight_pane_g5_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_g5_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_g5_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3579
inline TAknWindowComponentLayout list_highlight_pane_g6_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_g6_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_g6_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3581
inline TAknWindowComponentLayout list_highlight_pane_g7_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_g7_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_g7_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3582
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3583
inline TAknWindowComponentLayout list_highlight_pane_g8_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_g8_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_g8_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3585
inline TAknWindowComponentLayout list_highlight_pane_g9_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_g9_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_g9_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3587
// LAF Table : slider_cont_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3588
inline TAknTextComponentLayout form_field_slider_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3590
inline TAknTextComponentLayout form_field_slider_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3592
inline TAknLayoutScalableParameterLimits slider_form_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tslider_form_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3594
inline TAknWindowComponentLayout slider_form_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3596
// LAF Table : misc_graphics
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3597
inline TAknWindowComponentLayout control_abbreviations(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_abbreviations_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_abbreviations)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3598
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3599
inline TAknWindowComponentLayout control_conventions(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_conventions_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_conventions)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3600
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3601
inline TAknWindowComponentLayout control_definitions(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_definitions_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_definitions)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3603
inline TAknWindowComponentLayout format_table_attribute(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tformat_table_attribute_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_format_table_attribute)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3605
// LAF Table : bg_popup_preview_window_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3606
inline TAknWindowComponentLayout bg_popup_preview_window_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_preview_window_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3608
// LAF Table : misc_graphics
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3609
inline TAknWindowComponentLayout format_table_data2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tformat_table_data2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_format_table_data2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3611
inline TAknWindowComponentLayout format_table_data3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tformat_table_data3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_format_table_data3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3613
inline TAknWindowComponentLayout format_table_data_example(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tformat_table_data_example_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_format_table_data_example)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3615
// LAF Table : bg_popup_preview_window_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3616
inline TAknLayoutScalableTableLimits bg_popup_preview_window_pane_g_Limits()		{ return (*(Tbg_popup_preview_window_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3618
// LAF Table : misc_graphics
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3619
inline TAknWindowComponentLayout intro_purpose(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tintro_purpose_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_intro_purpose)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3621
// LAF Table : bg_popup_preview_window_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3622
inline TAknWindowComponentLayout bg_popup_preview_window_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_preview_window_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3624
// LAF Table : misc_graphics
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3625
inline TAknWindowComponentLayout texts_category(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttexts_category_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_texts_category)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3627
inline TAknWindowComponentLayout texts_graphics(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttexts_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_texts_graphics)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3629
// LAF Table : texts_category
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3630
inline TAknTextComponentLayout text_digital(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttext_digital_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_text_digital)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3632
inline TAknTextComponentLayout text_primary(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttext_primary_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_text_primary)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3634
inline TAknTextComponentLayout text_primary_small(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttext_primary_small_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_text_primary_small)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3636
inline TAknTextComponentLayout text_secondary(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttext_secondary_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_text_secondary)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3638
inline TAknTextComponentLayout text_title(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttext_title_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_text_title)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3640
// LAF Table : bg_passive_tab_pane_cp3_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3641
inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp3_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g1_cp3_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g1_cp3_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3643
inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp3_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g2_cp3_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g2_cp3_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3645
inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp3_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g3_cp3_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g3_cp3_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3647
// LAF Table : tabs_4_active_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3648
inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp3_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_active_tab_pane_cp3_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp3_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3650
inline TAknWindowComponentLayout bg_active_tab_pane_cp3_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_cp3_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp3_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3652
inline TAknWindowComponentLayout tabs_4_active_pane_srt_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_4_active_pane_srt_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_active_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3654
inline TAknLayoutScalableParameterLimits tabs_4_active_pane_srt_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_4_active_pane_srt_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_active_pane_srt_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3656
inline TAknTextComponentLayout tabs_4_active_pane_srt_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_4_active_pane_srt_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_active_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3658
// LAF Table : bg_active_tab_pane_cp3_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3659
inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g1_cp3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g1_cp3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3660
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3661
inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g2_cp3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g2_cp3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3663
inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g3_cp3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g3_cp3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3664
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3665
// LAF Table : navi_tabs_2_long_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3666
inline TAknLayoutScalableParameterLimits tabs_2_long_active_pane_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_2_long_active_pane_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_long_active_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3668
inline TAknWindowComponentLayout tabs_2_long_active_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_2_long_active_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_long_active_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3670
inline TAknLayoutScalableParameterLimits tabs_2_long_passive_pane_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_2_long_passive_pane_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_long_passive_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3672
inline TAknWindowComponentLayout tabs_2_long_passive_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_2_long_passive_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_long_passive_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3674
// LAF Table : tabs_2_long_passive_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3675
inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp4_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_passive_tab_pane_cp4_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp4_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3677
inline TAknWindowComponentLayout bg_passive_tab_pane_cp4_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_cp4_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp4_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3679
// LAF Table : bg_passive_tab_pane_cp4_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3680
inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp4_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g1_cp4_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g1_cp4_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3681
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3682
inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp4_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g2_cp4_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g2_cp4_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3684
inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp4_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g3_cp4_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g3_cp4_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3686
// LAF Table : tabs_2_long_active_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3687
inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp4_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_active_tab_pane_cp4_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp4_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3689
inline TAknWindowComponentLayout bg_active_tab_pane_cp4_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_cp4_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp4_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3691
inline TAknLayoutScalableParameterLimits tabs_2_long_active_pane_srt_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_2_long_active_pane_srt_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_long_active_pane_srt_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3693
inline TAknTextComponentLayout tabs_2_long_active_pane_srt_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_2_long_active_pane_srt_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_long_active_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3695
// LAF Table : bg_active_tab_pane_cp4_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3696
inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp4_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g1_cp4_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g1_cp4_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3698
inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp4_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g2_cp4_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g2_cp4_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3700
inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp4_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g3_cp4_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g3_cp4_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3702
// LAF Table : navi_tabs_3_long_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3703
inline TAknLayoutScalableParameterLimits tabs_3_long_active_pane_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_3_long_active_pane_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_long_active_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3705
inline TAknWindowComponentLayout tabs_3_long_active_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_long_active_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_long_active_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3707
inline TAknLayoutScalableParameterLimits tabs_3_long_passive_pane_cp_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_3_long_passive_pane_cp_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_long_passive_pane_cp_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3708
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3709
inline TAknWindowComponentLayout tabs_3_long_passive_pane_cp_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_long_passive_pane_cp_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_long_passive_pane_cp_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3711
inline TAknLayoutScalableParameterLimits tabs_3_long_passive_pane_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_3_long_passive_pane_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_long_passive_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3713
inline TAknWindowComponentLayout tabs_3_long_passive_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_long_passive_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_long_passive_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3715
// LAF Table : tabs_3_long_passive_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3716
inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp5_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_passive_tab_pane_cp5_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp5_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3718
inline TAknWindowComponentLayout bg_passive_tab_pane_cp5_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_cp5_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp5_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3720
// LAF Table : bg_passive_tab_pane_cp5_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3721
inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp5_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g1_cp5_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g1_cp5_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3723
inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp5_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g2_cp5_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g2_cp5_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3725
inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp5_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g3_cp5_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g3_cp5_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3727
// LAF Table : tabs_3_long_active_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3728
inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp5_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_active_tab_pane_cp5_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp5_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3730
inline TAknWindowComponentLayout bg_active_tab_pane_cp5_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_cp5_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp5_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3732
inline TAknLayoutScalableParameterLimits tabs_3_long_active_pane_srt_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_3_long_active_pane_srt_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_long_active_pane_srt_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3734
inline TAknTextComponentLayout tabs_3_long_active_pane_srt_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_long_active_pane_srt_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_long_active_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3736
// LAF Table : bg_active_tab_pane_cp5_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3737
inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp5_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g1_cp5_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g1_cp5_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3739
inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp5_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g2_cp5_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g2_cp5_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3741
inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp5_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g3_cp5_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g3_cp5_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3743
// LAF Table : navi_text_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3744
inline TAknTextComponentLayout navi_text_pane_srt_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_text_pane_srt_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_text_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3746
// LAF Table : navi_icon_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3747
inline TAknWindowComponentLayout navi_icon_pane_srt_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_icon_pane_srt_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_icon_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3749
// LAF Table : navi_midp_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3750
inline TAknWindowComponentLayout midp_editing_number_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_editing_number_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_editing_number_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3751
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3752
inline TAknWindowComponentLayout midp_ticker_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_ticker_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_ticker_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3753
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3754
// LAF Table : midp_ticker_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3755
inline TAknWindowComponentLayout midp_ticker_pane_srt_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_ticker_pane_srt_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_ticker_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3757
inline TAknWindowComponentLayout midp_ticker_pane_srt_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_ticker_pane_srt_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_ticker_pane_srt_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3759
inline TAknLayoutScalableTableLimits midp_ticker_pane_srt_g_Limits()		{ return (*(Tmidp_ticker_pane_srt_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_ticker_pane_srt_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3761
inline TAknWindowComponentLayout midp_ticker_pane_srt_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_ticker_pane_srt_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_ticker_pane_srt_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3763
inline TAknTextComponentLayout midp_ticker_pane_srt_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_ticker_pane_srt_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_ticker_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3765
// LAF Table : midp_editing_number_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3766
inline TAknTextComponentLayout midp_editing_number_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_editing_number_pane_t1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_editing_number_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3768
// LAF Table : main_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3769
inline TAknWindowComponentLayout listscroll_midp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_midp_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_midp_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3771
inline TAknWindowComponentLayout midp_form_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_form_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_form_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3773
inline TAknLayoutScalableParameterLimits midp_info_popup_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tmidp_info_popup_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_info_popup_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3775
inline TAknWindowComponentLayout midp_info_popup_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_info_popup_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_info_popup_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3776
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3777
// LAF Table : midp_info_popup_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3778
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp50_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_sub_pane_cp50_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp50_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3780
inline TAknWindowComponentLayout bg_popup_sub_pane_cp50(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp50_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp50)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3782
inline TAknLayoutScalableParameterLimits listscroll_midp_info_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_midp_info_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_midp_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3784
inline TAknWindowComponentLayout listscroll_midp_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_midp_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_midp_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3786
// LAF Table : midp_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3787
inline TAknLayoutScalableParameterLimits listscroll_form_midp_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_form_midp_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_form_midp_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3789
inline TAknWindowComponentLayout listscroll_form_midp_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_form_midp_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_form_midp_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3791
inline TAknWindowComponentLayout scroll_bar_cp050(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_bar_cp050_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_bar_cp050)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3793
// LAF Table : listscroll_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3794
inline TAknWindowComponentLayout list_midp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_midp_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_midp_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3796
// LAF Table : midp_canvas_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3797
inline TAknWindowComponentLayout signal_pane_g2_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsignal_pane_g2_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_g2_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3799
// LAF Table : listscroll_midp_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3800
inline TAknLayoutScalableParameterLimits listscroll_midp_info_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_midp_info_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_midp_info_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3802
inline TAknTextComponentLayout listscroll_midp_info_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_midp_info_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_midp_info_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3804
inline TAknLayoutScalableParameterLimits listscroll_midp_info_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_midp_info_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_midp_info_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3806
inline TAknTextComponentLayout listscroll_midp_info_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_midp_info_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_midp_info_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3808
inline TAknLayoutScalableParameterLimits listscroll_midp_info_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_midp_info_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_midp_info_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3810
inline TAknTextComponentLayout listscroll_midp_info_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_midp_info_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_midp_info_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3812
inline TAknLayoutScalableParameterLimits listscroll_midp_info_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_midp_info_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_midp_info_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3814
inline TAknTextComponentLayout listscroll_midp_info_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_midp_info_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_midp_info_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3816
inline TAknLayoutScalableTableLimits listscroll_midp_info_pane_t_Limits()		{ return (*(Tlistscroll_midp_info_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_midp_info_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3818
inline TAknLayoutScalableParameterLimits listscroll_midp_info_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlistscroll_midp_info_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_midp_info_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3820
inline TAknTextComponentLayout listscroll_midp_info_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_midp_info_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_midp_info_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3822
inline TAknWindowComponentLayout scroll_pane_cp21(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp21_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp21)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3824
// LAF Table : listscroll_form_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3825
inline TAknWindowComponentLayout form_midp_field_choice_group_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_field_choice_group_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_field_choice_group_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3827
inline TAknWindowComponentLayout form_midp_field_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_field_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_field_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3829
inline TAknWindowComponentLayout form_midp_field_time_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_field_time_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_field_time_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3831
inline TAknWindowComponentLayout form_midp_gauge_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_gauge_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_gauge_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3833
inline TAknWindowComponentLayout form_midp_gauge_wait_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_gauge_wait_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_gauge_wait_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3835
inline TAknWindowComponentLayout form_midp_image_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_image_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3837
// LAF Table : list_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3838
inline TAknLayoutScalableParameterLimits list_single_midp_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_midp_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3840
inline TAknWindowComponentLayout list_single_midp_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_midp_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3842
// LAF Table : form_midp_field_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3843
inline TAknTextComponentLayout form_midp_field_text_pane_t1(TInt aVariety, TInt aRow = 0, TInt aCol = 0)		{ return (*(Tform_midp_field_text_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_field_text_pane_t1)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3844
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3845
inline TAknWindowComponentLayout input_focus_pane_cp050(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp050_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp050)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3846
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3847
inline TAknWindowComponentLayout list_midp_form_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_midp_form_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_midp_form_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3849
// LAF Table : form_midp_field_choice_group_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3850
inline TAknTextComponentLayout form_midp_field_choice_group_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_field_choice_group_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_field_choice_group_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3852
inline TAknWindowComponentLayout input_focus_pane_cp051(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp051_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp051)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3854
inline TAknWindowComponentLayout list_midp_choice_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_midp_choice_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_midp_choice_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3856
// LAF Table : area_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3857
inline TAknWindowComponentLayout status_idle_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_idle_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_idle_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3859
// LAF Table : form_midp_field_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3860
inline TAknTextComponentLayout form_midp_field_time_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_field_time_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_field_time_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3862
// LAF Table : wait_anim_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3863
inline TAknWindowComponentLayout wait_anim_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_anim_pane_g2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_anim_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3865
// LAF Table : form_midp_field_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3866
inline TAknTextComponentLayout form_midp_field_time_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_field_time_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_field_time_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3868
inline TAknLayoutScalableTableLimits form_midp_field_time_pane_t_Limits()		{ return (*(Tform_midp_field_time_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_field_time_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3870
// LAF Table : aid_navinavi_width_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3871
inline TAknWindowComponentLayout aid_navinavi_width_2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_navinavi_width_2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_navinavi_width_2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3872
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3873
// LAF Table : form_midp_field_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3874
inline TAknTextComponentLayout form_midp_field_time_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_field_time_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_field_time_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3876
inline TAknWindowComponentLayout input_focus_pane_cp052(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp052_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp052)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3878
// LAF Table : form_midp_gauge_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3879
inline TAknWindowComponentLayout bg_input_focus_pane_cp040(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_input_focus_pane_cp040_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_input_focus_pane_cp040)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3881
inline TAknTextComponentLayout form_midp_gauge_slider_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_gauge_slider_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_gauge_slider_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3883
inline TAknTextComponentLayout form_midp_gauge_slider_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_gauge_slider_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_gauge_slider_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3885
inline TAknTextComponentLayout form_midp_gauge_slider_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_gauge_slider_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_gauge_slider_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3887
inline TAknTextComponentLayout form_midp_gauge_slider_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_gauge_slider_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_gauge_slider_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3889
inline TAknLayoutScalableTableLimits form_midp_gauge_slider_pane_t_Limits()		{ return (*(Tform_midp_gauge_slider_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_gauge_slider_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3891
inline TAknTextComponentLayout form_midp_gauge_slider_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_gauge_slider_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_gauge_slider_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3893
inline TAknWindowComponentLayout form_midp_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3895
// LAF Table : form_midp_gauge_wait_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3896
inline TAknLayoutScalableParameterLimits bg_input_focus_pane_cp041_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_input_focus_pane_cp041_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_input_focus_pane_cp041_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3898
inline TAknWindowComponentLayout bg_input_focus_pane_cp041(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_input_focus_pane_cp041_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_input_focus_pane_cp041)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3900
inline TAknLayoutScalableParameterLimits form_midp_gauge_wait_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_midp_gauge_wait_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_gauge_wait_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3902
inline TAknTextComponentLayout form_midp_gauge_wait_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_gauge_wait_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_gauge_wait_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3904
inline TAknLayoutScalableParameterLimits form_midp_gauge_wait_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_midp_gauge_wait_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_gauge_wait_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3906
inline TAknTextComponentLayout form_midp_gauge_wait_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_gauge_wait_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_gauge_wait_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3908
inline TAknLayoutScalableTableLimits form_midp_gauge_wait_pane_t_Limits()		{ return (*(Tform_midp_gauge_wait_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_gauge_wait_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3910
inline TAknLayoutScalableParameterLimits form_midp_gauge_wait_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tform_midp_gauge_wait_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_gauge_wait_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3912
inline TAknTextComponentLayout form_midp_gauge_wait_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_gauge_wait_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_gauge_wait_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3913
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3914
inline TAknLayoutScalableParameterLimits form_midp_wait_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_midp_wait_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_wait_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3915
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3916
inline TAknWindowComponentLayout form_midp_wait_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_wait_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_wait_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3917
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3918
// LAF Table : form_midp_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3919
inline TAknWindowComponentLayout form_midp_image_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_image_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_image_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3921
inline TAknTextComponentLayout form_midp_image_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_image_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_image_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3922
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3923
inline TAknTextComponentLayout form_midp_image_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_image_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_image_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3925
inline TAknTextComponentLayout form_midp_image_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_image_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_image_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3927
inline TAknLayoutScalableTableLimits form_midp_image_pane_t_Limits()		{ return (*(Tform_midp_image_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_image_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3929
inline TAknTextComponentLayout form_midp_image_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_midp_image_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_image_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3931
// LAF Table : list_single_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3932
inline TAknWindowComponentLayout list_single_midp_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_midp_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3934
inline TAknTextComponentLayout list_single_midp_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_midp_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3936
// LAF Table : list_midp_form_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3937
inline TAknLayoutScalableParameterLimits list_midp_form_item_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_midp_form_item_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_midp_form_item_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3939
inline TAknWindowComponentLayout list_midp_form_item_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_midp_form_item_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_midp_form_item_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3940
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3941
// LAF Table : list_midp_form_item_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3942
inline TAknTextComponentLayout list_midp_form_item_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_midp_form_item_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_midp_form_item_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3944
// LAF Table : midp_ticker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3945
inline TAknWindowComponentLayout midp_ticker_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_ticker_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_ticker_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3947
inline TAknWindowComponentLayout midp_ticker_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_ticker_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_ticker_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3949
inline TAknLayoutScalableTableLimits midp_ticker_pane_g_Limits()		{ return (*(Tmidp_ticker_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_ticker_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3951
inline TAknWindowComponentLayout midp_ticker_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_ticker_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_ticker_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3952
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3953
inline TAknTextComponentLayout midp_ticker_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_ticker_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_ticker_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3955
// LAF Table : midp_editing_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3956
inline TAknTextComponentLayout midp_editing_number_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_editing_number_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_editing_number_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3957
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3958
// LAF Table : navi_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3959
inline TAknWindowComponentLayout midp_editing_number_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_editing_number_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_editing_number_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3961
inline TAknWindowComponentLayout midp_ticker_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_ticker_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_ticker_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3963
// LAF Table : popup_ai_message_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3964
inline TAknWindowComponentLayout ai_message_heading_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_message_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3965
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3966
inline TAknWindowComponentLayout bg_popup_window_pane_cp14(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp14_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp14)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3967
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3968
inline TAknWindowComponentLayout listscroll_ai_message_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_ai_message_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_ai_message_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3969
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3970
// LAF Table : ai_message_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3971
inline TAknLayoutScalableParameterLimits ai_message_heading_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tai_message_heading_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3973
inline TAknWindowComponentLayout ai_message_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_message_heading_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3975
inline TAknLayoutScalableParameterLimits ai_message_heading_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tai_message_heading_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3977
inline TAknWindowComponentLayout ai_message_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_message_heading_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3979
inline TAknLayoutScalableParameterLimits ai_message_heading_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tai_message_heading_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3980
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3981
inline TAknWindowComponentLayout ai_message_heading_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_message_heading_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3982
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3983
inline TAknLayoutScalableParameterLimits ai_message_heading_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tai_message_heading_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3984
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3985
inline TAknWindowComponentLayout ai_message_heading_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_message_heading_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3987
inline TAknLayoutScalableTableLimits ai_message_heading_pane_g_Limits()		{ return (*(Tai_message_heading_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3988
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3989
inline TAknLayoutScalableParameterLimits ai_message_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tai_message_heading_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3990
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3991
inline TAknWindowComponentLayout ai_message_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_message_heading_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3993
inline TAknLayoutScalableParameterLimits ai_message_heading_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tai_message_heading_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3995
inline TAknTextComponentLayout ai_message_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_message_heading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3997
inline TAknLayoutScalableParameterLimits ai_message_heading_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tai_message_heading_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3999
inline TAknTextComponentLayout ai_message_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_message_heading_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4001
inline TAknLayoutScalableTableLimits ai_message_heading_pane_t_Limits()		{ return (*(Tai_message_heading_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4003
inline TAknLayoutScalableParameterLimits ai_message_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tai_message_heading_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4005
inline TAknTextComponentLayout ai_message_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_message_heading_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_message_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4006
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4007
inline TAknLayoutScalableParameterLimits bg_popup_heading_pane_cp1_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_heading_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4008
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4009
inline TAknWindowComponentLayout bg_popup_heading_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_heading_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4011
// LAF Table : listscroll_ai_message_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4012
inline TAknLayoutScalableParameterLimits list_ai_message_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_ai_message_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai_message_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4014
inline TAknWindowComponentLayout list_ai_message_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_ai_message_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai_message_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4016
inline TAknWindowComponentLayout scroll_pane_cp10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4018
// LAF Table : list_ai_message_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4019
inline TAknWindowComponentLayout list_ai_message_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_ai_message_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai_message_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4020
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4021
inline TAknWindowComponentLayout list_ai_message_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_ai_message_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai_message_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4023
inline TAknLayoutScalableTableLimits list_ai_message_pane_g_Limits()		{ return (*(Tlist_ai_message_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai_message_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4025
inline TAknWindowComponentLayout list_ai_message_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_ai_message_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai_message_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4026
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4027
inline TAknLayoutScalableParameterLimits list_ai_message_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_ai_message_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai_message_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4029
inline TAknTextComponentLayout list_ai_message_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_ai_message_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai_message_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4031
inline TAknLayoutScalableParameterLimits list_ai_message_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_ai_message_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai_message_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4033
inline TAknTextComponentLayout list_ai_message_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_ai_message_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai_message_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4035
inline TAknLayoutScalableParameterLimits list_ai_message_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_ai_message_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai_message_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4037
inline TAknTextComponentLayout list_ai_message_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_ai_message_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai_message_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4039
inline TAknLayoutScalableParameterLimits list_ai_message_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_ai_message_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai_message_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4041
inline TAknTextComponentLayout list_ai_message_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_ai_message_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai_message_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4043
inline TAknLayoutScalableTableLimits list_ai_message_pane_t_Limits()		{ return (*(Tlist_ai_message_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai_message_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4045
inline TAknLayoutScalableParameterLimits list_ai_message_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_ai_message_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai_message_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4047
inline TAknTextComponentLayout list_ai_message_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_ai_message_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai_message_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4049
// LAF Table : grid_ai_soft_ind_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4050
inline TAknLayoutScalableParameterLimits cell_ai_soft_ind_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_ai_soft_ind_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_soft_ind_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4052
inline TAknWindowComponentLayout cell_ai_soft_ind_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0)		{ return (*(Tcell_ai_soft_ind_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_soft_ind_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4053
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4054
// LAF Table : cell_ai_soft_ind_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4055
inline TAknLayoutScalableParameterLimits cell_ai_soft_ind_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_ai_soft_ind_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_soft_ind_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4056
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4057
inline TAknWindowComponentLayout cell_ai_soft_ind_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai_soft_ind_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_soft_ind_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4058
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4059
inline TAknWindowComponentLayout grid_highlight_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4061
inline TAknLayoutScalableParameterLimits text_secondary_cp56_ParamLimits(TInt aVariety = 0)		{ return (*(Ttext_secondary_cp56_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_text_secondary_cp56_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4062
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4063
inline TAknTextComponentLayout text_secondary_cp56(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttext_secondary_cp56_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_text_secondary_cp56)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4064
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4065
// LAF Table : format_table_data_example
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4066
inline TAknLayoutScalableParameterLimits example_general_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Texample_general_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_example_general_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4068
inline TAknWindowComponentLayout example_general_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Texample_general_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_example_general_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4070
inline TAknLayoutScalableParameterLimits example_parent_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Texample_parent_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_example_parent_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4072
inline TAknWindowComponentLayout example_parent_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Texample_parent_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_example_parent_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4074
inline TAknLayoutScalableParameterLimits example_parent_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Texample_parent_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_example_parent_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4076
inline TAknTextComponentLayout example_parent_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Texample_parent_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_example_parent_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4078
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4079
inline TAknLayoutScalableParameterLimits popup_preview_text_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_preview_text_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_text_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4081
inline TAknWindowComponentLayout popup_preview_text_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_preview_text_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_text_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4082
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4083
// LAF Table : list_single_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4084
inline TAknWindowComponentLayout list_single_pane_cp2_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_pane_cp2_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_cp2_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4086
// LAF Table : popup_preview_text_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4087
inline TAknLayoutScalableParameterLimits bg_popup_preview_window_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_preview_window_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4088
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4089
inline TAknWindowComponentLayout bg_popup_preview_window_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_preview_window_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4090
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4091
inline TAknLayoutScalableParameterLimits popup_preview_text_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_preview_text_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_text_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4092
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4093
inline TAknTextComponentLayout popup_preview_text_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_preview_text_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_text_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4094
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4095
inline TAknLayoutScalableParameterLimits popup_preview_text_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_preview_text_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_text_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4096
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4097
inline TAknTextComponentLayout popup_preview_text_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_preview_text_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_text_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4098
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4099
inline TAknLayoutScalableParameterLimits popup_preview_text_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_preview_text_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_text_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4101
inline TAknTextComponentLayout popup_preview_text_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_preview_text_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_text_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4103
inline TAknLayoutScalableParameterLimits popup_preview_text_window_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_preview_text_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_text_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4105
inline TAknTextComponentLayout popup_preview_text_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_preview_text_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_text_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4107
inline TAknLayoutScalableTableLimits popup_preview_text_window_t_Limits()		{ return (*(Tpopup_preview_text_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_text_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4109
inline TAknLayoutScalableParameterLimits popup_preview_text_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_preview_text_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_text_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4111
inline TAknTextComponentLayout popup_preview_text_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_preview_text_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_text_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4113
inline TAknWindowComponentLayout scroll_pane_cp11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4115
// LAF Table : bg_popup_preview_window_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4116
inline TAknWindowComponentLayout bg_popup_preview_window_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_preview_window_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4118
inline TAknWindowComponentLayout bg_popup_preview_window_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_preview_window_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4120
inline TAknWindowComponentLayout bg_popup_preview_window_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_preview_window_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4122
inline TAknWindowComponentLayout bg_popup_preview_window_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_preview_window_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4124
inline TAknWindowComponentLayout bg_popup_preview_window_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_preview_window_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4126
inline TAknWindowComponentLayout bg_popup_preview_window_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_preview_window_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4128
inline TAknWindowComponentLayout bg_popup_preview_window_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_preview_window_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4130
inline TAknWindowComponentLayout bg_popup_preview_window_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_preview_window_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4132
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4133
inline TAknWindowComponentLayout aid_popup_width_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_popup_width_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_popup_width_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4135
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4136
inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_midp_note_alarm_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4138
inline TAknWindowComponentLayout popup_midp_note_alarm_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_midp_note_alarm_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4140
// LAF Table : form_field_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4141
inline TAknLayoutScalableParameterLimits data_form_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tdata_form_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_data_form_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4143
inline TAknWindowComponentLayout form_field_data_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4144
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4145
inline TAknLayoutScalableParameterLimits form_field_data_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_data_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4146
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4147
inline TAknLayoutScalableParameterLimits input_focus_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4149
// LAF Table : form_field_data_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4150
inline TAknLayoutScalableParameterLimits data_form_wide_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tdata_form_wide_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_data_form_wide_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4152
inline TAknWindowComponentLayout form_field_data_wide_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_wide_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4154
inline TAknLayoutScalableParameterLimits form_field_data_wide_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_data_wide_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4156
inline TAknLayoutScalableParameterLimits input_focus_pane_cp6_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4158
// LAF Table : input_popup_find_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4159
inline TAknLayoutScalableParameterLimits input_popup_find_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_popup_find_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_popup_find_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4161
inline TAknWindowComponentLayout input_popup_find_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_popup_find_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_popup_find_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4162
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4163
// LAF Table : navi_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4164
inline TAknWindowComponentLayout aid_navi_side_left_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_navi_side_left_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_navi_side_left_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4166
inline TAknWindowComponentLayout aid_navi_side_right_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_navi_side_right_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_navi_side_right_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4168
// LAF Table : popup_midp_note_alarm_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4169
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp30_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_cp30_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp30_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4171
inline TAknWindowComponentLayout bg_popup_window_pane_cp30(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp30_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp30)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4173
inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_midp_note_alarm_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4175
inline TAknWindowComponentLayout popup_midp_note_alarm_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_midp_note_alarm_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4177
inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_midp_note_alarm_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4179
inline TAknTextComponentLayout popup_midp_note_alarm_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_midp_note_alarm_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4181
inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_midp_note_alarm_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4183
inline TAknTextComponentLayout popup_midp_note_alarm_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_midp_note_alarm_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4185
inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_midp_note_alarm_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4187
inline TAknTextComponentLayout popup_midp_note_alarm_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_midp_note_alarm_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4189
inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_midp_note_alarm_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4191
inline TAknTextComponentLayout popup_midp_note_alarm_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_midp_note_alarm_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4193
inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_midp_note_alarm_window_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4195
inline TAknTextComponentLayout popup_midp_note_alarm_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_midp_note_alarm_window_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4197
inline TAknLayoutScalableTableLimits popup_midp_note_alarm_window_t_Limits()		{ return (*(Tpopup_midp_note_alarm_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4199
inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_midp_note_alarm_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4201
inline TAknTextComponentLayout popup_midp_note_alarm_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_midp_note_alarm_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4203
inline TAknLayoutScalableParameterLimits wait_bar_pane_cp1_ParamLimits(TInt aVariety = 0)		{ return (*(Twait_bar_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4204
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4205
inline TAknWindowComponentLayout wait_bar_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_bar_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4207
// LAF Table : wait_bar_pane_cp1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4208
inline TAknWindowComponentLayout wait_anim_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_anim_pane_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_anim_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4210
inline TAknWindowComponentLayout wait_border_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_border_pane_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_border_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4211
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4212
// LAF Table : wait_border_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4213
inline TAknWindowComponentLayout wait_border_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_border_pane_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_border_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4215
// LAF Table : form_field_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4216
inline TAknWindowComponentLayout form_field_popup_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_popup_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4218
inline TAknLayoutScalableParameterLimits form_field_popup_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_popup_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4220
inline TAknLayoutScalableParameterLimits input_focus_pane_cp7_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4222
inline TAknLayoutScalableParameterLimits list_form_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_form_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4224
// LAF Table : form_field_popup_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4225
inline TAknWindowComponentLayout form_field_popup_wide_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_popup_wide_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_wide_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4227
inline TAknLayoutScalableParameterLimits form_field_popup_wide_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_popup_wide_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_wide_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4229
inline TAknLayoutScalableParameterLimits input_focus_pane_cp8_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4231
inline TAknLayoutScalableParameterLimits list_form_wide_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_form_wide_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_wide_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4233
// LAF Table : listscroll_popup_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4234
inline TAknWindowComponentLayout aid_size_cell_graphic_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_graphic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4236
// LAF Table : data_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4237
inline TAknLayoutScalableParameterLimits data_form_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tdata_form_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_data_form_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4238
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4239
// LAF Table : data_form_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4240
inline TAknLayoutScalableParameterLimits data_form_wide_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tdata_form_wide_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_data_form_wide_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4242
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4243
inline TAknWindowComponentLayout bg_status_flat_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_status_flat_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_status_flat_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4244
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4245
// LAF Table : title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4246
inline TAknLayoutScalableParameterLimits title_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttitle_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4248
inline TAknLayoutScalableParameterLimits title_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Ttitle_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4250
inline TAknLayoutScalableParameterLimits title_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Ttitle_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4252
inline TAknLayoutScalableParameterLimits title_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Ttitle_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4253
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4254
// LAF Table : aid_levels_signal
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4255
inline TAknLayoutScalableParameterLimits level_1_signal_ParamLimits(TInt aVariety = 0)		{ return (*(Tlevel_1_signal_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_1_signal_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4257
inline TAknLayoutScalableParameterLimits level_2_signal_ParamLimits(TInt aVariety = 0)		{ return (*(Tlevel_2_signal_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_2_signal_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4259
inline TAknLayoutScalableParameterLimits level_3_signal_ParamLimits(TInt aVariety = 0)		{ return (*(Tlevel_3_signal_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_3_signal_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4261
inline TAknLayoutScalableParameterLimits level_4_signal_ParamLimits(TInt aVariety = 0)		{ return (*(Tlevel_4_signal_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_4_signal_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4263
inline TAknLayoutScalableParameterLimits level_5_signal_ParamLimits(TInt aVariety = 0)		{ return (*(Tlevel_5_signal_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_5_signal_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4265
inline TAknLayoutScalableParameterLimits level_6_signal_ParamLimits(TInt aVariety = 0)		{ return (*(Tlevel_6_signal_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_6_signal_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4267
inline TAknLayoutScalableParameterLimits level_7_signal_ParamLimits(TInt aVariety = 0)		{ return (*(Tlevel_7_signal_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_7_signal_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4269
// LAF Table : aid_levels_battery
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4270
inline TAknLayoutScalableParameterLimits level_1_battery_ParamLimits(TInt aVariety = 0)		{ return (*(Tlevel_1_battery_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_1_battery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4272
inline TAknLayoutScalableParameterLimits level_2_battery_ParamLimits(TInt aVariety = 0)		{ return (*(Tlevel_2_battery_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_2_battery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4274
inline TAknLayoutScalableParameterLimits level_3_battery_ParamLimits(TInt aVariety = 0)		{ return (*(Tlevel_3_battery_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_3_battery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4276
inline TAknLayoutScalableParameterLimits level_4_battery_ParamLimits(TInt aVariety = 0)		{ return (*(Tlevel_4_battery_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_4_battery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4278
inline TAknLayoutScalableParameterLimits level_5_battery_ParamLimits(TInt aVariety = 0)		{ return (*(Tlevel_5_battery_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_5_battery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4280
inline TAknLayoutScalableParameterLimits level_6_battery_ParamLimits(TInt aVariety = 0)		{ return (*(Tlevel_6_battery_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_6_battery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4282
inline TAknLayoutScalableParameterLimits level_7_battery_ParamLimits(TInt aVariety = 0)		{ return (*(Tlevel_7_battery_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_7_battery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4283
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4284
// LAF Table : bg_status_flat_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4285
inline TAknWindowComponentLayout bg_status_flat_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_status_flat_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_status_flat_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4287
inline TAknWindowComponentLayout bg_status_flat_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_status_flat_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_status_flat_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4289
inline TAknWindowComponentLayout bg_status_flat_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_status_flat_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_status_flat_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4291
inline TAknWindowComponentLayout bg_status_flat_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_status_flat_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_status_flat_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4293
inline TAknWindowComponentLayout bg_status_flat_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_status_flat_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_status_flat_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4295
inline TAknWindowComponentLayout bg_status_flat_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_status_flat_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_status_flat_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4297
inline TAknWindowComponentLayout bg_status_flat_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_status_flat_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_status_flat_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4298
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4299
// LAF Table : tabs_3_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4300
inline TAknLayoutScalableParameterLimits tabs_3_active_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_3_active_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_active_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4302
// LAF Table : tabs_3_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4303
inline TAknLayoutScalableParameterLimits tabs_3_passive_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_3_passive_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_passive_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4305
// LAF Table : tabs_4_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4306
inline TAknLayoutScalableParameterLimits tabs_4_active_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_4_active_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_active_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4307
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4308
// LAF Table : tabs_4_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4309
inline TAknLayoutScalableParameterLimits tabs_4_1_passive_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_4_1_passive_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_1_passive_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4311
// LAF Table : tabs_2_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4312
inline TAknLayoutScalableParameterLimits tabs_2_active_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_2_active_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_active_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4313
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4314
// LAF Table : tabs_2_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4315
inline TAknLayoutScalableParameterLimits tabs_2_passive_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_2_passive_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_passive_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4317
// LAF Table : tabs_2_long_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4318
inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp4_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_active_tab_pane_cp4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4320
inline TAknLayoutScalableParameterLimits tabs_2_long_active_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_2_long_active_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_long_active_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4322
// LAF Table : tabs_2_long_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4323
inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp4_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_passive_tab_pane_cp4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4324
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4325
// LAF Table : list_single_midp_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4326
inline TAknLayoutScalableParameterLimits list_single_midp_graphic_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_midp_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4328
// LAF Table : tabs_3_long_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4329
inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp5_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_active_tab_pane_cp5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4331
inline TAknLayoutScalableParameterLimits tabs_3_long_active_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_3_long_active_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_long_active_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4333
// LAF Table : tabs_3_long_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4334
inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp5_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_passive_tab_pane_cp5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4336
// LAF Table : list_single_midp_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4337
inline TAknTextComponentLayout list_single_midp_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_midp_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4339
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4340
inline TAknLayoutScalableParameterLimits bg_status_flat_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_status_flat_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_status_flat_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4341
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4342
inline TAknLayoutScalableParameterLimits indicator_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tindicator_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4343
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4344
inline TAknWindowComponentLayout indicator_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4345
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4346
inline TAknLayoutScalableParameterLimits navi_pane_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_pane_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4348
inline TAknWindowComponentLayout navi_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4350
inline TAknWindowComponentLayout popup_clock_digital_analogue_window_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_digital_analogue_window_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_analogue_window_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4352
// LAF Table : indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4353
inline TAknTextComponentLayout indicator_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4355
// LAF Table : texts_graphics
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4356
inline TAknWindowComponentLayout copy_highlight_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcopy_highlight_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_copy_highlight_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4358
inline TAknWindowComponentLayout cursor_graphics_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_graphics_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_graphics_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4360
inline TAknWindowComponentLayout graphic_within_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_within_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_within_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4362
inline TAknWindowComponentLayout link_highlight_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlink_highlight_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_link_highlight_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4364
// LAF Table : popup_preview_text_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4365
inline TAknLayoutScalableParameterLimits popup_preview_text_window_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_preview_text_window_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_text_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4366
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4367
inline TAknTextComponentLayout popup_preview_text_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_preview_text_window_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_text_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4369
// LAF Table : cursor_graphics_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4370
inline TAknWindowComponentLayout cursor_digital_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_digital_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_digital_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4372
inline TAknWindowComponentLayout cursor_primary_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_primary_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_primary_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4374
inline TAknWindowComponentLayout cursor_primary_small_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_primary_small_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_primary_small_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4376
inline TAknWindowComponentLayout cursor_secondary_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_secondary_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_secondary_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4378
inline TAknWindowComponentLayout cursor_title_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_title_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4380
// LAF Table : link_highlight_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4381
inline TAknWindowComponentLayout link_highlight_digital_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlink_highlight_digital_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_link_highlight_digital_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4383
inline TAknWindowComponentLayout link_highlight_primary_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlink_highlight_primary_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_link_highlight_primary_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4385
inline TAknWindowComponentLayout link_highlight_primary_small_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlink_highlight_primary_small_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_link_highlight_primary_small_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4387
inline TAknWindowComponentLayout link_highlight_secondary_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlink_highlight_secondary_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_link_highlight_secondary_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4389
inline TAknWindowComponentLayout link_highlight_title_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlink_highlight_title_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_link_highlight_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4391
// LAF Table : copy_highlight_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4392
inline TAknWindowComponentLayout copy_highlight_digital_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcopy_highlight_digital_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_copy_highlight_digital_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4394
inline TAknWindowComponentLayout copy_highlight_primary_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcopy_highlight_primary_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_copy_highlight_primary_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4396
inline TAknWindowComponentLayout copy_highlight_primary_small_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcopy_highlight_primary_small_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_copy_highlight_primary_small_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4397
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4398
inline TAknWindowComponentLayout copy_highlight_secondary_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcopy_highlight_secondary_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_copy_highlight_secondary_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4399
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4400
inline TAknWindowComponentLayout copy_highlight_title_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcopy_highlight_title_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_copy_highlight_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4401
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4402
// LAF Table : graphic_within_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4403
inline TAknWindowComponentLayout graphic_text_digital_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_digital_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_digital_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4405
inline TAknWindowComponentLayout graphic_text_primary_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_primary_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_primary_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4407
inline TAknWindowComponentLayout graphic_text_primary_small_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_primary_small_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_primary_small_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4409
inline TAknWindowComponentLayout graphic_text_secondary_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_secondary_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_secondary_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4411
inline TAknWindowComponentLayout graphic_text_title_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_title_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4413
// LAF Table : cursor_primary_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4414
inline TAknWindowComponentLayout cursor_primary_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_primary_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_primary_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4416
inline TAknTextComponentLayout cursor_text_primary_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_text_primary_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_text_primary_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4418
// LAF Table : cursor_primary_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4419
inline TAknWindowComponentLayout cursor_primary_small_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_primary_small_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_primary_small_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4421
inline TAknTextComponentLayout cursor_text_primary_small_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_text_primary_small_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_text_primary_small_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4423
// LAF Table : cursor_secondary_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4424
inline TAknWindowComponentLayout cursor_primary_small_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_primary_small_pane_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_primary_small_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4426
inline TAknTextComponentLayout cursor_text_primary_small_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_text_primary_small_t1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_text_primary_small_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4428
// LAF Table : cursor_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4429
inline TAknTextComponentLayout cursor_text_title_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_text_title_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_text_title_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4431
inline TAknWindowComponentLayout cursor_title_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_title_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_title_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4433
// LAF Table : cursor_digital_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4434
inline TAknWindowComponentLayout cursor_digital_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_digital_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_digital_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4436
inline TAknTextComponentLayout cursor_text_digital_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_text_digital_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_text_digital_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4438
// LAF Table : link_highlight_primary_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4439
inline TAknWindowComponentLayout link_highlight_primary_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlink_highlight_primary_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_link_highlight_primary_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4441
inline TAknTextComponentLayout link_highlight_primary_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlink_highlight_primary_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_link_highlight_primary_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4443
// LAF Table : link_highlight_primary_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4444
inline TAknWindowComponentLayout link_highlight_primary_small_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlink_highlight_primary_small_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_link_highlight_primary_small_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4446
inline TAknTextComponentLayout link_highlight_primary_small_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlink_highlight_primary_small_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_link_highlight_primary_small_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4448
// LAF Table : link_highlight_secondary_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4449
inline TAknWindowComponentLayout link_highlight_secondary_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlink_highlight_secondary_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_link_highlight_secondary_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4451
inline TAknTextComponentLayout link_highlight_secondary_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlink_highlight_secondary_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_link_highlight_secondary_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4453
// LAF Table : link_highlight_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4454
inline TAknWindowComponentLayout link_highlight_title_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlink_highlight_title_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_link_highlight_title_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4456
inline TAknTextComponentLayout link_highlight_title_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlink_highlight_title_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_link_highlight_title_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4458
// LAF Table : link_highlight_digital_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4459
inline TAknWindowComponentLayout link_highlight_digital_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlink_highlight_digital_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_link_highlight_digital_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4461
inline TAknTextComponentLayout link_highlight_digital_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlink_highlight_digital_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_link_highlight_digital_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4463
// LAF Table : copy_highlight_primary_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4464
inline TAknWindowComponentLayout copy_highlight_primary_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcopy_highlight_primary_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_copy_highlight_primary_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4466
inline TAknTextComponentLayout copy_highlight_primary_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcopy_highlight_primary_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_copy_highlight_primary_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4468
// LAF Table : copy_highlight_primary_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4469
inline TAknWindowComponentLayout copy_highlight_primary_small_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcopy_highlight_primary_small_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_copy_highlight_primary_small_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4471
inline TAknTextComponentLayout copy_highlight_primary_small_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcopy_highlight_primary_small_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_copy_highlight_primary_small_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4473
// LAF Table : copy_highlight_secondary_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4474
inline TAknWindowComponentLayout copy_highlight_secondary_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcopy_highlight_secondary_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_copy_highlight_secondary_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4476
inline TAknTextComponentLayout copy_highlight_secondary_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcopy_highlight_secondary_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_copy_highlight_secondary_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4478
// LAF Table : copy_highlight_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4479
inline TAknWindowComponentLayout copy_highlight_title_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcopy_highlight_title_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_copy_highlight_title_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4481
inline TAknTextComponentLayout copy_highlight_title_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcopy_highlight_title_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_copy_highlight_title_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4483
// LAF Table : copy_highlight_digital_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4484
inline TAknWindowComponentLayout copy_highlight_digital_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcopy_highlight_digital_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_copy_highlight_digital_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4485
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4486
inline TAknTextComponentLayout copy_highlight_digital_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcopy_highlight_digital_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_copy_highlight_digital_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4487
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4488
// LAF Table : graphic_text_primary_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4489
inline TAknWindowComponentLayout graphic_text_primary_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_primary_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_primary_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4491
inline TAknTextComponentLayout graphic_text_primary_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_primary_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_primary_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4493
inline TAknTextComponentLayout graphic_text_primary_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_primary_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_primary_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4495
inline TAknLayoutScalableTableLimits graphic_text_primary_pane_t_Limits()		{ return (*(Tgraphic_text_primary_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_primary_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4496
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4497
inline TAknTextComponentLayout graphic_text_primary_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_primary_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_primary_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4498
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4499
// LAF Table : graphic_text_primary_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4500
inline TAknWindowComponentLayout graphic_text_primary_small_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_primary_small_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_primary_small_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4502
inline TAknTextComponentLayout graphic_text_primary_small_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_primary_small_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_primary_small_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4504
inline TAknTextComponentLayout graphic_text_primary_small_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_primary_small_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_primary_small_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4506
inline TAknLayoutScalableTableLimits graphic_text_primary_small_pane_t_Limits()		{ return (*(Tgraphic_text_primary_small_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_primary_small_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4507
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4508
inline TAknTextComponentLayout graphic_text_primary_small_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_primary_small_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_primary_small_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4510
// LAF Table : graphic_text_secondary_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4511
inline TAknWindowComponentLayout graphic_text_secondary_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_secondary_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_secondary_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4513
inline TAknTextComponentLayout graphic_text_secondary_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_secondary_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_secondary_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4515
inline TAknTextComponentLayout graphic_text_secondary_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_secondary_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_secondary_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4517
inline TAknLayoutScalableTableLimits graphic_text_secondary_pane_t_Limits()		{ return (*(Tgraphic_text_secondary_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_secondary_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4519
inline TAknTextComponentLayout graphic_text_secondary_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_secondary_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_secondary_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4521
// LAF Table : graphic_text_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4522
inline TAknWindowComponentLayout graphic_text_title_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_title_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_title_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4523
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4524
inline TAknTextComponentLayout graphic_text_title_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_title_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_title_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4525
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4526
inline TAknTextComponentLayout graphic_text_title_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_title_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_title_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4528
inline TAknLayoutScalableTableLimits graphic_text_title_pane_t_Limits()		{ return (*(Tgraphic_text_title_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_title_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4530
inline TAknTextComponentLayout graphic_text_title_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_title_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_title_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4532
// LAF Table : graphic_text_digital_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4533
inline TAknWindowComponentLayout graphic_text_digital_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_digital_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_digital_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4535
inline TAknTextComponentLayout graphic_text_digital_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_digital_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_digital_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4537
inline TAknTextComponentLayout graphic_text_digital_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_digital_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_digital_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4539
inline TAknLayoutScalableTableLimits graphic_text_digital_pane_t_Limits()		{ return (*(Tgraphic_text_digital_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_digital_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4541
inline TAknTextComponentLayout graphic_text_digital_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic_text_digital_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic_text_digital_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4542
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4543
// LAF Table : navi_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4544
inline TAknLayoutScalableParameterLimits navi_icon_pane_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_icon_pane_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_icon_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4546
inline TAknWindowComponentLayout navi_icon_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_icon_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_icon_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4548
inline TAknWindowComponentLayout navi_midp_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_midp_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_midp_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4550
inline TAknWindowComponentLayout navi_navi_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4551
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4552
inline TAknLayoutScalableParameterLimits navi_text_pane_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_text_pane_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_text_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4554
inline TAknWindowComponentLayout navi_text_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_text_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_text_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4556
// LAF Table : navi_navi_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4557
inline TAknWindowComponentLayout navi_navi_icon_text_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_icon_text_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_icon_text_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4559
inline TAknLayoutScalableParameterLimits navi_navi_pane_srt_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_navi_pane_srt_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane_srt_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4561
inline TAknWindowComponentLayout navi_navi_pane_srt_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_pane_srt_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4563
inline TAknLayoutScalableParameterLimits navi_navi_pane_srt_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_navi_pane_srt_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane_srt_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4564
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4565
inline TAknWindowComponentLayout navi_navi_pane_srt_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_pane_srt_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane_srt_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4567
inline TAknLayoutScalableTableLimits navi_navi_pane_srt_g_Limits()		{ return (*(Tnavi_navi_pane_srt_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane_srt_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4569
inline TAknLayoutScalableParameterLimits navi_navi_pane_srt_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tnavi_navi_pane_srt_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane_srt_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4571
inline TAknWindowComponentLayout navi_navi_pane_srt_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_pane_srt_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane_srt_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4572
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4573
inline TAknWindowComponentLayout navi_navi_tabs_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_tabs_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_tabs_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4574
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4575
inline TAknWindowComponentLayout navi_navi_text_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_text_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_text_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4577
inline TAknWindowComponentLayout navi_navi_volume_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_volume_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_volume_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4579
// LAF Table : navi_navi_text_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4580
inline TAknTextComponentLayout navi_navi_text_pane_srt_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_text_pane_srt_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_text_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4582
// LAF Table : navi_navi_volume_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4583
inline TAknWindowComponentLayout navi_navi_volume_pane_srt_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_volume_pane_srt_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_volume_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4585
inline TAknLayoutScalableParameterLimits volume_small_pane_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Tvolume_small_pane_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4587
inline TAknWindowComponentLayout volume_small_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4589
// LAF Table : volume_small_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4590
inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tvolume_small_pane_srt_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4592
inline TAknWindowComponentLayout volume_small_pane_srt_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_srt_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4594
inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tvolume_small_pane_srt_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4596
inline TAknWindowComponentLayout volume_small_pane_srt_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_srt_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4598
inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tvolume_small_pane_srt_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4600
inline TAknWindowComponentLayout volume_small_pane_srt_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_srt_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4602
inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tvolume_small_pane_srt_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4604
inline TAknWindowComponentLayout volume_small_pane_srt_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_srt_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4606
inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tvolume_small_pane_srt_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4608
inline TAknWindowComponentLayout volume_small_pane_srt_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_srt_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4610
inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g6_ParamLimits(TInt aVariety = 0)		{ return (*(Tvolume_small_pane_srt_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4612
inline TAknWindowComponentLayout volume_small_pane_srt_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_srt_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4614
inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g7_ParamLimits(TInt aVariety = 0)		{ return (*(Tvolume_small_pane_srt_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4616
inline TAknWindowComponentLayout volume_small_pane_srt_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_srt_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4618
inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g8_ParamLimits(TInt aVariety = 0)		{ return (*(Tvolume_small_pane_srt_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4620
inline TAknWindowComponentLayout volume_small_pane_srt_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_srt_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4621
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4622
inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g9_ParamLimits(TInt aVariety = 0)		{ return (*(Tvolume_small_pane_srt_g9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4624
inline TAknWindowComponentLayout volume_small_pane_srt_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_srt_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4626
inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g10_ParamLimits(TInt aVariety = 0)		{ return (*(Tvolume_small_pane_srt_g10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4628
inline TAknWindowComponentLayout volume_small_pane_srt_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_srt_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4630
inline TAknLayoutScalableTableLimits volume_small_pane_srt_g_Limits()		{ return (*(Tvolume_small_pane_srt_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4632
inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tvolume_small_pane_srt_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4634
inline TAknWindowComponentLayout volume_small_pane_srt_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_srt_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_srt_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4636
// LAF Table : popup_query_data_code_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4637
inline TAknWindowComponentLayout query_popup_data_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tquery_popup_data_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_data_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4639
// LAF Table : navi_navi_icon_text_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4640
inline TAknLayoutScalableParameterLimits navi_navi_icon_text_pane_srt_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_navi_icon_text_pane_srt_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_icon_text_pane_srt_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4642
inline TAknTextComponentLayout navi_navi_icon_text_pane_srt_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_icon_text_pane_srt_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_icon_text_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4644
// LAF Table : navi_navi_tabs_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4645
inline TAknWindowComponentLayout navi_tabs_2_long_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_tabs_2_long_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_tabs_2_long_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4647
inline TAknWindowComponentLayout navi_tabs_2_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_tabs_2_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_tabs_2_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4649
inline TAknWindowComponentLayout navi_tabs_3_long_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_tabs_3_long_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_tabs_3_long_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4651
inline TAknWindowComponentLayout navi_tabs_3_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_tabs_3_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_tabs_3_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4653
inline TAknWindowComponentLayout navi_tabs_4_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_tabs_4_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_tabs_4_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4655
// LAF Table : navi_tabs_2_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4656
inline TAknLayoutScalableParameterLimits tabs_2_active_pane_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_2_active_pane_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_active_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4658
inline TAknWindowComponentLayout tabs_2_active_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_2_active_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_active_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4660
inline TAknLayoutScalableParameterLimits tabs_2_passive_pane_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_2_passive_pane_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_passive_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4662
inline TAknWindowComponentLayout tabs_2_passive_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_2_passive_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_passive_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4664
// LAF Table : tabs_2_passive_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4665
inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp1_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_passive_tab_pane_cp1_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp1_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4667
inline TAknWindowComponentLayout bg_passive_tab_pane_cp1_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_cp1_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp1_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4669
// LAF Table : bg_passive_tab_pane_cp1_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4670
inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp1_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g1_cp1_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g1_cp1_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4672
inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp1_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g2_cp1_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g2_cp1_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4674
inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp1_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g3_cp1_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g3_cp1_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4676
// LAF Table : tabs_2_active_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4677
inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp1_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_active_tab_pane_cp1_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp1_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4679
inline TAknWindowComponentLayout bg_active_tab_pane_cp1_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_cp1_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp1_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4681
inline TAknWindowComponentLayout tabs_2_active_pane_srt_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_2_active_pane_srt_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_active_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4683
inline TAknLayoutScalableParameterLimits tabs_2_active_pane_srt_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_2_active_pane_srt_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_active_pane_srt_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4685
inline TAknTextComponentLayout tabs_2_active_pane_srt_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_2_active_pane_srt_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_2_active_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4687
// LAF Table : bg_active_tab_pane_cp1_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4688
inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp1_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g1_cp1_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g1_cp1_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4690
inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp1_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g2_cp1_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g2_cp1_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4692
inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp1_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g3_cp1_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g3_cp1_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4694
// LAF Table : navi_tabs_3_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4695
inline TAknLayoutScalableParameterLimits tabs_3_active_pane_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_3_active_pane_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_active_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4697
inline TAknWindowComponentLayout tabs_3_active_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_active_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_active_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4699
inline TAknLayoutScalableParameterLimits tabs_3_passive_pane_cp_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_3_passive_pane_cp_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_passive_pane_cp_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4701
inline TAknWindowComponentLayout tabs_3_passive_pane_cp_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_passive_pane_cp_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_passive_pane_cp_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4703
inline TAknLayoutScalableParameterLimits tabs_3_passive_pane_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_3_passive_pane_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_passive_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4705
inline TAknWindowComponentLayout tabs_3_passive_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_passive_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_passive_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4707
// LAF Table : tabs_3_passive_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4708
inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp2_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_passive_tab_pane_cp2_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp2_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4710
inline TAknWindowComponentLayout bg_passive_tab_pane_cp2_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_cp2_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4712
// LAF Table : bg_passive_tab_pane_cp2_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4713
inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp2_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g1_cp2_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g1_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4715
inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp2_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g2_cp2_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g2_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4717
inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp2_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_passive_tab_pane_g3_cp2_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_passive_tab_pane_g3_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4719
// LAF Table : tabs_3_active_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4720
inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp2_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_active_tab_pane_cp2_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp2_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4721
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4722
inline TAknWindowComponentLayout bg_active_tab_pane_cp2_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_cp2_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4724
inline TAknWindowComponentLayout tabs_3_active_pane_srt_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_active_pane_srt_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_active_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4726
inline TAknLayoutScalableParameterLimits tabs_3_active_pane_srt_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_3_active_pane_srt_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_active_pane_srt_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4728
inline TAknTextComponentLayout tabs_3_active_pane_srt_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_3_active_pane_srt_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_3_active_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4730
// LAF Table : bg_active_tab_pane_cp2_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4731
inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp2_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g1_cp2_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g1_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4733
inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp2_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g2_cp2_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g2_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4735
inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp2_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_active_tab_pane_g3_cp2_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_active_tab_pane_g3_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4737
// LAF Table : navi_tabs_4_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4738
inline TAknLayoutScalableParameterLimits tabs_4_active_pane_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_4_active_pane_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_active_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4740
inline TAknWindowComponentLayout tabs_4_active_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_4_active_pane_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_active_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4742
inline TAknLayoutScalableParameterLimits tabs_4_passive_pane_cp2_srt_ParamLimits(TInt aVariety = 0)		{ return (*(Ttabs_4_passive_pane_cp2_srt_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_passive_pane_cp2_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4744
inline TAknWindowComponentLayout tabs_4_passive_pane_cp2_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttabs_4_passive_pane_cp2_srt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tabs_4_passive_pane_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4746
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4747
inline TAknWindowComponentLayout aid_size_cell_toolbar(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_toolbar_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_toolbar)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4749
inline TAknLayoutScalableParameterLimits main_idle_act_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_idle_act_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_idle_act_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4751
inline TAknLayoutScalableParameterLimits popup_large_graphic_colour_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_large_graphic_colour_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_large_graphic_colour_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4753
inline TAknLayoutScalableParameterLimits popup_toolbar_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_toolbar_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4755
inline TAknWindowComponentLayout popup_toolbar_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_toolbar_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4757
// LAF Table : list_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4758
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4759
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4760
inline TAknWindowComponentLayout list_single_graphic_2heading_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_graphic_2heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4761
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4762
// LAF Table : listscroll_app_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4763
inline TAknWindowComponentLayout aid_size_cell_apps_grid_lsc_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_apps_grid_lsc_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_apps_grid_lsc_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4765
inline TAknWindowComponentLayout aid_size_cell_apps_grid_prt_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_apps_grid_prt_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_apps_grid_prt_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4767
// LAF Table : form_midp_field_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4768
inline TAknLayoutScalableParameterLimits bg_wml_button_pane_cp1_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_wml_button_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_wml_button_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4770
inline TAknWindowComponentLayout bg_wml_button_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_wml_button_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_wml_button_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4772
inline TAknLayoutScalableParameterLimits form_midp_field_text_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_midp_field_text_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_field_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4774
inline TAknLayoutScalableParameterLimits input_focus_pane_cp050_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp050_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp050_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4776
inline TAknLayoutScalableParameterLimits list_midp_form_text_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_midp_form_text_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_midp_form_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4778
// LAF Table : form_midp_field_choice_group_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4779
inline TAknLayoutScalableParameterLimits input_focus_pane_cp051_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp051_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp051_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4781
inline TAknLayoutScalableParameterLimits list_midp_choice_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_midp_choice_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_midp_choice_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4783
// LAF Table : list_midp_choice_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4784
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_cp3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_cp3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4786
inline TAknWindowComponentLayout list_single_2graphic_pane_cp3(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_2graphic_pane_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_cp3)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4788
inline TAknLayoutScalableParameterLimits list_single_midp_graphic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_midp_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4790
inline TAknWindowComponentLayout list_single_midp_graphic_pane(TInt aVariety, TInt aRow, TInt aCol = 0)		{ return (*(Tlist_single_midp_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_graphic_pane)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4792
// LAF Table : list_single_graphic_2heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4793
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4795
inline TAknWindowComponentLayout list_single_graphic_2heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4797
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4799
inline TAknWindowComponentLayout list_single_graphic_2heading_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4801
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4803
inline TAknWindowComponentLayout list_single_graphic_2heading_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4805
inline TAknLayoutScalableTableLimits list_single_graphic_2heading_pane_g_Limits()		{ return (*(Tlist_single_graphic_2heading_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4806
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4807
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4808
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4809
inline TAknWindowComponentLayout list_single_graphic_2heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4811
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4812
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4813
inline TAknTextComponentLayout list_single_graphic_2heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4815
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4817
inline TAknTextComponentLayout list_single_graphic_2heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4819
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4820
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4821
inline TAknTextComponentLayout list_single_graphic_2heading_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4822
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4823
inline TAknLayoutScalableTableLimits list_single_graphic_2heading_pane_t_Limits()		{ return (*(Tlist_single_graphic_2heading_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4825
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4827
inline TAknTextComponentLayout list_single_graphic_2heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4829
// LAF Table : popup_toolbar_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4830
inline TAknWindowComponentLayout bg_popup_sub_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4832
inline TAknWindowComponentLayout grid_toobar_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_toobar_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_toobar_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4834
// LAF Table : grid_toobar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4835
inline TAknLayoutScalableParameterLimits cell_toolbar_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_toolbar_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4837
inline TAknWindowComponentLayout cell_toolbar_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0)		{ return (*(Tcell_toolbar_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4839
// LAF Table : cell_toolbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4840
inline TAknLayoutScalableParameterLimits cell_toolbar_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_toolbar_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4842
inline TAknWindowComponentLayout cell_toolbar_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_toolbar_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4844
inline TAknLayoutScalableParameterLimits cell_toolbar_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_toolbar_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4846
inline TAknWindowComponentLayout cell_toolbar_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_toolbar_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4848
inline TAknLayoutScalableTableLimits cell_toolbar_pane_g_Limits()		{ return (*(Tcell_toolbar_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4850
inline TAknLayoutScalableParameterLimits cell_toolbar_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcell_toolbar_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4852
inline TAknWindowComponentLayout cell_toolbar_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_toolbar_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4854
inline TAknLayoutScalableParameterLimits grid_highlight_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_highlight_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4856
inline TAknWindowComponentLayout grid_highlight_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4858
inline TAknWindowComponentLayout toolbar_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4860
// LAF Table : toolbar_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4861
inline TAknWindowComponentLayout toolbar_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4863
inline TAknWindowComponentLayout toolbar_button_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar_button_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar_button_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4865
inline TAknWindowComponentLayout toolbar_button_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar_button_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar_button_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4867
inline TAknWindowComponentLayout toolbar_button_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar_button_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar_button_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4869
inline TAknWindowComponentLayout toolbar_button_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar_button_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar_button_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4871
inline TAknWindowComponentLayout toolbar_button_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar_button_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar_button_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4872
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4873
inline TAknWindowComponentLayout toolbar_button_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar_button_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar_button_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4875
inline TAknWindowComponentLayout toolbar_button_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar_button_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar_button_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4877
inline TAknWindowComponentLayout toolbar_button_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar_button_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar_button_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4879
inline TAknLayoutScalableTableLimits toolbar_button_pane_g_Limits()		{ return (*(Ttoolbar_button_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar_button_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4881
inline TAknWindowComponentLayout toolbar_button_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar_button_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar_button_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4883
// LAF Table : list_single_2graphic_pane_cp3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4884
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g1_cp3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_g1_cp3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g1_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4886
inline TAknWindowComponentLayout list_single_2graphic_pane_g1_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_g1_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g1_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4887
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4888
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g2_cp3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_g2_cp3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g2_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4890
inline TAknWindowComponentLayout list_single_2graphic_pane_g2_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_g2_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g2_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4892
inline TAknWindowComponentLayout list_single_2graphic_pane_g3_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_g3_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g3_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4894
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g4_cp3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_g4_cp3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g4_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4895
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4896
inline TAknWindowComponentLayout list_single_2graphic_pane_g4_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_g4_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g4_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4898
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_t1_cp3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_t1_cp3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_t1_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4900
inline TAknTextComponentLayout list_single_2graphic_pane_t1_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_t1_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_t1_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4902
// LAF Table : list_single_midp_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4903
inline TAknLayoutScalableParameterLimits list_single_midp_graphic_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_midp_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4905
inline TAknWindowComponentLayout list_single_midp_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_midp_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4907
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4908
inline TAknWindowComponentLayout aid_zoom_text_primary(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_zoom_text_primary_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_zoom_text_primary)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4910
inline TAknWindowComponentLayout aid_zoom_text_secondary(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_zoom_text_secondary_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_zoom_text_secondary)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4912
// LAF Table : status_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4913
inline TAknLayoutScalableParameterLimits status_small_pane_g7_ParamLimits(TInt aVariety = 0)		{ return (*(Tstatus_small_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4915
inline TAknWindowComponentLayout status_small_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4917
inline TAknLayoutScalableParameterLimits status_small_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tstatus_small_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4919
// LAF Table : title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4920
inline TAknWindowComponentLayout title_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttitle_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4921
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4922
inline TAknLayoutScalableTableLimits title_pane_g_Limits()		{ return (*(Ttitle_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4923
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4924
inline TAknWindowComponentLayout title_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttitle_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4926
// LAF Table : popup_large_graphic_colour_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4927
inline TAknLayoutScalableParameterLimits aid_size_cell_colour_1_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_size_cell_colour_1_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_colour_1_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4929
inline TAknWindowComponentLayout aid_size_cell_colour_1_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_colour_1_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_colour_1_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4931
inline TAknLayoutScalableParameterLimits aid_size_cell_colour_2_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_size_cell_colour_2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_colour_2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4933
inline TAknWindowComponentLayout aid_size_cell_colour_2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_colour_2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_colour_2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4935
inline TAknLayoutScalableParameterLimits aid_size_cell_colour_3_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_size_cell_colour_3_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_colour_3_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4937
inline TAknWindowComponentLayout aid_size_cell_colour_3_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_colour_3_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_colour_3_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4939
inline TAknLayoutScalableParameterLimits aid_size_cell_colour_4_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_size_cell_colour_4_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_colour_4_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4940
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4941
inline TAknWindowComponentLayout aid_size_cell_colour_4_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_colour_4_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_colour_4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4942
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4943
// LAF Table : title_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4944
inline TAknLayoutScalableParameterLimits title_pane_stacon_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttitle_pane_stacon_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_stacon_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4946
inline TAknWindowComponentLayout title_pane_stacon_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttitle_pane_stacon_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_stacon_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4948
// LAF Table : popup_note_wait_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4949
inline TAknLayoutScalableParameterLimits popup_note_wait_window_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_wait_window_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4951
inline TAknWindowComponentLayout popup_note_wait_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_wait_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4952
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4953
inline TAknLayoutScalableParameterLimits popup_note_wait_window_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_wait_window_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4955
inline TAknTextComponentLayout popup_note_wait_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_wait_window_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_wait_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4957
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4958
inline TAknWindowComponentLayout main_feb_china_hwr_fs_writing_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_feb_china_hwr_fs_writing_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_feb_china_hwr_fs_writing_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4960
inline TAknLayoutScalableParameterLimits popup_feb_china_hwr_fs_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_feb_china_hwr_fs_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_feb_china_hwr_fs_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4962
inline TAknWindowComponentLayout popup_feb_china_hwr_fs_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_feb_china_hwr_fs_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_feb_china_hwr_fs_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4964
// LAF Table : popup_feb_china_hwr_fs_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4965
inline TAknLayoutScalableParameterLimits aid_size_cell_hwr_fs_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_size_cell_hwr_fs_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_hwr_fs_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4967
inline TAknWindowComponentLayout aid_size_cell_hwr_fs(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_hwr_fs_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_hwr_fs)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4969
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp3_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_sub_pane_cp3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4971
inline TAknWindowComponentLayout bg_popup_sub_pane_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4973
inline TAknLayoutScalableParameterLimits grid_hwr_fs_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_hwr_fs_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_hwr_fs_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4975
inline TAknWindowComponentLayout grid_hwr_fs_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_hwr_fs_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_hwr_fs_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4977
inline TAknLayoutScalableParameterLimits linegrid_hwr_fs_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlinegrid_hwr_fs_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_hwr_fs_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4979
inline TAknWindowComponentLayout linegrid_hwr_fs_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_hwr_fs_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_hwr_fs_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4980
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4981
// LAF Table : grid_hwr_fs_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4982
inline TAknLayoutScalableParameterLimits cell_hwr_fs_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_hwr_fs_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_fs_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4984
inline TAknWindowComponentLayout cell_hwr_fs_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_hwr_fs_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_fs_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4986
// LAF Table : linegrid_hwr_fs_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4987
inline TAknLayoutScalableParameterLimits linegrid_hwr_fs_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlinegrid_hwr_fs_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_hwr_fs_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4988
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4989
inline TAknWindowComponentLayout linegrid_hwr_fs_pane_g1(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tlinegrid_hwr_fs_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_hwr_fs_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4990
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4991
inline TAknLayoutScalableParameterLimits linegrid_hwr_fs_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlinegrid_hwr_fs_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_hwr_fs_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4993
inline TAknWindowComponentLayout linegrid_hwr_fs_pane_g2(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tlinegrid_hwr_fs_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_hwr_fs_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4995
inline TAknLayoutScalableParameterLimits linegrid_hwr_fs_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlinegrid_hwr_fs_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_hwr_fs_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4997
inline TAknWindowComponentLayout linegrid_hwr_fs_pane_g3(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tlinegrid_hwr_fs_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_hwr_fs_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4999
inline TAknLayoutScalableParameterLimits linegrid_hwr_fs_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlinegrid_hwr_fs_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_hwr_fs_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5001
inline TAknWindowComponentLayout linegrid_hwr_fs_pane_g4(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tlinegrid_hwr_fs_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_hwr_fs_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5003
inline TAknLayoutScalableParameterLimits linegrid_hwr_fs_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tlinegrid_hwr_fs_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_hwr_fs_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5005
inline TAknWindowComponentLayout linegrid_hwr_fs_pane_g5(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tlinegrid_hwr_fs_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_hwr_fs_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5006
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5007
inline TAknLayoutScalableTableLimits linegrid_hwr_fs_pane_g_Limits()		{ return (*(Tlinegrid_hwr_fs_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_hwr_fs_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5008
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5009
inline TAknLayoutScalableParameterLimits linegrid_hwr_fs_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlinegrid_hwr_fs_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_hwr_fs_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5011
inline TAknWindowComponentLayout linegrid_hwr_fs_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tlinegrid_hwr_fs_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_hwr_fs_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5013
// LAF Table : cell_hwr_fs_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5014
inline TAknLayoutScalableParameterLimits cell_hwr_fs_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_hwr_fs_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_fs_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5016
inline TAknWindowComponentLayout cell_hwr_fs_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_fs_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_fs_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5018
inline TAknLayoutScalableParameterLimits cell_hwr_fs_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_hwr_fs_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_fs_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5020
inline TAknWindowComponentLayout cell_hwr_fs_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_fs_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_fs_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5022
inline TAknLayoutScalableParameterLimits cell_hwr_fs_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_hwr_fs_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_fs_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5023
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5024
inline TAknWindowComponentLayout cell_hwr_fs_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_fs_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_fs_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5025
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5026
inline TAknLayoutScalableParameterLimits cell_hwr_fs_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_hwr_fs_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_fs_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5028
inline TAknWindowComponentLayout cell_hwr_fs_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_fs_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_fs_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5029
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5030
inline TAknLayoutScalableTableLimits cell_hwr_fs_pane_g_Limits()		{ return (*(Tcell_hwr_fs_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_fs_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5031
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5032
inline TAknLayoutScalableParameterLimits cell_hwr_fs_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcell_hwr_fs_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_fs_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5033
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5034
inline TAknWindowComponentLayout cell_hwr_fs_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_fs_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_fs_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5035
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5036
inline TAknTextComponentLayout cell_hwr_fs_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_fs_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_fs_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5038
inline TAknWindowComponentLayout grid_highlight_pane_cp6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5040
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5041
inline TAknWindowComponentLayout main_idle_act2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_idle_act2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_idle_act2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5043
// LAF Table : bg_popup_sub_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5044
inline TAknWindowComponentLayout aid_inside_area_popup_secondary(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_inside_area_popup_secondary_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_inside_area_popup_secondary)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5046
// LAF Table : bg_popup_window_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5047
inline TAknLayoutScalableParameterLimits aid_inside_area_window_primary_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_inside_area_window_primary_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_inside_area_window_primary_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5049
inline TAknWindowComponentLayout aid_inside_area_window_primary(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_inside_area_window_primary_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_inside_area_window_primary)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5051
// LAF Table : main_idle_act2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5052
inline TAknWindowComponentLayout ai2_news_ticker_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai2_news_ticker_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_news_ticker_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5053
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5054
inline TAknLayoutScalableParameterLimits aid_size_cell_ai1_link_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_size_cell_ai1_link_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_ai1_link_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5056
inline TAknWindowComponentLayout aid_size_cell_ai1_link(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_ai1_link_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_ai1_link)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5058
inline TAknLayoutScalableParameterLimits popup_ai2_data_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_ai2_data_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai2_data_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5059
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5060
inline TAknWindowComponentLayout popup_ai2_data_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_ai2_data_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai2_data_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5061
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5062
inline TAknLayoutScalableParameterLimits popup_ai2_link_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_ai2_link_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai2_link_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5063
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5064
inline TAknWindowComponentLayout popup_ai2_link_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_ai2_link_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai2_link_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5066
// LAF Table : popup_ai2_link_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5067
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp4_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_sub_pane_cp4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5069
inline TAknWindowComponentLayout bg_popup_sub_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5071
inline TAknLayoutScalableParameterLimits grid_ai2_link_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_ai2_link_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_ai2_link_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5073
inline TAknWindowComponentLayout grid_ai2_link_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_ai2_link_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_ai2_link_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5075
inline TAknLayoutScalableParameterLimits popup_ai2_link_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_ai2_link_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai2_link_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5077
inline TAknWindowComponentLayout popup_ai2_link_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_ai2_link_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai2_link_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5079
inline TAknLayoutScalableParameterLimits popup_ai2_link_window_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_ai2_link_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai2_link_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5081
inline TAknWindowComponentLayout popup_ai2_link_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_ai2_link_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai2_link_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5082
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5083
inline TAknLayoutScalableTableLimits popup_ai2_link_window_g_Limits()		{ return (*(Tpopup_ai2_link_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai2_link_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5084
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5085
inline TAknLayoutScalableParameterLimits popup_ai2_link_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_ai2_link_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai2_link_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5087
inline TAknWindowComponentLayout popup_ai2_link_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_ai2_link_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai2_link_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5088
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5089
// LAF Table : popup_ai2_data_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5090
inline TAknWindowComponentLayout ai2_mp_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai2_mp_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_mp_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5092
inline TAknWindowComponentLayout ai2_mp_volume_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai2_mp_volume_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_mp_volume_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5094
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp5_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_sub_pane_cp5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5096
inline TAknWindowComponentLayout bg_popup_sub_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5098
inline TAknLayoutScalableParameterLimits heading_ai2_gene_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Theading_ai2_gene_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_ai2_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5100
inline TAknWindowComponentLayout heading_ai2_gene_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_ai2_gene_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_ai2_gene_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5102
inline TAknLayoutScalableParameterLimits list_ai2_gene_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_ai2_gene_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai2_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5104
inline TAknWindowComponentLayout list_ai2_gene_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_ai2_gene_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai2_gene_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5106
// LAF Table : grid_ai2_link_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5107
inline TAknLayoutScalableParameterLimits cell_ai2_link_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_ai2_link_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai2_link_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5109
inline TAknWindowComponentLayout cell_ai2_link_pane(TInt aVariety, TInt aRow, TInt aCol = 0)		{ return (*(Tcell_ai2_link_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai2_link_pane)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5111
// LAF Table : cell_ai2_link_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5112
inline TAknWindowComponentLayout cell_ai2_link_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai2_link_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai2_link_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5114
inline TAknWindowComponentLayout grid_highlight_pane_cp7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5116
// LAF Table : ai2_mp_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5117
inline TAknWindowComponentLayout ai2_mp_volume_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai2_mp_volume_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_mp_volume_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5119
inline TAknWindowComponentLayout ai2_mp_volume_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai2_mp_volume_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_mp_volume_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5121
// LAF Table : list_ai2_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5122
inline TAknTextComponentLayout list_ai2_gene_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_ai2_gene_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai2_gene_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5124
// LAF Table : ai2_mp_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5125
inline TAknWindowComponentLayout ai2_mp_volume_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai2_mp_volume_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_mp_volume_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5127
inline TAknLayoutScalableTableLimits ai2_mp_volume_pane_g_Limits()		{ return (*(Tai2_mp_volume_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_mp_volume_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5129
inline TAknWindowComponentLayout ai2_mp_volume_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai2_mp_volume_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_mp_volume_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5131
inline TAknWindowComponentLayout volume_small_pane_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5133
// LAF Table : ai2_mp_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5134
inline TAknWindowComponentLayout aid_size_cell_ai2_button(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_ai2_button_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_ai2_button)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5136
inline TAknWindowComponentLayout grid_ai2_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_ai2_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_ai2_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5138
// LAF Table : grid_ai2_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5139
inline TAknLayoutScalableParameterLimits cell_ai2_button_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_ai2_button_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai2_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5141
inline TAknWindowComponentLayout cell_ai2_button_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tcell_ai2_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai2_button_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5143
// LAF Table : cell_ai2_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5144
inline TAknWindowComponentLayout cell_ai2_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai2_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai2_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5146
inline TAknWindowComponentLayout grid_highlight_pane_cp8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5148
// LAF Table : ai2_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5149
inline TAknLayoutScalableParameterLimits ai2_gene_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tai2_gene_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_gene_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5151
inline TAknTextComponentLayout ai2_gene_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai2_gene_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_gene_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5153
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5154
inline TAknWindowComponentLayout aid_height_parent_landscape(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_height_parent_landscape_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_height_parent_landscape)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5156
// LAF Table : set_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5157
inline TAknWindowComponentLayout aid_height_set_list(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_height_set_list_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_height_set_list)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5159
inline TAknWindowComponentLayout aid_size_parent(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_parent_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_parent)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5161
// LAF Table : listscroll_popup_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5162
inline TAknLayoutScalableParameterLimits aid_size_cell_graphic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_size_cell_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5164
// LAF Table : popup_ai2_data_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5165
inline TAknLayoutScalableParameterLimits popup_ai2_data_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_ai2_data_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai2_data_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5167
inline TAknWindowComponentLayout popup_ai2_data_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_ai2_data_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai2_data_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5169
// LAF Table : ai2_news_ticker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5170
inline TAknWindowComponentLayout ai2_news_ticker_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai2_news_ticker_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_news_ticker_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5172
inline TAknWindowComponentLayout ai2_news_ticker_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai2_news_ticker_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_news_ticker_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5173
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5174
inline TAknLayoutScalableTableLimits ai2_news_ticker_pane_g_Limits()		{ return (*(Tai2_news_ticker_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_news_ticker_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5175
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5176
inline TAknWindowComponentLayout ai2_news_ticker_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai2_news_ticker_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_news_ticker_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5177
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5178
inline TAknTextComponentLayout ai2_news_ticker_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai2_news_ticker_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_news_ticker_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5180
inline TAknTextComponentLayout ai2_news_ticker_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai2_news_ticker_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_news_ticker_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5181
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5182
inline TAknLayoutScalableTableLimits ai2_news_ticker_pane_t_Limits()		{ return (*(Tai2_news_ticker_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_news_ticker_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5183
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5184
inline TAknTextComponentLayout ai2_news_ticker_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai2_news_ticker_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_news_ticker_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5186
// LAF Table : heading_ai2_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5187
inline TAknWindowComponentLayout heading_ai2_gene_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_ai2_gene_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_ai2_gene_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5189
inline TAknLayoutScalableParameterLimits heading_ai2_gene_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Theading_ai2_gene_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_ai2_gene_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5191
inline TAknTextComponentLayout heading_ai2_gene_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_ai2_gene_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_ai2_gene_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5193
inline TAknWindowComponentLayout list_highlight_pane_cp6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5195
// LAF Table : list_ai2_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5196
inline TAknLayoutScalableParameterLimits ai2_gene_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tai2_gene_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5198
inline TAknWindowComponentLayout ai2_gene_pane(TInt aVariety, TInt aRow = 0, TInt aCol = 0)		{ return (*(Tai2_gene_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_gene_pane)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5199
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5200
inline TAknTextComponentLayout list_ai2_gene_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_ai2_gene_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai2_gene_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5202
inline TAknLayoutScalableTableLimits list_ai2_gene_pane_t_Limits()		{ return (*(Tlist_ai2_gene_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai2_gene_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5204
inline TAknTextComponentLayout list_ai2_gene_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_ai2_gene_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai2_gene_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5206
inline TAknLayoutScalableParameterLimits list_highlight_pane_cp8_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_highlight_pane_cp8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5208
inline TAknWindowComponentLayout list_highlight_pane_cp8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5210
// LAF Table : ai2_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5211
inline TAknLayoutScalableParameterLimits ai2_gene_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tai2_gene_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_gene_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5213
inline TAknWindowComponentLayout ai2_gene_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai2_gene_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_gene_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5215
inline TAknLayoutScalableParameterLimits ai2_gene_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tai2_gene_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_gene_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5217
inline TAknWindowComponentLayout ai2_gene_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai2_gene_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_gene_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5219
inline TAknLayoutScalableTableLimits ai2_gene_pane_g_Limits()		{ return (*(Tai2_gene_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_gene_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5221
inline TAknLayoutScalableParameterLimits ai2_gene_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tai2_gene_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_gene_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5223
inline TAknWindowComponentLayout ai2_gene_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai2_gene_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai2_gene_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5224
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5225
// LAF Table : listscroll_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5226
inline TAknWindowComponentLayout scroll_pane_cp12(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5228
// LAF Table : control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5229
inline TAknLayoutScalableParameterLimits control_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcontrol_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5231
inline TAknTextComponentLayout control_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5233
// LAF Table : status_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5234
inline TAknLayoutScalableParameterLimits status_small_pane_g8_ParamLimits(TInt aVariety = 0)		{ return (*(Tstatus_small_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5236
inline TAknWindowComponentLayout status_small_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5238
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5239
inline TAknLayoutScalableParameterLimits popup_find_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_find_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_find_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5241
inline TAknLayoutScalableParameterLimits popup_note_image_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_note_image_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_image_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5243
// LAF Table : list_double2_graphic_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5244
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_vc_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_vc_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5246
inline TAknWindowComponentLayout list_double2_graphic_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5248
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_vc_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_vc_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5250
inline TAknWindowComponentLayout list_double2_graphic_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5252
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_vc_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_vc_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_vc_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5253
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5254
inline TAknWindowComponentLayout list_double2_graphic_pane_vc_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_pane_vc_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5255
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5256
inline TAknLayoutScalableTableLimits list_double2_graphic_pane_vc_g_Limits()		{ return (*(Tlist_double2_graphic_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5258
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_vc_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5260
inline TAknWindowComponentLayout list_double2_graphic_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5262
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5264
inline TAknTextComponentLayout list_double2_graphic_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_graphic_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5266
// LAF Table : list_single_heading_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5267
inline TAknLayoutScalableParameterLimits list_single_heading_pane_vc_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_vc_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5269
inline TAknWindowComponentLayout list_single_heading_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5271
inline TAknLayoutScalableParameterLimits list_single_heading_pane_vc_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_vc_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5273
inline TAknWindowComponentLayout list_single_heading_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5275
inline TAknLayoutScalableTableLimits list_single_heading_pane_vc_g_Limits()		{ return (*(Tlist_single_heading_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5277
inline TAknLayoutScalableParameterLimits list_single_heading_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_vc_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5279
inline TAknWindowComponentLayout list_single_heading_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5281
inline TAknLayoutScalableParameterLimits list_single_heading_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5283
inline TAknTextComponentLayout list_single_heading_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5285
inline TAknLayoutScalableParameterLimits list_single_heading_pane_vc_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_vc_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5287
inline TAknTextComponentLayout list_single_heading_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_vc_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5289
inline TAknLayoutScalableTableLimits list_single_heading_pane_vc_t_Limits()		{ return (*(Tlist_single_heading_pane_vc_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5291
inline TAknLayoutScalableParameterLimits list_single_heading_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_vc_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5293
inline TAknTextComponentLayout list_single_heading_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_vc_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5295
// LAF Table : list_setting_number_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5296
inline TAknLayoutScalableParameterLimits list_setting_number_pane_vc_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_number_pane_vc_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5298
inline TAknWindowComponentLayout list_setting_number_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_number_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5300
inline TAknLayoutScalableParameterLimits list_setting_number_pane_vc_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_number_pane_vc_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5302
inline TAknWindowComponentLayout list_setting_number_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_number_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5304
inline TAknLayoutScalableTableLimits list_setting_number_pane_vc_g_Limits()		{ return (*(Tlist_setting_number_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5306
inline TAknLayoutScalableParameterLimits list_setting_number_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_setting_number_pane_vc_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5307
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5308
inline TAknWindowComponentLayout list_setting_number_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_number_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5310
inline TAknLayoutScalableParameterLimits list_setting_number_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_number_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5312
inline TAknTextComponentLayout list_setting_number_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_number_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5313
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5314
inline TAknLayoutScalableParameterLimits list_setting_number_pane_vc_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_number_pane_vc_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5316
inline TAknTextComponentLayout list_setting_number_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_number_pane_vc_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5317
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5318
inline TAknLayoutScalableParameterLimits list_setting_number_pane_vc_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_number_pane_vc_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5320
inline TAknTextComponentLayout list_setting_number_pane_vc_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_number_pane_vc_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5322
inline TAknLayoutScalableTableLimits list_setting_number_pane_vc_t_Limits()		{ return (*(Tlist_setting_number_pane_vc_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5324
inline TAknLayoutScalableParameterLimits list_setting_number_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_setting_number_pane_vc_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5326
inline TAknTextComponentLayout list_setting_number_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_number_pane_vc_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5328
inline TAknLayoutScalableParameterLimits set_value_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tset_value_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_value_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5329
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5330
inline TAknWindowComponentLayout set_value_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_value_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_value_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5332
// LAF Table : list_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5333
inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_graphic_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5335
inline TAknWindowComponentLayout list_double2_graphic_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double2_graphic_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_graphic_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5337
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5339
inline TAknWindowComponentLayout list_double2_large_graphic_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double2_large_graphic_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5341
inline TAknLayoutScalableParameterLimits list_double2_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5343
inline TAknWindowComponentLayout list_double2_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double2_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5345
inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_heading_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5347
inline TAknWindowComponentLayout list_double_graphic_heading_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_graphic_heading_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5349
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5351
inline TAknWindowComponentLayout list_double_graphic_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_graphic_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5353
inline TAknLayoutScalableParameterLimits list_double_heading_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5355
inline TAknWindowComponentLayout list_double_heading_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_heading_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5356
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5357
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5358
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5359
inline TAknWindowComponentLayout list_double_large_graphic_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5361
inline TAknLayoutScalableParameterLimits list_double_number_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5363
inline TAknWindowComponentLayout list_double_number_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_number_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5365
inline TAknLayoutScalableParameterLimits list_double_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5366
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5367
inline TAknWindowComponentLayout list_double_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5369
inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5371
inline TAknWindowComponentLayout list_double_time_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_time_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5373
inline TAknLayoutScalableParameterLimits list_setting_number_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_number_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5375
inline TAknWindowComponentLayout list_setting_number_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_setting_number_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5377
inline TAknLayoutScalableParameterLimits list_setting_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5379
inline TAknWindowComponentLayout list_setting_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_setting_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5380
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5381
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5383
inline TAknWindowComponentLayout list_single_graphic_heading_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_graphic_heading_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5385
inline TAknLayoutScalableParameterLimits list_single_heading_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5387
inline TAknWindowComponentLayout list_single_heading_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_heading_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5389
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5391
inline TAknWindowComponentLayout list_single_number_heading_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_number_heading_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5393
// LAF Table : list_double_graphic_heading_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5394
inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_vc_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_heading_pane_vc_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5396
inline TAknWindowComponentLayout list_double_graphic_heading_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_heading_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5397
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5398
inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_vc_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_heading_pane_vc_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5399
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5400
inline TAknWindowComponentLayout list_double_graphic_heading_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_heading_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5401
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5402
inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_vc_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_heading_pane_vc_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5404
inline TAknWindowComponentLayout list_double_graphic_heading_pane_vc_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_heading_pane_vc_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5406
inline TAknLayoutScalableTableLimits list_double_graphic_heading_pane_vc_g_Limits()		{ return (*(Tlist_double_graphic_heading_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5408
inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_graphic_heading_pane_vc_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5410
inline TAknWindowComponentLayout list_double_graphic_heading_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_heading_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5411
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5412
inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_heading_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5413
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5414
inline TAknTextComponentLayout list_double_graphic_heading_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_heading_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5416
inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_vc_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_heading_pane_vc_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5418
inline TAknTextComponentLayout list_double_graphic_heading_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_heading_pane_vc_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5420
inline TAknLayoutScalableTableLimits list_double_graphic_heading_pane_vc_t_Limits()		{ return (*(Tlist_double_graphic_heading_pane_vc_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5422
inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_graphic_heading_pane_vc_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5424
inline TAknTextComponentLayout list_double_graphic_heading_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_heading_pane_vc_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_heading_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5426
// LAF Table : list_setting_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5427
inline TAknLayoutScalableParameterLimits list_setting_pane_vc_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_pane_vc_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5429
inline TAknWindowComponentLayout list_setting_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5431
inline TAknLayoutScalableParameterLimits list_setting_pane_vc_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_pane_vc_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5433
inline TAknWindowComponentLayout list_setting_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5435
inline TAknLayoutScalableTableLimits list_setting_pane_vc_g_Limits()		{ return (*(Tlist_setting_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5437
inline TAknLayoutScalableParameterLimits list_setting_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_setting_pane_vc_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5439
inline TAknWindowComponentLayout list_setting_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5441
inline TAknLayoutScalableParameterLimits list_setting_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5443
inline TAknTextComponentLayout list_setting_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5445
inline TAknLayoutScalableParameterLimits list_setting_pane_vc_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_pane_vc_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5447
inline TAknTextComponentLayout list_setting_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_pane_vc_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5449
inline TAknLayoutScalableTableLimits list_setting_pane_vc_t_Limits()		{ return (*(Tlist_setting_pane_vc_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5451
inline TAknLayoutScalableParameterLimits list_setting_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_setting_pane_vc_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5453
inline TAknTextComponentLayout list_setting_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_pane_vc_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5455
inline TAknLayoutScalableParameterLimits set_value_pane_cp_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tset_value_pane_cp_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_value_pane_cp_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5457
inline TAknWindowComponentLayout set_value_pane_cp_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_value_pane_cp_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_value_pane_cp_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5459
// LAF Table : list_single_number_heading_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5460
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_vc_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_vc_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5462
inline TAknWindowComponentLayout list_single_number_heading_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5464
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_vc_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_vc_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5466
inline TAknWindowComponentLayout list_single_number_heading_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5468
inline TAknLayoutScalableTableLimits list_single_number_heading_pane_vc_g_Limits()		{ return (*(Tlist_single_number_heading_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5469
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5470
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_vc_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5472
inline TAknWindowComponentLayout list_single_number_heading_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5474
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5476
inline TAknTextComponentLayout list_single_number_heading_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5478
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_vc_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_vc_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5480
inline TAknTextComponentLayout list_single_number_heading_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_vc_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5482
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_vc_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_vc_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5483
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5484
inline TAknTextComponentLayout list_single_number_heading_pane_vc_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_vc_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5485
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5486
inline TAknLayoutScalableTableLimits list_single_number_heading_pane_vc_t_Limits()		{ return (*(Tlist_single_number_heading_pane_vc_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5487
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5488
inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_number_heading_pane_vc_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5490
inline TAknTextComponentLayout list_single_number_heading_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_number_heading_pane_vc_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_number_heading_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5491
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5492
// LAF Table : list_single_graphic_heading_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5493
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_vc_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_vc_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5495
inline TAknWindowComponentLayout list_single_graphic_heading_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5496
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5497
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_vc_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_vc_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5498
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5499
inline TAknWindowComponentLayout list_single_graphic_heading_pane_vc_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_vc_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5500
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5501
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_vc_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_vc_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5502
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5503
inline TAknWindowComponentLayout list_single_graphic_heading_pane_vc_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_vc_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5505
inline TAknLayoutScalableTableLimits list_single_graphic_heading_pane_vc_g_Limits()		{ return (*(Tlist_single_graphic_heading_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5507
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_vc_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5509
inline TAknWindowComponentLayout list_single_graphic_heading_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5511
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5513
inline TAknTextComponentLayout list_single_graphic_heading_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5515
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_vc_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_vc_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5517
inline TAknTextComponentLayout list_single_graphic_heading_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_vc_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5519
inline TAknLayoutScalableTableLimits list_single_graphic_heading_pane_vc_t_Limits()		{ return (*(Tlist_single_graphic_heading_pane_vc_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5521
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_vc_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5523
inline TAknTextComponentLayout list_single_graphic_heading_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_vc_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5525
// LAF Table : list_double2_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5526
inline TAknLayoutScalableParameterLimits list_double2_pane_vc_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_pane_vc_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5528
inline TAknWindowComponentLayout list_double2_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5530
inline TAknLayoutScalableParameterLimits list_double2_pane_vc_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_pane_vc_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5532
inline TAknWindowComponentLayout list_double2_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5534
inline TAknLayoutScalableTableLimits list_double2_pane_vc_g_Limits()		{ return (*(Tlist_double2_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5536
inline TAknLayoutScalableParameterLimits list_double2_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double2_pane_vc_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5538
inline TAknWindowComponentLayout list_double2_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5540
inline TAknLayoutScalableParameterLimits list_double2_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5542
inline TAknTextComponentLayout list_double2_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5544
// LAF Table : list_double2_large_graphic_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5545
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_vc_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_vc_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5547
inline TAknWindowComponentLayout list_double2_large_graphic_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_large_graphic_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5549
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_vc_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_vc_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5551
inline TAknWindowComponentLayout list_double2_large_graphic_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_large_graphic_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5553
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_vc_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_vc_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_vc_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5554
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5555
inline TAknWindowComponentLayout list_double2_large_graphic_pane_vc_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_large_graphic_pane_vc_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5556
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5557
inline TAknLayoutScalableTableLimits list_double2_large_graphic_pane_vc_g_Limits()		{ return (*(Tlist_double2_large_graphic_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5559
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_vc_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5561
inline TAknWindowComponentLayout list_double2_large_graphic_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_large_graphic_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5563
inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double2_large_graphic_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5564
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5565
inline TAknTextComponentLayout list_double2_large_graphic_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double2_large_graphic_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double2_large_graphic_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5567
// LAF Table : list_double_time_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5568
inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_vc_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5570
inline TAknWindowComponentLayout list_double_time_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_time_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5572
inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_vc_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5574
inline TAknWindowComponentLayout list_double_time_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_time_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5576
inline TAknLayoutScalableTableLimits list_double_time_pane_vc_g_Limits()		{ return (*(Tlist_double_time_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5578
inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_vc_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5580
inline TAknWindowComponentLayout list_double_time_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_time_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5582
inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5584
inline TAknTextComponentLayout list_double_time_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_time_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5586
inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_vc_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5588
inline TAknTextComponentLayout list_double_time_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_time_pane_vc_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5590
inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_vc_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5592
inline TAknTextComponentLayout list_double_time_pane_vc_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_time_pane_vc_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5594
inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_vc_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5596
inline TAknTextComponentLayout list_double_time_pane_vc_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_time_pane_vc_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5598
inline TAknLayoutScalableTableLimits list_double_time_pane_vc_t_Limits()		{ return (*(Tlist_double_time_pane_vc_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5600
inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_time_pane_vc_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5602
inline TAknTextComponentLayout list_double_time_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_time_pane_vc_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_time_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5604
// LAF Table : list_double_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5605
inline TAknLayoutScalableParameterLimits list_double_pane_vc_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_pane_vc_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5607
inline TAknWindowComponentLayout list_double_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5609
inline TAknLayoutScalableParameterLimits list_double_pane_vc_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_pane_vc_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5611
inline TAknWindowComponentLayout list_double_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5613
inline TAknLayoutScalableTableLimits list_double_pane_vc_g_Limits()		{ return (*(Tlist_double_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5615
inline TAknLayoutScalableParameterLimits list_double_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_pane_vc_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5617
inline TAknWindowComponentLayout list_double_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5619
inline TAknLayoutScalableParameterLimits list_double_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5621
inline TAknTextComponentLayout list_double_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5623
inline TAknLayoutScalableParameterLimits list_double_pane_vc_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_pane_vc_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5625
inline TAknTextComponentLayout list_double_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_pane_vc_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5627
inline TAknLayoutScalableTableLimits list_double_pane_vc_t_Limits()		{ return (*(Tlist_double_pane_vc_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5629
inline TAknLayoutScalableParameterLimits list_double_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_pane_vc_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5630
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5631
inline TAknTextComponentLayout list_double_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_pane_vc_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5633
// LAF Table : list_double_number_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5634
inline TAknLayoutScalableParameterLimits list_double_number_pane_vc_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_vc_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5636
inline TAknWindowComponentLayout list_double_number_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5638
inline TAknLayoutScalableParameterLimits list_double_number_pane_vc_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_vc_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5640
inline TAknWindowComponentLayout list_double_number_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5642
inline TAknLayoutScalableTableLimits list_double_number_pane_vc_g_Limits()		{ return (*(Tlist_double_number_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5644
inline TAknLayoutScalableParameterLimits list_double_number_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_vc_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5646
inline TAknWindowComponentLayout list_double_number_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5648
inline TAknLayoutScalableParameterLimits list_double_number_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5650
inline TAknTextComponentLayout list_double_number_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5652
inline TAknLayoutScalableParameterLimits list_double_number_pane_vc_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_vc_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5654
inline TAknTextComponentLayout list_double_number_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_vc_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5656
inline TAknLayoutScalableParameterLimits list_double_number_pane_vc_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_vc_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5658
inline TAknTextComponentLayout list_double_number_pane_vc_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_vc_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5660
inline TAknLayoutScalableTableLimits list_double_number_pane_vc_t_Limits()		{ return (*(Tlist_double_number_pane_vc_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5662
inline TAknLayoutScalableParameterLimits list_double_number_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_number_pane_vc_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5664
inline TAknTextComponentLayout list_double_number_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_number_pane_vc_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_number_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5666
// LAF Table : list_double_large_graphic_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5667
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5669
inline TAknWindowComponentLayout list_double_large_graphic_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5670
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5671
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5672
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5673
inline TAknWindowComponentLayout list_double_large_graphic_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5675
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5677
inline TAknWindowComponentLayout list_double_large_graphic_pane_vc_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5679
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5681
inline TAknWindowComponentLayout list_double_large_graphic_pane_vc_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5683
inline TAknLayoutScalableTableLimits list_double_large_graphic_pane_vc_g_Limits()		{ return (*(Tlist_double_large_graphic_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5685
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5687
inline TAknWindowComponentLayout list_double_large_graphic_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5689
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5691
inline TAknTextComponentLayout list_double_large_graphic_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5693
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5695
inline TAknTextComponentLayout list_double_large_graphic_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5697
inline TAknLayoutScalableTableLimits list_double_large_graphic_pane_vc_t_Limits()		{ return (*(Tlist_double_large_graphic_pane_vc_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5699
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5701
inline TAknTextComponentLayout list_double_large_graphic_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_vc_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5703
// LAF Table : list_double_heading_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5704
inline TAknLayoutScalableParameterLimits list_double_heading_pane_vc_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_vc_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5706
inline TAknWindowComponentLayout list_double_heading_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_heading_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5707
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5708
inline TAknLayoutScalableParameterLimits list_double_heading_pane_vc_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_vc_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5710
inline TAknWindowComponentLayout list_double_heading_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_heading_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5712
inline TAknLayoutScalableTableLimits list_double_heading_pane_vc_g_Limits()		{ return (*(Tlist_double_heading_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5714
inline TAknLayoutScalableParameterLimits list_double_heading_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_vc_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5716
inline TAknWindowComponentLayout list_double_heading_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_heading_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5718
inline TAknLayoutScalableParameterLimits list_double_heading_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5720
inline TAknTextComponentLayout list_double_heading_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_heading_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5721
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5722
inline TAknLayoutScalableParameterLimits list_double_heading_pane_vc_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_vc_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5724
inline TAknTextComponentLayout list_double_heading_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_heading_pane_vc_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5726
inline TAknLayoutScalableTableLimits list_double_heading_pane_vc_t_Limits()		{ return (*(Tlist_double_heading_pane_vc_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5728
inline TAknLayoutScalableParameterLimits list_double_heading_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_vc_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5730
inline TAknTextComponentLayout list_double_heading_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_heading_pane_vc_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5732
// LAF Table : list_double_graphic_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5733
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_vc_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_vc_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5735
inline TAknWindowComponentLayout list_double_graphic_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5737
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_vc_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_vc_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5739
inline TAknWindowComponentLayout list_double_graphic_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5741
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_vc_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_vc_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5743
inline TAknWindowComponentLayout list_double_graphic_pane_vc_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_vc_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5745
inline TAknLayoutScalableTableLimits list_double_graphic_pane_vc_g_Limits()		{ return (*(Tlist_double_graphic_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5747
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_vc_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5749
inline TAknWindowComponentLayout list_double_graphic_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5751
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5753
inline TAknTextComponentLayout list_double_graphic_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5755
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_vc_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_vc_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5757
inline TAknTextComponentLayout list_double_graphic_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_vc_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5759
inline TAknLayoutScalableTableLimits list_double_graphic_pane_vc_t_Limits()		{ return (*(Tlist_double_graphic_pane_vc_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5761
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_double_graphic_pane_vc_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5763
inline TAknTextComponentLayout list_double_graphic_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_vc_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5765
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5766
inline TAknWindowComponentLayout aid_size_cell_fastswap(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_fastswap_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_fastswap)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5768
inline TAknLayoutScalableParameterLimits aid_size_cell_touch_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_size_cell_touch_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_touch_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5770
inline TAknWindowComponentLayout aid_size_cell_touch(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_touch_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_touch)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5772
inline TAknLayoutScalableParameterLimits popup_fast_swap_wide_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_fast_swap_wide_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fast_swap_wide_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5774
inline TAknWindowComponentLayout popup_fast_swap_wide_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fast_swap_wide_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fast_swap_wide_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5776
inline TAknLayoutScalableParameterLimits touch_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Ttouch_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_touch_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5778
inline TAknWindowComponentLayout touch_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttouch_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_touch_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5780
// LAF Table : list_form_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5781
inline TAknWindowComponentLayout button_value_adjust_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbutton_value_adjust_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5783
inline TAknWindowComponentLayout button_value_adjust_pane_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbutton_value_adjust_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5785
inline TAknWindowComponentLayout form_field_data_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5787
inline TAknWindowComponentLayout form_field_data_wide_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_wide_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5789
// LAF Table : scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5790
inline TAknLayoutScalableParameterLimits bg_scroll_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_scroll_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_scroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5792
inline TAknLayoutScalableParameterLimits scroll_handle_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_handle_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5794
inline TAknLayoutScalableParameterLimits scroll_sc2_down_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_sc2_down_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_sc2_down_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5796
inline TAknWindowComponentLayout scroll_sc2_down_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_sc2_down_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_sc2_down_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5798
inline TAknLayoutScalableParameterLimits scroll_sc2_up_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_sc2_up_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_sc2_up_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5800
inline TAknWindowComponentLayout scroll_sc2_up_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_sc2_up_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_sc2_up_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5802
// LAF Table : grid_wheel_folder_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5803
inline TAknLayoutScalableParameterLimits grid_wheel_folder_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_wheel_folder_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_wheel_folder_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5805
inline TAknWindowComponentLayout grid_wheel_folder_pane_g1(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tgrid_wheel_folder_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_wheel_folder_pane_g1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5806
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5807
// LAF Table : stacon_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5808
inline TAknLayoutScalableParameterLimits clock_nsta_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tclock_nsta_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5810
inline TAknWindowComponentLayout clock_nsta_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_nsta_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5812
// LAF Table : main_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5813
inline TAknLayoutScalableParameterLimits listscroll_midp_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_midp_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_midp_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5815
inline TAknWindowComponentLayout midp_canvas_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_canvas_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_canvas_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5817
// LAF Table : control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5818
inline TAknWindowComponentLayout nsta_clock_indic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnsta_clock_indic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_nsta_clock_indic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5820
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5821
inline TAknWindowComponentLayout listscroll_form_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_form_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_form_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5822
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5823
inline TAknLayoutScalableParameterLimits listscroll_set_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_set_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_set_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5825
inline TAknWindowComponentLayout listscroll_set_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_set_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_set_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5827
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5828
inline TAknWindowComponentLayout clock_nsta_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_nsta_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5829
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5830
inline TAknWindowComponentLayout indicator_nsta_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_nsta_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_nsta_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5832
// LAF Table : popup_toolbar_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5833
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_sub_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5835
inline TAknLayoutScalableParameterLimits find_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tfind_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5837
inline TAknWindowComponentLayout find_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfind_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5839
inline TAknLayoutScalableParameterLimits grid_toobar_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_toobar_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_toobar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5841
// LAF Table : listscroll_form_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5842
inline TAknLayoutScalableParameterLimits list_form_gen_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_form_gen_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_gen_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5844
inline TAknWindowComponentLayout list_form_gen_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_form_gen_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_gen_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5846
inline TAknLayoutScalableParameterLimits scroll_pane_cp8_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_cp8_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp8_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5848
inline TAknWindowComponentLayout scroll_pane_cp8_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp8_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp8_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5850
// LAF Table : form_field_data_wide_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5851
inline TAknLayoutScalableParameterLimits data_form_wide_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tdata_form_wide_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_data_form_wide_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5853
inline TAknWindowComponentLayout data_form_wide_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdata_form_wide_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_data_form_wide_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5855
inline TAknWindowComponentLayout form_field_data_wide_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_wide_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5857
inline TAknLayoutScalableParameterLimits form_field_data_wide_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_data_wide_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5859
inline TAknTextComponentLayout form_field_data_wide_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_wide_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5861
inline TAknLayoutScalableParameterLimits input_focus_pane_cp6_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp6_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp6_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5863
inline TAknWindowComponentLayout input_focus_pane_cp6_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp6_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp6_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5865
// LAF Table : listscroll_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5866
inline TAknLayoutScalableParameterLimits list_midp_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_midp_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_midp_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5868
inline TAknLayoutScalableParameterLimits scroll_pane_cp16_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_cp16_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp16_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5870
inline TAknWindowComponentLayout scroll_pane_cp16(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp16_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp16)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5872
// LAF Table : popup_query_code_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5873
inline TAknLayoutScalableParameterLimits button_value_adjust_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbutton_value_adjust_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5875
inline TAknWindowComponentLayout button_value_adjust_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbutton_value_adjust_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5877
// LAF Table : set_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5878
inline TAknLayoutScalableParameterLimits button_value_adjust_pane_cp6_ParamLimits(TInt aVariety = 0)		{ return (*(Tbutton_value_adjust_pane_cp6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane_cp6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5880
inline TAknWindowComponentLayout button_value_adjust_pane_cp6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbutton_value_adjust_pane_cp6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5881
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5882
inline TAknLayoutScalableParameterLimits settings_code_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tsettings_code_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_settings_code_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5884
inline TAknWindowComponentLayout settings_code_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsettings_code_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_settings_code_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5886
// LAF Table : cell_touch_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5887
inline TAknWindowComponentLayout cell_touch_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_touch_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_touch_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5889
inline TAknWindowComponentLayout cell_touch_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_touch_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_touch_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5891
inline TAknLayoutScalableTableLimits cell_touch_pane_g_Limits()		{ return (*(Tcell_touch_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_touch_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5893
inline TAknWindowComponentLayout cell_touch_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_touch_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_touch_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5895
// LAF Table : grid_touch_1_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5896
inline TAknLayoutScalableParameterLimits cell_touch_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_touch_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_touch_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5898
inline TAknWindowComponentLayout cell_touch_pane_cp(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_touch_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_touch_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5900
// LAF Table : grid_touch_2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5901
inline TAknLayoutScalableParameterLimits cell_touch_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_touch_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_touch_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5903
inline TAknWindowComponentLayout cell_touch_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_touch_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_touch_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5905
// LAF Table : scroll_sc2_down_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5906
inline TAknWindowComponentLayout scroll_sc2_down_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_sc2_down_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_sc2_down_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5908
// LAF Table : scroll_sc2_up_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5909
inline TAknWindowComponentLayout scroll_sc2_up_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_sc2_up_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_sc2_up_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5911
// LAF Table : list_set_graphic_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5912
inline TAknWindowComponentLayout bg_set_opt_pane_cp4_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_cp4_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_cp4_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5913
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5914
inline TAknLayoutScalableParameterLimits list_set_graphic_pane_vc_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_set_graphic_pane_vc_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5915
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5916
inline TAknWindowComponentLayout list_set_graphic_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_set_graphic_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5917
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5918
inline TAknLayoutScalableParameterLimits list_set_graphic_pane_vc_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_set_graphic_pane_vc_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5919
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5920
inline TAknWindowComponentLayout list_set_graphic_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_set_graphic_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5921
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5922
inline TAknLayoutScalableTableLimits list_set_graphic_pane_vc_g_Limits()		{ return (*(Tlist_set_graphic_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5923
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5924
inline TAknLayoutScalableParameterLimits list_set_graphic_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_set_graphic_pane_vc_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5926
inline TAknWindowComponentLayout list_set_graphic_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_set_graphic_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5928
inline TAknLayoutScalableParameterLimits text_primary_small_cp13_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Ttext_primary_small_cp13_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_text_primary_small_cp13_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5930
inline TAknTextComponentLayout text_primary_small_cp13_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttext_primary_small_cp13_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_text_primary_small_cp13_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5932
// LAF Table : list_set_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5933
inline TAknLayoutScalableParameterLimits list_set_graphic_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_set_graphic_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5935
inline TAknWindowComponentLayout list_set_graphic_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_set_graphic_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5937
// LAF Table : setting_code_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5938
inline TAknWindowComponentLayout input_focus_pane_cp2_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp2_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp2_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5940
inline TAknWindowComponentLayout setting_code_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_code_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_code_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5942
inline TAknTextComponentLayout setting_code_pane_vc_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_code_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_code_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5944
// LAF Table : list_set_text_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5945
inline TAknLayoutScalableParameterLimits set_text_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tset_text_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_text_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5947
inline TAknTextComponentLayout set_text_pane_vc_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tset_text_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_text_pane_vc_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5949
// LAF Table : setting_text_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5950
inline TAknWindowComponentLayout input_focus_pane_cp1_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp1_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp1_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5952
inline TAknWindowComponentLayout list_set_text_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_set_text_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_text_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5954
inline TAknWindowComponentLayout setting_text_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_text_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_text_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5955
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5956
// LAF Table : setting_slider_graphic_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5957
inline TAknWindowComponentLayout bg_set_opt_pane_cp2_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_cp2_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_cp2_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5959
inline TAknWindowComponentLayout setting_slider_graphic_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_graphic_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_graphic_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5961
inline TAknTextComponentLayout setting_slider_graphic_pane_vc_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_graphic_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_graphic_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5963
inline TAknTextComponentLayout setting_slider_graphic_pane_vc_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_graphic_pane_vc_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_graphic_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5964
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5965
inline TAknLayoutScalableTableLimits setting_slider_graphic_pane_vc_t_Limits()		{ return (*(Tsetting_slider_graphic_pane_vc_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_graphic_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5967
inline TAknTextComponentLayout setting_slider_graphic_pane_vc_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_graphic_pane_vc_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_graphic_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5969
inline TAknWindowComponentLayout slider_set_pane_cp_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_cp_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_cp_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5971
// LAF Table : slider_set_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5972
inline TAknWindowComponentLayout slider_set_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5974
inline TAknWindowComponentLayout slider_set_pane_vc_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5976
inline TAknLayoutScalableTableLimits slider_set_pane_vc_g_Limits()		{ return (*(Tslider_set_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5978
inline TAknWindowComponentLayout slider_set_pane_vc_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5980
// LAF Table : bg_set_opt_pane_cp_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5981
inline TAknWindowComponentLayout set_opt_bg_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5982
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5983
inline TAknWindowComponentLayout set_opt_bg_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5984
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5985
inline TAknWindowComponentLayout set_opt_bg_pane_g3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5987
inline TAknWindowComponentLayout set_opt_bg_pane_g4_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g4_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g4_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5988
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5989
inline TAknWindowComponentLayout set_opt_bg_pane_g5_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g5_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g5_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5990
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5991
inline TAknWindowComponentLayout set_opt_bg_pane_g6_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g6_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g6_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5993
inline TAknWindowComponentLayout set_opt_bg_pane_g7_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g7_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g7_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5995
inline TAknWindowComponentLayout set_opt_bg_pane_g8_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g8_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g8_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5997
inline TAknWindowComponentLayout set_opt_bg_pane_g9_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g9_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g9_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5999
// LAF Table : setting_slider_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6000
inline TAknWindowComponentLayout bg_set_opt_pane_cp_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_cp_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_cp_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6002
inline TAknTextComponentLayout setting_slider_pane_vc_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6004
inline TAknTextComponentLayout setting_slider_pane_vc_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_pane_vc_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6006
inline TAknTextComponentLayout setting_slider_pane_vc_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_pane_vc_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_vc_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6008
inline TAknLayoutScalableTableLimits setting_slider_pane_vc_t_Limits()		{ return (*(Tsetting_slider_pane_vc_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6010
inline TAknTextComponentLayout setting_slider_pane_vc_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_pane_vc_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6012
inline TAknWindowComponentLayout slider_set_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6014
// LAF Table : volume_set_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6015
inline TAknWindowComponentLayout volume_set_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6016
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6017
inline TAknWindowComponentLayout volume_set_pane_vc_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6018
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6019
inline TAknWindowComponentLayout volume_set_pane_vc_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_vc_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6020
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6021
inline TAknWindowComponentLayout volume_set_pane_vc_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_vc_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_vc_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6023
inline TAknWindowComponentLayout volume_set_pane_vc_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_vc_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_vc_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6025
inline TAknWindowComponentLayout volume_set_pane_vc_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_vc_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_vc_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6026
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6027
inline TAknWindowComponentLayout volume_set_pane_vc_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_vc_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_vc_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6029
inline TAknWindowComponentLayout volume_set_pane_vc_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_vc_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_vc_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6031
inline TAknWindowComponentLayout volume_set_pane_vc_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_vc_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_vc_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6033
inline TAknWindowComponentLayout volume_set_pane_vc_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_vc_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_vc_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6035
inline TAknLayoutScalableTableLimits volume_set_pane_vc_g_Limits()		{ return (*(Tvolume_set_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6037
inline TAknWindowComponentLayout volume_set_pane_vc_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6039
// LAF Table : setting_volume_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6040
inline TAknWindowComponentLayout volume_set_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6042
// LAF Table : set_content_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6043
inline TAknWindowComponentLayout button_value_adjust_pane_cp1_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbutton_value_adjust_pane_cp1_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane_cp1_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6045
inline TAknWindowComponentLayout list_highlight_pane_cp2_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp2_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp2_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6047
inline TAknLayoutScalableParameterLimits list_set_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_set_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6049
inline TAknWindowComponentLayout list_set_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_set_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6051
inline TAknLayoutScalableParameterLimits main_pane_set_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_pane_set_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6052
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6053
inline TAknTextComponentLayout main_pane_set_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_set_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6054
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6055
inline TAknLayoutScalableParameterLimits main_pane_set_vc_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_pane_set_vc_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6056
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6057
inline TAknTextComponentLayout main_pane_set_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_set_vc_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6058
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6059
inline TAknLayoutScalableParameterLimits main_pane_set_vc_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_pane_set_vc_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_vc_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6061
inline TAknTextComponentLayout main_pane_set_vc_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_set_vc_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_vc_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6062
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6063
inline TAknLayoutScalableParameterLimits main_pane_set_vc_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_pane_set_vc_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_vc_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6064
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6065
inline TAknTextComponentLayout main_pane_set_vc_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_set_vc_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_vc_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6066
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6067
inline TAknLayoutScalableTableLimits main_pane_set_vc_t_Limits()		{ return (*(Tmain_pane_set_vc_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6069
inline TAknLayoutScalableParameterLimits main_pane_set_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_pane_set_vc_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6071
inline TAknTextComponentLayout main_pane_set_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_set_vc_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6073
inline TAknLayoutScalableParameterLimits setting_code_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tsetting_code_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_code_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6075
inline TAknWindowComponentLayout setting_code_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_code_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_code_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6077
inline TAknWindowComponentLayout setting_slider_graphic_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_graphic_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_graphic_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6079
inline TAknWindowComponentLayout setting_slider_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6081
inline TAknWindowComponentLayout setting_text_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_text_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_text_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6082
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6083
inline TAknWindowComponentLayout setting_volume_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_volume_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_volume_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6084
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6085
// LAF Table : listscroll_set_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6086
inline TAknWindowComponentLayout scroll_pane_cp121_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp121_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp121_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6088
inline TAknWindowComponentLayout set_content_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_content_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_content_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6090
// LAF Table : button_value_adjust_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6091
inline TAknWindowComponentLayout button_value_adjust_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbutton_value_adjust_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6092
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6093
inline TAknWindowComponentLayout button_value_adjust_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbutton_value_adjust_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6094
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6095
inline TAknLayoutScalableTableLimits button_value_adjust_pane_g_Limits()		{ return (*(Tbutton_value_adjust_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6096
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6097
inline TAknWindowComponentLayout button_value_adjust_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbutton_value_adjust_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6098
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6099
// LAF Table : form_field_slider_wide_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6100
inline TAknLayoutScalableParameterLimits form_field_slider_wide_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_slider_wide_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6102
inline TAknTextComponentLayout form_field_slider_wide_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_wide_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6104
inline TAknLayoutScalableParameterLimits form_field_slider_wide_pane_vc_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_slider_wide_pane_vc_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6106
inline TAknTextComponentLayout form_field_slider_wide_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_wide_pane_vc_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6108
inline TAknLayoutScalableTableLimits form_field_slider_wide_pane_vc_t_Limits()		{ return (*(Tform_field_slider_wide_pane_vc_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6110
inline TAknLayoutScalableParameterLimits form_field_slider_wide_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tform_field_slider_wide_pane_vc_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6112
inline TAknTextComponentLayout form_field_slider_wide_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_wide_pane_vc_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6114
inline TAknLayoutScalableParameterLimits input_focus_pane_cp10_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp10_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp10_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6116
inline TAknWindowComponentLayout input_focus_pane_cp10_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp10_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp10_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6118
inline TAknLayoutScalableParameterLimits slider_cont_pane_cp1_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tslider_cont_pane_cp1_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_cont_pane_cp1_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6120
inline TAknWindowComponentLayout slider_cont_pane_cp1_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_cont_pane_cp1_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_cont_pane_cp1_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6122
// LAF Table : slider_form_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6123
inline TAknWindowComponentLayout slider_form_pane_g1_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6125
inline TAknWindowComponentLayout slider_form_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6127
// LAF Table : slider_cont_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6128
inline TAknTextComponentLayout form_field_slider_pane_vc_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_pane_vc_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_vc_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6130
inline TAknTextComponentLayout form_field_slider_pane_vc_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_pane_vc_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_vc_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6132
inline TAknLayoutScalableParameterLimits slider_form_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tslider_form_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6134
inline TAknWindowComponentLayout slider_form_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6136
// LAF Table : form_field_slider_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6137
inline TAknLayoutScalableParameterLimits form_field_slider_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_slider_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6139
inline TAknTextComponentLayout form_field_slider_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6141
inline TAknLayoutScalableParameterLimits form_field_slider_pane_vc_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_slider_pane_vc_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6143
inline TAknTextComponentLayout form_field_slider_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_pane_vc_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6144
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6145
inline TAknLayoutScalableTableLimits form_field_slider_pane_vc_t_Limits()		{ return (*(Tform_field_slider_pane_vc_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6146
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6147
inline TAknLayoutScalableParameterLimits form_field_slider_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tform_field_slider_pane_vc_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6149
inline TAknTextComponentLayout form_field_slider_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_pane_vc_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6151
inline TAknLayoutScalableParameterLimits input_focus_pane_cp9_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp9_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp9_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6153
inline TAknWindowComponentLayout input_focus_pane_cp9_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp9_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp9_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6155
inline TAknLayoutScalableParameterLimits slider_cont_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tslider_cont_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_cont_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6157
inline TAknWindowComponentLayout slider_cont_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_cont_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_cont_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6159
// LAF Table : list_form_wide_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6160
inline TAknLayoutScalableParameterLimits list_form_graphic_pane_cp_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_form_graphic_pane_cp_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_graphic_pane_cp_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6162
inline TAknWindowComponentLayout list_form_graphic_pane_cp_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_form_graphic_pane_cp_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_graphic_pane_cp_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6164
// LAF Table : form_field_popup_wide_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6165
inline TAknWindowComponentLayout form_field_popup_wide_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_popup_wide_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_wide_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6167
inline TAknLayoutScalableParameterLimits form_field_popup_wide_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_popup_wide_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_wide_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6169
inline TAknTextComponentLayout form_field_popup_wide_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_popup_wide_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_wide_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6171
inline TAknLayoutScalableParameterLimits input_focus_pane_cp8_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp8_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp8_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6173
inline TAknWindowComponentLayout input_focus_pane_cp8_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp8_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp8_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6175
inline TAknLayoutScalableParameterLimits list_form_wide_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_form_wide_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_wide_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6177
inline TAknWindowComponentLayout list_form_wide_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_form_wide_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_wide_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6179
// LAF Table : list_form_graphic_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6180
inline TAknWindowComponentLayout list_form_graphic_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_form_graphic_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_graphic_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6181
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6182
inline TAknLayoutScalableParameterLimits list_form_graphic_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_form_graphic_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_graphic_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6183
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6184
inline TAknTextComponentLayout list_form_graphic_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_form_graphic_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_graphic_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6186
inline TAknLayoutScalableParameterLimits list_highlight_pane_cp5_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_highlight_pane_cp5_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp5_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6188
inline TAknWindowComponentLayout list_highlight_pane_cp5_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp5_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp5_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6190
// LAF Table : list_form_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6191
inline TAknLayoutScalableParameterLimits list_form_graphic_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_form_graphic_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_graphic_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6193
inline TAknWindowComponentLayout list_form_graphic_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_form_graphic_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_graphic_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6195
// LAF Table : form_field_popup_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6196
inline TAknWindowComponentLayout form_field_popup_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_popup_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6198
inline TAknLayoutScalableParameterLimits form_field_popup_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_popup_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6199
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6200
inline TAknTextComponentLayout form_field_popup_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_popup_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6202
inline TAknLayoutScalableParameterLimits input_focus_pane_cp7_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp7_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp7_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6204
inline TAknWindowComponentLayout input_focus_pane_cp7_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp7_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp7_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6206
inline TAknLayoutScalableParameterLimits list_form_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_form_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6208
inline TAknWindowComponentLayout list_form_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_form_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6210
// LAF Table : data_form_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6211
inline TAknLayoutScalableParameterLimits data_form_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tdata_form_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_data_form_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6213
inline TAknTextComponentLayout data_form_pane_vc_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tdata_form_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_data_form_pane_vc_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6215
// LAF Table : input_focus_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6216
inline TAknWindowComponentLayout input_focus_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6218
inline TAknWindowComponentLayout input_focus_pane_vc_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6220
inline TAknWindowComponentLayout input_focus_pane_vc_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_vc_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6222
inline TAknWindowComponentLayout input_focus_pane_vc_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_vc_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_vc_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6224
inline TAknWindowComponentLayout input_focus_pane_vc_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_vc_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_vc_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6226
inline TAknWindowComponentLayout input_focus_pane_vc_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_vc_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_vc_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6228
inline TAknWindowComponentLayout input_focus_pane_vc_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_vc_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_vc_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6230
inline TAknWindowComponentLayout input_focus_pane_vc_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_vc_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_vc_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6232
inline TAknWindowComponentLayout input_focus_pane_vc_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_vc_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_vc_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6234
inline TAknWindowComponentLayout input_focus_pane_vc_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_vc_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_vc_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6236
inline TAknLayoutScalableTableLimits input_focus_pane_vc_g_Limits()		{ return (*(Tinput_focus_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6238
inline TAknWindowComponentLayout input_focus_pane_vc_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6240
// LAF Table : form_field_data_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6241
inline TAknLayoutScalableParameterLimits data_form_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tdata_form_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_data_form_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6243
inline TAknWindowComponentLayout data_form_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdata_form_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_data_form_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6244
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6245
inline TAknWindowComponentLayout form_field_data_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6247
inline TAknLayoutScalableParameterLimits form_field_data_pane_vc_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_data_pane_vc_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6249
inline TAknTextComponentLayout form_field_data_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_pane_vc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6251
inline TAknLayoutScalableParameterLimits input_focus_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6253
inline TAknWindowComponentLayout input_focus_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6255
// LAF Table : list_form_gen_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6256
inline TAknWindowComponentLayout button_value_adjust_pane_cp3_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbutton_value_adjust_pane_cp3_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane_cp3_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6258
inline TAknWindowComponentLayout button_value_adjust_pane_cp5_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbutton_value_adjust_pane_cp5_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane_cp5_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6260
inline TAknLayoutScalableParameterLimits form_field_data_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_data_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6262
inline TAknWindowComponentLayout form_field_data_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6264
inline TAknWindowComponentLayout form_field_data_pane_vc_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_pane_vc_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_pane_vc_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6266
inline TAknLayoutScalableParameterLimits form_field_data_wide_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_data_wide_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6268
inline TAknWindowComponentLayout form_field_data_wide_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_wide_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6270
inline TAknWindowComponentLayout form_field_data_wide_pane_vc_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_wide_pane_vc_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_vc_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6272
inline TAknLayoutScalableParameterLimits form_field_popup_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_popup_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6274
inline TAknWindowComponentLayout form_field_popup_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_popup_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6276
inline TAknLayoutScalableParameterLimits form_field_popup_wide_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_popup_wide_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_wide_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6278
inline TAknWindowComponentLayout form_field_popup_wide_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_popup_wide_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_popup_wide_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6280
inline TAknLayoutScalableParameterLimits form_field_slider_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_slider_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6282
inline TAknWindowComponentLayout form_field_slider_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6283
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6284
inline TAknLayoutScalableParameterLimits form_field_slider_wide_pane_vc_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_field_slider_wide_pane_vc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6286
inline TAknWindowComponentLayout form_field_slider_wide_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_slider_wide_pane_vc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_slider_wide_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6287
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6288
// LAF Table : touch_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6289
inline TAknLayoutScalableParameterLimits grid_touch_1_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_touch_1_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_touch_1_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6291
inline TAknWindowComponentLayout grid_touch_1_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_touch_1_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_touch_1_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6293
inline TAknLayoutScalableParameterLimits grid_touch_2_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_touch_2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_touch_2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6295
inline TAknWindowComponentLayout grid_touch_2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_touch_2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_touch_2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6297
inline TAknLayoutScalableParameterLimits touch_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttouch_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_touch_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6298
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6299
inline TAknWindowComponentLayout touch_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttouch_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_touch_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6300
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6301
// LAF Table : grid_popup_fast_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6302
inline TAknLayoutScalableParameterLimits cell_app_pane_cp_wide_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_app_pane_cp_wide_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_cp_wide_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6304
inline TAknWindowComponentLayout cell_app_pane_cp_wide(TInt aCol, TInt aVariety = 0, TInt aRow = 0)		{ return (*(Tcell_app_pane_cp_wide_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_cp_wide)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6306
// LAF Table : listscroll_popup_fast_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6307
inline TAknLayoutScalableParameterLimits grid_popup_fast_wide_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_popup_fast_wide_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_popup_fast_wide_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6309
inline TAknWindowComponentLayout grid_popup_fast_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_popup_fast_wide_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_popup_fast_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6311
inline TAknLayoutScalableParameterLimits scroll_pane_cp19_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_cp19_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp19_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6312
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6313
inline TAknWindowComponentLayout scroll_pane_cp19(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp19_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp19)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6315
// LAF Table : popup_fast_swap_wide_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6316
inline TAknWindowComponentLayout bg_popup_window_pane_cp20(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp20_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp20)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6317
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6318
inline TAknWindowComponentLayout listscroll_popup_fast_wide_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_fast_wide_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_fast_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6320
// LAF Table : indicator_nsta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6321
inline TAknWindowComponentLayout grid_indicator_nsta_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_indicator_nsta_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_indicator_nsta_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6323
// LAF Table : clock_nsta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6324
inline TAknWindowComponentLayout clock_nsta_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_nsta_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6326
inline TAknTextComponentLayout clock_nsta_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_nsta_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6328
// LAF Table : grid_indicator_nsta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6329
inline TAknLayoutScalableParameterLimits cell_indicator_nsta_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_indicator_nsta_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_indicator_nsta_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6331
inline TAknWindowComponentLayout cell_indicator_nsta_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0)		{ return (*(Tcell_indicator_nsta_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_indicator_nsta_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6333
// LAF Table : cell_indicator_nsta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6334
inline TAknWindowComponentLayout cell_indicator_nsta_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_indicator_nsta_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_indicator_nsta_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6336
inline TAknWindowComponentLayout cell_indicator_nsta_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_indicator_nsta_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_indicator_nsta_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6338
inline TAknLayoutScalableTableLimits cell_indicator_nsta_pane_g_Limits()		{ return (*(Tcell_indicator_nsta_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_indicator_nsta_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6339
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6340
inline TAknWindowComponentLayout cell_indicator_nsta_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_indicator_nsta_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_indicator_nsta_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6341
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6342
// LAF Table : nsta_clock_indic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6343
inline TAknWindowComponentLayout clock_nsta_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_nsta_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6345
inline TAknWindowComponentLayout indicator_nsta_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_nsta_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_nsta_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6347
inline TAknWindowComponentLayout nsta_clock_indic_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnsta_clock_indic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_nsta_clock_indic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6349
// LAF Table : indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6350
inline TAknWindowComponentLayout grid_indicator_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_indicator_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_indicator_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6352
// LAF Table : popup_fep_japan_predictive_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6353
inline TAknWindowComponentLayout scroll_pane_cp29(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp29_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp29)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6355
// LAF Table : stacon_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6356
inline TAknLayoutScalableParameterLimits indicator_nsta_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tindicator_nsta_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_nsta_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6358
inline TAknWindowComponentLayout indicator_nsta_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_nsta_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_nsta_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6360
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6361
inline TAknWindowComponentLayout main_apps_wheel_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_apps_wheel_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_apps_wheel_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6363
// LAF Table : listscroll_form_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6364
inline TAknLayoutScalableParameterLimits form_midp_field_text_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tform_midp_field_text_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_midp_field_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6366
// LAF Table : midp_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6367
inline TAknLayoutScalableParameterLimits scroll_bar_cp050_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_bar_cp050_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_bar_cp050_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6369
// LAF Table : grid_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6370
inline TAknLayoutScalableParameterLimits cell_indicator_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_indicator_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_indicator_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6372
inline TAknWindowComponentLayout cell_indicator_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tcell_indicator_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_indicator_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6374
// LAF Table : cell_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6375
inline TAknWindowComponentLayout cell_indicator_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_indicator_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_indicator_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6377
// LAF Table : main_apps_wheel_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6378
inline TAknLayoutScalableParameterLimits grid_wheel_folder_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_wheel_folder_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_wheel_folder_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6380
inline TAknWindowComponentLayout grid_wheel_folder_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_wheel_folder_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_wheel_folder_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6382
inline TAknLayoutScalableParameterLimits list_wheel_apps_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_wheel_apps_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_wheel_apps_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6384
inline TAknWindowComponentLayout list_wheel_apps_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_wheel_apps_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_wheel_apps_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6386
inline TAknLayoutScalableParameterLimits main_apps_wheel_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_apps_wheel_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_apps_wheel_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6388
inline TAknWindowComponentLayout main_apps_wheel_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_apps_wheel_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_apps_wheel_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6390
inline TAknLayoutScalableParameterLimits main_apps_wheel_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_apps_wheel_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_apps_wheel_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6392
inline TAknWindowComponentLayout main_apps_wheel_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_apps_wheel_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_apps_wheel_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6394
inline TAknLayoutScalableTableLimits main_apps_wheel_pane_g_Limits()		{ return (*(Tmain_apps_wheel_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_apps_wheel_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6396
inline TAknLayoutScalableParameterLimits main_apps_wheel_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_apps_wheel_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_apps_wheel_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6397
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6398
inline TAknWindowComponentLayout main_apps_wheel_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_apps_wheel_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_apps_wheel_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6399
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6400
inline TAknLayoutScalableParameterLimits main_apps_wheel_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_apps_wheel_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_apps_wheel_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6401
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6402
inline TAknTextComponentLayout main_apps_wheel_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_apps_wheel_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_apps_wheel_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6404
// LAF Table : list_wheel_apps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6405
inline TAknWindowComponentLayout list_wheel_apps_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_wheel_apps_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_wheel_apps_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6407
inline TAknWindowComponentLayout list_wheel_apps_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_wheel_apps_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_wheel_apps_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6409
inline TAknWindowComponentLayout list_wheel_apps_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_wheel_apps_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_wheel_apps_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6411
inline TAknWindowComponentLayout list_wheel_apps_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_wheel_apps_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_wheel_apps_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6413
inline TAknWindowComponentLayout list_wheel_apps_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_wheel_apps_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_wheel_apps_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6415
inline TAknLayoutScalableTableLimits list_wheel_apps_pane_g_Limits()		{ return (*(Tlist_wheel_apps_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_wheel_apps_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6417
inline TAknWindowComponentLayout list_wheel_apps_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_wheel_apps_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_wheel_apps_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6419
// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6420
inline TAknWindowComponentLayout navi_icon_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_icon_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_icon_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6422
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6423
inline TAknWindowComponentLayout aid_fill_nsta(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_fill_nsta_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_fill_nsta)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6425
// LAF Table : navi_icon_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6426
inline TAknWindowComponentLayout navi_icon_text_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_icon_text_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_icon_text_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6428
inline TAknTextComponentLayout navi_icon_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_icon_text_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_icon_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6429
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6430
// LAF Table : list_set_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6431
inline TAknLayoutScalableParameterLimits list_set_graphic_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_set_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6433
inline TAknTextComponentLayout list_set_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_set_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6435
// LAF Table : popup_midp_note_alarm_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6436
inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t6_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_midp_note_alarm_window_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6438
inline TAknTextComponentLayout popup_midp_note_alarm_window_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_midp_note_alarm_window_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6440
inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t7_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_midp_note_alarm_window_t7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6442
inline TAknTextComponentLayout popup_midp_note_alarm_window_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_midp_note_alarm_window_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6444
inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t8_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_midp_note_alarm_window_t8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6446
inline TAknTextComponentLayout popup_midp_note_alarm_window_t8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_midp_note_alarm_window_t8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6448
inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t9_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_midp_note_alarm_window_t9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6450
inline TAknTextComponentLayout popup_midp_note_alarm_window_t9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_midp_note_alarm_window_t9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6452
inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t10_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_midp_note_alarm_window_t10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6454
inline TAknTextComponentLayout popup_midp_note_alarm_window_t10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_midp_note_alarm_window_t10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6456
inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t11_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_midp_note_alarm_window_t11_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6458
inline TAknTextComponentLayout popup_midp_note_alarm_window_t11(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_midp_note_alarm_window_t11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_midp_note_alarm_window_t11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6460
inline TAknLayoutScalableParameterLimits scroll_pane_cp17_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_cp17_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp17_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6462
inline TAknWindowComponentLayout scroll_pane_cp17(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp17_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp17)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6464
// LAF Table : volume_small_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6465
inline TAknWindowComponentLayout volume_small_pane_cp_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_cp_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_cp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6467
inline TAknWindowComponentLayout volume_small_pane_cp_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_cp_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_cp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6469
inline TAknWindowComponentLayout volume_small_pane_cp_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_cp_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_cp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6471
inline TAknWindowComponentLayout volume_small_pane_cp_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_cp_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_cp_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6473
inline TAknWindowComponentLayout volume_small_pane_cp_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_cp_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_cp_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6474
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6475
inline TAknWindowComponentLayout volume_small_pane_cp_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_cp_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_cp_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6477
inline TAknWindowComponentLayout volume_small_pane_cp_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_cp_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_cp_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6479
inline TAknWindowComponentLayout volume_small_pane_cp_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_cp_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_cp_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6481
inline TAknWindowComponentLayout volume_small_pane_cp_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_cp_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_cp_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6483
inline TAknWindowComponentLayout volume_small_pane_cp_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small_pane_cp_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small_pane_cp_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6485
// LAF Table : midp_ticker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6486
inline TAknLayoutScalableParameterLimits midp_ticker_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmidp_ticker_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_ticker_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6487
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6488
inline TAknLayoutScalableParameterLimits midp_ticker_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmidp_ticker_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_ticker_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6490
inline TAknLayoutScalableParameterLimits midp_ticker_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmidp_ticker_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_ticker_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6491
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6492
inline TAknLayoutScalableParameterLimits midp_ticker_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmidp_ticker_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_ticker_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6494
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6495
inline TAknWindowComponentLayout aid_fill_nsta_2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_fill_nsta_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_fill_nsta_2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6496
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6497
// LAF Table : midp_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6498
inline TAknWindowComponentLayout list_form2_midp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_form2_midp_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form2_midp_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6500
// LAF Table : navi_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6501
inline TAknLayoutScalableParameterLimits midp_editing_number_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmidp_editing_number_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_editing_number_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6502
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6503
inline TAknLayoutScalableParameterLimits midp_ticker_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmidp_ticker_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_ticker_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6505
// LAF Table : list_form2_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6506
inline TAknWindowComponentLayout form2_midp_field_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_field_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_field_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6507
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6508
inline TAknWindowComponentLayout scroll_pane_cp51(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp51_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp51)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6510
// LAF Table : form2_midp_field_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6511
inline TAknLayoutScalableParameterLimits form2_midp_button_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tform2_midp_button_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6513
inline TAknWindowComponentLayout form2_midp_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6515
inline TAknLayoutScalableParameterLimits form2_midp_content_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tform2_midp_content_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_content_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6517
inline TAknWindowComponentLayout form2_midp_content_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_content_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_content_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6519
inline TAknWindowComponentLayout form2_midp_field_choice_group_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_field_choice_group_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_field_choice_group_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6521
inline TAknWindowComponentLayout form2_midp_field_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_field_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_field_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6523
inline TAknWindowComponentLayout form2_midp_field_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_field_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_field_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6525
inline TAknWindowComponentLayout form2_midp_field_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_field_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_field_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6527
inline TAknWindowComponentLayout form2_midp_field_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_field_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_field_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6529
inline TAknLayoutScalableTableLimits form2_midp_field_pane_g_Limits()		{ return (*(Tform2_midp_field_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_field_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6531
inline TAknWindowComponentLayout form2_midp_field_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_field_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_field_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6532
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6533
inline TAknWindowComponentLayout form2_midp_gauge_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_gauge_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_gauge_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6535
inline TAknWindowComponentLayout form2_midp_gauge_wait_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_gauge_wait_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_gauge_wait_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6537
inline TAknLayoutScalableParameterLimits form2_midp_image_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tform2_midp_image_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_image_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6539
inline TAknWindowComponentLayout form2_midp_image_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_image_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6541
inline TAknLayoutScalableParameterLimits form2_midp_label_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tform2_midp_label_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_label_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6542
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6543
inline TAknWindowComponentLayout form2_midp_label_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_label_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_label_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6545
inline TAknLayoutScalableParameterLimits form2_midp_label_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tform2_midp_label_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_label_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6547
inline TAknWindowComponentLayout form2_midp_label_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_label_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_label_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6549
inline TAknLayoutScalableParameterLimits form2_midp_string_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tform2_midp_string_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_string_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6551
inline TAknWindowComponentLayout form2_midp_string_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_string_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_string_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6553
inline TAknLayoutScalableParameterLimits form2_midp_text_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tform2_midp_text_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6554
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6555
inline TAknWindowComponentLayout form2_midp_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6556
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6557
inline TAknWindowComponentLayout form2_midp_time_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_time_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_time_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6559
inline TAknLayoutScalableParameterLimits input_focus_pane_cp51_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp51_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp51_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6561
inline TAknWindowComponentLayout input_focus_pane_cp51(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp51_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp51)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6563
// LAF Table : form2_midp_label_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6564
inline TAknLayoutScalableParameterLimits form2_midp_label_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tform2_midp_label_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_label_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6566
inline TAknTextComponentLayout form2_midp_label_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tform2_midp_label_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_label_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6568
// LAF Table : form2_midp_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6569
inline TAknLayoutScalableParameterLimits form2_mdip_text_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tform2_mdip_text_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_mdip_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6571
inline TAknTextComponentLayout form2_mdip_text_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tform2_mdip_text_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_mdip_text_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6572
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6573
// LAF Table : form2_midp_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6574
inline TAknTextComponentLayout form2_midp_time_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_time_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_time_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6576
// LAF Table : form2_midp_gauge_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6577
inline TAknTextComponentLayout form2_midp_gauge_slider_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_gauge_slider_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_gauge_slider_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6579
inline TAknTextComponentLayout form2_midp_gauge_slider_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_gauge_slider_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_gauge_slider_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6581
inline TAknTextComponentLayout form2_midp_gauge_slider_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_gauge_slider_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_gauge_slider_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6582
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6583
inline TAknLayoutScalableTableLimits form2_midp_gauge_slider_pane_t_Limits()		{ return (*(Tform2_midp_gauge_slider_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_gauge_slider_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6585
inline TAknTextComponentLayout form2_midp_gauge_slider_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_gauge_slider_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_gauge_slider_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6587
inline TAknWindowComponentLayout form2_midp_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6589
// LAF Table : form2_midp_gauge_wait_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6590
inline TAknTextComponentLayout form2_midp_gauge_wait_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_gauge_wait_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_gauge_wait_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6592
inline TAknLayoutScalableParameterLimits form2_midp_wait_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tform2_midp_wait_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_wait_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6594
inline TAknWindowComponentLayout form2_midp_wait_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_wait_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_wait_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6596
// LAF Table : form2_midp_field_choice_group_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6597
inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_cp4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_pane_cp4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6598
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6599
inline TAknWindowComponentLayout list_single_2graphic_pane_cp4(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_2graphic_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_cp4)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6600
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6601
inline TAknLayoutScalableParameterLimits list_single_midp_graphic_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_midp_graphic_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_graphic_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6603
inline TAknWindowComponentLayout list_single_midp_graphic_pane_cp(TInt aVariety, TInt aRow, TInt aCol = 0)		{ return (*(Tlist_single_midp_graphic_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_graphic_pane_cp)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6605
// LAF Table : list_single_2graphic_pane_cp4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6606
inline TAknWindowComponentLayout list_highlight_pane_cp20(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp20_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp20)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6608
inline TAknWindowComponentLayout list_single_2graphic_pane_g1_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_g1_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g1_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6610
inline TAknWindowComponentLayout list_single_2graphic_pane_g2_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_g2_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_g2_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6612
inline TAknTextComponentLayout list_single_2graphic_pane_t1_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_pane_t1_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_pane_t1_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6614
// LAF Table : list_single_midp_graphic_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6615
inline TAknWindowComponentLayout list_highlight_pane_cp21(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp21_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp21)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6617
inline TAknWindowComponentLayout list_single_midp_graphic_pane_g4_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_midp_graphic_pane_g4_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_graphic_pane_g4_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6619
inline TAknTextComponentLayout list_single_midp_graphic_pane_t1_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_midp_graphic_pane_t1_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_graphic_pane_t1_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6621
// LAF Table : form2_midp_string_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6622
inline TAknLayoutScalableParameterLimits form2_mdip_string_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tform2_mdip_string_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_mdip_string_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6624
inline TAknTextComponentLayout form2_mdip_string_pane_t1(TInt aVariety, TInt aRow, TInt aCol = 0)		{ return (*(Tform2_mdip_string_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_mdip_string_pane_t1)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6626
// LAF Table : form2_midp_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6627
inline TAknWindowComponentLayout bg_wml_button_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_wml_button_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_wml_button_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6629
// LAF Table : form2_midp_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6630
inline TAknWindowComponentLayout form2_midp_image_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_image_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_image_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6632
// LAF Table : list_double_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6633
inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6635
inline TAknWindowComponentLayout list_double_large_graphic_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6637
// LAF Table : main_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6638
inline TAknLayoutScalableParameterLimits midp_form_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmidp_form_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_form_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6640
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6641
inline TAknLayoutScalableParameterLimits main_apps_wheel_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_apps_wheel_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_apps_wheel_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6643
inline TAknLayoutScalableParameterLimits popup_preview_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_preview_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6645
inline TAknWindowComponentLayout popup_preview_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_preview_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6647
inline TAknLayoutScalableParameterLimits popup_touch_info_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_touch_info_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_touch_info_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6649
inline TAknWindowComponentLayout popup_touch_info_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_touch_info_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_touch_info_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6651
inline TAknLayoutScalableParameterLimits popup_touch_menu_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_touch_menu_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_touch_menu_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6653
inline TAknWindowComponentLayout popup_touch_menu_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_touch_menu_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_touch_menu_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6655
// LAF Table : popup_touch_menu_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6656
inline TAknWindowComponentLayout bg_popup_sub_pane_cp6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6658
inline TAknWindowComponentLayout list_touch_menu_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_touch_menu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_touch_menu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6660
// LAF Table : list_touch_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6661
inline TAknLayoutScalableParameterLimits list_single_touch_menu_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_touch_menu_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_touch_menu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6663
inline TAknWindowComponentLayout list_single_touch_menu_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_touch_menu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_touch_menu_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6664
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6665
// LAF Table : list_single_touch_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6666
inline TAknTextComponentLayout list_single_touch_menu_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_touch_menu_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_touch_menu_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6668
// LAF Table : popup_touch_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6669
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp7_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_sub_pane_cp7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6670
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6671
inline TAknWindowComponentLayout bg_popup_sub_pane_cp7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6672
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6673
inline TAknWindowComponentLayout heading_sub_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_sub_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_sub_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6675
inline TAknLayoutScalableParameterLimits list_touch_info_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_touch_info_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_touch_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6677
inline TAknWindowComponentLayout list_touch_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_touch_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_touch_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6679
// LAF Table : list_touch_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6680
inline TAknLayoutScalableParameterLimits list_single_touch_info_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_touch_info_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_touch_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6681
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6682
inline TAknWindowComponentLayout list_single_touch_info_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_touch_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_touch_info_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6684
// LAF Table : list_single_touch_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6685
inline TAknTextComponentLayout list_single_touch_info_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_touch_info_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_touch_info_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6687
inline TAknTextComponentLayout list_single_touch_info_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_touch_info_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_touch_info_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6689
inline TAknLayoutScalableTableLimits list_single_touch_info_pane_t_Limits()		{ return (*(Tlist_single_touch_info_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_touch_info_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6691
inline TAknTextComponentLayout list_single_touch_info_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_touch_info_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_touch_info_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6693
// LAF Table : heading_sub_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6694
inline TAknWindowComponentLayout bg_popup_heading_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_heading_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6696
inline TAknTextComponentLayout heading_sub_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_sub_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_sub_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6698
// LAF Table : popup_preview_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6699
inline TAknLayoutScalableParameterLimits bg_popup_preview_window_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_preview_window_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6701
inline TAknWindowComponentLayout bg_popup_preview_window_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_preview_window_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6703
inline TAknWindowComponentLayout heading_preview_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_preview_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_preview_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6705
inline TAknLayoutScalableParameterLimits list_preview_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_preview_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_preview_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6707
inline TAknWindowComponentLayout list_preview_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_preview_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_preview_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6708
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6709
inline TAknWindowComponentLayout popup_preview_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_preview_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6711
// LAF Table : list_preview_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6712
inline TAknLayoutScalableParameterLimits list_single_preview_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_preview_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_preview_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6714
inline TAknWindowComponentLayout list_single_preview_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_preview_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_preview_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6716
// LAF Table : list_single_preview_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6717
inline TAknWindowComponentLayout list_single_preview_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_preview_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_preview_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6719
inline TAknTextComponentLayout list_single_preview_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_preview_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_preview_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6721
inline TAknTextComponentLayout list_single_preview_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_preview_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_preview_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6723
inline TAknLayoutScalableTableLimits list_single_preview_pane_t_Limits()		{ return (*(Tlist_single_preview_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_preview_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6725
inline TAknTextComponentLayout list_single_preview_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_preview_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_preview_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6727
// LAF Table : heading_preview_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6728
inline TAknLayoutScalableParameterLimits bg_popup_heading_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_heading_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6730
inline TAknWindowComponentLayout bg_popup_heading_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_heading_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6732
inline TAknWindowComponentLayout heading_preview_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_preview_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_preview_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6734
inline TAknLayoutScalableParameterLimits heading_preview_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Theading_preview_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_preview_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6736
inline TAknTextComponentLayout heading_preview_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_preview_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_preview_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6738
// LAF Table : soft_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6739
inline TAknLayoutScalableParameterLimits soft_indicator_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tsoft_indicator_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_soft_indicator_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6741
// LAF Table : listscroll_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6742
inline TAknLayoutScalableParameterLimits scroll_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6744
// LAF Table : scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6745
inline TAknWindowComponentLayout scroll_sc2_left_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_sc2_left_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_sc2_left_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6747
inline TAknWindowComponentLayout scroll_sc2_right_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_sc2_right_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_sc2_right_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6749
// LAF Table : bg_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6750
inline TAknLayoutScalableParameterLimits scroll_bg_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_bg_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_bg_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6751
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6752
inline TAknLayoutScalableParameterLimits scroll_bg_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_bg_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_bg_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6753
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6754
inline TAknLayoutScalableParameterLimits scroll_bg_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_bg_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_bg_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6755
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6756
inline TAknLayoutScalableParameterLimits scroll_bg_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tscroll_bg_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_bg_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6757
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6758
// LAF Table : scroll_handle_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6759
inline TAknLayoutScalableParameterLimits scroll_handle_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_handle_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6761
inline TAknLayoutScalableParameterLimits scroll_handle_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_handle_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6763
inline TAknLayoutScalableParameterLimits scroll_handle_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_handle_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6765
inline TAknLayoutScalableParameterLimits scroll_handle_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tscroll_handle_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_handle_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6767
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6768
inline TAknLayoutScalableParameterLimits popup_choice_list_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_choice_list_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_choice_list_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6770
inline TAknWindowComponentLayout popup_choice_list_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_choice_list_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_choice_list_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6772
// LAF Table : popup_toolbar_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6773
inline TAknWindowComponentLayout choice_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tchoice_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_choice_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6775
// LAF Table : cell_toolbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6776
inline TAknTextComponentLayout cell_toolbar_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_toolbar_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6778
inline TAknLayoutScalableParameterLimits toolbar_button_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Ttoolbar_button_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6780
// LAF Table : ai_gene_pane_1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6781
inline TAknLayoutScalableParameterLimits ai_gene_pane_1_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tai_gene_pane_1_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6783
inline TAknTextComponentLayout ai_gene_pane_1_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_gene_pane_1_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6785
inline TAknLayoutScalableTableLimits ai_gene_pane_1_t_Limits()		{ return (*(Tai_gene_pane_1_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6787
inline TAknLayoutScalableParameterLimits ai_gene_pane_1_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tai_gene_pane_1_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6789
inline TAknTextComponentLayout ai_gene_pane_1_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_gene_pane_1_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6791
// LAF Table : scroll_sc2_left_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6792
inline TAknWindowComponentLayout scroll_sc2_left_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_sc2_left_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_sc2_left_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6794
// LAF Table : scroll_sc2_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6795
inline TAknWindowComponentLayout scroll_sc2_right_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_sc2_right_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_sc2_right_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6797
// LAF Table : popup_choice_list_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6798
inline TAknWindowComponentLayout bg_popup_sub_pane_cp10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6800
inline TAknWindowComponentLayout list_choice_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_choice_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_choice_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6802
// LAF Table : list_choice_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6803
inline TAknLayoutScalableParameterLimits list_single_choice_list_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_choice_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_choice_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6805
inline TAknWindowComponentLayout list_single_choice_list_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_choice_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_choice_list_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6806
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6807
// LAF Table : list_single_choice_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6808
inline TAknWindowComponentLayout list_single_choice_list_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_choice_list_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_choice_list_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6810
inline TAknLayoutScalableParameterLimits list_single_choice_list_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_choice_list_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_choice_list_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6812
inline TAknTextComponentLayout list_single_choice_list_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_choice_list_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_choice_list_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6814
// LAF Table : choice_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6815
inline TAknWindowComponentLayout choice_list_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tchoice_list_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_choice_list_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6817
inline TAknTextComponentLayout choice_list_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tchoice_list_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_choice_list_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6819
inline TAknWindowComponentLayout input_focus_pane_cp11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6820
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6821
// LAF Table : title_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6822
inline TAknLayoutScalableParameterLimits title_pane_stacon_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Ttitle_pane_stacon_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_stacon_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6824
inline TAknWindowComponentLayout title_pane_stacon_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttitle_pane_stacon_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_stacon_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6826
inline TAknLayoutScalableTableLimits title_pane_stacon_g_Limits()		{ return (*(Ttitle_pane_stacon_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_stacon_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6827
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6828
inline TAknLayoutScalableParameterLimits title_pane_stacon_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Ttitle_pane_stacon_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_stacon_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6829
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6830
inline TAknWindowComponentLayout title_pane_stacon_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttitle_pane_stacon_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_stacon_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6832
// LAF Table : texts_graphics
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6833
inline TAknWindowComponentLayout cursor_press_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_press_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_press_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6835
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6836
inline TAknLayoutScalableParameterLimits popup_fep_hwr_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_fep_hwr_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_hwr_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6838
inline TAknWindowComponentLayout popup_fep_hwr_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_hwr_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_hwr_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6840
inline TAknLayoutScalableParameterLimits popup_fep_vkb_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_fep_vkb_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_vkb_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6842
inline TAknWindowComponentLayout popup_fep_vkb_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_vkb_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_vkb_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6844
// LAF Table : cursor_press_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6845
inline TAknWindowComponentLayout cursor_press_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcursor_press_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cursor_press_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6846
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6847
// LAF Table : fep_vkb_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6848
inline TAknLayoutScalableTableLimits fep_vkb_side_pane_g_Limits()		{ return (*(Tfep_vkb_side_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_side_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6850
inline TAknLayoutScalableParameterLimits fep_vkb_side_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tfep_vkb_side_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_side_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6852
// LAF Table : popup_fep_hwr_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6853
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_candidate_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6855
inline TAknWindowComponentLayout fep_hwr_candidate_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6857
inline TAknLayoutScalableParameterLimits fep_hwr_side_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_side_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_side_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6859
inline TAknWindowComponentLayout fep_hwr_side_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_side_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_side_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6861
inline TAknLayoutScalableParameterLimits fep_hwr_top_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_top_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_top_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6863
inline TAknWindowComponentLayout fep_hwr_top_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_top_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6865
inline TAknLayoutScalableParameterLimits fep_hwr_write_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_write_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_write_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6867
inline TAknWindowComponentLayout fep_hwr_write_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_write_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_write_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6869
// LAF Table : fep_vkb_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6870
inline TAknWindowComponentLayout fep_vkb_side_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_side_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_side_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6872
// LAF Table : fep_hwr_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6873
inline TAknWindowComponentLayout fep_hwr_top_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_top_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_top_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6875
inline TAknWindowComponentLayout fep_hwr_top_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_top_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_top_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6877
inline TAknWindowComponentLayout fep_hwr_top_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_top_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_top_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6879
inline TAknLayoutScalableTableLimits fep_hwr_top_pane_g_Limits()		{ return (*(Tfep_hwr_top_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_top_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6881
inline TAknWindowComponentLayout fep_hwr_top_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_top_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_top_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6883
inline TAknWindowComponentLayout fep_hwr_top_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_top_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_top_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6885
// LAF Table : fep_hwr_top_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6886
inline TAknWindowComponentLayout fep_hwr_top_text_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_top_text_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_top_text_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6887
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6888
inline TAknTextComponentLayout fep_hwr_top_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_top_text_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_top_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6890
// LAF Table : fep_hwr_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6891
inline TAknWindowComponentLayout fep_hwr_candidate_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6893
// LAF Table : fep_vkb_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6894
inline TAknLayoutScalableParameterLimits fep_vkb_keypad_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_keypad_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_keypad_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6895
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6896
inline TAknWindowComponentLayout fep_vkb_keypad_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_keypad_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_keypad_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6898
inline TAknLayoutScalableParameterLimits fep_vkb_keypad_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_keypad_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_keypad_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6900
inline TAknWindowComponentLayout fep_vkb_keypad_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_keypad_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_keypad_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6902
// LAF Table : fep_vkb_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6903
inline TAknLayoutScalableParameterLimits fep_vkb_bottom_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_bottom_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_bottom_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6905
inline TAknWindowComponentLayout fep_vkb_bottom_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_bottom_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_bottom_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6907
inline TAknLayoutScalableTableLimits fep_vkb_bottom_pane_g_Limits()		{ return (*(Tfep_vkb_bottom_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_bottom_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6909
inline TAknLayoutScalableParameterLimits fep_vkb_bottom_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tfep_vkb_bottom_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_bottom_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6911
inline TAknWindowComponentLayout fep_vkb_bottom_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_bottom_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_bottom_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6913
// LAF Table : cell_vkb_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6914
inline TAknWindowComponentLayout cell_vkb_side_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_side_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_side_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6915
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6916
inline TAknLayoutScalableTableLimits cell_vkb_side_pane_g_Limits()		{ return (*(Tcell_vkb_side_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_side_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6917
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6918
inline TAknWindowComponentLayout cell_vkb_side_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_side_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_side_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6919
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6920
inline TAknTextComponentLayout cell_vkb_side_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_side_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_side_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6921
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6922
inline TAknTextComponentLayout cell_vkb_side_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_side_pane_t1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_side_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6923
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6924
// LAF Table : fep_vkb_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6925
inline TAknWindowComponentLayout bg_fep_vkb_candidate_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_fep_vkb_candidate_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_fep_vkb_candidate_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6927
inline TAknLayoutScalableParameterLimits cell_vkb_candidate_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_vkb_candidate_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_candidate_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6929
// LAF Table : popup_fep_vkb_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6930
inline TAknLayoutScalableParameterLimits aid_size_cell_vkb_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_size_cell_vkb_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_vkb_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6932
inline TAknWindowComponentLayout aid_size_cell_vkb(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_vkb_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_vkb)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6934
// LAF Table : fep_vkb_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6935
inline TAknWindowComponentLayout cell_vkb_candidate_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_candidate_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_candidate_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6937
// LAF Table : bg_popup_fep_shadow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6938
inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_shadow_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6940
// LAF Table : popup_fep_vkb_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6941
inline TAknLayoutScalableParameterLimits fep_vkb_bottom_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_bottom_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_bottom_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6942
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6943
inline TAknWindowComponentLayout fep_vkb_bottom_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_bottom_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_bottom_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6944
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6945
inline TAknLayoutScalableParameterLimits fep_vkb_candidate_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_candidate_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6947
inline TAknWindowComponentLayout fep_vkb_candidate_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6949
inline TAknLayoutScalableParameterLimits fep_vkb_keypad_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_keypad_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6951
inline TAknWindowComponentLayout fep_vkb_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_keypad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6952
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6953
inline TAknLayoutScalableParameterLimits fep_vkb_side_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_side_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_side_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6955
inline TAknWindowComponentLayout fep_vkb_side_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_side_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_side_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6957
inline TAknLayoutScalableParameterLimits fep_vkb_top_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_top_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6959
inline TAknWindowComponentLayout fep_vkb_top_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_top_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6961
// LAF Table : fep_vkb_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6962
inline TAknLayoutScalableParameterLimits fep_vkb_top_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_top_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6964
inline TAknWindowComponentLayout fep_vkb_top_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_top_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6965
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6966
inline TAknLayoutScalableParameterLimits fep_vkb_top_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_top_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6967
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6968
inline TAknWindowComponentLayout fep_vkb_top_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_top_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6969
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6970
inline TAknLayoutScalableParameterLimits fep_vkb_top_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_top_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6971
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6972
inline TAknWindowComponentLayout fep_vkb_top_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_top_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6974
inline TAknLayoutScalableTableLimits fep_vkb_top_pane_g_Limits()		{ return (*(Tfep_vkb_top_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6976
inline TAknLayoutScalableParameterLimits fep_vkb_top_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tfep_vkb_top_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6978
inline TAknWindowComponentLayout fep_vkb_top_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_top_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6980
inline TAknLayoutScalableParameterLimits fep_vkb_top_text_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_top_text_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6982
inline TAknWindowComponentLayout fep_vkb_top_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_top_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6984
// LAF Table : fep_vkb_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6985
inline TAknLayoutScalableParameterLimits fep_vkb_side_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_side_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_side_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6987
inline TAknWindowComponentLayout fep_vkb_side_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_side_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_side_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6988
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6989
inline TAknLayoutScalableParameterLimits grid_vkb_side_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_vkb_side_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vkb_side_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6990
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6991
inline TAknWindowComponentLayout grid_vkb_side_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_vkb_side_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vkb_side_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6993
// LAF Table : bg_popup_fep_shadow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6994
inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_shadow_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6995
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6996
inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_shadow_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6997
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6998
inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_shadow_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7000
inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_shadow_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7002
inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_shadow_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7004
inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_shadow_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7006
inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_shadow_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7008
// LAF Table : fep_vkb_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7009
inline TAknLayoutScalableParameterLimits grid_vkb_keypad_number_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_vkb_keypad_number_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vkb_keypad_number_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7011
inline TAknWindowComponentLayout grid_vkb_keypad_number_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_vkb_keypad_number_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vkb_keypad_number_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7013
inline TAknLayoutScalableParameterLimits grid_vkb_keypad_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_vkb_keypad_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vkb_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7014
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7015
inline TAknWindowComponentLayout grid_vkb_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_vkb_keypad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vkb_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7016
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7017
// LAF Table : fep_vkb_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7018
inline TAknLayoutScalableParameterLimits fep_vkb_bottom_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_bottom_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_bottom_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7020
inline TAknWindowComponentLayout fep_vkb_bottom_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_bottom_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_bottom_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7022
inline TAknLayoutScalableParameterLimits grid_vkb_keypad_bottom_left_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_vkb_keypad_bottom_left_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vkb_keypad_bottom_left_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7023
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7024
inline TAknWindowComponentLayout grid_vkb_keypad_bottom_left_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_vkb_keypad_bottom_left_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vkb_keypad_bottom_left_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7025
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7026
inline TAknLayoutScalableParameterLimits grid_vkb_keypad_bottom_right_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_vkb_keypad_bottom_right_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vkb_keypad_bottom_right_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7028
inline TAknWindowComponentLayout grid_vkb_keypad_bottom_right_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_vkb_keypad_bottom_right_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vkb_keypad_bottom_right_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7029
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7030
// LAF Table : fep_vkb_top_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7031
inline TAknWindowComponentLayout fep_vkb_top_text_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_top_text_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_text_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7033
inline TAknTextComponentLayout fep_vkb_top_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_top_text_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7035
// LAF Table : grid_vkb_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7036
inline TAknLayoutScalableParameterLimits cell_vkb_side_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_vkb_side_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_side_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7038
inline TAknWindowComponentLayout cell_vkb_side_pane(TInt aVariety, TInt aRow, TInt aCol = 0)		{ return (*(Tcell_vkb_side_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_side_pane)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7040
// LAF Table : cell_vkb_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7041
inline TAknWindowComponentLayout cell_vkb_side_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_side_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_side_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7043
// LAF Table : grid_vkb_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7044
inline TAknLayoutScalableParameterLimits cell_vkb_keypad_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_vkb_keypad_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7046
inline TAknWindowComponentLayout cell_vkb_keypad_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_vkb_keypad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7047
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7048
// LAF Table : cell_vkb_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7049
inline TAknWindowComponentLayout cell_vkb_keypad_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_keypad_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7051
// LAF Table : bg_popup_fep_shadow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7052
inline TAknLayoutScalableTableLimits bg_popup_fep_shadow_pane_g_Limits()		{ return (*(Tbg_popup_fep_shadow_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7053
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7054
inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_shadow_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7056
// LAF Table : cell_hwr_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7057
inline TAknWindowComponentLayout cell_hwr_side_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_side_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_side_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7058
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7059
inline TAknWindowComponentLayout cell_hwr_side_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_side_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_side_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7061
// LAF Table : cell_vkb_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7062
inline TAknTextComponentLayout cell_vkb_keypad_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_keypad_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7063
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7064
// LAF Table : grid_vkb_keypad_bottom_left_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7065
inline TAknLayoutScalableParameterLimits cell_vkb_keypad_bottom_left_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_vkb_keypad_bottom_left_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_bottom_left_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7066
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7067
inline TAknWindowComponentLayout cell_vkb_keypad_bottom_left_pane(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tcell_vkb_keypad_bottom_left_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_bottom_left_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7069
// LAF Table : grid_vkb_keypad_bottom_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7070
inline TAknLayoutScalableParameterLimits cell_vkb_keypad_bottom_right_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_vkb_keypad_bottom_right_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_bottom_right_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7072
inline TAknWindowComponentLayout cell_vkb_keypad_bottom_right_pane(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tcell_vkb_keypad_bottom_right_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_bottom_right_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7074
// LAF Table : cell_vkb_keypad_bottom_left_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7075
inline TAknWindowComponentLayout cell_vkb_keypad_bottom_left_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_keypad_bottom_left_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_bottom_left_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7077
// LAF Table : cell_vkb_keypad_bottom_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7078
inline TAknWindowComponentLayout cell_vkb_keypad_bottom_right_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_keypad_bottom_right_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_bottom_right_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7079
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7080
// LAF Table : grid_vkb_keypad_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7081
inline TAknLayoutScalableParameterLimits cell_vkb_keypad_number_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_vkb_keypad_number_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_number_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7082
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7083
inline TAknWindowComponentLayout cell_vkb_keypad_number_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_vkb_keypad_number_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_number_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7084
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7085
// LAF Table : cell_vkb_keypad_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7086
inline TAknWindowComponentLayout cell_vkb_keypad_number_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_keypad_number_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_number_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7088
inline TAknWindowComponentLayout cell_vkb_keypad_number_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_keypad_number_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_number_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7090
inline TAknWindowComponentLayout cell_vkb_keypad_number_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_keypad_number_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_number_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7092
inline TAknLayoutScalableTableLimits cell_vkb_keypad_number_pane_g_Limits()		{ return (*(Tcell_vkb_keypad_number_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_number_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7094
inline TAknWindowComponentLayout cell_vkb_keypad_number_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_keypad_number_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_number_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7096
inline TAknTextComponentLayout cell_vkb_keypad_number_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_keypad_number_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_keypad_number_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7098
// LAF Table : fep_vkb_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7099
inline TAknWindowComponentLayout fep_vkb_candidate_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7101
// LAF Table : cell_hwr_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7102
inline TAknLayoutScalableTableLimits cell_hwr_side_pane_g_Limits()		{ return (*(Tcell_hwr_side_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_side_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7104
inline TAknWindowComponentLayout cell_hwr_side_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_side_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_side_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7106
inline TAknTextComponentLayout cell_hwr_side_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_side_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_side_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7108
inline TAknTextComponentLayout cell_hwr_side_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_side_pane_t1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_side_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7110
// LAF Table : cell_hwr_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7111
inline TAknWindowComponentLayout cell_hwr_candidate_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_candidate_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_candidate_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7113
inline TAknTextComponentLayout cell_hwr_candidate_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_candidate_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_candidate_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7115
// LAF Table : cell_vkb_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7116
inline TAknWindowComponentLayout cell_vkb_candidate_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_candidate_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_candidate_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7118
inline TAknTextComponentLayout cell_vkb_candidate_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_candidate_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_candidate_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7120
// LAF Table : popup_fep_hwr_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7121
inline TAknLayoutScalableParameterLimits bg_popup_fep_shadow_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_fep_shadow_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7123
inline TAknWindowComponentLayout bg_popup_fep_shadow_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_shadow_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7125
// LAF Table : fep_hwr_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7126
inline TAknWindowComponentLayout bg_fep_hwr_top_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_fep_hwr_top_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_fep_hwr_top_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7128
// LAF Table : fep_hwr_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7129
inline TAknLayoutScalableParameterLimits bg_hwr_side_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_hwr_side_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hwr_side_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7131
inline TAknWindowComponentLayout bg_hwr_side_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hwr_side_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hwr_side_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7133
inline TAknLayoutScalableParameterLimits cell_hwr_side_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_hwr_side_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_side_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7135
inline TAknWindowComponentLayout cell_hwr_side_pane(TInt aVariety, TInt aRow, TInt aCol = 0)		{ return (*(Tcell_hwr_side_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_side_pane)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7137
// LAF Table : fep_hwr_write_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7138
inline TAknLayoutScalableParameterLimits fep_hwr_write_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_write_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_write_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7140
inline TAknWindowComponentLayout fep_hwr_write_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_write_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_write_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7142
inline TAknLayoutScalableParameterLimits fep_hwr_write_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_write_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_write_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7144
inline TAknWindowComponentLayout fep_hwr_write_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_write_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_write_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7146
inline TAknLayoutScalableParameterLimits fep_hwr_write_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_write_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_write_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7148
inline TAknWindowComponentLayout fep_hwr_write_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_write_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_write_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7150
inline TAknLayoutScalableParameterLimits fep_hwr_write_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_write_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_write_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7152
inline TAknWindowComponentLayout fep_hwr_write_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_write_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_write_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7154
inline TAknLayoutScalableTableLimits fep_hwr_write_pane_g_Limits()		{ return (*(Tfep_hwr_write_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_write_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7156
inline TAknLayoutScalableParameterLimits fep_hwr_write_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tfep_hwr_write_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_write_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7158
inline TAknWindowComponentLayout fep_hwr_write_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_write_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_write_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7160
// LAF Table : fep_hwr_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7161
inline TAknLayoutScalableParameterLimits bg_fep_hwr_candidate_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_fep_hwr_candidate_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_fep_hwr_candidate_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7162
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7163
inline TAknWindowComponentLayout bg_fep_hwr_candidate_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_fep_hwr_candidate_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_fep_hwr_candidate_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7164
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7165
inline TAknLayoutScalableParameterLimits cell_hwr_candidate_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_hwr_candidate_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_candidate_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7167
inline TAknWindowComponentLayout cell_hwr_candidate_pane(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tcell_hwr_candidate_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_candidate_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7169
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_candidate_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7171
// LAF Table : popup_fep_vkb_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7172
inline TAknLayoutScalableParameterLimits bg_popup_fep_shadow_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_fep_shadow_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7173
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7174
inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_shadow_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7175
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7176
// LAF Table : fep_vkb_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7177
inline TAknLayoutScalableParameterLimits fep_vkb_top_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_top_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7179
inline TAknWindowComponentLayout fep_vkb_top_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_top_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7181
// LAF Table : fep_vkb_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7182
inline TAknLayoutScalableParameterLimits fep_vkb_side_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_side_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_side_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7183
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7184
inline TAknWindowComponentLayout fep_vkb_side_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_side_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_side_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7186
// LAF Table : list_setting_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7187
inline TAknLayoutScalableParameterLimits list_setting_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7189
inline TAknTextComponentLayout list_setting_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7191
// LAF Table : list_setting_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7192
inline TAknLayoutScalableParameterLimits list_setting_number_pane_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_setting_number_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7193
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7194
inline TAknTextComponentLayout list_setting_number_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_setting_number_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_setting_number_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7195
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7196
// LAF Table : list_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7197
inline TAknLayoutScalableParameterLimits list_double_heading_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7199
inline TAknWindowComponentLayout list_double_heading_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_heading_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7201
// LAF Table : list_double_heading_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7202
inline TAknLayoutScalableParameterLimits list_double_heading_pane_g1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_g1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7204
inline TAknWindowComponentLayout list_double_heading_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_heading_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7206
inline TAknLayoutScalableParameterLimits list_double_heading_pane_g2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_g2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7208
inline TAknWindowComponentLayout list_double_heading_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_heading_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7210
inline TAknLayoutScalableParameterLimits list_double_heading_pane_t1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_t1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7211
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7212
inline TAknTextComponentLayout list_double_heading_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_heading_pane_t1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7213
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7214
inline TAknLayoutScalableParameterLimits list_double_heading_pane_t2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_heading_pane_t2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7215
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7216
inline TAknTextComponentLayout list_double_heading_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_heading_pane_t2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_heading_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7218
// LAF Table : Screen
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7219
inline TAknWindowComponentLayout aid_value_unit2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_value_unit2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_value_unit2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7221
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7222
inline TAknWindowComponentLayout popup_preview_fixed_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_preview_fixed_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_fixed_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7224
// LAF Table : popup_preview_fixed_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7225
inline TAknWindowComponentLayout bg_popup_preview_window_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_preview_window_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7227
inline TAknWindowComponentLayout list_preview_fixed_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_preview_fixed_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_preview_fixed_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7229
// LAF Table : list_preview_fixed_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7230
inline TAknLayoutScalableParameterLimits list_empty_pane_fp_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_empty_pane_fp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_empty_pane_fp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7232
inline TAknWindowComponentLayout list_empty_pane_fp(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_empty_pane_fp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_empty_pane_fp)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7234
inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_cale_day_pane_fp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7236
inline TAknWindowComponentLayout list_single_cale_day_pane_fp(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_cale_day_pane_fp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7238
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7240
inline TAknWindowComponentLayout list_single_graphic_heading_pane_fp(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7242
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_fp_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_fp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_fp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7244
inline TAknWindowComponentLayout list_single_graphic_pane_fp(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_graphic_pane_fp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_fp)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7246
inline TAknLayoutScalableParameterLimits list_single_heading_pane_fp_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_fp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7248
inline TAknWindowComponentLayout list_single_heading_pane_fp(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_heading_pane_fp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7250
inline TAknLayoutScalableParameterLimits list_single_pane_fp_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_pane_fp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_fp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7252
inline TAknWindowComponentLayout list_single_pane_fp(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_pane_fp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_fp)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7253
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7254
// LAF Table : list_single_pane_fp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7255
inline TAknLayoutScalableParameterLimits list_single_pane_fp_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_pane_fp_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_fp_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7257
inline TAknWindowComponentLayout list_single_pane_fp_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_pane_fp_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_fp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7259
inline TAknLayoutScalableParameterLimits list_single_pane_fp_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_pane_fp_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_fp_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7261
inline TAknWindowComponentLayout list_single_pane_fp_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_pane_fp_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_fp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7263
inline TAknLayoutScalableParameterLimits list_single_pane_fp_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_pane_fp_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_fp_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7265
inline TAknWindowComponentLayout list_single_pane_fp_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_pane_fp_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_fp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7267
inline TAknLayoutScalableParameterLimits list_single_pane_fp_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_pane_fp_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_fp_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7269
inline TAknWindowComponentLayout list_single_pane_fp_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_pane_fp_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_fp_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7271
inline TAknLayoutScalableTableLimits list_single_pane_fp_g_Limits()		{ return (*(Tlist_single_pane_fp_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_fp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7273
inline TAknLayoutScalableParameterLimits list_single_pane_fp_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_pane_fp_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_fp_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7275
inline TAknWindowComponentLayout list_single_pane_fp_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_pane_fp_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_fp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7277
inline TAknLayoutScalableParameterLimits list_single_pane_fp_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_pane_fp_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_fp_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7279
inline TAknTextComponentLayout list_single_pane_fp_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_pane_fp_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_pane_fp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7281
// LAF Table : list_single_graphic_pane_fp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7282
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_fp_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_fp_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_fp_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7283
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7284
inline TAknWindowComponentLayout list_single_graphic_pane_fp_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_pane_fp_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_fp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7286
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_fp_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_fp_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_fp_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7287
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7288
inline TAknWindowComponentLayout list_single_graphic_pane_fp_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_pane_fp_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_fp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7289
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7290
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_fp_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_fp_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_fp_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7292
inline TAknWindowComponentLayout list_single_graphic_pane_fp_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_pane_fp_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_fp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7294
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_fp_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_fp_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_fp_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7296
inline TAknWindowComponentLayout list_single_graphic_pane_fp_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_pane_fp_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_fp_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7298
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_fp_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_fp_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_fp_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7300
inline TAknWindowComponentLayout list_single_graphic_pane_fp_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_pane_fp_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_fp_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7302
inline TAknLayoutScalableTableLimits list_single_graphic_pane_fp_g_Limits()		{ return (*(Tlist_single_graphic_pane_fp_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_fp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7304
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_fp_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_fp_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_fp_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7306
inline TAknWindowComponentLayout list_single_graphic_pane_fp_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_pane_fp_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_fp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7307
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7308
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_fp_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_fp_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_fp_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7310
inline TAknTextComponentLayout list_single_graphic_pane_fp_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_pane_fp_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_fp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7312
// LAF Table : list_single_graphic_heading_pane_fp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7313
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7315
inline TAknWindowComponentLayout list_single_graphic_heading_pane_fp_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7317
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7319
inline TAknWindowComponentLayout list_single_graphic_heading_pane_fp_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7321
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7323
inline TAknWindowComponentLayout list_single_graphic_heading_pane_fp_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7324
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7325
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7326
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7327
inline TAknWindowComponentLayout list_single_graphic_heading_pane_fp_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7328
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7329
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7331
inline TAknWindowComponentLayout list_single_graphic_heading_pane_fp_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7333
inline TAknLayoutScalableTableLimits list_single_graphic_heading_pane_fp_g_Limits()		{ return (*(Tlist_single_graphic_heading_pane_fp_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7335
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7337
inline TAknWindowComponentLayout list_single_graphic_heading_pane_fp_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7339
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7341
inline TAknTextComponentLayout list_single_graphic_heading_pane_fp_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7343
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7345
inline TAknTextComponentLayout list_single_graphic_heading_pane_fp_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7347
inline TAknLayoutScalableTableLimits list_single_graphic_heading_pane_fp_t_Limits()		{ return (*(Tlist_single_graphic_heading_pane_fp_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7349
inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7351
inline TAknTextComponentLayout list_single_graphic_heading_pane_fp_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_heading_pane_fp_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_heading_pane_fp_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7353
// LAF Table : list_single_cale_day_pane_fp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7354
inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_cale_day_pane_fp_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7356
inline TAknWindowComponentLayout list_single_cale_day_pane_fp_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_day_pane_fp_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7358
inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_cale_day_pane_fp_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7360
inline TAknWindowComponentLayout list_single_cale_day_pane_fp_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_day_pane_fp_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7362
inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_cale_day_pane_fp_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7364
inline TAknWindowComponentLayout list_single_cale_day_pane_fp_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_day_pane_fp_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7366
inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_cale_day_pane_fp_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7368
inline TAknWindowComponentLayout list_single_cale_day_pane_fp_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_day_pane_fp_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7370
inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_cale_day_pane_fp_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7372
inline TAknWindowComponentLayout list_single_cale_day_pane_fp_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_day_pane_fp_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7374
inline TAknLayoutScalableTableLimits list_single_cale_day_pane_fp_g_Limits()		{ return (*(Tlist_single_cale_day_pane_fp_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7376
inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_cale_day_pane_fp_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7378
inline TAknWindowComponentLayout list_single_cale_day_pane_fp_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_day_pane_fp_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7380
inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_cale_day_pane_fp_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7382
inline TAknTextComponentLayout list_single_cale_day_pane_fp_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_day_pane_fp_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7384
inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_cale_day_pane_fp_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7386
inline TAknTextComponentLayout list_single_cale_day_pane_fp_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_day_pane_fp_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7388
inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_cale_day_pane_fp_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7390
inline TAknTextComponentLayout list_single_cale_day_pane_fp_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_day_pane_fp_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7392
inline TAknLayoutScalableTableLimits list_single_cale_day_pane_fp_t_Limits()		{ return (*(Tlist_single_cale_day_pane_fp_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7394
inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_cale_day_pane_fp_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7396
inline TAknTextComponentLayout list_single_cale_day_pane_fp_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_day_pane_fp_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_day_pane_fp_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7397
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7398
// LAF Table : list_empty_pane_fp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7399
inline TAknLayoutScalableParameterLimits list_empty_pane_fp_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_empty_pane_fp_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_empty_pane_fp_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7401
inline TAknWindowComponentLayout list_empty_pane_fp_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_empty_pane_fp_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_empty_pane_fp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7403
inline TAknTextComponentLayout list_empty_pane_fp_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_empty_pane_fp_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_empty_pane_fp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7405
inline TAknTextComponentLayout list_empty_pane_fp_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_empty_pane_fp_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_empty_pane_fp_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7407
inline TAknLayoutScalableTableLimits list_empty_pane_fp_t_Limits()		{ return (*(Tlist_empty_pane_fp_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_empty_pane_fp_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7409
inline TAknTextComponentLayout list_empty_pane_fp_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_empty_pane_fp_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_empty_pane_fp_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7411
// LAF Table : list_single_heading_pane_fp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7412
inline TAknLayoutScalableParameterLimits list_single_heading_pane_fp_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_fp_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7413
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7414
inline TAknWindowComponentLayout list_single_heading_pane_fp_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_fp_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7416
inline TAknLayoutScalableParameterLimits list_single_heading_pane_fp_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_fp_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7418
inline TAknWindowComponentLayout list_single_heading_pane_fp_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_fp_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7420
inline TAknLayoutScalableParameterLimits list_single_heading_pane_fp_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_fp_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7422
inline TAknWindowComponentLayout list_single_heading_pane_fp_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_fp_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7424
inline TAknLayoutScalableTableLimits list_single_heading_pane_fp_g_Limits()		{ return (*(Tlist_single_heading_pane_fp_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7426
inline TAknLayoutScalableParameterLimits list_single_heading_pane_fp_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_fp_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7428
inline TAknWindowComponentLayout list_single_heading_pane_fp_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_fp_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7429
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7430
inline TAknLayoutScalableParameterLimits list_single_heading_pane_fp_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_fp_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7432
inline TAknTextComponentLayout list_single_heading_pane_fp_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_fp_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7434
inline TAknLayoutScalableParameterLimits list_single_heading_pane_fp_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_fp_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7436
inline TAknTextComponentLayout list_single_heading_pane_fp_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_fp_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7438
inline TAknLayoutScalableTableLimits list_single_heading_pane_fp_t_Limits()		{ return (*(Tlist_single_heading_pane_fp_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7440
inline TAknLayoutScalableParameterLimits list_single_heading_pane_fp_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_heading_pane_fp_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7442
inline TAknTextComponentLayout list_single_heading_pane_fp_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_heading_pane_fp_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_heading_pane_fp_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7444
// LAF Table : popup_fast_swap_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7445
inline TAknWindowComponentLayout aid_size_cell_fast(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_fast_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_fast)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7447
// LAF Table : soft_indicator_pane_cp1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7448
inline TAknTextComponentLayout soft_indicator_pane_cp1_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsoft_indicator_pane_cp1_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_soft_indicator_pane_cp1_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7450
// LAF Table : grid_popup_fast_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7451
inline TAknLayoutScalableParameterLimits cell_app_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_app_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7453
inline TAknWindowComponentLayout cell_app_pane_cp2(TInt aRow = 0, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tcell_app_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7455
// LAF Table : popup_fep_hwr_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7456
inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7458
// LAF Table : fep_hwr_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7459
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_candidate_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7461
inline TAknWindowComponentLayout fep_hwr_candidate_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7463
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_candidate_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7465
inline TAknWindowComponentLayout fep_hwr_candidate_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7467
inline TAknLayoutScalableTableLimits fep_hwr_candidate_pane_g_Limits()		{ return (*(Tfep_hwr_candidate_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7469
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tfep_hwr_candidate_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7471
inline TAknWindowComponentLayout fep_hwr_candidate_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7473
// LAF Table : popup_fep_vkb_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7474
inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7476
inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7478
// LAF Table : fep_vkb_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7479
inline TAknWindowComponentLayout fep_vkb_candidate_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7481
inline TAknWindowComponentLayout fep_vkb_candidate_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7483
inline TAknLayoutScalableTableLimits fep_vkb_candidate_pane_g_Limits()		{ return (*(Tfep_vkb_candidate_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7485
inline TAknWindowComponentLayout fep_vkb_candidate_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7487
// LAF Table : cell_hwr_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7488
inline TAknLayoutScalableParameterLimits cell_hwr_candidate_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_hwr_candidate_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_candidate_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7490
inline TAknLayoutScalableParameterLimits cell_hwr_candidate_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_hwr_candidate_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_candidate_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7491
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7492
inline TAknWindowComponentLayout cell_hwr_candidate_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_candidate_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_candidate_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7494
inline TAknLayoutScalableParameterLimits cell_hwr_candidate_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_hwr_candidate_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_candidate_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7496
inline TAknWindowComponentLayout cell_hwr_candidate_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_candidate_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_candidate_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7498
inline TAknLayoutScalableTableLimits cell_hwr_candidate_pane_g_Limits()		{ return (*(Tcell_hwr_candidate_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_candidate_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7500
inline TAknLayoutScalableParameterLimits cell_hwr_candidate_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcell_hwr_candidate_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_candidate_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7502
inline TAknWindowComponentLayout cell_hwr_candidate_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_candidate_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_candidate_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7504
// LAF Table : cell_vkb_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7505
inline TAknLayoutScalableParameterLimits cell_vkb_candidate_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_vkb_candidate_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_candidate_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7507
inline TAknWindowComponentLayout cell_vkb_candidate_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_candidate_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_candidate_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7509
inline TAknLayoutScalableParameterLimits cell_vkb_candidate_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_vkb_candidate_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_candidate_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7511
inline TAknWindowComponentLayout cell_vkb_candidate_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb_candidate_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_candidate_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7513
// LAF Table : cell_app_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7514
inline TAknLayoutScalableParameterLimits cell_app_pane_cp2_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_app_pane_cp2_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_cp2_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7516
inline TAknWindowComponentLayout cell_app_pane_cp2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_app_pane_cp2_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_cp2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7518
inline TAknLayoutScalableParameterLimits cell_app_pane_cp2_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_app_pane_cp2_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_cp2_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7519
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7520
inline TAknWindowComponentLayout cell_app_pane_cp2_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_app_pane_cp2_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_cp2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7521
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7522
inline TAknLayoutScalableTableLimits cell_app_pane_cp2_g_Limits()		{ return (*(Tcell_app_pane_cp2_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_cp2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7523
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7524
inline TAknLayoutScalableParameterLimits cell_app_pane_cp2_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcell_app_pane_cp2_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_cp2_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7525
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7526
inline TAknWindowComponentLayout cell_app_pane_cp2_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_app_pane_cp2_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_cp2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7528
inline TAknLayoutScalableParameterLimits cell_app_pane_cp2_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_app_pane_cp2_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_cp2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7530
inline TAknTextComponentLayout cell_app_pane_cp2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_app_pane_cp2_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_app_pane_cp2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7532
inline TAknLayoutScalableParameterLimits grid_highlight_pane_cp1_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_highlight_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7534
inline TAknWindowComponentLayout grid_highlight_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7536
// LAF Table : fep_hwr_candidate_drop_down_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7537
inline TAknLayoutScalableParameterLimits cell_hwr_candidate_pane_cp1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_hwr_candidate_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_candidate_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7539
inline TAknWindowComponentLayout cell_hwr_candidate_pane_cp1(TInt aCol, TInt aRow, TInt aVariety = 0)		{ return (*(Tcell_hwr_candidate_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_candidate_pane_cp1)))(aCol, aRow, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7541
inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7542
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7543
inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7545
inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7547
inline TAknLayoutScalableTableLimits fep_hwr_candidate_drop_down_list_pane_g_Limits()		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7549
inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7551
inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7553
// LAF Table : fep_hwr_candidate_drop_down_list_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7554
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7556
inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7557
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7558
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7559
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7560
inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7562
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7564
inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7566
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7568
inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7570
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7572
inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7574
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g6_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7576
inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7578
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g7_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7580
inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7582
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g8_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7584
inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7586
inline TAknLayoutScalableTableLimits fep_hwr_candidate_drop_down_list_scroll_pane_g_Limits()		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7588
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7590
inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7592
// LAF Table : fep_vkb_candidate_drop_down_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7593
inline TAknLayoutScalableParameterLimits cell_vkb_candidate_pane_cp1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_vkb_candidate_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_candidate_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7594
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7595
inline TAknWindowComponentLayout cell_vkb_candidate_pane_cp1(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_vkb_candidate_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb_candidate_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7596
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7597
inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7598
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7599
inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7600
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7601
inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7603
inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7605
inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7607
inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7609
inline TAknLayoutScalableTableLimits fep_vkb_candidate_drop_down_list_pane_g_Limits()		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7611
inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7613
inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7615
inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7617
inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7619
// LAF Table : fep_vkb_candidate_drop_down_list_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7620
inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7621
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7622
inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7624
inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7626
inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7628
inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7630
inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7632
inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7634
inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7636
inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7638
inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7640
inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g6_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7642
inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7644
inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g7_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7646
inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7648
inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g8_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7650
inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7652
inline TAknLayoutScalableTableLimits fep_vkb_candidate_drop_down_list_scroll_pane_g_Limits()		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7654
inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7656
inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7658
// LAF Table : title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7659
inline TAknLayoutScalableParameterLimits title_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Ttitle_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7660
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7661
inline TAknLayoutScalableParameterLimits title_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Ttitle_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7663
inline TAknLayoutScalableParameterLimits title_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Ttitle_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7664
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7665
// LAF Table : popup_clock_analogue_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7666
inline TAknWindowComponentLayout aid_call2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_call2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_call2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7668
inline TAknWindowComponentLayout aid_call_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_call_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_call_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7670
inline TAknWindowComponentLayout popup_clock_analogue_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_analogue_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7672
inline TAknWindowComponentLayout popup_clock_analogue_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_analogue_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7674
inline TAknWindowComponentLayout popup_clock_analogue_window_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_analogue_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7676
inline TAknWindowComponentLayout popup_clock_analogue_window_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_analogue_window_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7678
inline TAknWindowComponentLayout popup_clock_analogue_window_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_analogue_window_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7679
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7680
inline TAknLayoutScalableTableLimits popup_clock_analogue_window_g_Limits()		{ return (*(Tpopup_clock_analogue_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7681
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7682
inline TAknWindowComponentLayout popup_clock_analogue_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_analogue_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7684
inline TAknTextComponentLayout popup_clock_analogue_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_analogue_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7686
// LAF Table : popup_clock_digital_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7687
inline TAknLayoutScalableParameterLimits clock_digital_number_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tclock_digital_number_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7689
inline TAknWindowComponentLayout clock_digital_number_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_number_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7691
inline TAknLayoutScalableParameterLimits clock_digital_number_pane_cp02_ParamLimits(TInt aVariety = 0)		{ return (*(Tclock_digital_number_pane_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7693
inline TAknWindowComponentLayout clock_digital_number_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_number_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7695
inline TAknLayoutScalableParameterLimits clock_digital_number_pane_cp03_ParamLimits(TInt aVariety = 0)		{ return (*(Tclock_digital_number_pane_cp03_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7697
inline TAknWindowComponentLayout clock_digital_number_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_number_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7699
inline TAknLayoutScalableParameterLimits clock_digital_number_pane_cp04_ParamLimits(TInt aVariety = 0)		{ return (*(Tclock_digital_number_pane_cp04_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp04_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7701
inline TAknWindowComponentLayout clock_digital_number_pane_cp04(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_number_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7703
inline TAknLayoutScalableParameterLimits clock_digital_separator_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tclock_digital_separator_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_separator_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7705
inline TAknWindowComponentLayout clock_digital_separator_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_separator_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_separator_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7707
inline TAknLayoutScalableParameterLimits popup_clock_digital_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_clock_digital_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7708
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7709
inline TAknTextComponentLayout popup_clock_digital_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_digital_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7711
// LAF Table : clock_digital_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7712
inline TAknWindowComponentLayout clock_digital_number_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_number_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7714
inline TAknWindowComponentLayout clock_digital_number_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_number_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7716
inline TAknLayoutScalableTableLimits clock_digital_number_pane_g_Limits()		{ return (*(Tclock_digital_number_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7718
inline TAknWindowComponentLayout clock_digital_number_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_number_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7720
// LAF Table : clock_digital_separator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7721
inline TAknWindowComponentLayout clock_digital_separator_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_separator_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_separator_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7723
inline TAknWindowComponentLayout clock_digital_separator_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_separator_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_separator_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7725
inline TAknLayoutScalableTableLimits clock_digital_separator_pane_g_Limits()		{ return (*(Tclock_digital_separator_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_separator_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7727
inline TAknWindowComponentLayout clock_digital_separator_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_separator_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_separator_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7729
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7730
inline TAknLayoutScalableParameterLimits aid_fill_nsta_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_fill_nsta_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_fill_nsta_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7732
inline TAknLayoutScalableParameterLimits indicator_nsta_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tindicator_nsta_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_nsta_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7734
inline TAknWindowComponentLayout popup_clock_analogue_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_analogue_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7736
inline TAknWindowComponentLayout popup_clock_digital_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_digital_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7738
// LAF Table : indicator_nsta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7739
inline TAknLayoutScalableParameterLimits grid_indicator_nsta_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_indicator_nsta_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_indicator_nsta_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7741
// LAF Table : clock_nsta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7742
inline TAknTextComponentLayout clock_nsta_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_nsta_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7744
inline TAknLayoutScalableTableLimits clock_nsta_pane_t_Limits()		{ return (*(Tclock_nsta_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7746
inline TAknTextComponentLayout clock_nsta_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_nsta_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7747
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7748
// LAF Table : scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7749
inline TAknWindowComponentLayout aid_size_max_handle(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_max_handle_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_max_handle)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7751
inline TAknWindowComponentLayout aid_size_min_handle(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_min_handle_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_min_handle)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7753
// LAF Table : texts_graphics
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7754
inline TAknWindowComponentLayout editor_scroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teditor_scroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_editor_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7755
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7756
// LAF Table : editor_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7757
inline TAknWindowComponentLayout ex_editor_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tex_editor_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ex_editor_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7759
inline TAknWindowComponentLayout scroll_pane_cp13(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp13_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7761
// LAF Table : listscroll_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7762
inline TAknWindowComponentLayout scroll_pane_cp14(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp14_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp14)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7764
// LAF Table : listscroll_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7765
inline TAknWindowComponentLayout scroll_pane_cp36(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp36_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp36)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7767
// LAF Table : list_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7768
inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_hl_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7770
inline TAknWindowComponentLayout list_single_graphic_hl_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_graphic_hl_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7772
// LAF Table : list_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7773
inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_hl_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7775
inline TAknWindowComponentLayout list_single_graphic_hl_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_graphic_hl_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7776
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7777
// LAF Table : list_single_graphic_hl_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7778
inline TAknWindowComponentLayout aid_size_min_hl_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_min_hl_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_min_hl_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7780
inline TAknLayoutScalableParameterLimits list_highlight_pane_cp34_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_highlight_pane_cp34_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp34_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7782
inline TAknWindowComponentLayout list_highlight_pane_cp34(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp34_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp34)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7784
inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_hl_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7786
inline TAknWindowComponentLayout list_single_graphic_hl_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_hl_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7788
inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_hl_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7790
inline TAknWindowComponentLayout list_single_graphic_hl_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_hl_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7792
inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_hl_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7794
inline TAknWindowComponentLayout list_single_graphic_hl_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_hl_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7796
inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_hl_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7798
inline TAknWindowComponentLayout list_single_graphic_hl_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_hl_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7800
inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_hl_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7802
inline TAknWindowComponentLayout list_single_graphic_hl_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_hl_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7804
inline TAknLayoutScalableTableLimits list_single_graphic_hl_pane_g_Limits()		{ return (*(Tlist_single_graphic_hl_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7806
inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_graphic_hl_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7808
inline TAknWindowComponentLayout list_single_graphic_hl_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_hl_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7810
inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_hl_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7812
inline TAknTextComponentLayout list_single_graphic_hl_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_hl_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7814
// LAF Table : list_single_graphic_hl_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7815
inline TAknWindowComponentLayout aid_size_min_hl_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_min_hl_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_min_hl_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7817
inline TAknLayoutScalableParameterLimits list_highlight_pane_cp34_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_highlight_pane_cp34_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp34_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7819
inline TAknWindowComponentLayout list_highlight_pane_cp34_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp34_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp34_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7820
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7821
inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g1_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_hl_pane_g1_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7822
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7823
inline TAknWindowComponentLayout list_single_graphic_hl_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_hl_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7825
inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g2_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_hl_pane_g2_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7827
inline TAknWindowComponentLayout list_single_graphic_hl_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_hl_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7829
inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g3_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_hl_pane_g3_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g3_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7831
inline TAknWindowComponentLayout list_single_graphic_hl_pane_g3_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_hl_pane_g3_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7833
inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g4_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_hl_pane_g4_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g4_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7835
inline TAknWindowComponentLayout list_single_graphic_hl_pane_g4_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_hl_pane_g4_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g4_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7837
inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g5_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_hl_pane_g5_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g5_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7839
inline TAknWindowComponentLayout list_single_graphic_hl_pane_g5_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_hl_pane_g5_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_hl_pane_g5_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7841
// LAF Table : control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7842
inline TAknLayoutScalableParameterLimits control_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tcontrol_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7844
inline TAknWindowComponentLayout control_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7846
// LAF Table : popup_choice_list_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7847
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp10_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_sub_pane_cp10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7849
inline TAknLayoutScalableParameterLimits list_choice_list_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_choice_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_choice_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7851
inline TAknWindowComponentLayout scroll_pane_cp23(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp23_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp23)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7853
// LAF Table : popup_preview_fixed_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7854
inline TAknLayoutScalableParameterLimits bg_popup_preview_window_pane_cp02_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_preview_window_pane_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7856
inline TAknLayoutScalableParameterLimits list_preview_fixed_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_preview_fixed_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_preview_fixed_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7858
inline TAknLayoutScalableParameterLimits list_preview_fixed_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_preview_fixed_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_preview_fixed_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7860
inline TAknWindowComponentLayout list_preview_fixed_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_preview_fixed_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_preview_fixed_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7862
inline TAknLayoutScalableParameterLimits popup_preview_fixed_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_preview_fixed_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_fixed_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7864
inline TAknWindowComponentLayout popup_preview_fixed_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_preview_fixed_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_fixed_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7866
inline TAknLayoutScalableParameterLimits popup_preview_fixed_window_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_preview_fixed_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_fixed_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7868
inline TAknWindowComponentLayout popup_preview_fixed_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_preview_fixed_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_fixed_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7870
inline TAknLayoutScalableTableLimits popup_preview_fixed_window_g_Limits()		{ return (*(Tpopup_preview_fixed_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_fixed_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7872
inline TAknLayoutScalableParameterLimits popup_preview_fixed_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_preview_fixed_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_fixed_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7874
inline TAknWindowComponentLayout popup_preview_fixed_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_preview_fixed_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_fixed_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7876
// LAF Table : navi_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7877
inline TAknLayoutScalableParameterLimits aid_navi_side_left_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_navi_side_left_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_navi_side_left_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7879
inline TAknLayoutScalableParameterLimits aid_navi_side_right_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_navi_side_right_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_navi_side_right_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7881
inline TAknLayoutScalableParameterLimits navi_icon_pane_stacon_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_icon_pane_stacon_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_icon_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7883
inline TAknLayoutScalableParameterLimits navi_navi_pane_stacon_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_navi_pane_stacon_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7885
inline TAknLayoutScalableParameterLimits navi_text_pane_stacon_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_text_pane_stacon_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_text_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7887
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7888
inline TAknWindowComponentLayout main_text_info_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_text_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_text_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7890
// LAF Table : main_text_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7891
inline TAknWindowComponentLayout listscroll_text_info_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_text_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_text_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7893
// LAF Table : listscroll_text_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7894
inline TAknLayoutScalableParameterLimits list_text_info_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_text_info_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_text_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7895
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7896
inline TAknWindowComponentLayout list_text_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_text_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_text_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7898
inline TAknLayoutScalableParameterLimits scroll_pane_cp24_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_cp24_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp24_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7900
inline TAknWindowComponentLayout scroll_pane_cp24(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp24_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp24)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7902
// LAF Table : list_text_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7903
inline TAknLayoutScalableParameterLimits list_text_info_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_text_info_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_text_info_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7905
inline TAknTextComponentLayout list_text_info_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_text_info_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_text_info_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7907
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7908
inline TAknLayoutScalableParameterLimits popup_fast_swap2_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_fast_swap2_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fast_swap2_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7910
inline TAknWindowComponentLayout popup_fast_swap2_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fast_swap2_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fast_swap2_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7912
// LAF Table : popup_fast_swap2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7913
inline TAknWindowComponentLayout aid_size_cell_fast2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_fast2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_fast2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7915
inline TAknWindowComponentLayout bg_popup_window_pane_cp17(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp17_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp17)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7917
inline TAknWindowComponentLayout heading_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7919
inline TAknWindowComponentLayout listscroll_fast2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_fast2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_fast2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7921
// LAF Table : listscroll_fast2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7922
inline TAknWindowComponentLayout grid_fast2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_fast2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_fast2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7923
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7924
inline TAknWindowComponentLayout listscroll_fast2_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_fast2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_fast2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7926
inline TAknWindowComponentLayout listscroll_fast2_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_fast2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_fast2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7928
inline TAknLayoutScalableTableLimits listscroll_fast2_pane_g_Limits()		{ return (*(Tlistscroll_fast2_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_fast2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7930
inline TAknWindowComponentLayout listscroll_fast2_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_fast2_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_fast2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7932
inline TAknWindowComponentLayout scroll_pane_cp26(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp26_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp26)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7934
// LAF Table : grid_fast2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7935
inline TAknLayoutScalableParameterLimits cell_fast2_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_fast2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fast2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7937
inline TAknWindowComponentLayout cell_fast2_pane(TInt aCol, TInt aRow, TInt aVariety = 0)		{ return (*(Tcell_fast2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fast2_pane)))(aCol, aRow, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7939
// LAF Table : cell_fast2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7940
inline TAknWindowComponentLayout cell_fast2_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fast2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fast2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7942
inline TAknWindowComponentLayout cell_fast2_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fast2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fast2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7944
inline TAknWindowComponentLayout cell_fast2_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fast2_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fast2_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7946
inline TAknLayoutScalableTableLimits cell_fast2_pane_g_Limits()		{ return (*(Tcell_fast2_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fast2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7948
inline TAknWindowComponentLayout cell_fast2_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fast2_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fast2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7950
inline TAknWindowComponentLayout grid_highlight_pane_cp9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7952
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7953
inline TAknLayoutScalableParameterLimits main_eswt_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_eswt_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_eswt_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7955
inline TAknWindowComponentLayout main_eswt_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_eswt_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_eswt_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7957
// LAF Table : list_text_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7958
inline TAknWindowComponentLayout list_single_text_info_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_text_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_text_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7960
// LAF Table : main_eswt_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7961
inline TAknWindowComponentLayout eswt_ctrl_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_ctrl_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_ctrl_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7963
inline TAknWindowComponentLayout eswt_ctrl_canvas_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_ctrl_canvas_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_ctrl_canvas_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7964
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7965
inline TAknWindowComponentLayout eswt_ctrl_combo_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_ctrl_combo_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_ctrl_combo_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7967
inline TAknWindowComponentLayout eswt_ctrl_default_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_ctrl_default_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_ctrl_default_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7969
inline TAknWindowComponentLayout eswt_ctrl_label_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_ctrl_label_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_ctrl_label_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7971
inline TAknWindowComponentLayout eswt_ctrl_wait_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_ctrl_wait_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_ctrl_wait_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7973
inline TAknWindowComponentLayout eswt_shell_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_shell_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_shell_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7975
inline TAknWindowComponentLayout listscroll_eswt_app_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_eswt_app_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_eswt_app_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7977
inline TAknLayoutScalableParameterLimits popup_eswt_tasktip_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_eswt_tasktip_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_eswt_tasktip_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7979
inline TAknWindowComponentLayout popup_eswt_tasktip_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_eswt_tasktip_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_eswt_tasktip_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7980
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7981
// LAF Table : eswt_shell_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7982
inline TAknWindowComponentLayout bg_popup_window_pane_cp18(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp18_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp18)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7984
// LAF Table : common_borders_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7985
inline TAknLayoutScalableParameterLimits eswt_control_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7987
inline TAknWindowComponentLayout eswt_control_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7988
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7989
inline TAknLayoutScalableParameterLimits eswt_control_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7990
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7991
inline TAknWindowComponentLayout eswt_control_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7993
inline TAknLayoutScalableParameterLimits eswt_control_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7995
inline TAknWindowComponentLayout eswt_control_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7997
inline TAknLayoutScalableParameterLimits eswt_control_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7999
inline TAknWindowComponentLayout eswt_control_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8001
inline TAknLayoutScalableTableLimits eswt_control_pane_g_Limits()		{ return (*(Teswt_control_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8003
inline TAknLayoutScalableParameterLimits eswt_control_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Teswt_control_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8005
inline TAknWindowComponentLayout eswt_control_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8006
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8007
// LAF Table : eswt_ctrl_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8008
inline TAknLayoutScalableParameterLimits bg_button_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_button_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8010
inline TAknWindowComponentLayout bg_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8012
inline TAknLayoutScalableParameterLimits common_borders_pane_copy2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcommon_borders_pane_copy2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_common_borders_pane_copy2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8014
inline TAknWindowComponentLayout common_borders_pane_copy2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcommon_borders_pane_copy2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_common_borders_pane_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8016
inline TAknLayoutScalableParameterLimits control_button_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcontrol_button_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_button_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8018
inline TAknWindowComponentLayout control_button_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8020
inline TAknLayoutScalableParameterLimits control_button_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcontrol_button_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_button_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8022
inline TAknWindowComponentLayout control_button_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_button_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_button_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8023
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8024
inline TAknLayoutScalableParameterLimits control_button_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcontrol_button_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_button_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8025
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8026
inline TAknWindowComponentLayout control_button_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_button_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_button_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8028
inline TAknLayoutScalableTableLimits control_button_pane_g_Limits()		{ return (*(Tcontrol_button_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_button_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8029
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8030
inline TAknLayoutScalableParameterLimits control_button_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcontrol_button_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_button_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8031
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8032
inline TAknWindowComponentLayout control_button_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_button_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_button_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8033
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8034
inline TAknTextComponentLayout control_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_button_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8035
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8036
inline TAknTextComponentLayout control_button_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_button_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_button_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8038
inline TAknLayoutScalableTableLimits control_button_pane_t_Limits()		{ return (*(Tcontrol_button_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_button_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8040
inline TAknTextComponentLayout control_button_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_button_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_button_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8042
// LAF Table : bg_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8043
inline TAknWindowComponentLayout bg_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8045
inline TAknWindowComponentLayout bg_button_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8047
inline TAknWindowComponentLayout bg_button_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8049
inline TAknWindowComponentLayout bg_button_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8051
inline TAknWindowComponentLayout bg_button_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8052
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8053
inline TAknWindowComponentLayout bg_button_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8054
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8055
inline TAknWindowComponentLayout bg_button_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8056
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8057
inline TAknWindowComponentLayout bg_button_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8058
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8059
inline TAknWindowComponentLayout bg_button_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8061
inline TAknLayoutScalableTableLimits bg_button_pane_g_Limits()		{ return (*(Tbg_button_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8062
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8063
inline TAknWindowComponentLayout bg_button_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8064
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8065
// LAF Table : eswt_ctrl_default_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8066
inline TAknLayoutScalableParameterLimits common_borders_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcommon_borders_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_common_borders_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8068
inline TAknWindowComponentLayout common_borders_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcommon_borders_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_common_borders_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8070
// LAF Table : common_borders_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8071
inline TAknLayoutScalableParameterLimits eswt_control_pane_g1_copy1_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g1_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8073
inline TAknWindowComponentLayout eswt_control_pane_g1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8075
inline TAknLayoutScalableParameterLimits eswt_control_pane_g2_copy1_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g2_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g2_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8077
inline TAknWindowComponentLayout eswt_control_pane_g2_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8079
inline TAknLayoutScalableParameterLimits eswt_control_pane_g3_copy1_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g3_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g3_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8081
inline TAknWindowComponentLayout eswt_control_pane_g3_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8082
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8083
inline TAknLayoutScalableParameterLimits eswt_control_pane_g4_copy1_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g4_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g4_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8084
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8085
inline TAknWindowComponentLayout eswt_control_pane_g4_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g4_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g4_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8087
// LAF Table : eswt_ctrl_canvas_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8088
inline TAknWindowComponentLayout bg_eswt_ctrl_canvas_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_eswt_ctrl_canvas_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_eswt_ctrl_canvas_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8090
inline TAknLayoutScalableParameterLimits common_borders_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcommon_borders_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_common_borders_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8092
inline TAknWindowComponentLayout common_borders_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcommon_borders_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_common_borders_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8094
// LAF Table : eswt_ctrl_label_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8095
inline TAknLayoutScalableParameterLimits common_borders_pane_cp3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcommon_borders_pane_cp3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_common_borders_pane_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8096
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8097
inline TAknWindowComponentLayout common_borders_pane_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcommon_borders_pane_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_common_borders_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8098
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8099
inline TAknWindowComponentLayout separator_horizontal_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tseparator_horizontal_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_separator_horizontal_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8101
inline TAknWindowComponentLayout separator_vertical_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tseparator_vertical_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_separator_vertical_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8103
// LAF Table : common_borders_pane_cp3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8104
inline TAknLayoutScalableParameterLimits eswt_control_pane_g1_copy2_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g1_copy2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g1_copy2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8106
inline TAknWindowComponentLayout eswt_control_pane_g1_copy2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g1_copy2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g1_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8108
inline TAknLayoutScalableParameterLimits eswt_control_pane_g2_copy2_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g2_copy2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g2_copy2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8110
inline TAknWindowComponentLayout eswt_control_pane_g2_copy2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g2_copy2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g2_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8112
inline TAknLayoutScalableParameterLimits eswt_control_pane_g3_copy2_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g3_copy2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g3_copy2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8114
inline TAknWindowComponentLayout eswt_control_pane_g3_copy2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g3_copy2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g3_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8116
inline TAknLayoutScalableParameterLimits eswt_control_pane_g4_copy2_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g4_copy2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g4_copy2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8118
inline TAknWindowComponentLayout eswt_control_pane_g4_copy2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g4_copy2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g4_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8120
// LAF Table : separator_horizontal_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8121
inline TAknWindowComponentLayout common_borders_pane_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcommon_borders_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_common_borders_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8123
inline TAknWindowComponentLayout separator_horizontal_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tseparator_horizontal_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_separator_horizontal_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8125
inline TAknWindowComponentLayout separator_horizontal_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tseparator_horizontal_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_separator_horizontal_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8127
inline TAknWindowComponentLayout separator_horizontal_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tseparator_horizontal_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_separator_horizontal_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8129
inline TAknLayoutScalableTableLimits separator_horizontal_pane_g_Limits()		{ return (*(Tseparator_horizontal_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_separator_horizontal_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8131
inline TAknWindowComponentLayout separator_horizontal_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tseparator_horizontal_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_separator_horizontal_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8133
// LAF Table : common_borders_pane_cp4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8134
inline TAknLayoutScalableParameterLimits eswt_control_pane_g1_copy3_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g1_copy3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g1_copy3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8136
inline TAknWindowComponentLayout eswt_control_pane_g1_copy3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g1_copy3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g1_copy3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8138
inline TAknLayoutScalableParameterLimits eswt_control_pane_g2_copy3_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g2_copy3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g2_copy3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8140
inline TAknWindowComponentLayout eswt_control_pane_g2_copy3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g2_copy3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g2_copy3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8142
inline TAknLayoutScalableParameterLimits eswt_control_pane_g3_copy3_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g3_copy3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g3_copy3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8144
inline TAknWindowComponentLayout eswt_control_pane_g3_copy3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g3_copy3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g3_copy3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8146
inline TAknLayoutScalableParameterLimits eswt_control_pane_g4_copy3_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g4_copy3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g4_copy3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8148
inline TAknWindowComponentLayout eswt_control_pane_g4_copy3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g4_copy3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g4_copy3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8150
// LAF Table : separator_vertical_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8151
inline TAknWindowComponentLayout common_borders_pane_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcommon_borders_pane_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_common_borders_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8153
inline TAknWindowComponentLayout separator_vertical_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tseparator_vertical_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_separator_vertical_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8155
inline TAknWindowComponentLayout separator_vertical_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tseparator_vertical_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_separator_vertical_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8157
inline TAknWindowComponentLayout separator_vertical_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tseparator_vertical_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_separator_vertical_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8159
inline TAknLayoutScalableTableLimits separator_vertical_pane_g_Limits()		{ return (*(Tseparator_vertical_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_separator_vertical_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8161
inline TAknWindowComponentLayout separator_vertical_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tseparator_vertical_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_separator_vertical_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8162
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8163
// LAF Table : common_borders_pane_cp5
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8164
inline TAknLayoutScalableParameterLimits eswt_control_pane_g1_copy4_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g1_copy4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g1_copy4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8166
inline TAknWindowComponentLayout eswt_control_pane_g1_copy4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g1_copy4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g1_copy4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8168
inline TAknLayoutScalableParameterLimits eswt_control_pane_g2_copy4_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g2_copy4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g2_copy4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8170
inline TAknWindowComponentLayout eswt_control_pane_g2_copy4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g2_copy4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g2_copy4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8172
inline TAknLayoutScalableParameterLimits eswt_control_pane_g3_copy4_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g3_copy4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g3_copy4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8173
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8174
inline TAknWindowComponentLayout eswt_control_pane_g3_copy4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g3_copy4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g3_copy4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8175
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8176
inline TAknLayoutScalableParameterLimits eswt_control_pane_g4_copy4_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_control_pane_g4_copy4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g4_copy4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8177
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8178
inline TAknWindowComponentLayout eswt_control_pane_g4_copy4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_control_pane_g4_copy4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_control_pane_g4_copy4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8180
// LAF Table : eswt_ctrl_combo_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8181
inline TAknWindowComponentLayout eswt_ctrl_combo_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_ctrl_combo_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_ctrl_combo_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8183
inline TAknWindowComponentLayout eswt_ctrl_input_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_ctrl_input_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_ctrl_input_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8185
inline TAknWindowComponentLayout popup_choice_list_window_cp70(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_choice_list_window_cp70_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_choice_list_window_cp70)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8187
// LAF Table : eswt_ctrl_input_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8188
inline TAknTextComponentLayout eswt_ctrl_input_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_ctrl_input_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_ctrl_input_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8190
inline TAknWindowComponentLayout input_focus_pane_cp70(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp70_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp70)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8191
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8192
// LAF Table : eswt_ctrl_combo_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8193
inline TAknLayoutScalableParameterLimits bg_button_pane_cp70_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_button_pane_cp70_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp70_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8195
inline TAknWindowComponentLayout bg_button_pane_cp70(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp70_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp70)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8197
inline TAknWindowComponentLayout eswt_ctrl_combo_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Teswt_ctrl_combo_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_ctrl_combo_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8199
// LAF Table : eswt_ctrl_wait_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8200
inline TAknWindowComponentLayout wait_bar_pane_cp70(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_bar_pane_cp70_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp70)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8202
// LAF Table : popup_eswt_tasktip_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8203
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp70_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_cp70_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp70_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8204
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8205
inline TAknWindowComponentLayout bg_popup_window_pane_cp70(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp70_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp70)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8207
inline TAknTextComponentLayout popup_eswt_tasktip_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_eswt_tasktip_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_eswt_tasktip_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8209
inline TAknLayoutScalableParameterLimits wait_bar_pane_cp71_ParamLimits(TInt aVariety = 0)		{ return (*(Twait_bar_pane_cp71_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp71_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8211
inline TAknWindowComponentLayout wait_bar_pane_cp71(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_bar_pane_cp71_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp71)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8213
// LAF Table : listscroll_eswt_app_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8214
inline TAknWindowComponentLayout grid_eswt_app_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_eswt_app_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_eswt_app_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8215
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8216
inline TAknWindowComponentLayout scroll_pane_cp70(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp70_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp70)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8218
// LAF Table : grid_eswt_app_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8219
inline TAknLayoutScalableParameterLimits cell_eswt_app_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_eswt_app_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_eswt_app_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8221
inline TAknWindowComponentLayout cell_eswt_app_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_eswt_app_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_eswt_app_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8223
// LAF Table : cell_eswt_app_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8224
inline TAknLayoutScalableParameterLimits cell_eswt_app_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_eswt_app_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_eswt_app_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8226
inline TAknWindowComponentLayout cell_eswt_app_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_eswt_app_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_eswt_app_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8228
inline TAknLayoutScalableParameterLimits cell_eswt_app_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_eswt_app_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_eswt_app_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8230
inline TAknWindowComponentLayout cell_eswt_app_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_eswt_app_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_eswt_app_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8232
inline TAknLayoutScalableTableLimits cell_eswt_app_pane_g_Limits()		{ return (*(Tcell_eswt_app_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_eswt_app_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8234
inline TAknLayoutScalableParameterLimits cell_eswt_app_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcell_eswt_app_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_eswt_app_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8236
inline TAknWindowComponentLayout cell_eswt_app_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_eswt_app_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_eswt_app_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8238
inline TAknLayoutScalableParameterLimits cell_eswt_app_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_eswt_app_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_eswt_app_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8240
inline TAknTextComponentLayout cell_eswt_app_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_eswt_app_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_eswt_app_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8242
inline TAknLayoutScalableParameterLimits grid_highlight_pane_cp70_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_highlight_pane_cp70_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp70_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8244
inline TAknWindowComponentLayout grid_highlight_pane_cp70(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp70_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp70)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8246
// LAF Table : set_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8247
inline TAknWindowComponentLayout set_content_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_content_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_content_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8249
// LAF Table : status_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8250
inline TAknWindowComponentLayout status_small_volume_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_volume_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_volume_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8252
// LAF Table : status_small_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8253
inline TAknWindowComponentLayout status_small_volume_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_small_volume_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_small_volume_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8255
inline TAknWindowComponentLayout volume_small2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8257
// LAF Table : volume_small2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8258
inline TAknWindowComponentLayout volume_small2_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8260
inline TAknWindowComponentLayout volume_small2_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8262
inline TAknWindowComponentLayout volume_small2_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small2_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small2_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8264
inline TAknWindowComponentLayout volume_small2_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small2_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small2_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8266
inline TAknWindowComponentLayout volume_small2_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small2_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small2_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8268
inline TAknWindowComponentLayout volume_small2_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small2_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small2_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8270
inline TAknWindowComponentLayout volume_small2_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small2_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small2_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8272
inline TAknWindowComponentLayout volume_small2_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small2_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small2_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8274
inline TAknWindowComponentLayout volume_small2_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small2_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small2_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8276
inline TAknWindowComponentLayout volume_small2_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small2_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small2_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8278
inline TAknLayoutScalableTableLimits volume_small2_pane_g_Limits()		{ return (*(Tvolume_small2_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8280
inline TAknWindowComponentLayout volume_small2_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_small2_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_small2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8282
// LAF Table : fep_vkb_top_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8283
inline TAknLayoutScalableParameterLimits fep_vkb_top_text_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_top_text_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_text_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8285
inline TAknLayoutScalableParameterLimits fep_vkb_top_text_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_vkb_top_text_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8287
// LAF Table : popup_preview_fixed_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8288
inline TAknLayoutScalableParameterLimits popup_preview_fixed_window_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_preview_fixed_window_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_fixed_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8289
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8290
inline TAknWindowComponentLayout popup_preview_fixed_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_preview_fixed_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_preview_fixed_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8292
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8293
inline TAknWindowComponentLayout popup_toolbar_trans_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_toolbar_trans_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar_trans_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8295
// LAF Table : set_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8296
inline TAknLayoutScalableParameterLimits aid_height_set_list_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_height_set_list_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_height_set_list_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8298
inline TAknLayoutScalableParameterLimits aid_size_parent_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_size_parent_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_parent_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8300
inline TAknLayoutScalableParameterLimits list_highlight_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_highlight_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8302
inline TAknLayoutScalableParameterLimits set_content_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tset_content_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_content_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8304
// LAF Table : list_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8305
inline TAknLayoutScalableParameterLimits list_single_image_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_image_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_image_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8307
inline TAknWindowComponentLayout list_single_image_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_image_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_image_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8309
// LAF Table : list_single_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8310
inline TAknLayoutScalableParameterLimits aid_size_cell_image_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_size_cell_image_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_image_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8312
inline TAknWindowComponentLayout aid_size_cell_image(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_image_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_image)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8313
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8314
inline TAknLayoutScalableParameterLimits grid_single_image_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_single_image_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_single_image_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8316
inline TAknWindowComponentLayout grid_single_image_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_single_image_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_single_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8317
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8318
inline TAknLayoutScalableParameterLimits list_single_image_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_image_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_image_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8320
inline TAknWindowComponentLayout list_single_image_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_image_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_image_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8322
inline TAknLayoutScalableParameterLimits list_single_image_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_image_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_image_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8324
inline TAknWindowComponentLayout list_single_image_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_image_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_image_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8326
inline TAknLayoutScalableTableLimits list_single_image_pane_g_Limits()		{ return (*(Tlist_single_image_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_image_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8328
inline TAknLayoutScalableParameterLimits list_single_image_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_image_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_image_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8329
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8330
inline TAknWindowComponentLayout list_single_image_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_image_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_image_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8332
inline TAknLayoutScalableParameterLimits list_single_image_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_image_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_image_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8334
inline TAknTextComponentLayout list_single_image_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_image_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_image_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8336
// LAF Table : grid_single_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8337
inline TAknLayoutScalableParameterLimits cell_image_list_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_image_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_image_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8339
inline TAknWindowComponentLayout cell_image_list_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0)		{ return (*(Tcell_image_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_image_list_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8341
// LAF Table : cell_image_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8342
inline TAknWindowComponentLayout cell_image_list_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_image_list_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_image_list_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8343
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8344
inline TAknWindowComponentLayout cell_image_list_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_image_list_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_image_list_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8345
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8346
inline TAknLayoutScalableTableLimits cell_image_list_pane_g_Limits()		{ return (*(Tcell_image_list_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_image_list_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8348
inline TAknWindowComponentLayout cell_image_list_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_image_list_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_image_list_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8350
// LAF Table : popup_toolbar_trans_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8351
inline TAknWindowComponentLayout aid_size_cell_tb_trans_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_tb_trans_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_tb_trans_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8353
inline TAknWindowComponentLayout bg_tb_trans_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8355
inline TAknWindowComponentLayout grid_tb_trans_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_tb_trans_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_tb_trans_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8356
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8357
// LAF Table : bg_tb_trans_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8358
inline TAknWindowComponentLayout bg_tb_trans_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8360
inline TAknWindowComponentLayout bg_tb_trans_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8362
inline TAknWindowComponentLayout bg_tb_trans_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8364
inline TAknWindowComponentLayout bg_tb_trans_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8366
inline TAknWindowComponentLayout bg_tb_trans_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8368
inline TAknWindowComponentLayout bg_tb_trans_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8370
inline TAknWindowComponentLayout bg_tb_trans_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8372
inline TAknWindowComponentLayout bg_tb_trans_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8374
inline TAknWindowComponentLayout bg_tb_trans_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8376
inline TAknLayoutScalableTableLimits bg_tb_trans_pane_g_Limits()		{ return (*(Tbg_tb_trans_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8378
inline TAknWindowComponentLayout bg_tb_trans_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8380
// LAF Table : grid_tb_trans_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8381
inline TAknLayoutScalableParameterLimits cell_toolbar_trans_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_toolbar_trans_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar_trans_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8383
inline TAknWindowComponentLayout cell_toolbar_trans_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tcell_toolbar_trans_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar_trans_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8385
// LAF Table : cell_toolbar_trans_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8386
inline TAknWindowComponentLayout cell_toolbar_trans_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_toolbar_trans_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar_trans_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8388
// LAF Table : list_form2_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8389
inline TAknTextComponentLayout list_form2_midp_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_form2_midp_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form2_midp_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8391
inline TAknTextComponentLayout list_form2_midp_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_form2_midp_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form2_midp_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8393
inline TAknLayoutScalableTableLimits list_form2_midp_pane_t_Limits()		{ return (*(Tlist_form2_midp_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form2_midp_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8395
inline TAknTextComponentLayout list_form2_midp_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_form2_midp_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_form2_midp_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8397
inline TAknLayoutScalableParameterLimits scroll_pane_cp51_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_cp51_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp51_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8399
// LAF Table : form2_midp_wait_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8400
inline TAknWindowComponentLayout form2_midp_wait_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_wait_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_wait_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8401
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8402
inline TAknWindowComponentLayout form2_midp_wait_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_wait_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_wait_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8404
inline TAknWindowComponentLayout form2_midp_wait_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_wait_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_wait_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8406
inline TAknLayoutScalableTableLimits form2_midp_wait_pane_g_Limits()		{ return (*(Tform2_midp_wait_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_wait_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8408
inline TAknWindowComponentLayout form2_midp_wait_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_wait_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_wait_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8410
// LAF Table : list_single_midp_graphic_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8411
inline TAknLayoutScalableParameterLimits list_highlight_pane_cp21_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_highlight_pane_cp21_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp21_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8413
inline TAknLayoutScalableParameterLimits list_single_midp_graphic_pane_g4_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_midp_graphic_pane_g4_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_graphic_pane_g4_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8415
inline TAknLayoutScalableParameterLimits list_single_midp_graphic_pane_t1_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_midp_graphic_pane_t1_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_midp_graphic_pane_t1_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8417
// LAF Table : list_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8418
inline TAknLayoutScalableParameterLimits list_single_2graphic_im_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_im_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_im_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8420
inline TAknWindowComponentLayout list_single_2graphic_im_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_2graphic_im_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_im_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8422
// LAF Table : list_single_2graphic_im_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8423
inline TAknLayoutScalableParameterLimits list_single_2graphic_im_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_im_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_im_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8425
inline TAknWindowComponentLayout list_single_2graphic_im_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_im_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_im_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8427
inline TAknLayoutScalableParameterLimits list_single_2graphic_im_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_im_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_im_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8429
inline TAknWindowComponentLayout list_single_2graphic_im_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_im_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_im_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8431
inline TAknLayoutScalableParameterLimits list_single_2graphic_im_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_im_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_im_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8433
inline TAknWindowComponentLayout list_single_2graphic_im_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_im_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_im_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8435
inline TAknLayoutScalableTableLimits list_single_2graphic_im_pane_g_Limits()		{ return (*(Tlist_single_2graphic_im_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_im_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8437
inline TAknLayoutScalableParameterLimits list_single_2graphic_im_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_im_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_im_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8439
inline TAknWindowComponentLayout list_single_2graphic_im_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_im_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_im_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8441
inline TAknLayoutScalableParameterLimits list_single_2graphic_im_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2graphic_im_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_im_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8443
inline TAknTextComponentLayout list_single_2graphic_im_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_im_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_im_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8445
// LAF Table : list_preview_fixed_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8446
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8448
inline TAknWindowComponentLayout list_single_graphic_2heading_pane_fp(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8450
// LAF Table : list_single_graphic_2heading_pane_fp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8451
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8453
inline TAknWindowComponentLayout list_single_graphic_2heading_pane_fp_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8455
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8457
inline TAknWindowComponentLayout list_single_graphic_2heading_pane_fp_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8459
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8461
inline TAknWindowComponentLayout list_single_graphic_2heading_pane_fp_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8463
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8465
inline TAknWindowComponentLayout list_single_graphic_2heading_pane_fp_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8467
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8469
inline TAknWindowComponentLayout list_single_graphic_2heading_pane_fp_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8471
inline TAknLayoutScalableTableLimits list_single_graphic_2heading_pane_fp_g_Limits()		{ return (*(Tlist_single_graphic_2heading_pane_fp_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8473
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8474
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8475
inline TAknWindowComponentLayout list_single_graphic_2heading_pane_fp_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8477
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8479
inline TAknTextComponentLayout list_single_graphic_2heading_pane_fp_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8481
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8483
inline TAknTextComponentLayout list_single_graphic_2heading_pane_fp_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8485
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8487
inline TAknTextComponentLayout list_single_graphic_2heading_pane_fp_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8489
inline TAknLayoutScalableTableLimits list_single_graphic_2heading_pane_fp_t_Limits()		{ return (*(Tlist_single_graphic_2heading_pane_fp_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8491
inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8493
inline TAknTextComponentLayout list_single_graphic_2heading_pane_fp_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_2heading_pane_fp_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_2heading_pane_fp_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8495
// LAF Table : fep_hwr_write_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8496
inline TAknLayoutScalableParameterLimits fep_hwr_write_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_write_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_write_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8498
inline TAknWindowComponentLayout fep_hwr_write_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_write_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_write_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8500
inline TAknLayoutScalableParameterLimits fep_hwr_write_pane_g6_ParamLimits(TInt aVariety = 0)		{ return (*(Tfep_hwr_write_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_write_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8502
inline TAknWindowComponentLayout fep_hwr_write_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_write_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_write_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8504
// LAF Table : main_eswt_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8505
inline TAknLayoutScalableParameterLimits eswt_shell_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Teswt_shell_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_eswt_shell_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8507
// LAF Table : eswt_shell_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8508
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp18_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_cp18_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp18_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8510
inline TAknWindowComponentLayout heading_pane_cp70(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_cp70_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp70)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8512
// LAF Table : popup_eswt_tasktip_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8513
inline TAknLayoutScalableParameterLimits popup_eswt_tasktip_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_eswt_tasktip_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_eswt_tasktip_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8515
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8516
inline TAknWindowComponentLayout aid_touch_tab_arrow_left(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_tab_arrow_left_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_tab_arrow_left)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8518
inline TAknWindowComponentLayout aid_touch_tab_arrow_right(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_tab_arrow_right_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_tab_arrow_right)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8519
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8520
// LAF Table : title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8521
inline TAknLayoutScalableParameterLimits title_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Ttitle_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8523
inline TAknWindowComponentLayout title_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttitle_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8525
// LAF Table : set_value_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8526
inline TAknWindowComponentLayout set_value_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_value_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_value_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8528
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8529
inline TAknLayoutScalableParameterLimits popup_toolbar_trans_pane_ParamLimits(TInt aVariety)		{ return (*(Tpopup_toolbar_trans_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar_trans_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8531
// LAF Table : popup_toolbar_trans_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8532
inline TAknLayoutScalableParameterLimits aid_size_cell_tb_trans_pane_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_tb_trans_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_tb_trans_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8534
inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_tb_trans_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8536
inline TAknLayoutScalableParameterLimits grid_tb_trans_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_tb_trans_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_tb_trans_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8538
// LAF Table : popup_note_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8539
inline TAknLayoutScalableParameterLimits cont_note_pane_ParamLimits(TInt aVariety)		{ return (*(Tcont_note_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cont_note_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8541
inline TAknWindowComponentLayout cont_note_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcont_note_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cont_note_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8542
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8543
// LAF Table : popup_snote_single_text_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8544
inline TAknLayoutScalableParameterLimits cont_snote2_single_text_pane_ParamLimits(TInt aVariety)		{ return (*(Tcont_snote2_single_text_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cont_snote2_single_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8546
inline TAknWindowComponentLayout cont_snote2_single_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcont_snote2_single_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cont_snote2_single_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8548
// LAF Table : popup_snote_single_graphic_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8549
inline TAknLayoutScalableParameterLimits cont_snote2_single_graphic_pane_ParamLimits(TInt aVariety)		{ return (*(Tcont_snote2_single_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cont_snote2_single_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8551
inline TAknWindowComponentLayout cont_snote2_single_graphic_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcont_snote2_single_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cont_snote2_single_graphic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8553
// LAF Table : popup_note_wait_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8554
inline TAknLayoutScalableParameterLimits cont_note_wait_pane_ParamLimits(TInt aVariety)		{ return (*(Tcont_note_wait_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cont_note_wait_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8556
inline TAknWindowComponentLayout cont_note_wait_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcont_note_wait_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cont_note_wait_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8557
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8558
// LAF Table : popup_note_image_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8559
inline TAknLayoutScalableParameterLimits cont_note_image_pane_ParamLimits(TInt aVariety)		{ return (*(Tcont_note_image_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cont_note_image_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8561
inline TAknWindowComponentLayout cont_note_image_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcont_note_image_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cont_note_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8563
// LAF Table : cont_note_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8564
inline TAknLayoutScalableParameterLimits popup_note2_window_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8566
inline TAknWindowComponentLayout popup_note2_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8568
inline TAknLayoutScalableParameterLimits popup_note2_window_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8570
inline TAknTextComponentLayout popup_note2_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8572
inline TAknLayoutScalableParameterLimits popup_note2_window_t2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8574
inline TAknTextComponentLayout popup_note2_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8576
inline TAknLayoutScalableParameterLimits popup_note2_window_t3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8578
inline TAknTextComponentLayout popup_note2_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8580
inline TAknLayoutScalableParameterLimits popup_note2_window_t4_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8582
inline TAknTextComponentLayout popup_note2_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8584
inline TAknLayoutScalableParameterLimits popup_note2_window_t5_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_window_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8586
inline TAknTextComponentLayout popup_note2_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_window_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8588
inline TAknLayoutScalableTableLimits popup_note2_window_t_Limits()		{ return (*(Tpopup_note2_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8590
inline TAknLayoutScalableParameterLimits popup_note2_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_note2_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8592
inline TAknTextComponentLayout popup_note2_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8594
// LAF Table : cont_note_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8595
inline TAknLayoutScalableParameterLimits popup_note2_image_window_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_image_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_image_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8596
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8597
inline TAknWindowComponentLayout popup_note2_image_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_image_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_image_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8598
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8599
inline TAknLayoutScalableParameterLimits popup_note2_image_window_g2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_image_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_image_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8600
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8601
inline TAknWindowComponentLayout popup_note2_image_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_image_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_image_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8603
inline TAknLayoutScalableTableLimits popup_note2_image_window_g_Limits()		{ return (*(Tpopup_note2_image_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_image_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8605
inline TAknLayoutScalableParameterLimits popup_note2_image_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_note2_image_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_image_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8607
inline TAknWindowComponentLayout popup_note2_image_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_image_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_image_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8609
inline TAknLayoutScalableParameterLimits popup_note2_image_window_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_image_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_image_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8611
inline TAknTextComponentLayout popup_note2_image_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_image_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_image_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8613
inline TAknLayoutScalableParameterLimits popup_note2_image_window_t2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_image_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_image_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8615
inline TAknTextComponentLayout popup_note2_image_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_image_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_image_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8617
inline TAknLayoutScalableParameterLimits popup_note2_image_window_t3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_image_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_image_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8619
inline TAknTextComponentLayout popup_note2_image_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_image_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_image_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8621
inline TAknLayoutScalableTableLimits popup_note2_image_window_t_Limits()		{ return (*(Tpopup_note2_image_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_image_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8623
inline TAknLayoutScalableParameterLimits popup_note2_image_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_note2_image_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_image_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8625
inline TAknTextComponentLayout popup_note2_image_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_image_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_image_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8627
// LAF Table : cont_note_wait_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8628
inline TAknLayoutScalableParameterLimits popup_note2_wait_window_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_wait_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8630
inline TAknWindowComponentLayout popup_note2_wait_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_wait_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8632
inline TAknLayoutScalableParameterLimits popup_note2_wait_window_g2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_wait_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8634
inline TAknWindowComponentLayout popup_note2_wait_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_wait_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8636
inline TAknLayoutScalableParameterLimits popup_note2_wait_window_g3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_wait_window_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8638
inline TAknWindowComponentLayout popup_note2_wait_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_wait_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8640
inline TAknLayoutScalableTableLimits popup_note2_wait_window_g_Limits()		{ return (*(Tpopup_note2_wait_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8642
inline TAknLayoutScalableParameterLimits popup_note2_wait_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_note2_wait_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8644
inline TAknWindowComponentLayout popup_note2_wait_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_wait_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8646
inline TAknLayoutScalableParameterLimits popup_note2_wait_window_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_wait_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8648
inline TAknTextComponentLayout popup_note2_wait_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_wait_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8650
inline TAknLayoutScalableParameterLimits popup_note2_wait_window_t2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_wait_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8652
inline TAknTextComponentLayout popup_note2_wait_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_wait_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8654
inline TAknLayoutScalableParameterLimits popup_note2_wait_window_t3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_wait_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8656
inline TAknTextComponentLayout popup_note2_wait_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_wait_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8658
inline TAknLayoutScalableParameterLimits popup_note2_wait_window_t4_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_wait_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8660
inline TAknTextComponentLayout popup_note2_wait_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_wait_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8662
inline TAknLayoutScalableTableLimits popup_note2_wait_window_t_Limits()		{ return (*(Tpopup_note2_wait_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8664
inline TAknLayoutScalableParameterLimits popup_note2_wait_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_note2_wait_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8666
inline TAknTextComponentLayout popup_note2_wait_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_wait_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_wait_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8668
inline TAknLayoutScalableParameterLimits wait_bar2_pane_ParamLimits(TInt aVariety)		{ return (*(Twait_bar2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8670
inline TAknWindowComponentLayout wait_bar2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_bar2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8672
// LAF Table : cont_snote2_single_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8673
inline TAknLayoutScalableParameterLimits popup_snote2_single_text_window_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_snote2_single_text_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_text_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8675
inline TAknWindowComponentLayout popup_snote2_single_text_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote2_single_text_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_text_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8677
inline TAknLayoutScalableParameterLimits popup_snote2_single_text_window_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_snote2_single_text_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_text_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8679
inline TAknTextComponentLayout popup_snote2_single_text_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote2_single_text_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_text_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8681
inline TAknLayoutScalableParameterLimits popup_snote2_single_text_window_t2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_snote2_single_text_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_text_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8683
inline TAknTextComponentLayout popup_snote2_single_text_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote2_single_text_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_text_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8685
inline TAknLayoutScalableParameterLimits popup_snote2_single_text_window_t3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_snote2_single_text_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_text_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8687
inline TAknTextComponentLayout popup_snote2_single_text_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote2_single_text_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_text_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8689
inline TAknLayoutScalableParameterLimits popup_snote2_single_text_window_t4_ParamLimits(TInt aVariety)		{ return (*(Tpopup_snote2_single_text_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_text_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8691
inline TAknTextComponentLayout popup_snote2_single_text_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote2_single_text_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_text_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8693
inline TAknLayoutScalableParameterLimits popup_snote2_single_text_window_t5_ParamLimits(TInt aVariety)		{ return (*(Tpopup_snote2_single_text_window_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_text_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8695
inline TAknTextComponentLayout popup_snote2_single_text_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote2_single_text_window_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_text_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8697
inline TAknLayoutScalableTableLimits popup_snote2_single_text_window_t_Limits()		{ return (*(Tpopup_snote2_single_text_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_text_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8699
inline TAknLayoutScalableParameterLimits popup_snote2_single_text_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_snote2_single_text_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_text_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8701
inline TAknTextComponentLayout popup_snote2_single_text_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote2_single_text_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_text_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8703
// LAF Table : cont_snote2_single_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8704
inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_snote2_single_graphic_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8706
inline TAknWindowComponentLayout popup_snote2_single_graphic_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote2_single_graphic_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8707
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8708
inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_g2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_snote2_single_graphic_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8710
inline TAknWindowComponentLayout popup_snote2_single_graphic_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote2_single_graphic_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8712
inline TAknLayoutScalableTableLimits popup_snote2_single_graphic_window_g_Limits()		{ return (*(Tpopup_snote2_single_graphic_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8714
inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_snote2_single_graphic_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8716
inline TAknWindowComponentLayout popup_snote2_single_graphic_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote2_single_graphic_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8718
inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_snote2_single_graphic_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8720
inline TAknTextComponentLayout popup_snote2_single_graphic_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote2_single_graphic_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8721
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8722
inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_t2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_snote2_single_graphic_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8724
inline TAknTextComponentLayout popup_snote2_single_graphic_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote2_single_graphic_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8726
inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_t3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_snote2_single_graphic_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8728
inline TAknTextComponentLayout popup_snote2_single_graphic_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote2_single_graphic_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8730
inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_t4_ParamLimits(TInt aVariety)		{ return (*(Tpopup_snote2_single_graphic_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8732
inline TAknTextComponentLayout popup_snote2_single_graphic_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote2_single_graphic_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8734
inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_t5_ParamLimits(TInt aVariety)		{ return (*(Tpopup_snote2_single_graphic_window_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8736
inline TAknTextComponentLayout popup_snote2_single_graphic_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote2_single_graphic_window_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8738
inline TAknLayoutScalableTableLimits popup_snote2_single_graphic_window_t_Limits()		{ return (*(Tpopup_snote2_single_graphic_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8740
inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_snote2_single_graphic_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8742
inline TAknTextComponentLayout popup_snote2_single_graphic_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_snote2_single_graphic_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_snote2_single_graphic_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8744
// LAF Table : clock_nsta_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8745
inline TAknTextComponentLayout clock_nsta_pane_cp2_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_nsta_pane_cp2_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_cp2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8747
inline TAknTextComponentLayout clock_nsta_pane_cp2_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_nsta_pane_cp2_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_cp2_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8749
inline TAknLayoutScalableTableLimits clock_nsta_pane_cp2_t_Limits()		{ return (*(Tclock_nsta_pane_cp2_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_cp2_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8751
inline TAknTextComponentLayout clock_nsta_pane_cp2_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_nsta_pane_cp2_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_cp2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8753
// LAF Table : form_field_data_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8754
inline TAknLayoutScalableParameterLimits form_field_data_wide_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tform_field_data_wide_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8755
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8756
inline TAknLayoutScalableParameterLimits form_field_data_wide_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tform_field_data_wide_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8757
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8758
inline TAknWindowComponentLayout form_field_data_wide_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_wide_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8759
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8760
inline TAknLayoutScalableParameterLimits form_field_data_wide_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tform_field_data_wide_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8761
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8762
inline TAknWindowComponentLayout form_field_data_wide_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_wide_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8764
inline TAknLayoutScalableTableLimits form_field_data_wide_pane_g_Limits()		{ return (*(Tform_field_data_wide_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8766
inline TAknLayoutScalableParameterLimits form_field_data_wide_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tform_field_data_wide_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8768
inline TAknWindowComponentLayout form_field_data_wide_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform_field_data_wide_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form_field_data_wide_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8770
// LAF Table : touch_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8771
inline TAknLayoutScalableParameterLimits grid_touch_3_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_touch_3_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_touch_3_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8773
inline TAknWindowComponentLayout grid_touch_3_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_touch_3_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_touch_3_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8775
// LAF Table : grid_touch_3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8776
inline TAknLayoutScalableParameterLimits cell_touch_3_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_touch_3_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_touch_3_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8778
inline TAknWindowComponentLayout cell_touch_3_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_touch_3_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_touch_3_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8780
// LAF Table : cell_touch_3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8781
inline TAknWindowComponentLayout cell_touch_3_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_touch_3_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_touch_3_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8783
inline TAknWindowComponentLayout cell_touch_3_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_touch_3_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_touch_3_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8785
inline TAknLayoutScalableTableLimits cell_touch_3_pane_g_Limits()		{ return (*(Tcell_touch_3_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_touch_3_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8787
inline TAknWindowComponentLayout cell_touch_3_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_touch_3_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_touch_3_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8789
// LAF Table : popup_query_data_code_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8790
inline TAknWindowComponentLayout cont_query_data_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcont_query_data_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cont_query_data_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8792
inline TAknWindowComponentLayout cont_query_data_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcont_query_data_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cont_query_data_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8794
// LAF Table : cont_query_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8795
inline TAknWindowComponentLayout button_value_adjust_pane_cp7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbutton_value_adjust_pane_cp7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane_cp7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8797
inline TAknWindowComponentLayout query_popup_pane_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tquery_popup_pane_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_popup_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8799
// LAF Table : popup_side_volume_key_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8800
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp22_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_sub_pane_cp22_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp22_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8802
inline TAknWindowComponentLayout navi_navi_volume_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_navi_volume_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_volume_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8804
inline TAknWindowComponentLayout popup_side_volume_key_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_side_volume_key_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_side_volume_key_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8806
inline TAknWindowComponentLayout popup_side_volume_key_window_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_side_volume_key_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_side_volume_key_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8808
inline TAknLayoutScalableTableLimits popup_side_volume_key_window_g_Limits()		{ return (*(Tpopup_side_volume_key_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_side_volume_key_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8810
inline TAknWindowComponentLayout popup_side_volume_key_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_side_volume_key_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_side_volume_key_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8812
inline TAknTextComponentLayout popup_side_volume_key_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_side_volume_key_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_side_volume_key_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8814
inline TAknLayoutScalableTableLimits popup_side_volume_key_window_t_Limits()		{ return (*(Tpopup_side_volume_key_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_side_volume_key_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8816
inline TAknTextComponentLayout popup_side_volume_key_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_side_volume_key_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_side_volume_key_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8818
// LAF Table : area_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8819
inline TAknLayoutScalableParameterLimits popup_side_volume_key_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_side_volume_key_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_side_volume_key_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8820
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8821
// LAF Table : list_double_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8822
inline TAknLayoutScalableParameterLimits list_double_graphic_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_graphic_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8824
inline TAknWindowComponentLayout list_double_graphic_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_graphic_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_graphic_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8826
// LAF Table : list_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8827
inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_2heading_msg_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8829
inline TAknWindowComponentLayout list_single_2heading_msg_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_2heading_msg_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8831
// LAF Table : list_single_2heading_msg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8832
inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_2heading_msg_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8834
inline TAknWindowComponentLayout list_single_2heading_msg_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2heading_msg_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8836
inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_2heading_msg_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8838
inline TAknWindowComponentLayout list_single_2heading_msg_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2heading_msg_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8840
inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_2heading_msg_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8842
inline TAknWindowComponentLayout list_single_2heading_msg_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2heading_msg_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8844
inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_2heading_msg_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8846
inline TAknWindowComponentLayout list_single_2heading_msg_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2heading_msg_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8848
inline TAknLayoutScalableTableLimits list_single_2heading_msg_pane_g_Limits()		{ return (*(Tlist_single_2heading_msg_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8850
inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_2heading_msg_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8852
inline TAknWindowComponentLayout list_single_2heading_msg_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2heading_msg_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8854
inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_2heading_msg_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8856
inline TAknTextComponentLayout list_single_2heading_msg_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2heading_msg_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8858
inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_2heading_msg_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8860
inline TAknTextComponentLayout list_single_2heading_msg_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2heading_msg_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8862
inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_2heading_msg_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8864
inline TAknTextComponentLayout list_single_2heading_msg_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2heading_msg_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8866
inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_2heading_msg_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8868
inline TAknTextComponentLayout list_single_2heading_msg_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2heading_msg_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8870
inline TAknLayoutScalableTableLimits list_single_2heading_msg_pane_t_Limits()		{ return (*(Tlist_single_2heading_msg_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8872
inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_2heading_msg_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8874
inline TAknTextComponentLayout list_single_2heading_msg_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2heading_msg_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2heading_msg_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8876
// LAF Table : title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8877
inline TAknLayoutScalableParameterLimits title_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Ttitle_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8879
inline TAknWindowComponentLayout title_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttitle_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8881
// LAF Table : title_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8882
inline TAknLayoutScalableParameterLimits title_pane_stacon_g3_ParamLimits(TInt aVariety)		{ return (*(Ttitle_pane_stacon_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_stacon_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8884
inline TAknWindowComponentLayout title_pane_stacon_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttitle_pane_stacon_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_title_pane_stacon_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8886
// LAF Table : list_single_2graphic_im_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8887
inline TAknLayoutScalableParameterLimits list_single_2graphic_im_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_2graphic_im_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_im_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8889
inline TAknWindowComponentLayout list_single_2graphic_im_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_2graphic_im_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_2graphic_im_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8891
// LAF Table : ai_gene_pane_1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8892
inline TAknWindowComponentLayout popup_side_volume_key_window_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_side_volume_key_window_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_side_volume_key_window_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8894
// LAF Table : main_idle_act2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8895
inline TAknTextComponentLayout main_idle_act2_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_idle_act2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_idle_act2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8897
// LAF Table : toolbar_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8898
inline TAknWindowComponentLayout toolbar_button_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar_button_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar_button_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8900
// LAF Table : listscroll_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8901
inline TAknWindowComponentLayout popup_toolbar_window_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_toolbar_window_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar_window_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8903
// LAF Table : clock_nsta_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8904
inline TAknTextComponentLayout clock_nsta_pane_cp_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_nsta_pane_cp_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_cp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8906
inline TAknTextComponentLayout clock_nsta_pane_cp_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_nsta_pane_cp_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_cp_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8908
inline TAknLayoutScalableTableLimits clock_nsta_pane_cp_t_Limits()		{ return (*(Tclock_nsta_pane_cp_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_cp_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8910
inline TAknTextComponentLayout clock_nsta_pane_cp_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_nsta_pane_cp_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_cp_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8912
// LAF Table : popup_side_volume_key_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8913
inline TAknLayoutScalableParameterLimits navi_navi_volume_pane_cp2_ParamLimits(TInt aVariety)		{ return (*(Tnavi_navi_volume_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_navi_volume_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8915
inline TAknLayoutScalableParameterLimits popup_side_volume_key_window_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_side_volume_key_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_side_volume_key_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8917
inline TAknLayoutScalableParameterLimits popup_side_volume_key_window_g2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_side_volume_key_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_side_volume_key_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8919
inline TAknLayoutScalableParameterLimits popup_side_volume_key_window_g3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_side_volume_key_window_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_side_volume_key_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8921
inline TAknLayoutScalableParameterLimits popup_side_volume_key_window_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tpopup_side_volume_key_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_side_volume_key_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8922
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8923
// LAF Table : popup_fep_hwr_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8924
inline TAknWindowComponentLayout fep_hwr_aid_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_aid_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_aid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8926
// LAF Table : fep_hwr_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8927
inline TAknLayoutScalableParameterLimits bg_fep_hwr_top_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tbg_fep_hwr_top_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_fep_hwr_top_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8929
inline TAknLayoutScalableParameterLimits fep_hwr_top_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tfep_hwr_top_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_top_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8931
inline TAknLayoutScalableParameterLimits fep_hwr_top_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tfep_hwr_top_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_top_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8933
inline TAknLayoutScalableParameterLimits fep_hwr_top_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tfep_hwr_top_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_top_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8935
inline TAknLayoutScalableParameterLimits fep_hwr_top_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tfep_hwr_top_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_top_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8937
inline TAknLayoutScalableParameterLimits fep_hwr_top_text_pane_ParamLimits(TInt aVariety)		{ return (*(Tfep_hwr_top_text_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_top_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8939
// LAF Table : navi_navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8940
inline TAknWindowComponentLayout aid_touch_tab_arrow_arrow_2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_tab_arrow_arrow_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_tab_arrow_arrow_2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8942
inline TAknWindowComponentLayout aid_touch_tab_arrow_left_2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_tab_arrow_left_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_tab_arrow_left_2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8944
// LAF Table : popup_fep_hwr_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8945
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_pane_ParamLimits(TInt aVariety)		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8947
inline TAknWindowComponentLayout fep_hwr_prediction_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_prediction_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_prediction_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8949
// LAF Table : popup_fep_vkb_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8950
inline TAknWindowComponentLayout fep_vkb_prediction_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_prediction_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_prediction_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8952
// LAF Table : fep_vkb_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8953
inline TAknLayoutScalableParameterLimits fep_vkb_side_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tfep_vkb_side_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_side_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8955
inline TAknWindowComponentLayout fep_vkb_side_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_side_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_side_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8957
// LAF Table : fep_hwr_candidate_drop_down_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8958
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8960
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8962
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8964
inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_candidate_drop_down_list_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8965
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8966
// LAF Table : fep_hwr_prediction_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8967
inline TAknWindowComponentLayout fep_hwr_prediction_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_prediction_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_prediction_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8969
inline TAknWindowComponentLayout fep_hwr_prediction_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_prediction_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_prediction_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8971
inline TAknWindowComponentLayout fep_hwr_prediction_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_prediction_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_prediction_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8973
inline TAknWindowComponentLayout fep_hwr_prediction_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_prediction_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_prediction_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8975
inline TAknLayoutScalableTableLimits fep_hwr_prediction_pane_g_Limits()		{ return (*(Tfep_hwr_prediction_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_prediction_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8977
inline TAknWindowComponentLayout fep_hwr_prediction_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_hwr_prediction_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_prediction_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8979
// LAF Table : fep_vkb_prediction_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8980
inline TAknWindowComponentLayout fep_vkb_prediction_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_prediction_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_prediction_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8982
inline TAknWindowComponentLayout fep_vkb_prediction_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_prediction_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_prediction_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8984
inline TAknWindowComponentLayout fep_vkb_prediction_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_prediction_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_prediction_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8986
inline TAknWindowComponentLayout fep_vkb_prediction_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_prediction_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_prediction_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8988
inline TAknLayoutScalableTableLimits fep_vkb_prediction_pane_g_Limits()		{ return (*(Tfep_vkb_prediction_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_prediction_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8990
inline TAknWindowComponentLayout fep_vkb_prediction_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_prediction_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_prediction_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8992
// LAF Table : slider_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8993
inline TAknWindowComponentLayout slider_set_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8995
inline TAknWindowComponentLayout slider_set_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8997
inline TAknWindowComponentLayout slider_set_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8999
inline TAknWindowComponentLayout slider_set_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9001
inline TAknWindowComponentLayout slider_set_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9003
// LAF Table : slider_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9004
inline TAknWindowComponentLayout slider_form_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9006
inline TAknWindowComponentLayout slider_form_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9008
inline TAknWindowComponentLayout slider_form_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9010
inline TAknWindowComponentLayout slider_form_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9012
inline TAknWindowComponentLayout slider_form_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9014
// LAF Table : slider_set_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9015
inline TAknWindowComponentLayout slider_set_pane_vc_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_vc_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9016
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9017
inline TAknWindowComponentLayout slider_set_pane_vc_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_vc_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_vc_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9018
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9019
inline TAknWindowComponentLayout slider_set_pane_vc_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_vc_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_vc_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9020
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9021
inline TAknWindowComponentLayout slider_set_pane_vc_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_vc_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_vc_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9023
inline TAknWindowComponentLayout slider_set_pane_vc_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_vc_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_vc_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9025
// LAF Table : slider_form_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9026
inline TAknWindowComponentLayout slider_form_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_vc_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9028
inline TAknWindowComponentLayout slider_form_pane_vc_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_vc_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9029
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9030
inline TAknWindowComponentLayout slider_form_pane_vc_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_vc_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9031
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9032
inline TAknWindowComponentLayout slider_form_pane_vc_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_vc_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_vc_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9033
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9034
inline TAknWindowComponentLayout slider_form_pane_vc_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_vc_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_vc_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9035
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9036
inline TAknLayoutScalableTableLimits slider_form_pane_vc_g_Limits()		{ return (*(Tslider_form_pane_vc_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9038
inline TAknWindowComponentLayout slider_form_pane_vc_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_form_pane_vc_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_form_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9040
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9041
inline TAknWindowComponentLayout main_idle_act3_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_idle_act3_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_idle_act3_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9043
// LAF Table : main_idle_act3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9044
inline TAknWindowComponentLayout ai3_links_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai3_links_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai3_links_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9046
inline TAknLayoutScalableParameterLimits popup_ai3_data_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_ai3_data_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai3_data_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9047
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9048
inline TAknWindowComponentLayout popup_ai3_data_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_ai3_data_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai3_data_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9050
// LAF Table : ai3_links_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9051
inline TAknWindowComponentLayout grid_ai3_links_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_ai3_links_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_ai3_links_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9052
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9053
// LAF Table : grid_ai3_links_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9054
inline TAknLayoutScalableParameterLimits cell_ai3_links_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_ai3_links_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai3_links_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9056
inline TAknWindowComponentLayout cell_ai3_links_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0)		{ return (*(Tcell_ai3_links_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai3_links_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9058
// LAF Table : cell_ai3_links_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9059
inline TAknWindowComponentLayout bg_popup_sub_pane_cp11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9061
inline TAknWindowComponentLayout cell_ai3_links_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai3_links_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai3_links_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9062
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9063
// LAF Table : popup_ai3_data_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9064
inline TAknWindowComponentLayout bg_popup_sub_pane_cp12(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9066
inline TAknWindowComponentLayout heading_ai3_data_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_ai3_data_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_ai3_data_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9068
inline TAknWindowComponentLayout list_ai3_gene_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_ai3_gene_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai3_gene_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9070
inline TAknWindowComponentLayout popup_ai3_data_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_ai3_data_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ai3_data_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9072
// LAF Table : heading_ai3_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9073
inline TAknWindowComponentLayout heading_ai3_data_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_ai3_data_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_ai3_data_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9075
inline TAknTextComponentLayout heading_ai3_data_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_ai3_data_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_ai3_data_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9077
// LAF Table : list_ai3_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9078
inline TAknLayoutScalableParameterLimits list_double_ai3_gene_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_ai3_gene_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_ai3_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9079
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9080
inline TAknWindowComponentLayout list_double_ai3_gene_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_double_ai3_gene_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_ai3_gene_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9082
inline TAknLayoutScalableParameterLimits list_single_ai3_gene_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_ai3_gene_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_ai3_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9084
inline TAknWindowComponentLayout list_single_ai3_gene_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_ai3_gene_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_ai3_gene_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9086
// LAF Table : list_single_ai3_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9087
inline TAknLayoutScalableParameterLimits list_highlight_pane_cp7_ParamLimits(TInt aVariety)		{ return (*(Tlist_highlight_pane_cp7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9088
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9089
inline TAknWindowComponentLayout list_highlight_pane_cp7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9090
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9091
inline TAknLayoutScalableParameterLimits list_single_a13_gene_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_a13_gene_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_a13_gene_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9092
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9093
inline TAknTextComponentLayout list_single_a13_gene_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_a13_gene_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_a13_gene_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9094
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9095
inline TAknWindowComponentLayout list_single_ai3_gene_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_ai3_gene_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_ai3_gene_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9096
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9097
inline TAknWindowComponentLayout list_single_ai3_gene_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_ai3_gene_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_ai3_gene_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9098
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9099
inline TAknLayoutScalableTableLimits list_single_ai3_gene_pane_g_Limits()		{ return (*(Tlist_single_ai3_gene_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_ai3_gene_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9101
inline TAknWindowComponentLayout list_single_ai3_gene_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_ai3_gene_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_ai3_gene_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9103
// LAF Table : list_double_ai3_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9104
inline TAknLayoutScalableParameterLimits list_double_ai3_gene_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_ai3_gene_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_ai3_gene_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9106
inline TAknWindowComponentLayout list_double_ai3_gene_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_ai3_gene_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_ai3_gene_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9108
inline TAknLayoutScalableParameterLimits list_double_ai3_gene_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_ai3_gene_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_ai3_gene_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9110
inline TAknTextComponentLayout list_double_ai3_gene_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_ai3_gene_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_ai3_gene_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9112
inline TAknLayoutScalableParameterLimits list_double_ai3_gene_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_ai3_gene_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_ai3_gene_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9114
inline TAknTextComponentLayout list_double_ai3_gene_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_ai3_gene_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_ai3_gene_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9116
inline TAknLayoutScalableParameterLimits list_double_ai3_gene_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_ai3_gene_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_ai3_gene_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9118
inline TAknTextComponentLayout list_double_ai3_gene_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_ai3_gene_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_ai3_gene_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9120
inline TAknLayoutScalableTableLimits list_double_ai3_gene_pane_t_Limits()		{ return (*(Tlist_double_ai3_gene_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_ai3_gene_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9122
inline TAknLayoutScalableParameterLimits list_double_ai3_gene_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_double_ai3_gene_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_ai3_gene_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9124
inline TAknTextComponentLayout list_double_ai3_gene_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_ai3_gene_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_ai3_gene_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9126
// Generic API
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9127
inline TAknLayoutScalableComponentType GetComponentTypeById(TInt aComponentId)		{ return (*(TGetComponentTypeById_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_GetComponentTypeById)))(aComponentId); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9129
inline TAknLayoutScalableParameterLimits GetParamLimitsById(TInt aComponentId, TInt aVariety)		{ return (*(TGetParamLimitsById_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_GetParamLimitsById)))(aComponentId, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9131
inline TAknWindowComponentLayout GetWindowComponentById(TInt aComponentId, TInt aVariety, TInt aCol, TInt aRow)		{ return (*(TGetWindowComponentById_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_GetWindowComponentById)))(aComponentId, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9133
inline TAknTextComponentLayout GetTextComponentById(TInt aComponentId, TInt aVariety, TInt aCol, TInt aRow)		{ return (*(TGetTextComponentById_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_GetTextComponentById)))(aComponentId, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9135
// LAF Table : list_single_2heading_msg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9136
inline TAknWindowComponentLayout aid_size_min_col_2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_min_col_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_min_col_2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9138
inline TAknLayoutScalableParameterLimits aid_size_min_msg_ParamLimits(TInt aVariety)		{ return (*(Taid_size_min_msg_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_min_msg_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9140
inline TAknWindowComponentLayout aid_size_min_msg(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_min_msg_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_min_msg)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9142
// LAF Table : fep_vkb_top_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9143
inline TAknLayoutScalableParameterLimits fep_vkb_top_text_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tfep_vkb_top_text_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_text_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9144
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9145
inline TAknWindowComponentLayout fep_vkb_top_text_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_top_text_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_text_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9146
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9147
inline TAknLayoutScalableTableLimits fep_vkb_top_text_pane_g_Limits()		{ return (*(Tfep_vkb_top_text_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_text_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9149
inline TAknLayoutScalableParameterLimits fep_vkb_top_text_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tfep_vkb_top_text_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_text_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9151
inline TAknWindowComponentLayout fep_vkb_top_text_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_top_text_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_top_text_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9153
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9154
inline TAknWindowComponentLayout main_hc_apps_shell_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_hc_apps_shell_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_hc_apps_shell_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9156
// LAF Table : main_hc_apps_shell_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9157
inline TAknLayoutScalableParameterLimits grid_hc_apps_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_hc_apps_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_hc_apps_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9159
inline TAknWindowComponentLayout grid_hc_apps_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_hc_apps_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_hc_apps_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9161
inline TAknWindowComponentLayout list_hc_apps_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_hc_apps_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_hc_apps_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9162
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9163
inline TAknLayoutScalableParameterLimits scroll_pane_cp37_ParamLimits(TInt aVariety)		{ return (*(Tscroll_pane_cp37_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp37_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9164
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9165
inline TAknWindowComponentLayout scroll_pane_cp37(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp37_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp37)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9167
// LAF Table : grid_hc_apps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9168
inline TAknLayoutScalableParameterLimits cell_hc_apps_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_hc_apps_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_apps_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9170
inline TAknWindowComponentLayout cell_hc_apps_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_hc_apps_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_apps_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9172
// LAF Table : cell_hc_apps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9173
inline TAknLayoutScalableParameterLimits cell_hc_apps_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_hc_apps_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_apps_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9175
inline TAknWindowComponentLayout cell_hc_apps_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hc_apps_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_apps_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9177
inline TAknLayoutScalableParameterLimits cell_hc_apps_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcell_hc_apps_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_apps_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9179
inline TAknWindowComponentLayout cell_hc_apps_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hc_apps_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_apps_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9181
inline TAknLayoutScalableParameterLimits cell_hc_apps_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tcell_hc_apps_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_apps_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9183
inline TAknWindowComponentLayout cell_hc_apps_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hc_apps_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_apps_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9185
inline TAknLayoutScalableTableLimits cell_hc_apps_pane_g_Limits()		{ return (*(Tcell_hc_apps_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_apps_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9187
inline TAknLayoutScalableParameterLimits cell_hc_apps_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_hc_apps_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_apps_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9189
inline TAknWindowComponentLayout cell_hc_apps_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hc_apps_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_apps_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9191
inline TAknLayoutScalableParameterLimits cell_hc_apps_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_hc_apps_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_apps_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9193
inline TAknTextComponentLayout cell_hc_apps_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hc_apps_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_apps_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9195
inline TAknLayoutScalableParameterLimits grid_highlight_pane_cp10_ParamLimits(TInt aVariety)		{ return (*(Tgrid_highlight_pane_cp10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9197
inline TAknWindowComponentLayout grid_highlight_pane_cp10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9199
// LAF Table : list_hc_apps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9200
inline TAknLayoutScalableParameterLimits list_single_hc_apps_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_hc_apps_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hc_apps_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9202
inline TAknWindowComponentLayout list_single_hc_apps_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_hc_apps_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hc_apps_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9204
// LAF Table : list_single_hc_apps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9205
inline TAknWindowComponentLayout list_single_hc_apps_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_hc_apps_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hc_apps_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9207
inline TAknWindowComponentLayout list_single_hc_apps_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_hc_apps_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hc_apps_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9209
inline TAknLayoutScalableTableLimits list_single_hc_apps_pane_g_Limits()		{ return (*(Tlist_single_hc_apps_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hc_apps_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9211
inline TAknWindowComponentLayout list_single_hc_apps_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_hc_apps_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hc_apps_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9213
inline TAknWindowComponentLayout list_single_hc_apps_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_hc_apps_pane_g2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hc_apps_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9215
inline TAknTextComponentLayout list_single_hc_apps_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_hc_apps_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hc_apps_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9217
// LAF Table : setting_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9218
inline TAknLayoutScalableParameterLimits bg_set_opt_pane_cp_ParamLimits(TInt aVariety)		{ return (*(Tbg_set_opt_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9220
inline TAknLayoutScalableParameterLimits setting_slider_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tsetting_slider_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9222
inline TAknLayoutScalableParameterLimits setting_slider_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tsetting_slider_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9224
inline TAknLayoutScalableParameterLimits setting_slider_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tsetting_slider_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9226
inline TAknLayoutScalableParameterLimits setting_slider_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tsetting_slider_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9228
inline TAknLayoutScalableParameterLimits slider_set_pane_ParamLimits(TInt aVariety)		{ return (*(Tslider_set_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9230
// LAF Table : control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9231
inline TAknLayoutScalableParameterLimits control_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tcontrol_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9233
inline TAknWindowComponentLayout control_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9235
// LAF Table : slider_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9236
inline TAknLayoutScalableParameterLimits slider_set_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tslider_set_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9238
inline TAknLayoutScalableParameterLimits slider_set_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tslider_set_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9240
inline TAknLayoutScalableParameterLimits slider_set_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tslider_set_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9242
inline TAknLayoutScalableParameterLimits slider_set_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tslider_set_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9244
inline TAknLayoutScalableParameterLimits slider_set_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tslider_set_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9246
inline TAknLayoutScalableParameterLimits slider_set_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tslider_set_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9248
inline TAknLayoutScalableParameterLimits slider_set_pane_g7_ParamLimits(TInt aVariety)		{ return (*(Tslider_set_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9250
inline TAknLayoutScalableParameterLimits slider_set_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tslider_set_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9252
// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9253
inline TAknLayoutScalableParameterLimits navi_icon_text_pane_ParamLimits(TInt aVariety)		{ return (*(Tnavi_icon_text_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_icon_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9255
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9256
inline TAknLayoutScalableParameterLimits aid_fill_nsta_2_ParamLimits(TInt aVariety)		{ return (*(Taid_fill_nsta_2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_fill_nsta_2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9258
inline TAknLayoutScalableParameterLimits aid_touch_tab_arrow_left_ParamLimits(TInt aVariety)		{ return (*(Taid_touch_tab_arrow_left_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_tab_arrow_left_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9260
inline TAknLayoutScalableParameterLimits aid_touch_tab_arrow_right_ParamLimits(TInt aVariety)		{ return (*(Taid_touch_tab_arrow_right_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_tab_arrow_right_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9262
inline TAknLayoutScalableParameterLimits clock_nsta_pane_ParamLimits(TInt aVariety)		{ return (*(Tclock_nsta_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9264
// LAF Table : navi_icon_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9265
inline TAknLayoutScalableParameterLimits navi_icon_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tnavi_icon_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_icon_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9267
// LAF Table : navi_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9268
inline TAknLayoutScalableParameterLimits navi_text_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tnavi_text_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9270
// LAF Table : navi_icon_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9271
inline TAknLayoutScalableParameterLimits navi_icon_text_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tnavi_icon_text_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_icon_text_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9273
inline TAknLayoutScalableParameterLimits navi_icon_text_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tnavi_icon_text_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_icon_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9275
// LAF Table : list_single_hc_apps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9276
inline TAknLayoutScalableParameterLimits list_single_hc_apps_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_hc_apps_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hc_apps_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9278
inline TAknLayoutScalableParameterLimits list_single_hc_apps_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_hc_apps_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hc_apps_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9280
inline TAknLayoutScalableParameterLimits list_single_hc_apps_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_single_hc_apps_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hc_apps_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9282
inline TAknLayoutScalableParameterLimits list_single_hc_apps_pane_g2_copy1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_hc_apps_pane_g2_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hc_apps_pane_g2_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9283
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9284
inline TAknLayoutScalableParameterLimits list_single_hc_apps_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_hc_apps_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hc_apps_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9286
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9287
inline TAknLayoutScalableParameterLimits popup_toolbar2_fixed_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_toolbar2_fixed_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar2_fixed_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9289
inline TAknWindowComponentLayout popup_toolbar2_fixed_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_toolbar2_fixed_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar2_fixed_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9291
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9292
inline TAknWindowComponentLayout popup_toolbar2_float_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_toolbar2_float_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar2_float_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9294
// LAF Table : popup_toolbar2_float_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9295
inline TAknWindowComponentLayout bg_popup_sub_pane_cp27(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp27_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp27)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9297
inline TAknWindowComponentLayout grid_toolbar2_float_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_toolbar2_float_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_toolbar2_float_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9298
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9299
// LAF Table : popup_toolbar2_fixed_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9300
inline TAknWindowComponentLayout bg_popup_sub_pane_cp26(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp26_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp26)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9302
inline TAknWindowComponentLayout grid_toolbar2_fixed_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_toolbar2_fixed_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_toolbar2_fixed_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9304
// LAF Table : grid_toolbar2_fixed_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9305
inline TAknLayoutScalableParameterLimits cell_toolbar2_fixed_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_toolbar2_fixed_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar2_fixed_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9307
inline TAknWindowComponentLayout cell_toolbar2_fixed_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_toolbar2_fixed_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar2_fixed_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9309
// LAF Table : cell_toolbar2_fixed_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9310
inline TAknWindowComponentLayout cell_toolbar2_fixed_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_toolbar2_fixed_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar2_fixed_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9312
inline TAknWindowComponentLayout toolbar2_fixed_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar2_fixed_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar2_fixed_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9313
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9314
// LAF Table : toolbar2_fixed_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9315
inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar2_fixed_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar2_fixed_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9317
inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar2_fixed_button_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar2_fixed_button_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9319
inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar2_fixed_button_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar2_fixed_button_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9321
inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar2_fixed_button_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar2_fixed_button_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9323
inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar2_fixed_button_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar2_fixed_button_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9324
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9325
inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar2_fixed_button_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar2_fixed_button_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9326
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9327
inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar2_fixed_button_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar2_fixed_button_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9328
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9329
inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar2_fixed_button_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar2_fixed_button_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9331
inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar2_fixed_button_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar2_fixed_button_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9333
inline TAknLayoutScalableTableLimits toolbar2_fixed_button_pane_g_Limits()		{ return (*(Ttoolbar2_fixed_button_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar2_fixed_button_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9335
inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar2_fixed_button_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar2_fixed_button_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9337
// LAF Table : grid_toolbar2_float_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9338
inline TAknLayoutScalableParameterLimits cell_toolbar2_float_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_toolbar2_float_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar2_float_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9339
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9340
inline TAknWindowComponentLayout cell_toolbar2_float_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0)		{ return (*(Tcell_toolbar2_float_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar2_float_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9341
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9342
// LAF Table : cell_toolbar2_float_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9343
inline TAknWindowComponentLayout cell_toolbar2_float_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_toolbar2_float_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_toolbar2_float_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9345
inline TAknWindowComponentLayout toolbar2_fixed_button_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar2_fixed_button_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar2_fixed_button_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9347
// LAF Table : popup_fep_vkb_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9348
inline TAknLayoutScalableParameterLimits fep_vkb_accented_list_pane_ParamLimits(TInt aVariety)		{ return (*(Tfep_vkb_accented_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_accented_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9350
inline TAknWindowComponentLayout fep_vkb_accented_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_vkb_accented_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_vkb_accented_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9352
// LAF Table : bg_popup_fep_shadow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9353
inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_shadow_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9355
// LAF Table : fep_vkb_accented_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9356
inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_shadow_pane_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9358
inline TAknWindowComponentLayout list_accented_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_accented_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_accented_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9360
// LAF Table : list_accented_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9361
inline TAknLayoutScalableParameterLimits list_single_accented_list_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_accented_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_accented_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9363
inline TAknWindowComponentLayout list_single_accented_list_pane(TInt aCol, TInt aRow, TInt aVariety = 0)		{ return (*(Tlist_single_accented_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_accented_list_pane)))(aCol, aRow, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9365
// LAF Table : list_single_accented_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9366
inline TAknWindowComponentLayout list_highlight_pane_cp10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9368
inline TAknTextComponentLayout list_single_accented_list_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_accented_list_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_accented_list_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9370
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9371
inline TAknLayoutScalableParameterLimits popup_slider_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_slider_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9373
inline TAknWindowComponentLayout popup_slider_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_slider_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9375
// LAF Table : list_single_2heading_msg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9376
inline TAknWindowComponentLayout aid_indentation_list_msg(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_indentation_list_msg_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_indentation_list_msg)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9378
// LAF Table : popup_slider_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9379
inline TAknWindowComponentLayout bg_popup_window_pane_cp19(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp19_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp19)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9380
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9381
inline TAknWindowComponentLayout popup_slider_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_slider_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9383
inline TAknWindowComponentLayout popup_slider_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_slider_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9385
inline TAknWindowComponentLayout popup_slider_window_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_slider_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9387
inline TAknLayoutScalableTableLimits popup_slider_window_g_Limits()		{ return (*(Tpopup_slider_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9389
inline TAknWindowComponentLayout popup_slider_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_slider_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9391
inline TAknTextComponentLayout popup_slider_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_slider_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9393
inline TAknWindowComponentLayout small_volume_slider_vertical_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmall_volume_slider_vertical_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_small_volume_slider_vertical_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9395
// LAF Table : small_volume_slider_vertical_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9396
inline TAknWindowComponentLayout small_volume_slider_vertical_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmall_volume_slider_vertical_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_small_volume_slider_vertical_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9397
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9398
inline TAknWindowComponentLayout small_volume_slider_vertical_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmall_volume_slider_vertical_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_small_volume_slider_vertical_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9399
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9400
inline TAknWindowComponentLayout small_volume_slider_vertical_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmall_volume_slider_vertical_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_small_volume_slider_vertical_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9401
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9402
inline TAknLayoutScalableTableLimits small_volume_slider_vertical_pane_g_Limits()		{ return (*(Tsmall_volume_slider_vertical_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_small_volume_slider_vertical_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9404
inline TAknWindowComponentLayout small_volume_slider_vertical_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmall_volume_slider_vertical_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_small_volume_slider_vertical_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9406
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9407
inline TAknLayoutScalableParameterLimits area_side_right_pane_ParamLimits(TInt aVariety)		{ return (*(Tarea_side_right_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_side_right_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9409
inline TAknWindowComponentLayout area_side_right_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_side_right_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_side_right_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9411
// LAF Table : area_side_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9412
inline TAknLayoutScalableParameterLimits aid_size_side_button_ParamLimits(TInt aVariety)		{ return (*(Taid_size_side_button_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_side_button_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9413
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9414
inline TAknWindowComponentLayout aid_size_side_button(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_side_button_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_side_button)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9416
inline TAknLayoutScalableParameterLimits grid_sctrl_middle_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_sctrl_middle_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_sctrl_middle_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9418
inline TAknWindowComponentLayout grid_sctrl_middle_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_sctrl_middle_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_sctrl_middle_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9420
inline TAknWindowComponentLayout sctrl_sk_bottom_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsctrl_sk_bottom_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sctrl_sk_bottom_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9422
inline TAknWindowComponentLayout sctrl_sk_top_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsctrl_sk_top_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sctrl_sk_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9424
// LAF Table : sctrl_sk_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9425
inline TAknWindowComponentLayout aid_touch_sctrl_top(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_sctrl_top_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_sctrl_top)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9427
inline TAknLayoutScalableParameterLimits bg_sctrl_sk_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_sctrl_sk_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_sk_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9429
inline TAknWindowComponentLayout bg_sctrl_sk_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_sk_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_sk_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9431
inline TAknWindowComponentLayout sctrl_sk_top_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsctrl_sk_top_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sctrl_sk_top_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9433
inline TAknTextComponentLayout sctrl_sk_top_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsctrl_sk_top_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sctrl_sk_top_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9435
// LAF Table : sctrl_sk_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9436
inline TAknWindowComponentLayout aid_touch_sctrl_bottom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_sctrl_bottom_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_sctrl_bottom)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9438
inline TAknLayoutScalableParameterLimits bg_sctrl_sk_pane_cp_ParamLimits(TInt aVariety)		{ return (*(Tbg_sctrl_sk_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_sk_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9440
inline TAknWindowComponentLayout bg_sctrl_sk_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_sk_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_sk_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9442
inline TAknWindowComponentLayout sctrl_sk_bottom_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsctrl_sk_bottom_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sctrl_sk_bottom_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9444
inline TAknTextComponentLayout sctrl_sk_bottom_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsctrl_sk_bottom_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sctrl_sk_bottom_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9446
// LAF Table : grid_sctrl_middle_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9447
inline TAknLayoutScalableParameterLimits cell_sctrl_middle_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_sctrl_middle_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_sctrl_middle_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9449
inline TAknWindowComponentLayout cell_sctrl_middle_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_sctrl_middle_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_sctrl_middle_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9451
// LAF Table : cell_sctrl_middle_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9452
inline TAknLayoutScalableParameterLimits aid_touch_sctrl_middle_ParamLimits(TInt aVariety)		{ return (*(Taid_touch_sctrl_middle_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_sctrl_middle_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9454
inline TAknWindowComponentLayout aid_touch_sctrl_middle(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_sctrl_middle_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_sctrl_middle)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9456
inline TAknLayoutScalableParameterLimits bg_sctrl_middle_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_sctrl_middle_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_middle_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9458
inline TAknWindowComponentLayout bg_sctrl_middle_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_middle_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_middle_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9460
inline TAknLayoutScalableParameterLimits cell_sctrl_middle_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_sctrl_middle_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_sctrl_middle_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9462
inline TAknWindowComponentLayout cell_sctrl_middle_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_sctrl_middle_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_sctrl_middle_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9464
inline TAknLayoutScalableParameterLimits cell_sctrl_middle_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcell_sctrl_middle_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_sctrl_middle_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9466
inline TAknWindowComponentLayout cell_sctrl_middle_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_sctrl_middle_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_sctrl_middle_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9468
inline TAknLayoutScalableTableLimits cell_sctrl_middle_pane_g_Limits()		{ return (*(Tcell_sctrl_middle_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_sctrl_middle_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9469
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9470
inline TAknLayoutScalableParameterLimits cell_sctrl_middle_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_sctrl_middle_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_sctrl_middle_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9472
inline TAknWindowComponentLayout cell_sctrl_middle_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_sctrl_middle_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_sctrl_middle_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9474
// LAF Table : bg_sctrl_middle_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9475
inline TAknWindowComponentLayout bg_sctrl_middle_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_middle_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_middle_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9477
inline TAknWindowComponentLayout bg_sctrl_middle_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_middle_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_middle_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9479
inline TAknWindowComponentLayout bg_sctrl_middle_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_middle_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_middle_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9481
inline TAknWindowComponentLayout bg_sctrl_middle_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_middle_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_middle_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9483
inline TAknWindowComponentLayout bg_sctrl_middle_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_middle_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_middle_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9485
inline TAknWindowComponentLayout bg_sctrl_middle_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_middle_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_middle_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9487
inline TAknWindowComponentLayout bg_sctrl_middle_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_middle_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_middle_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9489
inline TAknWindowComponentLayout bg_sctrl_middle_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_middle_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_middle_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9491
inline TAknLayoutScalableTableLimits bg_sctrl_middle_pane_g_Limits()		{ return (*(Tbg_sctrl_middle_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_middle_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9493
inline TAknWindowComponentLayout bg_sctrl_middle_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_middle_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_middle_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9495
inline TAknWindowComponentLayout bg_sctrl_middle_pane_g8_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_middle_pane_g8_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_middle_pane_g8_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9496
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9497
// LAF Table : bg_sctrl_sk_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9498
inline TAknWindowComponentLayout bg_sctrl_sk_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_sk_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_sk_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9500
inline TAknWindowComponentLayout bg_sctrl_sk_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_sk_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_sk_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9502
inline TAknWindowComponentLayout bg_sctrl_sk_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_sk_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_sk_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9504
inline TAknLayoutScalableTableLimits bg_sctrl_sk_pane_g_Limits()		{ return (*(Tbg_sctrl_sk_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_sk_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9506
inline TAknWindowComponentLayout bg_sctrl_sk_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_sk_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_sk_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9507
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9508
// LAF Table : listscroll_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9509
inline TAknWindowComponentLayout aid_size_touch_scroll_bar(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_scroll_bar_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_scroll_bar)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9511
// LAF Table : bg_sctrl_sk_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9512
inline TAknWindowComponentLayout bg_sctrl_sk_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_sk_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_sk_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9514
inline TAknWindowComponentLayout bg_sctrl_sk_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_sk_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_sk_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9516
inline TAknWindowComponentLayout bg_sctrl_sk_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_sk_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_sk_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9518
inline TAknWindowComponentLayout bg_sctrl_sk_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_sk_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_sk_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9519
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9520
inline TAknWindowComponentLayout bg_sctrl_sk_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_sk_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_sk_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9521
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9522
inline TAknWindowComponentLayout bg_sctrl_sk_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_sk_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_sk_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9523
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9524
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9525
inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_candidate_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_china_hwr2_fs_candidate_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_hwr2_fs_candidate_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9527
inline TAknLayoutScalableParameterLimits popup_fep_china_hwr2_fs_control_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_fep_china_hwr2_fs_control_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_hwr2_fs_control_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9529
inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_control_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_china_hwr2_fs_control_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_hwr2_fs_control_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9531
// LAF Table : sctrl_sk_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9532
inline TAknWindowComponentLayout sctrl_sk_top_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsctrl_sk_top_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sctrl_sk_top_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9534
inline TAknLayoutScalableTableLimits sctrl_sk_top_pane_g_Limits()		{ return (*(Tsctrl_sk_top_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sctrl_sk_top_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9536
inline TAknWindowComponentLayout sctrl_sk_top_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsctrl_sk_top_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sctrl_sk_top_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9538
// LAF Table : popup_fep_china_hwr2_fs_control_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9539
inline TAknLayoutScalableParameterLimits aid_fep_china_hwr2_fs_cell_ParamLimits(TInt aVariety)		{ return (*(Taid_fep_china_hwr2_fs_cell_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_fep_china_hwr2_fs_cell_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9541
inline TAknWindowComponentLayout aid_fep_china_hwr2_fs_cell(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_fep_china_hwr2_fs_cell_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_fep_china_hwr2_fs_cell)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9542
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9543
inline TAknLayoutScalableParameterLimits bg_popup_fep_shadow_pane_cp4_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_fep_shadow_pane_cp4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9545
inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_shadow_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9547
inline TAknLayoutScalableParameterLimits bg_popup_fep_shadow_pane_cp5_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_fep_shadow_pane_cp5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9549
inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_shadow_pane_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9551
inline TAknLayoutScalableParameterLimits popup_fep_china_hwr2_fs_control_bar_grid_ParamLimits(TInt aVariety)		{ return (*(Tpopup_fep_china_hwr2_fs_control_bar_grid_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_hwr2_fs_control_bar_grid_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9553
inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_control_bar_grid(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_china_hwr2_fs_control_bar_grid_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_hwr2_fs_control_bar_grid)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9554
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9555
inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_control_funtion_grid(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_china_hwr2_fs_control_funtion_grid_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_hwr2_fs_control_funtion_grid)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9556
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9557
// LAF Table : popup_fep_china_hwr2_fs_candidate_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9558
inline TAknWindowComponentLayout aid_fep_china_hwr2_fs_candi_cell(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_fep_china_hwr2_fs_candi_cell_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_fep_china_hwr2_fs_candi_cell)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9559
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9560
inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_cp6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_shadow_pane_cp6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_shadow_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9562
inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_candidate_grid(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_china_hwr2_fs_candidate_grid_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_hwr2_fs_candidate_grid)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9564
// LAF Table : popup_fep_china_hwr2_fs_control_funtion_grid
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9565
inline TAknLayoutScalableParameterLimits cell_fep_china_hwr2_fs_funtion_grid_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_funtion_grid_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9567
inline TAknWindowComponentLayout cell_fep_china_hwr2_fs_funtion_grid(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_funtion_grid)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9569
inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_control_funtion_grid_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_china_hwr2_fs_control_funtion_grid_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_hwr2_fs_control_funtion_grid_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9571
// LAF Table : cell_fep_china_hwr2_fs_funtion_grid
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9572
inline TAknLayoutScalableParameterLimits cell_fep_china_hwr2_fs_funtion_grid_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_funtion_grid_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9574
inline TAknWindowComponentLayout cell_fep_china_hwr2_fs_funtion_grid_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_funtion_grid_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9576
inline TAknLayoutScalableParameterLimits cell_fep_china_hwr2_fs_funtion_grid_g2_ParamLimits(TInt aVariety)		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_funtion_grid_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9578
inline TAknWindowComponentLayout cell_fep_china_hwr2_fs_funtion_grid_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_funtion_grid_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9580
inline TAknLayoutScalableTableLimits cell_fep_china_hwr2_fs_funtion_grid_g_Limits()		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_funtion_grid_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9582
inline TAknLayoutScalableParameterLimits cell_fep_china_hwr2_fs_funtion_grid_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_funtion_grid_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9584
inline TAknWindowComponentLayout cell_fep_china_hwr2_fs_funtion_grid_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_funtion_grid_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9586
inline TAknLayoutScalableParameterLimits cell_fep_china_hwr2_fs_funtion_grid_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_funtion_grid_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9588
inline TAknTextComponentLayout cell_fep_china_hwr2_fs_funtion_grid_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_funtion_grid_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9590
inline TAknLayoutScalableParameterLimits cell_fep_china_hwr2_fs_funtion_grid_t2_ParamLimits(TInt aVariety)		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_funtion_grid_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9592
inline TAknTextComponentLayout cell_fep_china_hwr2_fs_funtion_grid_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_funtion_grid_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9594
inline TAknLayoutScalableTableLimits cell_fep_china_hwr2_fs_funtion_grid_t_Limits()		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_funtion_grid_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9596
inline TAknLayoutScalableParameterLimits cell_fep_china_hwr2_fs_funtion_grid_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_funtion_grid_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9598
inline TAknTextComponentLayout cell_fep_china_hwr2_fs_funtion_grid_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_funtion_grid_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9600
// LAF Table : popup_fep_china_hwr2_fs_control_bar_grid
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9601
inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_control_bar_grid_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_china_hwr2_fs_control_bar_grid_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_hwr2_fs_control_bar_grid_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9603
inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_control_bar_grid_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_china_hwr2_fs_control_bar_grid_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_hwr2_fs_control_bar_grid_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9605
inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_control_bar_grid_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_china_hwr2_fs_control_bar_grid_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_hwr2_fs_control_bar_grid_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9607
inline TAknLayoutScalableTableLimits popup_fep_china_hwr2_fs_control_bar_grid_g_Limits()		{ return (*(Tpopup_fep_china_hwr2_fs_control_bar_grid_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_hwr2_fs_control_bar_grid_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9609
inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_control_bar_grid_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_china_hwr2_fs_control_bar_grid_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_hwr2_fs_control_bar_grid_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9611
// LAF Table : popup_fep_china_hwr2_fs_candidate_grid
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9612
inline TAknLayoutScalableParameterLimits cell_fep_china_hwr2_fs_candidate_grid_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_fep_china_hwr2_fs_candidate_grid_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_candidate_grid_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9614
inline TAknWindowComponentLayout cell_fep_china_hwr2_fs_candidate_grid(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fep_china_hwr2_fs_candidate_grid_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_candidate_grid)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9616
inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_candidate_grid_g20(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_china_hwr2_fs_candidate_grid_g20_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_hwr2_fs_candidate_grid_g20)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9618
inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_candidate_grid_g21(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_china_hwr2_fs_candidate_grid_g21_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_hwr2_fs_candidate_grid_g21)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9620
// LAF Table : cell_fep_china_hwr2_fs_candidate_grid
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9621
inline TAknWindowComponentLayout cell_fep_china_hwr2_fs_candidate_grid_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fep_china_hwr2_fs_candidate_grid_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_candidate_grid_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9623
inline TAknWindowComponentLayout cell_fep_china_hwr2_fs_candidate_grid_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fep_china_hwr2_fs_candidate_grid_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_candidate_grid_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9625
inline TAknLayoutScalableTableLimits cell_fep_china_hwr2_fs_candidate_grid_g_Limits()		{ return (*(Tcell_fep_china_hwr2_fs_candidate_grid_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_candidate_grid_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9627
inline TAknWindowComponentLayout cell_fep_china_hwr2_fs_candidate_grid_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fep_china_hwr2_fs_candidate_grid_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_candidate_grid_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9629
inline TAknTextComponentLayout cell_fep_china_hwr2_fs_candidate_grid_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fep_china_hwr2_fs_candidate_grid_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fep_china_hwr2_fs_candidate_grid_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9630
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9631
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9632
inline TAknLayoutScalableParameterLimits clock_nsta_pane_cp_24_ParamLimits(TInt aVariety)		{ return (*(Tclock_nsta_pane_cp_24_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_cp_24_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9634
inline TAknWindowComponentLayout clock_nsta_pane_cp_24(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_nsta_pane_cp_24_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_nsta_pane_cp_24)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9636
inline TAknLayoutScalableParameterLimits indicator_nsta_pane_cp_24_ParamLimits(TInt aVariety)		{ return (*(Tindicator_nsta_pane_cp_24_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_nsta_pane_cp_24_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9638
inline TAknWindowComponentLayout indicator_nsta_pane_cp_24(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_nsta_pane_cp_24_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_nsta_pane_cp_24)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9640
// LAF Table : heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9641
inline TAknWindowComponentLayout heading_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9643
inline TAknLayoutScalableTableLimits heading_pane_g_Limits()		{ return (*(Theading_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9645
inline TAknWindowComponentLayout heading_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9647
// LAF Table : listscroll_popup_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9648
inline TAknWindowComponentLayout grid_sct_catagory_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_sct_catagory_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_sct_catagory_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9650
inline TAknLayoutScalableParameterLimits scroll_pane_cp5_ParamLimits(TInt aVariety)		{ return (*(Tscroll_pane_cp5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9652
// LAF Table : form2_midp_field_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9653
inline TAknLayoutScalableParameterLimits button_value_adjust_pane_cp5_ParamLimits(TInt aVariety)		{ return (*(Tbutton_value_adjust_pane_cp5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9655
inline TAknWindowComponentLayout button_value_adjust_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbutton_value_adjust_pane_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9657
inline TAknLayoutScalableParameterLimits form2_midp_time_pane_ParamLimits(TInt aVariety)		{ return (*(Tform2_midp_time_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_time_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9658
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9659
// LAF Table : grid_sct_catagory_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9660
inline TAknLayoutScalableParameterLimits cell_sct_catagory_button_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_sct_catagory_button_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_sct_catagory_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9662
inline TAknWindowComponentLayout cell_sct_catagory_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_sct_catagory_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_sct_catagory_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9664
// LAF Table : cell_sct_catagory_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9665
inline TAknLayoutScalableParameterLimits bg_button_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9667
inline TAknWindowComponentLayout bg_button_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9669
inline TAknWindowComponentLayout cell_sct_catagory_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_sct_catagory_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_sct_catagory_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9670
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9671
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9672
inline TAknWindowComponentLayout popup_tb_extension_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_tb_extension_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_tb_extension_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9674
// LAF Table : popup_tb_extension_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9675
inline TAknLayoutScalableParameterLimits aid_size_cell_ext_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_ext_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_ext_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9677
inline TAknWindowComponentLayout aid_size_cell_ext(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_ext_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_ext)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9679
inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_cp1_ParamLimits(TInt aVariety)		{ return (*(Tbg_tb_trans_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9681
inline TAknWindowComponentLayout bg_tb_trans_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9683
inline TAknLayoutScalableParameterLimits grid_tb_ext_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_tb_ext_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_tb_ext_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9685
inline TAknWindowComponentLayout grid_tb_ext_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_tb_ext_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_tb_ext_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9687
// LAF Table : grid_tb_ext_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9688
inline TAknLayoutScalableParameterLimits cell_tb_ext_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_tb_ext_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tb_ext_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9690
inline TAknWindowComponentLayout cell_tb_ext_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_tb_ext_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tb_ext_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9692
// LAF Table : cell_tb_ext_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9693
inline TAknLayoutScalableParameterLimits cell_tb_ext_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_tb_ext_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tb_ext_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9695
inline TAknWindowComponentLayout cell_tb_ext_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_tb_ext_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tb_ext_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9697
inline TAknTextComponentLayout cell_tb_ext_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_tb_ext_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tb_ext_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9699
inline TAknLayoutScalableParameterLimits list_highlight_pane_cp11_ParamLimits(TInt aVariety)		{ return (*(Tlist_highlight_pane_cp11_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9701
inline TAknWindowComponentLayout list_highlight_pane_cp11(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9703
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9704
inline TAknLayoutScalableParameterLimits popup_uni_indicator_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_uni_indicator_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_uni_indicator_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9706
inline TAknWindowComponentLayout popup_uni_indicator_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_uni_indicator_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_uni_indicator_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9707
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9708
// LAF Table : popup_uni_indicator_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9709
inline TAknWindowComponentLayout bg_popup_sub_pane_cp14(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp14_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp14)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9711
inline TAknWindowComponentLayout list_uniindi_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_uniindi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_uniindi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9713
inline TAknWindowComponentLayout uniindi_top_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuniindi_top_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uniindi_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9715
// LAF Table : uniindi_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9716
inline TAknWindowComponentLayout bg_uniindi_top_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_uniindi_top_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_uniindi_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9718
inline TAknWindowComponentLayout uniindi_top_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuniindi_top_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uniindi_top_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9720
inline TAknWindowComponentLayout uniindi_top_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuniindi_top_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uniindi_top_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9721
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9722
inline TAknLayoutScalableTableLimits uniindi_top_pane_g_Limits()		{ return (*(Tuniindi_top_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uniindi_top_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9724
inline TAknWindowComponentLayout uniindi_top_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuniindi_top_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uniindi_top_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9726
inline TAknTextComponentLayout uniindi_top_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuniindi_top_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uniindi_top_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9728
// LAF Table : list_uniindi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9729
inline TAknLayoutScalableParameterLimits list_single_uniindi_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_uniindi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_uniindi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9730
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9731
inline TAknWindowComponentLayout list_single_uniindi_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_uniindi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_uniindi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9733
// LAF Table : bg_uniindi_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9734
inline TAknWindowComponentLayout bg_uniindi_top_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_uniindi_top_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_uniindi_top_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9736
// LAF Table : list_single_uniindi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9737
inline TAknWindowComponentLayout list_single_uniindi_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_uniindi_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_uniindi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9739
inline TAknTextComponentLayout list_single_uniindi_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_uniindi_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_uniindi_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9741
// LAF Table : control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9742
inline TAknWindowComponentLayout control_bg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_bg_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_bg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9744
// LAF Table : control_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9745
inline TAknWindowComponentLayout bg_sctrl_sk_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_sk_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_sk_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9747
inline TAknWindowComponentLayout bg_sctrl_sk_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sctrl_sk_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sctrl_sk_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9749
inline TAknWindowComponentLayout control_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_bg_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9751
inline TAknWindowComponentLayout control_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_bg_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_bg_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9753
inline TAknLayoutScalableTableLimits control_bg_pane_g_Limits()		{ return (*(Tcontrol_bg_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_bg_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9755
inline TAknWindowComponentLayout control_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_bg_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9757
// LAF Table : cell_indicator_nsta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9758
inline TAknLayoutScalableParameterLimits cell_indicator_nsta_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_indicator_nsta_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_indicator_nsta_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9759
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9760
inline TAknLayoutScalableParameterLimits cell_indicator_nsta_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcell_indicator_nsta_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_indicator_nsta_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9761
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9762
inline TAknLayoutScalableParameterLimits cell_indicator_nsta_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_indicator_nsta_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_indicator_nsta_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9764
// LAF Table : form2_midp_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9765
inline TAknLayoutScalableParameterLimits form2_midp_time_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tform2_midp_time_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_time_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9767
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9768
inline TAknLayoutScalableParameterLimits main_idle_act4_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_idle_act4_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_idle_act4_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9770
inline TAknWindowComponentLayout main_idle_act4_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_idle_act4_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_idle_act4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9772
inline TAknLayoutScalableParameterLimits popup_tb_extension_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_tb_extension_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_tb_extension_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9774
// LAF Table : popup_tb_extension_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9775
inline TAknLayoutScalableParameterLimits tb_ext_find_pane_ParamLimits(TInt aVariety)		{ return (*(Ttb_ext_find_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tb_ext_find_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9776
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9777
inline TAknWindowComponentLayout tb_ext_find_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttb_ext_find_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tb_ext_find_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9779
// LAF Table : main_idle_act4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9780
inline TAknWindowComponentLayout ai_gene_pane_1_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_gene_pane_1_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9782
inline TAknWindowComponentLayout ai_gene_pane_2_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_gene_pane_2_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_2_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9784
inline TAknWindowComponentLayout list_single_idle_plugin_calendar_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_calendar_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_calendar_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9786
inline TAknWindowComponentLayout list_single_idle_plugin_notification_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_notification_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_notification_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9788
inline TAknWindowComponentLayout list_single_idle_plugin_player_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_player_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_player_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9790
inline TAknLayoutScalableParameterLimits list_single_idle_plugin_shortcut_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_idle_plugin_shortcut_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_shortcut_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9792
inline TAknWindowComponentLayout list_single_idle_plugin_shortcut_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_shortcut_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_shortcut_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9794
inline TAknTextComponentLayout main_idle_act4_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_idle_act4_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_idle_act4_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9796
inline TAknTextComponentLayout main_idle_act4_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_idle_act4_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_idle_act4_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9798
inline TAknLayoutScalableTableLimits main_idle_act4_pane_t_Limits()		{ return (*(Tmain_idle_act4_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_idle_act4_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9800
inline TAknTextComponentLayout main_idle_act4_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_idle_act4_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_idle_act4_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9802
inline TAknLayoutScalableParameterLimits middle_sk_idle_act4_pane_ParamLimits(TInt aVariety)		{ return (*(Tmiddle_sk_idle_act4_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_middle_sk_idle_act4_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9804
inline TAknWindowComponentLayout middle_sk_idle_act4_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmiddle_sk_idle_act4_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_middle_sk_idle_act4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9806
inline TAknWindowComponentLayout popup_clock_digital_analogue_window_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_digital_analogue_window_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_analogue_window_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9808
inline TAknLayoutScalableParameterLimits shortcut_wheel_idle_act4_pane_ParamLimits(TInt aVariety)		{ return (*(Tshortcut_wheel_idle_act4_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_shortcut_wheel_idle_act4_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9810
inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tshortcut_wheel_idle_act4_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_shortcut_wheel_idle_act4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9812
// LAF Table : shortcut_wheel_idle_act4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9813
inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tshortcut_wheel_idle_act4_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_shortcut_wheel_idle_act4_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9815
inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tshortcut_wheel_idle_act4_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_shortcut_wheel_idle_act4_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9817
inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tshortcut_wheel_idle_act4_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_shortcut_wheel_idle_act4_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9819
inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tshortcut_wheel_idle_act4_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_shortcut_wheel_idle_act4_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9820
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9821
inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tshortcut_wheel_idle_act4_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_shortcut_wheel_idle_act4_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9822
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9823
inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tshortcut_wheel_idle_act4_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_shortcut_wheel_idle_act4_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9825
inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tshortcut_wheel_idle_act4_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_shortcut_wheel_idle_act4_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9827
inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tshortcut_wheel_idle_act4_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_shortcut_wheel_idle_act4_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9829
inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tshortcut_wheel_idle_act4_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_shortcut_wheel_idle_act4_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9831
inline TAknLayoutScalableTableLimits shortcut_wheel_idle_act4_pane_g_Limits()		{ return (*(Tshortcut_wheel_idle_act4_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_shortcut_wheel_idle_act4_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9833
inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tshortcut_wheel_idle_act4_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_shortcut_wheel_idle_act4_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9835
// LAF Table : middle_sk_idle_act4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9836
inline TAknLayoutScalableParameterLimits middle_sk_idle_act4_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmiddle_sk_idle_act4_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_middle_sk_idle_act4_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9838
inline TAknWindowComponentLayout middle_sk_idle_act4_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmiddle_sk_idle_act4_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_middle_sk_idle_act4_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9840
inline TAknLayoutScalableParameterLimits middle_sk_idle_act4_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmiddle_sk_idle_act4_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_middle_sk_idle_act4_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9842
inline TAknWindowComponentLayout middle_sk_idle_act4_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmiddle_sk_idle_act4_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_middle_sk_idle_act4_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9844
inline TAknLayoutScalableTableLimits middle_sk_idle_act4_pane_g_Limits()		{ return (*(Tmiddle_sk_idle_act4_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_middle_sk_idle_act4_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9846
inline TAknLayoutScalableParameterLimits middle_sk_idle_act4_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmiddle_sk_idle_act4_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_middle_sk_idle_act4_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9848
inline TAknWindowComponentLayout middle_sk_idle_act4_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmiddle_sk_idle_act4_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_middle_sk_idle_act4_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9850
inline TAknLayoutScalableParameterLimits middle_sk_idle_act4_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmiddle_sk_idle_act4_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_middle_sk_idle_act4_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9852
inline TAknTextComponentLayout middle_sk_idle_act4_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmiddle_sk_idle_act4_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_middle_sk_idle_act4_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9854
// LAF Table : list_single_idle_plugin_shortcut_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9855
inline TAknLayoutScalableParameterLimits grid_ai_shortcut_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_ai_shortcut_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_ai_shortcut_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9857
inline TAknWindowComponentLayout grid_ai_shortcut_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_ai_shortcut_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_ai_shortcut_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9859
inline TAknLayoutScalableParameterLimits list_highlight_pane_cp16_ParamLimits(TInt aVariety)		{ return (*(Tlist_highlight_pane_cp16_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp16_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9861
inline TAknWindowComponentLayout list_highlight_pane_cp16(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp16_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp16)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9863
inline TAknLayoutScalableParameterLimits list_single_idle_plugin_shortcut_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_shortcut_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9865
inline TAknWindowComponentLayout list_single_idle_plugin_shortcut_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_shortcut_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9867
inline TAknLayoutScalableParameterLimits list_single_idle_plugin_shortcut_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_shortcut_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9869
inline TAknWindowComponentLayout list_single_idle_plugin_shortcut_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_shortcut_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9871
inline TAknLayoutScalableParameterLimits list_single_idle_plugin_shortcut_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_shortcut_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9872
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9873
inline TAknWindowComponentLayout list_single_idle_plugin_shortcut_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_shortcut_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9875
inline TAknLayoutScalableTableLimits list_single_idle_plugin_shortcut_pane_g_Limits()		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_shortcut_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9877
inline TAknLayoutScalableParameterLimits list_single_idle_plugin_shortcut_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_shortcut_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9879
inline TAknWindowComponentLayout list_single_idle_plugin_shortcut_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_shortcut_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9881
// LAF Table : grid_ai_shortcut_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9882
inline TAknLayoutScalableParameterLimits cell_ai_shortcut_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai_shortcut_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_shortcut_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9884
inline TAknWindowComponentLayout cell_ai_shortcut_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_ai_shortcut_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_shortcut_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9886
// LAF Table : cell_ai_shortcut_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9887
inline TAknLayoutScalableParameterLimits cell_ai_shortcut_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai_shortcut_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_shortcut_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9889
inline TAknWindowComponentLayout cell_ai_shortcut_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai_shortcut_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_shortcut_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9891
// LAF Table : list_single_idle_plugin_calendar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9892
inline TAknWindowComponentLayout ai_gene_pane_1_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_gene_pane_1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9894
inline TAknWindowComponentLayout ai_gene_pane_2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai_gene_pane_2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai_gene_pane_2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9895
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9896
inline TAknWindowComponentLayout list_highlight_pane_cp15(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp15_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9898
inline TAknWindowComponentLayout list_single_idle_plugin_calendar_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_calendar_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_calendar_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9900
// LAF Table : list_single_idle_plugin_player_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9901
inline TAknWindowComponentLayout list_highlight_pane_cp17(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp17_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp17)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9903
inline TAknWindowComponentLayout list_single_idle_plugin_calendar_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_calendar_pane_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_calendar_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9905
inline TAknWindowComponentLayout list_single_idle_plugin_player_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_player_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_player_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9907
inline TAknWindowComponentLayout list_single_idle_plugin_player_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_player_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_player_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9909
inline TAknLayoutScalableTableLimits list_single_idle_plugin_player_pane_g_Limits()		{ return (*(Tlist_single_idle_plugin_player_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_player_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9911
inline TAknWindowComponentLayout list_single_idle_plugin_player_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_player_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_player_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9913
inline TAknTextComponentLayout list_single_idle_plugin_player_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_player_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_player_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9915
inline TAknTextComponentLayout list_single_idle_plugin_player_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_player_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_player_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9917
inline TAknTextComponentLayout list_single_idle_plugin_player_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_player_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_player_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9919
inline TAknTextComponentLayout list_single_idle_plugin_player_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_player_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_player_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9921
inline TAknLayoutScalableTableLimits list_single_idle_plugin_player_pane_t_Limits()		{ return (*(Tlist_single_idle_plugin_player_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_player_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9922
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9923
inline TAknTextComponentLayout list_single_idle_plugin_player_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_player_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_player_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9925
inline TAknWindowComponentLayout wait_bar_pane_cp15(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_bar_pane_cp15_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9927
// LAF Table : list_single_idle_plugin_notification_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9928
inline TAknWindowComponentLayout grid_ai_notification_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_ai_notification_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_ai_notification_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9930
inline TAknWindowComponentLayout list_single_idle_plugin_notification_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_idle_plugin_notification_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_idle_plugin_notification_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9932
// LAF Table : grid_ai_notification_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9933
inline TAknLayoutScalableParameterLimits cell_ai_notification_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_ai_notification_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_notification_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9935
inline TAknWindowComponentLayout cell_ai_notification_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai_notification_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_notification_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9937
// LAF Table : cell_ai_notification_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9938
inline TAknWindowComponentLayout cell_ai_notification_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai_notification_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_notification_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9940
inline TAknTextComponentLayout cell_ai_notification_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai_notification_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai_notification_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9942
// LAF Table : tb_ext_find_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9943
inline TAknWindowComponentLayout tb_ext_find_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttb_ext_find_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tb_ext_find_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9944
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9945
inline TAknWindowComponentLayout tb_ext_find_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttb_ext_find_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tb_ext_find_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9947
inline TAknTextComponentLayout tb_ext_find_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttb_ext_find_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tb_ext_find_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9949
// LAF Table : tb_ext_find_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9950
inline TAknWindowComponentLayout tb_ext_find_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttb_ext_find_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tb_ext_find_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9952
inline TAknWindowComponentLayout tb_ext_find_button_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttb_ext_find_button_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tb_ext_find_button_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9954
inline TAknLayoutScalableTableLimits tb_ext_find_button_pane_g_Limits()		{ return (*(Ttb_ext_find_button_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tb_ext_find_button_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9955
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9956
inline TAknWindowComponentLayout tb_ext_find_button_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttb_ext_find_button_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tb_ext_find_button_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9957
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9958
// LAF Table : main_idle_act4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9959
inline TAknLayoutScalableParameterLimits main_idle_act4_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_idle_act4_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_idle_act4_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9961
inline TAknLayoutScalableParameterLimits main_idle_act4_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_idle_act4_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_idle_act4_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9963
inline TAknLayoutScalableParameterLimits main_idle_act4_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_idle_act4_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_idle_act4_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9964
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9965
inline TAknLayoutScalableParameterLimits popup_clock_digital_analogue_window_cp2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_clock_digital_analogue_window_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_analogue_window_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9967
inline TAknLayoutScalableParameterLimits sat_plugin_idle_act4_pane_ParamLimits(TInt aVariety)		{ return (*(Tsat_plugin_idle_act4_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sat_plugin_idle_act4_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9969
inline TAknWindowComponentLayout sat_plugin_idle_act4_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsat_plugin_idle_act4_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sat_plugin_idle_act4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9971
// LAF Table : sat_plugin_idle_act4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9972
inline TAknLayoutScalableParameterLimits sat_plugin_idle_act4_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tsat_plugin_idle_act4_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sat_plugin_idle_act4_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9974
inline TAknTextComponentLayout sat_plugin_idle_act4_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsat_plugin_idle_act4_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sat_plugin_idle_act4_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9976
inline TAknLayoutScalableParameterLimits sat_plugin_idle_act4_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tsat_plugin_idle_act4_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sat_plugin_idle_act4_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9978
inline TAknTextComponentLayout sat_plugin_idle_act4_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsat_plugin_idle_act4_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sat_plugin_idle_act4_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9980
inline TAknLayoutScalableParameterLimits sat_plugin_idle_act4_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tsat_plugin_idle_act4_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sat_plugin_idle_act4_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9982
inline TAknTextComponentLayout sat_plugin_idle_act4_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsat_plugin_idle_act4_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sat_plugin_idle_act4_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9984
inline TAknLayoutScalableParameterLimits sat_plugin_idle_act4_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tsat_plugin_idle_act4_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sat_plugin_idle_act4_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9986
inline TAknTextComponentLayout sat_plugin_idle_act4_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsat_plugin_idle_act4_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sat_plugin_idle_act4_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9988
inline TAknLayoutScalableTableLimits sat_plugin_idle_act4_pane_t_Limits()		{ return (*(Tsat_plugin_idle_act4_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sat_plugin_idle_act4_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9990
inline TAknLayoutScalableParameterLimits sat_plugin_idle_act4_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tsat_plugin_idle_act4_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sat_plugin_idle_act4_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9992
inline TAknTextComponentLayout sat_plugin_idle_act4_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsat_plugin_idle_act4_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sat_plugin_idle_act4_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9994
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9995
inline TAknLayoutScalableParameterLimits popup_battery_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_battery_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_battery_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9997
inline TAknWindowComponentLayout popup_battery_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_battery_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_battery_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9999
// LAF Table : popup_battery_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10000
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp25_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_sub_pane_cp25_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp25_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10002
inline TAknWindowComponentLayout bg_popup_sub_pane_cp25(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp25_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp25)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10004
inline TAknLayoutScalableParameterLimits popup_battery_window_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_battery_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_battery_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10006
inline TAknWindowComponentLayout popup_battery_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_battery_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_battery_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10008
inline TAknLayoutScalableParameterLimits popup_battery_window_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_battery_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_battery_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10010
inline TAknTextComponentLayout popup_battery_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_battery_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_battery_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10012
inline TAknLayoutScalableParameterLimits popup_battery_window_t2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_battery_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_battery_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10014
inline TAknTextComponentLayout popup_battery_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_battery_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_battery_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10016
inline TAknLayoutScalableTableLimits popup_battery_window_t_Limits()		{ return (*(Tpopup_battery_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_battery_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10018
inline TAknLayoutScalableParameterLimits popup_battery_window_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tpopup_battery_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_battery_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10020
inline TAknTextComponentLayout popup_battery_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_battery_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_battery_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10022
// LAF Table : main_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10023
inline TAknLayoutScalableParameterLimits midp_canvas_pane_ParamLimits(TInt aVariety)		{ return (*(Tmidp_canvas_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_canvas_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10025
inline TAknLayoutScalableParameterLimits midp_keypad_pane_ParamLimits(TInt aVariety)		{ return (*(Tmidp_keypad_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10026
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10027
inline TAknWindowComponentLayout midp_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_keypad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10029
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10030
inline TAknLayoutScalableParameterLimits main_midp_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_midp_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_midp_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10031
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10032
// LAF Table : midp_canvas_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10033
inline TAknLayoutScalableParameterLimits signal_pane_g2_cp_ParamLimits(TInt aVariety)		{ return (*(Tsignal_pane_g2_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_signal_pane_g2_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10035
// LAF Table : midp_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10036
inline TAknLayoutScalableParameterLimits aid_size_cell_midp_keypad_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_midp_keypad_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_midp_keypad_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10038
inline TAknWindowComponentLayout aid_size_cell_midp_keypad(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_midp_keypad_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_midp_keypad)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10040
inline TAknLayoutScalableParameterLimits midp_keyp_game_grid_pane_ParamLimits(TInt aVariety)		{ return (*(Tmidp_keyp_game_grid_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_keyp_game_grid_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10042
inline TAknWindowComponentLayout midp_keyp_game_grid_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_keyp_game_grid_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_keyp_game_grid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10043
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10044
inline TAknLayoutScalableParameterLimits midp_keyp_rocker_pane_ParamLimits(TInt aVariety)		{ return (*(Tmidp_keyp_rocker_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_keyp_rocker_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10046
inline TAknWindowComponentLayout midp_keyp_rocker_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_keyp_rocker_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_keyp_rocker_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10047
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10048
inline TAknLayoutScalableParameterLimits midp_keyp_sk_left_pane_ParamLimits(TInt aVariety)		{ return (*(Tmidp_keyp_sk_left_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_keyp_sk_left_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10050
inline TAknWindowComponentLayout midp_keyp_sk_left_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_keyp_sk_left_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_keyp_sk_left_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10052
inline TAknLayoutScalableParameterLimits midp_keyp_sk_right_pane_ParamLimits(TInt aVariety)		{ return (*(Tmidp_keyp_sk_right_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_keyp_sk_right_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10053
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10054
inline TAknWindowComponentLayout midp_keyp_sk_right_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_keyp_sk_right_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_keyp_sk_right_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10056
// LAF Table : midp_keyp_sk_left_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10057
inline TAknWindowComponentLayout bg_button_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10058
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10059
inline TAknWindowComponentLayout midp_keyp_sk_left_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_keyp_sk_left_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_keyp_sk_left_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10061
// LAF Table : midp_keyp_sk_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10062
inline TAknWindowComponentLayout bg_button_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10063
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10064
inline TAknWindowComponentLayout midp_keyp_sk_right_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_keyp_sk_right_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_keyp_sk_right_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10066
// LAF Table : midp_keyp_rocker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10067
inline TAknWindowComponentLayout midp_keyp_rocker_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmidp_keyp_rocker_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_midp_keyp_rocker_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10069
// LAF Table : midp_keyp_game_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10070
inline TAknLayoutScalableParameterLimits keyp_game_cell_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tkeyp_game_cell_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_keyp_game_cell_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10072
inline TAknWindowComponentLayout keyp_game_cell_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tkeyp_game_cell_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_keyp_game_cell_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10074
// LAF Table : keyp_game_cell_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10075
inline TAknWindowComponentLayout bg_button_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10077
inline TAknWindowComponentLayout keyp_game_cell_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tkeyp_game_cell_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_keyp_game_cell_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10079
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10080
inline TAknLayoutScalableParameterLimits popup_fep_vkb2_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_fep_vkb2_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_vkb2_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10082
inline TAknWindowComponentLayout popup_fep_vkb2_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_vkb2_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_vkb2_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10084
// LAF Table : popup_fep_vkb2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10085
inline TAknLayoutScalableParameterLimits aid_size_cell_vkb2_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_vkb2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_vkb2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10087
inline TAknWindowComponentLayout aid_size_cell_vkb2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_vkb2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_vkb2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10088
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10089
inline TAknLayoutScalableParameterLimits popup_fep_vkb2_window_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_fep_vkb2_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_vkb2_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10090
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10091
inline TAknWindowComponentLayout popup_fep_vkb2_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_vkb2_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_vkb2_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10092
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10093
inline TAknLayoutScalableParameterLimits vkb2_area_bottom_pane_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_area_bottom_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10094
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10095
inline TAknWindowComponentLayout vkb2_area_bottom_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_area_bottom_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10096
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10097
inline TAknLayoutScalableParameterLimits vkb2_area_keypad_pane_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_area_keypad_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10098
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10099
inline TAknWindowComponentLayout vkb2_area_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_area_keypad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10101
inline TAknLayoutScalableParameterLimits vkb2_area_top_pane_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_area_top_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_top_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10103
inline TAknWindowComponentLayout vkb2_area_top_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_area_top_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10105
// LAF Table : vkb2_area_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10106
inline TAknLayoutScalableParameterLimits vkb2_top_entry_pane_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_entry_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_entry_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10108
inline TAknWindowComponentLayout vkb2_top_entry_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_entry_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_entry_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10110
inline TAknLayoutScalableParameterLimits vkb2_top_grid_left_pane_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_grid_left_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_grid_left_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10112
inline TAknWindowComponentLayout vkb2_top_grid_left_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_grid_left_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_grid_left_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10114
inline TAknLayoutScalableParameterLimits vkb2_top_grid_right_pane_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_grid_right_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_grid_right_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10116
inline TAknWindowComponentLayout vkb2_top_grid_right_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_grid_right_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_grid_right_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10118
// LAF Table : vkb2_area_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10119
inline TAknLayoutScalableParameterLimits vkb2_cell_keypad_pane_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_keypad_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10121
inline TAknWindowComponentLayout vkb2_cell_keypad_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tvkb2_cell_keypad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10123
// LAF Table : vkb2_area_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10124
inline TAknLayoutScalableParameterLimits vkb2_area_bottom_grid_pane_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_area_bottom_grid_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_grid_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10126
inline TAknWindowComponentLayout vkb2_area_bottom_grid_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_area_bottom_grid_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_grid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10128
inline TAknLayoutScalableParameterLimits vkb2_area_bottom_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_area_bottom_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10130
inline TAknWindowComponentLayout vkb2_area_bottom_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_area_bottom_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10132
inline TAknLayoutScalableParameterLimits vkb2_area_bottom_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_area_bottom_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10134
inline TAknWindowComponentLayout vkb2_area_bottom_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_area_bottom_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10136
inline TAknLayoutScalableParameterLimits vkb2_area_bottom_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_area_bottom_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10138
inline TAknWindowComponentLayout vkb2_area_bottom_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_area_bottom_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10140
inline TAknLayoutScalableTableLimits vkb2_area_bottom_pane_g_Limits()		{ return (*(Tvkb2_area_bottom_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10142
inline TAknLayoutScalableParameterLimits vkb2_area_bottom_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tvkb2_area_bottom_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10144
inline TAknWindowComponentLayout vkb2_area_bottom_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_area_bottom_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10146
// LAF Table : vkb2_top_grid_left_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10147
inline TAknLayoutScalableParameterLimits vkb2_top_cell_left_pane_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_cell_left_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_cell_left_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10149
inline TAknWindowComponentLayout vkb2_top_cell_left_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_cell_left_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_cell_left_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10151
// LAF Table : vkb2_top_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10152
inline TAknLayoutScalableParameterLimits vkb2_top_entry_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_entry_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_entry_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10154
inline TAknWindowComponentLayout vkb2_top_entry_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_entry_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_entry_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10156
inline TAknLayoutScalableParameterLimits vkb2_top_entry_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_entry_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_entry_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10158
inline TAknTextComponentLayout vkb2_top_entry_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_entry_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_entry_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10160
inline TAknLayoutScalableParameterLimits vkb2_top_entry_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_entry_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_entry_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10162
inline TAknTextComponentLayout vkb2_top_entry_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_entry_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_entry_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10164
inline TAknLayoutScalableParameterLimits vkb2_top_entry_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_entry_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_entry_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10166
inline TAknTextComponentLayout vkb2_top_entry_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_entry_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_entry_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10168
inline TAknLayoutScalableTableLimits vkb2_top_entry_pane_t_Limits()		{ return (*(Tvkb2_top_entry_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_entry_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10170
inline TAknLayoutScalableParameterLimits vkb2_top_entry_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tvkb2_top_entry_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_entry_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10172
inline TAknTextComponentLayout vkb2_top_entry_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_entry_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_entry_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10173
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10174
// LAF Table : vkb2_top_grid_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10175
inline TAknLayoutScalableParameterLimits vkb2_top_grid_right_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_grid_right_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_grid_right_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10177
inline TAknWindowComponentLayout vkb2_top_grid_right_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_grid_right_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_grid_right_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10179
inline TAknLayoutScalableParameterLimits vkb2_top_grid_right_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_grid_right_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_grid_right_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10181
inline TAknWindowComponentLayout vkb2_top_grid_right_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_grid_right_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_grid_right_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10183
inline TAknLayoutScalableParameterLimits vkb2_top_grid_right_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_grid_right_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_grid_right_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10185
inline TAknWindowComponentLayout vkb2_top_grid_right_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_grid_right_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_grid_right_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10187
inline TAknLayoutScalableParameterLimits vkb2_top_grid_right_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_grid_right_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_grid_right_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10189
inline TAknWindowComponentLayout vkb2_top_grid_right_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_grid_right_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_grid_right_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10191
inline TAknLayoutScalableTableLimits vkb2_top_grid_right_pane_g_Limits()		{ return (*(Tvkb2_top_grid_right_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_grid_right_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10193
inline TAknLayoutScalableParameterLimits vkb2_top_grid_right_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tvkb2_top_grid_right_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_grid_right_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10195
inline TAknWindowComponentLayout vkb2_top_grid_right_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_grid_right_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_grid_right_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10197
// LAF Table : vkb2_top_cell_left_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10198
inline TAknWindowComponentLayout vkb2_top_cell_left_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_cell_left_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_cell_left_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10199
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10200
// LAF Table : vkb2_cell_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10201
inline TAknLayoutScalableParameterLimits vkb2_cell_keypad_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_keypad_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_keypad_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10203
inline TAknWindowComponentLayout vkb2_cell_keypad_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_cell_keypad_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_keypad_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10204
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10205
inline TAknLayoutScalableParameterLimits vkb2_cell_keypad_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_keypad_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_keypad_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10207
inline TAknTextComponentLayout vkb2_cell_keypad_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_cell_keypad_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_keypad_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10209
// LAF Table : vkb2_area_bottom_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10210
inline TAknLayoutScalableParameterLimits vkb2_cell_bottom_grid_pane_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_bottom_grid_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_bottom_grid_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10211
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10212
inline TAknWindowComponentLayout vkb2_cell_bottom_grid_pane(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tvkb2_cell_bottom_grid_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_bottom_grid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10213
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10214
// LAF Table : vkb2_cell_bottom_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10215
inline TAknWindowComponentLayout vkb2_cell_bottom_grid_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_cell_bottom_grid_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_bottom_grid_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10217
// LAF Table : popup_clock_digital_analogue_window_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10218
inline TAknWindowComponentLayout aid_call2_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_call2_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_call2_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10220
inline TAknWindowComponentLayout aid_call_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_call_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_call_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10222
inline TAknWindowComponentLayout clock_digital_number_pane_cp10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_number_pane_cp10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10224
inline TAknWindowComponentLayout clock_digital_number_pane_cp11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_number_pane_cp11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10226
inline TAknWindowComponentLayout clock_digital_number_pane_cp12(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_number_pane_cp12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10228
inline TAknWindowComponentLayout clock_digital_number_pane_cp13(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_number_pane_cp13_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10230
inline TAknWindowComponentLayout clock_digital_separator_pane_cp10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_separator_pane_cp10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_separator_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10232
inline TAknWindowComponentLayout popup_clock_digital_analogue_window_cp2_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_digital_analogue_window_cp2_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_analogue_window_cp2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10234
inline TAknWindowComponentLayout popup_clock_digital_analogue_window_cp2_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_digital_analogue_window_cp2_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_analogue_window_cp2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10236
inline TAknWindowComponentLayout popup_clock_digital_analogue_window_cp2_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_digital_analogue_window_cp2_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_analogue_window_cp2_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10238
inline TAknWindowComponentLayout popup_clock_digital_analogue_window_cp2_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_digital_analogue_window_cp2_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_analogue_window_cp2_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10240
inline TAknWindowComponentLayout popup_clock_digital_analogue_window_cp2_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_digital_analogue_window_cp2_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_analogue_window_cp2_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10242
inline TAknLayoutScalableTableLimits popup_clock_digital_analogue_window_cp2_g_Limits()		{ return (*(Tpopup_clock_digital_analogue_window_cp2_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_analogue_window_cp2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10244
inline TAknWindowComponentLayout popup_clock_digital_analogue_window_cp2_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_digital_analogue_window_cp2_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_analogue_window_cp2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10246
inline TAknTextComponentLayout popup_clock_digital_analogue_window_cp2_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_digital_analogue_window_cp2_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_analogue_window_cp2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10248
inline TAknTextComponentLayout popup_clock_digital_analogue_window_cp2_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_digital_analogue_window_cp2_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_analogue_window_cp2_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10250
inline TAknLayoutScalableTableLimits popup_clock_digital_analogue_window_cp2_t_Limits()		{ return (*(Tpopup_clock_digital_analogue_window_cp2_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_analogue_window_cp2_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10252
inline TAknTextComponentLayout popup_clock_digital_analogue_window_cp2_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_digital_analogue_window_cp2_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_analogue_window_cp2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10253
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10254
// LAF Table : clock_digital_number_pane_cp10
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10255
inline TAknWindowComponentLayout clock_digital_number_pane_cp10_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_number_pane_cp10_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp10_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10257
inline TAknWindowComponentLayout clock_digital_number_pane_cp10_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_number_pane_cp10_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp10_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10259
inline TAknLayoutScalableTableLimits clock_digital_number_pane_cp10_g_Limits()		{ return (*(Tclock_digital_number_pane_cp10_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp10_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10261
inline TAknWindowComponentLayout clock_digital_number_pane_cp10_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_number_pane_cp10_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp10_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10263
// LAF Table : clock_digital_separator_pane_cp10
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10264
inline TAknWindowComponentLayout clock_digital_separator_pane_cp10_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_separator_pane_cp10_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_separator_pane_cp10_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10266
inline TAknWindowComponentLayout clock_digital_separator_pane_cp10_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_separator_pane_cp10_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_separator_pane_cp10_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10268
inline TAknLayoutScalableTableLimits clock_digital_separator_pane_cp10_g_Limits()		{ return (*(Tclock_digital_separator_pane_cp10_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_separator_pane_cp10_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10270
inline TAknWindowComponentLayout clock_digital_separator_pane_cp10_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_separator_pane_cp10_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_separator_pane_cp10_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10272
// LAF Table : uniindi_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10273
inline TAknWindowComponentLayout uniindi_top_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuniindi_top_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uniindi_top_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10275
inline TAknWindowComponentLayout uniindi_top_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuniindi_top_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uniindi_top_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10277
// LAF Table : vkb2_area_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10278
inline TAknLayoutScalableParameterLimits vkb2_row_keypad_pane_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_row_keypad_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_row_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10280
inline TAknWindowComponentLayout vkb2_row_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_row_keypad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_row_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10282
// LAF Table : vkb2_row_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10283
inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_t_keypad_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10285
inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_cell_t_keypad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10287
inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp08_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_t_keypad_pane_cp08_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp08_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10289
inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp08(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_cell_t_keypad_pane_cp08_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp08)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10291
inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp09_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_t_keypad_pane_cp09_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp09_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10293
inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp09(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_cell_t_keypad_pane_cp09_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp09)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10295
inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_t_keypad_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10297
inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_cell_t_keypad_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10298
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10299
inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp02_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_t_keypad_pane_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10300
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10301
inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_cell_t_keypad_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10302
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10303
inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp03_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_t_keypad_pane_cp03_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10305
inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_cell_t_keypad_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10307
inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp04_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_t_keypad_pane_cp04_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp04_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10309
inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp04(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_cell_t_keypad_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10311
inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp05_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_t_keypad_pane_cp05_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp05_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10312
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10313
inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp05(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_cell_t_keypad_pane_cp05_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10315
inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp06_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_t_keypad_pane_cp06_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp06_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10317
inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp06(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_cell_t_keypad_pane_cp06_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10319
inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp07_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_t_keypad_pane_cp07_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp07_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10321
inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp07(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_cell_t_keypad_pane_cp07_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10323
inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp10_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_t_keypad_pane_cp10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10324
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10325
inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_cell_t_keypad_pane_cp10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10326
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10327
// LAF Table : vkb2_cell_t_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10328
inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_cell_t_keypad_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10329
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10330
inline TAknTextComponentLayout vkb2_cell_t_keypad_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_cell_t_keypad_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10332
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10333
inline TAknWindowComponentLayout popup_grid_graphic2_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_grid_graphic2_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_grid_graphic2_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10335
// LAF Table : popup_grid_graphic2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10336
inline TAknLayoutScalableParameterLimits aid_size_cell_graphic2_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_graphic2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_graphic2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10338
inline TAknWindowComponentLayout aid_size_cell_graphic2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_graphic2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_graphic2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10339
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10340
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp21_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_window_pane_cp21_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp21_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10341
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10342
inline TAknWindowComponentLayout bg_popup_window_pane_cp21(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp21_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp21)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10343
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10344
inline TAknLayoutScalableParameterLimits graphic2_pages_pane_ParamLimits(TInt aVariety)		{ return (*(Tgraphic2_pages_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic2_pages_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10345
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10346
inline TAknWindowComponentLayout graphic2_pages_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic2_pages_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic2_pages_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10348
inline TAknLayoutScalableParameterLimits grid_graphic2_control_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_graphic2_control_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_graphic2_control_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10350
inline TAknWindowComponentLayout grid_graphic2_control_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_graphic2_control_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_graphic2_control_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10352
inline TAknLayoutScalableParameterLimits grid_graphic2_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_graphic2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_graphic2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10354
inline TAknWindowComponentLayout grid_graphic2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_graphic2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_graphic2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10356
// LAF Table : grid_graphic2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10357
inline TAknWindowComponentLayout cell_graphic2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10358
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10359
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10360
inline TAknWindowComponentLayout main_comp_mode_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_comp_mode_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_comp_mode_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10362
// LAF Table : popup_ai3_data_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10363
inline TAknLayoutScalableParameterLimits list_ai3_gene_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_ai3_gene_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_ai3_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10365
// LAF Table : popup_slider_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10366
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp19_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_window_pane_cp19_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp19_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10368
inline TAknLayoutScalableParameterLimits bg_touch_area_indi_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_touch_area_indi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_touch_area_indi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10370
inline TAknWindowComponentLayout bg_touch_area_indi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_touch_area_indi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_touch_area_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10372
inline TAknLayoutScalableParameterLimits bg_touch_area_indi_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tbg_touch_area_indi_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_touch_area_indi_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10374
inline TAknWindowComponentLayout bg_touch_area_indi_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_touch_area_indi_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_touch_area_indi_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10376
inline TAknLayoutScalableParameterLimits bg_touch_area_indi_pane_cp02_ParamLimits(TInt aVariety)		{ return (*(Tbg_touch_area_indi_pane_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_touch_area_indi_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10378
inline TAknWindowComponentLayout bg_touch_area_indi_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_touch_area_indi_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_touch_area_indi_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10380
inline TAknLayoutScalableParameterLimits bg_touch_area_indi_pane_cp03_ParamLimits(TInt aVariety)		{ return (*(Tbg_touch_area_indi_pane_cp03_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_touch_area_indi_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10382
inline TAknWindowComponentLayout bg_touch_area_indi_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_touch_area_indi_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_touch_area_indi_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10384
inline TAknLayoutScalableParameterLimits popup_slider_window_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_slider_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10386
inline TAknLayoutScalableParameterLimits popup_slider_window_g2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_slider_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10388
inline TAknLayoutScalableParameterLimits popup_slider_window_g3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_slider_window_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10390
inline TAknLayoutScalableParameterLimits popup_slider_window_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tpopup_slider_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10392
inline TAknLayoutScalableParameterLimits popup_slider_window_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_slider_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10394
inline TAknLayoutScalableParameterLimits small_volume_slider_vertical_pane_ParamLimits(TInt aVariety)		{ return (*(Tsmall_volume_slider_vertical_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_small_volume_slider_vertical_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10396
// LAF Table : grid_graphic2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10397
inline TAknLayoutScalableParameterLimits cell_graphic2_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_graphic2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10399
// LAF Table : graphic2_pages_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10400
inline TAknLayoutScalableParameterLimits bg_button_pane_cp10_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10401
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10402
inline TAknWindowComponentLayout bg_button_pane_cp10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10404
inline TAknLayoutScalableParameterLimits bg_button_pane_cp11_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp11_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10406
inline TAknWindowComponentLayout bg_button_pane_cp11(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10408
inline TAknLayoutScalableParameterLimits graphic2_pages_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tgraphic2_pages_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic2_pages_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10410
inline TAknWindowComponentLayout graphic2_pages_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic2_pages_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic2_pages_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10411
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10412
inline TAknLayoutScalableParameterLimits graphic2_pages_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tgraphic2_pages_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic2_pages_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10413
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10414
inline TAknWindowComponentLayout graphic2_pages_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic2_pages_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic2_pages_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10416
inline TAknLayoutScalableTableLimits graphic2_pages_pane_g_Limits()		{ return (*(Tgraphic2_pages_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic2_pages_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10418
inline TAknLayoutScalableParameterLimits graphic2_pages_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tgraphic2_pages_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic2_pages_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10420
inline TAknWindowComponentLayout graphic2_pages_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic2_pages_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic2_pages_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10422
inline TAknLayoutScalableParameterLimits graphic2_pages_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tgraphic2_pages_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic2_pages_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10424
inline TAknTextComponentLayout graphic2_pages_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgraphic2_pages_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_graphic2_pages_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10426
// LAF Table : grid_graphic2_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10427
inline TAknLayoutScalableParameterLimits cell_graphic2_control_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_graphic2_control_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_control_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10429
inline TAknWindowComponentLayout cell_graphic2_control_pane(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tcell_graphic2_control_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_control_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10431
// LAF Table : cell_graphic2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10432
inline TAknLayoutScalableParameterLimits cell_graphic2_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_graphic2_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10434
inline TAknWindowComponentLayout cell_graphic2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10436
inline TAknLayoutScalableParameterLimits cell_graphic2_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcell_graphic2_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10438
inline TAknWindowComponentLayout cell_graphic2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10440
inline TAknLayoutScalableParameterLimits cell_graphic2_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tcell_graphic2_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10442
inline TAknWindowComponentLayout cell_graphic2_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic2_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10444
inline TAknLayoutScalableParameterLimits cell_graphic2_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tcell_graphic2_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10446
inline TAknWindowComponentLayout cell_graphic2_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic2_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10448
inline TAknLayoutScalableParameterLimits cell_graphic2_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tcell_graphic2_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10450
inline TAknWindowComponentLayout cell_graphic2_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic2_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10452
inline TAknLayoutScalableTableLimits cell_graphic2_pane_g_Limits()		{ return (*(Tcell_graphic2_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10454
inline TAknLayoutScalableParameterLimits cell_graphic2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_graphic2_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10456
inline TAknWindowComponentLayout cell_graphic2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic2_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10458
inline TAknLayoutScalableParameterLimits cell_graphic2_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_graphic2_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10460
inline TAknTextComponentLayout cell_graphic2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10462
inline TAknLayoutScalableParameterLimits grid_highlight_pane_cp11_ParamLimits(TInt aVariety)		{ return (*(Tgrid_highlight_pane_cp11_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10464
inline TAknWindowComponentLayout grid_highlight_pane_cp11(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10466
// LAF Table : cell_graphic2_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10467
inline TAknWindowComponentLayout bg_button_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp05_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10469
inline TAknWindowComponentLayout cell_graphic2_control_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic2_control_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_control_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10471
// LAF Table : bg_touch_area_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10472
inline TAknWindowComponentLayout bg_touch_area_indi_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_touch_area_indi_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_touch_area_indi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10474
// LAF Table : main_comp_mode_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10475
inline TAknWindowComponentLayout aid_cmod_rocker_key_size(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_cmod_rocker_key_size_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cmod_rocker_key_size)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10477
inline TAknWindowComponentLayout aid_cmode_itu_key_size(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_cmode_itu_key_size_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cmode_itu_key_size)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10479
inline TAknWindowComponentLayout main_cmode_video_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cmode_video_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cmode_video_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10481
inline TAknWindowComponentLayout main_comp_mode_itu_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_comp_mode_itu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_comp_mode_itu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10483
inline TAknWindowComponentLayout main_comp_mode_rocker_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_comp_mode_rocker_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_comp_mode_rocker_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10485
// LAF Table : main_comp_mode_rocker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10486
inline TAknLayoutScalableParameterLimits cell_cmode_rocker_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_cmode_rocker_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_rocker_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10487
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10488
inline TAknWindowComponentLayout cell_cmode_rocker_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmode_rocker_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_rocker_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10490
// LAF Table : main_comp_mode_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10491
inline TAknLayoutScalableParameterLimits cell_cmode_itu_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_cmode_itu_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_itu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10493
inline TAknWindowComponentLayout cell_cmode_itu_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmode_itu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_itu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10495
// LAF Table : cell_cmode_rocker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10496
inline TAknLayoutScalableParameterLimits bg_button_pane_cp06_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp06_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp06_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10498
inline TAknWindowComponentLayout bg_button_pane_cp06(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp06_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10500
inline TAknLayoutScalableParameterLimits cell_cmode_rocker_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_cmode_rocker_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_rocker_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10502
inline TAknWindowComponentLayout cell_cmode_rocker_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmode_rocker_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_rocker_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10504
inline TAknLayoutScalableParameterLimits cell_cmode_rocker_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcell_cmode_rocker_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_rocker_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10506
inline TAknWindowComponentLayout cell_cmode_rocker_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmode_rocker_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_rocker_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10507
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10508
inline TAknLayoutScalableTableLimits cell_cmode_rocker_pane_g_Limits()		{ return (*(Tcell_cmode_rocker_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_rocker_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10510
inline TAknLayoutScalableParameterLimits cell_cmode_rocker_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_cmode_rocker_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_rocker_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10512
inline TAknWindowComponentLayout cell_cmode_rocker_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmode_rocker_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_rocker_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10514
// LAF Table : cell_cmode_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10515
inline TAknWindowComponentLayout bg_button_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp07_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10517
inline TAknWindowComponentLayout cell_cmode_itu_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmode_itu_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_itu_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10519
inline TAknTextComponentLayout cell_cmode_itu_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmode_itu_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_itu_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10521
inline TAknTextComponentLayout cell_cmode_itu_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmode_itu_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_itu_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10523
inline TAknLayoutScalableTableLimits cell_cmode_itu_pane_t_Limits()		{ return (*(Tcell_cmode_itu_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_itu_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10525
inline TAknTextComponentLayout cell_cmode_itu_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmode_itu_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_itu_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10527
// LAF Table : control_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10528
inline TAknWindowComponentLayout aid_touch_ctrl_left(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_ctrl_left_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_ctrl_left)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10530
inline TAknWindowComponentLayout aid_touch_ctrl_right(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_ctrl_right_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_ctrl_right)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10532
// LAF Table : Screen
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10533
inline TAknWindowComponentLayout compa_mode_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcompa_mode_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_compa_mode_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10535
// LAF Table : compa_mode_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10536
inline TAknWindowComponentLayout aid_cmod_rocker_key_size_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_cmod_rocker_key_size_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cmod_rocker_key_size_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10538
inline TAknWindowComponentLayout aid_cmode_itu_key_size_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_cmode_itu_key_size_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cmode_itu_key_size_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10540
inline TAknWindowComponentLayout compa_mode_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcompa_mode_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_compa_mode_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10542
inline TAknWindowComponentLayout compa_mode_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcompa_mode_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_compa_mode_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10544
inline TAknWindowComponentLayout compa_mode_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcompa_mode_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_compa_mode_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10546
inline TAknLayoutScalableTableLimits compa_mode_pane_g_Limits()		{ return (*(Tcompa_mode_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_compa_mode_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10548
inline TAknWindowComponentLayout compa_mode_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcompa_mode_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_compa_mode_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10550
inline TAknWindowComponentLayout main_comp_mode_itu_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_comp_mode_itu_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_comp_mode_itu_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10551
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10552
inline TAknWindowComponentLayout main_comp_mode_rocker_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_comp_mode_rocker_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_comp_mode_rocker_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10554
// LAF Table : main_comp_mode_itu_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10555
inline TAknLayoutScalableParameterLimits cell_cmode_itu_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_cmode_itu_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_itu_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10556
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10557
inline TAknWindowComponentLayout cell_cmode_itu_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmode_itu_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_itu_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10559
// LAF Table : main_comp_mode_rocker_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10560
inline TAknLayoutScalableParameterLimits cell_cmode_rocker_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_cmode_rocker_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_rocker_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10562
inline TAknWindowComponentLayout cell_cmode_rocker_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmode_rocker_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_rocker_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10564
// LAF Table : cell_cmode_rocker_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10565
inline TAknLayoutScalableParameterLimits bg_button_pane_cp06_cp_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp06_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp06_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10567
inline TAknWindowComponentLayout bg_button_pane_cp06_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp06_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp06_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10569
inline TAknLayoutScalableParameterLimits cell_cmode_rocker_pane_g1_cp_ParamLimits(TInt aVariety)		{ return (*(Tcell_cmode_rocker_pane_g1_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_rocker_pane_g1_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10571
inline TAknWindowComponentLayout cell_cmode_rocker_pane_g1_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmode_rocker_pane_g1_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_rocker_pane_g1_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10572
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10573
inline TAknWindowComponentLayout cell_cmode_rocker_pane_g2_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmode_rocker_pane_g2_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_rocker_pane_g2_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10574
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10575
// LAF Table : cell_cmode_itu_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10576
inline TAknWindowComponentLayout bg_button_pane_cp07_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp07_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp07_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10578
inline TAknWindowComponentLayout cell_cmode_itu_pane_g1_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmode_itu_pane_g1_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_itu_pane_g1_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10580
inline TAknTextComponentLayout cell_cmode_itu_pane_t1_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmode_itu_pane_t1_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_itu_pane_t1_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10582
inline TAknTextComponentLayout cell_cmode_itu_pane_t2_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmode_itu_pane_t2_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmode_itu_pane_t2_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10584
// LAF Table : set_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10585
inline TAknWindowComponentLayout settings_code_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsettings_code_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_settings_code_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10587
// LAF Table : popup_grid_graphic_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10588
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp3_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_window_pane_cp3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10590
inline TAknLayoutScalableParameterLimits heading_pane_cp3_ParamLimits(TInt aVariety)		{ return (*(Theading_pane_cp3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10592
inline TAknLayoutScalableParameterLimits listscroll_popup_graphic_pane_ParamLimits(TInt aVariety)		{ return (*(Tlistscroll_popup_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10594
// LAF Table : popup_fep_hwr_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10595
inline TAknLayoutScalableParameterLimits fep_hwr_aid_pane_ParamLimits(TInt aVariety)		{ return (*(Tfep_hwr_aid_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_hwr_aid_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10596
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10597
// LAF Table : sctrl_sk_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10598
inline TAknLayoutScalableParameterLimits aid_touch_sctrl_top_ParamLimits(TInt aVariety)		{ return (*(Taid_touch_sctrl_top_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_sctrl_top_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10600
inline TAknLayoutScalableParameterLimits sctrl_sk_top_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tsctrl_sk_top_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sctrl_sk_top_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10602
inline TAknLayoutScalableParameterLimits sctrl_sk_top_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tsctrl_sk_top_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sctrl_sk_top_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10604
inline TAknLayoutScalableParameterLimits sctrl_sk_top_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tsctrl_sk_top_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sctrl_sk_top_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10606
inline TAknLayoutScalableParameterLimits sctrl_sk_top_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tsctrl_sk_top_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sctrl_sk_top_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10608
// LAF Table : sctrl_sk_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10609
inline TAknLayoutScalableParameterLimits aid_touch_sctrl_bottom_ParamLimits(TInt aVariety)		{ return (*(Taid_touch_sctrl_bottom_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_sctrl_bottom_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10611
inline TAknLayoutScalableParameterLimits sctrl_sk_bottom_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tsctrl_sk_bottom_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sctrl_sk_bottom_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10613
// LAF Table : uniindi_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10614
inline TAknWindowComponentLayout aid_area_touch_clock(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_area_touch_clock_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_area_touch_clock)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10616
// LAF Table : vkb2_area_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10617
inline TAknLayoutScalableParameterLimits aid_vkb2_area_top_pane_cell_ParamLimits(TInt aVariety)		{ return (*(Taid_vkb2_area_top_pane_cell_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_vkb2_area_top_pane_cell_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10619
inline TAknWindowComponentLayout aid_vkb2_area_top_pane_cell(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_vkb2_area_top_pane_cell_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_vkb2_area_top_pane_cell)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10621
// LAF Table : vkb2_area_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10622
inline TAknLayoutScalableParameterLimits aid_vkb2_area_bottom_pane_cell_ParamLimits(TInt aVariety)		{ return (*(Taid_vkb2_area_bottom_pane_cell_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_vkb2_area_bottom_pane_cell_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10624
inline TAknWindowComponentLayout aid_vkb2_area_bottom_pane_cell(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_vkb2_area_bottom_pane_cell_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_vkb2_area_bottom_pane_cell)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10626
// LAF Table : vkb2_top_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10627
inline TAknWindowComponentLayout popup_char_count_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_char_count_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_char_count_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10629
// LAF Table : popup_char_count_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10630
inline TAknWindowComponentLayout popup_char_count_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_char_count_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_char_count_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10632
inline TAknWindowComponentLayout popup_char_count_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_char_count_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_char_count_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10634
inline TAknWindowComponentLayout popup_char_count_window_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_char_count_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_char_count_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10636
inline TAknLayoutScalableTableLimits popup_char_count_window_g_Limits()		{ return (*(Tpopup_char_count_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_char_count_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10638
inline TAknWindowComponentLayout popup_char_count_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_char_count_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_char_count_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10640
inline TAknTextComponentLayout popup_char_count_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_char_count_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_char_count_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10642
// LAF Table : popup_fep_vkb2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10643
inline TAknLayoutScalableParameterLimits popup_fep_char_preview_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_fep_char_preview_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_char_preview_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10645
inline TAknWindowComponentLayout popup_fep_char_preview_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_char_preview_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_char_preview_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10647
// LAF Table : vkb2_area_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10648
inline TAknLayoutScalableParameterLimits vkb2_top_candi_pane_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_candi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_candi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10650
inline TAknWindowComponentLayout vkb2_top_candi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_candi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_candi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10652
// LAF Table : vkb2_top_candi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10653
inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_vkb2_top_candi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10655
inline TAknWindowComponentLayout cell_vkb2_top_candi_pane(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tcell_vkb2_top_candi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10657
// LAF Table : popup_fep_char_preview_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10658
inline TAknLayoutScalableParameterLimits bg_popup_fep_char_preview_window_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_fep_char_preview_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_char_preview_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10660
inline TAknWindowComponentLayout bg_popup_fep_char_preview_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_char_preview_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_char_preview_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10662
inline TAknLayoutScalableParameterLimits popup_fep_char_preview_window_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_fep_char_preview_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_char_preview_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10664
inline TAknTextComponentLayout popup_fep_char_preview_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_char_preview_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_char_preview_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10666
// LAF Table : bg_popup_fep_char_preview_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10667
inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_char_preview_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_char_preview_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10669
inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_char_preview_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_char_preview_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10670
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10671
inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_char_preview_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_char_preview_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10672
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10673
inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_char_preview_window_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_char_preview_window_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10675
inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_char_preview_window_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_char_preview_window_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10677
inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_char_preview_window_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_char_preview_window_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10679
inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_char_preview_window_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_char_preview_window_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10681
inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_char_preview_window_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_char_preview_window_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10683
inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_char_preview_window_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_char_preview_window_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10685
inline TAknLayoutScalableTableLimits bg_popup_fep_char_preview_window_g_Limits()		{ return (*(Tbg_popup_fep_char_preview_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_char_preview_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10687
inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_char_preview_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_char_preview_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10689
// LAF Table : cell_vkb2_top_candi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10690
inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_vkb2_top_candi_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10692
inline TAknWindowComponentLayout cell_vkb2_top_candi_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb2_top_candi_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10694
inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcell_vkb2_top_candi_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10696
inline TAknWindowComponentLayout cell_vkb2_top_candi_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb2_top_candi_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10698
inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tcell_vkb2_top_candi_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10700
inline TAknWindowComponentLayout cell_vkb2_top_candi_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb2_top_candi_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10702
inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tcell_vkb2_top_candi_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10704
inline TAknWindowComponentLayout cell_vkb2_top_candi_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb2_top_candi_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10706
inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tcell_vkb2_top_candi_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10707
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10708
inline TAknWindowComponentLayout cell_vkb2_top_candi_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb2_top_candi_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10710
inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tcell_vkb2_top_candi_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10712
inline TAknWindowComponentLayout cell_vkb2_top_candi_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb2_top_candi_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10714
inline TAknLayoutScalableTableLimits cell_vkb2_top_candi_pane_g_Limits()		{ return (*(Tcell_vkb2_top_candi_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10716
inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_vkb2_top_candi_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10718
inline TAknWindowComponentLayout cell_vkb2_top_candi_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb2_top_candi_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10720
inline TAknTextComponentLayout cell_vkb2_top_candi_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkb2_top_candi_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10721
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10722
// LAF Table : slider_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10723
inline TAknLayoutScalableParameterLimits aid_size_touch_slider_mark_ParamLimits(TInt aVariety)		{ return (*(Taid_size_touch_slider_mark_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_slider_mark_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10725
inline TAknWindowComponentLayout aid_size_touch_slider_mark(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_slider_mark_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_slider_mark)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10727
// LAF Table : popup_grid_graphic2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10728
inline TAknLayoutScalableParameterLimits grid_graphic2_catg_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_graphic2_catg_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_graphic2_catg_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10730
inline TAknWindowComponentLayout grid_graphic2_catg_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_graphic2_catg_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_graphic2_catg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10732
inline TAknLayoutScalableParameterLimits popup_grid_graphic2_window_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_grid_graphic2_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_grid_graphic2_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10734
inline TAknTextComponentLayout popup_grid_graphic2_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_grid_graphic2_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_grid_graphic2_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10736
inline TAknLayoutScalableParameterLimits popup_grid_graphic2_window_t2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_grid_graphic2_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_grid_graphic2_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10738
inline TAknTextComponentLayout popup_grid_graphic2_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_grid_graphic2_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_grid_graphic2_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10740
inline TAknLayoutScalableTableLimits popup_grid_graphic2_window_t_Limits()		{ return (*(Tpopup_grid_graphic2_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_grid_graphic2_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10742
inline TAknLayoutScalableParameterLimits popup_grid_graphic2_window_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tpopup_grid_graphic2_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_grid_graphic2_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10744
inline TAknTextComponentLayout popup_grid_graphic2_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_grid_graphic2_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_grid_graphic2_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10746
// LAF Table : cell_graphic2_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10747
inline TAknLayoutScalableParameterLimits bg_button_pane_cp05_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp05_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp05_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10749
inline TAknLayoutScalableParameterLimits cell_graphic2_control_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_graphic2_control_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_control_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10751
// LAF Table : grid_graphic2_catg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10752
inline TAknLayoutScalableParameterLimits cell_graphic2_catg_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_graphic2_catg_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_catg_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10753
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10754
inline TAknWindowComponentLayout cell_graphic2_catg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic2_catg_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_catg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10755
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10756
// LAF Table : cell_graphic2_catg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10757
inline TAknWindowComponentLayout bg_button_pane_cp12(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10759
inline TAknWindowComponentLayout cell_graphic2_catg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic2_catg_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_catg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10761
// LAF Table : cell_tb_ext_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10762
inline TAknLayoutScalableParameterLimits cell_tb_ext_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_tb_ext_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tb_ext_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10764
// LAF Table : vkb2_top_grid_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10765
inline TAknLayoutScalableParameterLimits vkb2_top_cell_right_narrow_pane_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_cell_right_narrow_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_cell_right_narrow_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10767
inline TAknWindowComponentLayout vkb2_top_cell_right_narrow_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_cell_right_narrow_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_cell_right_narrow_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10769
inline TAknLayoutScalableParameterLimits vkb2_top_cell_right_wide_pane_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_cell_right_wide_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_cell_right_wide_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10771
inline TAknWindowComponentLayout vkb2_top_cell_right_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_cell_right_wide_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_cell_right_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10773
// LAF Table : vkb2_top_cell_left_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10774
inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_vkb2_func_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10776
inline TAknWindowComponentLayout bg_vkb2_func_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10778
inline TAknLayoutScalableParameterLimits vkb2_top_cell_left_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_cell_left_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_cell_left_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10780
// LAF Table : vkb2_cell_bottom_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10781
inline TAknLayoutScalableParameterLimits bg_vkb2_fuc_pane_cp03_ParamLimits(TInt aVariety)		{ return (*(Tbg_vkb2_fuc_pane_cp03_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_fuc_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10783
inline TAknWindowComponentLayout bg_vkb2_fuc_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_fuc_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_fuc_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10785
inline TAknLayoutScalableParameterLimits vkb2_cell_bottom_grid_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_bottom_grid_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_bottom_grid_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10787
// LAF Table : bg_vkb2_func_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10788
inline TAknWindowComponentLayout bg_vkb2_func_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10790
inline TAknWindowComponentLayout bg_vkb2_func_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10792
inline TAknWindowComponentLayout bg_vkb2_func_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10794
inline TAknWindowComponentLayout bg_vkb2_func_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10796
inline TAknWindowComponentLayout bg_vkb2_func_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10798
inline TAknWindowComponentLayout bg_vkb2_func_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10800
inline TAknWindowComponentLayout bg_vkb2_func_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10802
inline TAknWindowComponentLayout bg_vkb2_func_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10804
inline TAknWindowComponentLayout bg_vkb2_func_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10806
inline TAknLayoutScalableTableLimits bg_vkb2_func_pane_g_Limits()		{ return (*(Tbg_vkb2_func_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10808
inline TAknWindowComponentLayout bg_vkb2_func_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10810
// LAF Table : vkb2_top_cell_right_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10811
inline TAknLayoutScalableParameterLimits bg_vkb2_fuc_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tbg_vkb2_fuc_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_fuc_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10812
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10813
inline TAknWindowComponentLayout bg_vkb2_fuc_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_fuc_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_fuc_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10815
inline TAknLayoutScalableParameterLimits vkb2_top_cell_right_wide_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_cell_right_wide_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_cell_right_wide_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10817
inline TAknWindowComponentLayout vkb2_top_cell_right_wide_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_cell_right_wide_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_cell_right_wide_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10819
// LAF Table : vkb2_top_cell_right_narrow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10820
inline TAknLayoutScalableParameterLimits bg_vkb2_fuc_pane_cp02_ParamLimits(TInt aVariety)		{ return (*(Tbg_vkb2_fuc_pane_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_fuc_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10822
inline TAknWindowComponentLayout bg_vkb2_fuc_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_fuc_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_fuc_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10824
inline TAknLayoutScalableParameterLimits vkb2_top_cell_right_narrow_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_top_cell_right_narrow_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_cell_right_narrow_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10826
inline TAknWindowComponentLayout vkb2_top_cell_right_narrow_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_top_cell_right_narrow_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_top_cell_right_narrow_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10827
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10828
// LAF Table : popup_slider_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10829
inline TAknLayoutScalableParameterLimits aid_touch_area_decrease_ParamLimits(TInt aVariety)		{ return (*(Taid_touch_area_decrease_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_area_decrease_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10831
inline TAknWindowComponentLayout aid_touch_area_decrease(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_area_decrease_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_area_decrease)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10833
inline TAknLayoutScalableParameterLimits aid_touch_area_increase_ParamLimits(TInt aVariety)		{ return (*(Taid_touch_area_increase_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_area_increase_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10835
inline TAknWindowComponentLayout aid_touch_area_increase(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_area_increase_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_area_increase)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10837
inline TAknLayoutScalableParameterLimits aid_touch_area_mute_ParamLimits(TInt aVariety)		{ return (*(Taid_touch_area_mute_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_area_mute_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10839
inline TAknWindowComponentLayout aid_touch_area_mute(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_area_mute_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_area_mute)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10841
inline TAknLayoutScalableParameterLimits aid_touch_area_slider_ParamLimits(TInt aVariety)		{ return (*(Taid_touch_area_slider_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_area_slider_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10842
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10843
inline TAknWindowComponentLayout aid_touch_area_slider(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_area_slider_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_area_slider)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10844
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10845
inline TAknLayoutScalableParameterLimits popup_slider_window_g4_ParamLimits(TInt aVariety)		{ return (*(Tpopup_slider_window_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10846
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10847
inline TAknWindowComponentLayout popup_slider_window_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_slider_window_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10849
inline TAknLayoutScalableParameterLimits popup_slider_window_g5_ParamLimits(TInt aVariety)		{ return (*(Tpopup_slider_window_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10851
inline TAknWindowComponentLayout popup_slider_window_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_slider_window_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10853
inline TAknLayoutScalableParameterLimits popup_slider_window_g6_ParamLimits(TInt aVariety)		{ return (*(Tpopup_slider_window_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10855
inline TAknWindowComponentLayout popup_slider_window_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_slider_window_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10857
inline TAknLayoutScalableParameterLimits popup_slider_window_t2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_slider_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10859
inline TAknTextComponentLayout popup_slider_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_slider_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10861
inline TAknLayoutScalableTableLimits popup_slider_window_t_Limits()		{ return (*(Tpopup_slider_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10863
inline TAknLayoutScalableParameterLimits popup_slider_window_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tpopup_slider_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10865
inline TAknTextComponentLayout popup_slider_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_slider_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10867
inline TAknLayoutScalableParameterLimits slider_pane_ParamLimits(TInt aVariety)		{ return (*(Tslider_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10869
inline TAknWindowComponentLayout slider_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10871
// LAF Table : slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10872
inline TAknLayoutScalableParameterLimits slider_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tslider_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10874
inline TAknWindowComponentLayout slider_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10876
inline TAknLayoutScalableParameterLimits slider_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tslider_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10878
inline TAknWindowComponentLayout slider_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10880
inline TAknLayoutScalableParameterLimits slider_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tslider_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10881
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10882
inline TAknWindowComponentLayout slider_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10884
inline TAknLayoutScalableTableLimits slider_pane_g_Limits()		{ return (*(Tslider_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10886
inline TAknLayoutScalableParameterLimits slider_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tslider_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10887
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10888
inline TAknWindowComponentLayout slider_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10890
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10891
inline TAknLayoutScalableParameterLimits popup_tb_float_extension_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_tb_float_extension_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_tb_float_extension_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10893
inline TAknWindowComponentLayout popup_tb_float_extension_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_tb_float_extension_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_tb_float_extension_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10895
// LAF Table : popup_tb_float_extension_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10896
inline TAknWindowComponentLayout aid_size_cell_tb_float_ext(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_tb_float_ext_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_tb_float_ext)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10898
inline TAknWindowComponentLayout bg_popup_sub_window_cp28(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_window_cp28_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_window_cp28)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10900
inline TAknWindowComponentLayout grid_tb_float_ext_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_tb_float_ext_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_tb_float_ext_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10902
// LAF Table : grid_tb_float_ext_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10903
inline TAknLayoutScalableParameterLimits cell_tb_float_ext_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_tb_float_ext_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tb_float_ext_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10905
inline TAknWindowComponentLayout cell_tb_float_ext_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_tb_float_ext_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tb_float_ext_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10907
// LAF Table : cell_tb_float_ext_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10908
inline TAknWindowComponentLayout cell_tb_float_ext_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_tb_float_ext_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tb_float_ext_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10910
inline TAknWindowComponentLayout grid_highlight_pane_cp12(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10912
// LAF Table : fep_hwr_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10913
inline TAknLayoutScalableParameterLimits cell_last_hwr_side_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_last_hwr_side_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_last_hwr_side_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10915
inline TAknWindowComponentLayout cell_last_hwr_side_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_last_hwr_side_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_last_hwr_side_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10917
// LAF Table : cell_last_hwr_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10918
inline TAknWindowComponentLayout cell_last_hwr_side_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_last_hwr_side_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_last_hwr_side_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10919
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10920
inline TAknWindowComponentLayout cell_last_hwr_side_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_last_hwr_side_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_last_hwr_side_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10921
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10922
inline TAknLayoutScalableTableLimits cell_last_hwr_side_pane_g_Limits()		{ return (*(Tcell_last_hwr_side_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_last_hwr_side_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10923
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10924
inline TAknWindowComponentLayout cell_last_hwr_side_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_last_hwr_side_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_last_hwr_side_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10926
// LAF Table : vkb2_area_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10927
inline TAknLayoutScalableParameterLimits vkb2_area_bottom_space_btn_pane_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_area_bottom_space_btn_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_space_btn_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10929
inline TAknWindowComponentLayout vkb2_area_bottom_space_btn_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_area_bottom_space_btn_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_space_btn_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10931
// LAF Table : vkb2_cell_t_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10932
inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_t_keypad_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10934
inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_cell_t_keypad_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_cell_t_keypad_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10936
// LAF Table : cell_vkb2_top_candi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10937
inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_vkb2_top_candi_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkb2_top_candi_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10939
// LAF Table : vkb2_area_bottom_space_btn_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10940
inline TAknLayoutScalableParameterLimits vkb2_area_bottom_space_btn_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_area_bottom_space_btn_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_space_btn_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10942
inline TAknWindowComponentLayout vkb2_area_bottom_space_btn_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_area_bottom_space_btn_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_space_btn_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10944
inline TAknLayoutScalableParameterLimits vkb2_area_bottom_space_btn_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_area_bottom_space_btn_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_space_btn_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10946
inline TAknWindowComponentLayout vkb2_area_bottom_space_btn_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_area_bottom_space_btn_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_space_btn_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10948
inline TAknLayoutScalableParameterLimits vkb2_area_bottom_space_btn_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_area_bottom_space_btn_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_space_btn_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10950
inline TAknWindowComponentLayout vkb2_area_bottom_space_btn_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_area_bottom_space_btn_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_space_btn_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10952
inline TAknLayoutScalableTableLimits vkb2_area_bottom_space_btn_pane_g_Limits()		{ return (*(Tvkb2_area_bottom_space_btn_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_space_btn_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10954
inline TAknLayoutScalableParameterLimits vkb2_area_bottom_space_btn_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tvkb2_area_bottom_space_btn_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_space_btn_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10955
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10956
inline TAknWindowComponentLayout vkb2_area_bottom_space_btn_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_area_bottom_space_btn_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_space_btn_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10957
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10958
// LAF Table : fep_hwr_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10959
inline TAknLayoutScalableParameterLimits cel_fep_hwr_func_pane_ParamLimits(TInt aVariety)		{ return (*(Tcel_fep_hwr_func_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cel_fep_hwr_func_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10961
inline TAknWindowComponentLayout cel_fep_hwr_func_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcel_fep_hwr_func_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cel_fep_hwr_func_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10963
// LAF Table : fep_hwr_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10964
inline TAknLayoutScalableParameterLimits cell_hwr_side_button_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_hwr_side_button_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_side_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10965
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10966
inline TAknWindowComponentLayout cell_hwr_side_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_side_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_side_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10967
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10968
// LAF Table : uniindi_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10969
inline TAknLayoutScalableParameterLimits aid_area_touch_clock_ParamLimits(TInt aVariety)		{ return (*(Taid_area_touch_clock_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_area_touch_clock_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10971
inline TAknLayoutScalableParameterLimits bg_uniindi_top_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_uniindi_top_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_uniindi_top_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10973
inline TAknLayoutScalableParameterLimits uniindi_top_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tuniindi_top_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uniindi_top_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10975
inline TAknLayoutScalableParameterLimits uniindi_top_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tuniindi_top_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uniindi_top_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10977
inline TAknLayoutScalableParameterLimits uniindi_top_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tuniindi_top_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uniindi_top_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10979
inline TAknLayoutScalableParameterLimits uniindi_top_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tuniindi_top_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uniindi_top_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10980
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10981
inline TAknLayoutScalableParameterLimits uniindi_top_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tuniindi_top_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uniindi_top_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10982
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10983
inline TAknLayoutScalableParameterLimits uniindi_top_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tuniindi_top_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uniindi_top_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10984
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10985
// LAF Table : cel_fep_hwr_func_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10986
inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tbg_vkb2_func_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10988
inline TAknWindowComponentLayout bg_vkb2_func_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10990
inline TAknLayoutScalableParameterLimits cel_fep_hwr_func_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcel_fep_hwr_func_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cel_fep_hwr_func_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10992
inline TAknWindowComponentLayout cel_fep_hwr_func_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcel_fep_hwr_func_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cel_fep_hwr_func_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10994
// LAF Table : cell_hwr_side_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10995
inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp02_ParamLimits(TInt aVariety)		{ return (*(Tbg_vkb2_func_pane_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10997
inline TAknWindowComponentLayout bg_vkb2_func_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10999
inline TAknLayoutScalableParameterLimits cell_hwr_side_button_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_hwr_side_button_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_side_button_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11001
inline TAknWindowComponentLayout cell_hwr_side_button_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hwr_side_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_side_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11003
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11004
inline TAknLayoutScalableParameterLimits status_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tstatus_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11006
inline TAknWindowComponentLayout status_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11008
inline TAknTextComponentLayout status_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11010
// LAF Table : form2_midp_gauge_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11011
inline TAknWindowComponentLayout form2_midp_gauge_slider_cont_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_gauge_slider_cont_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_gauge_slider_cont_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11013
inline TAknLayoutScalableParameterLimits form2_midp_gauge_slider_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tform2_midp_gauge_slider_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_gauge_slider_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11014
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11015
inline TAknLayoutScalableParameterLimits form2_midp_gauge_slider_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tform2_midp_gauge_slider_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_gauge_slider_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11016
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11017
inline TAknLayoutScalableParameterLimits form2_midp_gauge_slider_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tform2_midp_gauge_slider_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_gauge_slider_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11018
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11019
inline TAknLayoutScalableParameterLimits form2_midp_gauge_slider_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tform2_midp_gauge_slider_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_gauge_slider_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11020
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11021
inline TAknLayoutScalableParameterLimits form2_midp_slider_pane_ParamLimits(TInt aVariety)		{ return (*(Tform2_midp_slider_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_slider_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11023
// LAF Table : popup_fep_vkb2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11024
inline TAknLayoutScalableParameterLimits aid_size_cell_func_vkb2_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_func_vkb2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_func_vkb2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11025
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11026
inline TAknWindowComponentLayout aid_size_cell_func_vkb2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_func_vkb2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_func_vkb2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11028
// LAF Table : slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11029
inline TAknLayoutScalableParameterLimits slider_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tslider_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11031
inline TAknWindowComponentLayout slider_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11033
// LAF Table : form2_midp_gauge_slider_cont_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11034
inline TAknTextComponentLayout form2_midp_gauge_slider_pane_t2_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_gauge_slider_pane_t2_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_gauge_slider_pane_t2_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11035
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11036
inline TAknLayoutScalableParameterLimits form2_midp_gauge_slider_pane_t3_cp01_ParamLimits(TInt aVariety)		{ return (*(Tform2_midp_gauge_slider_pane_t3_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_gauge_slider_pane_t3_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11038
inline TAknTextComponentLayout form2_midp_gauge_slider_pane_t3_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_gauge_slider_pane_t3_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_gauge_slider_pane_t3_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11040
inline TAknWindowComponentLayout form2_midp_slider_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_slider_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_slider_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11042
// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11043
inline TAknWindowComponentLayout navi_smil_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_smil_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_smil_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11045
// LAF Table : navi_smil_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11046
inline TAknWindowComponentLayout navi_smil_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_smil_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_smil_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11047
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11048
inline TAknTextComponentLayout navi_smil_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_smil_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_smil_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11050
// LAF Table : form2_midp_slider_pane_cp01
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11051
inline TAknWindowComponentLayout form2_midp_slider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_slider_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_slider_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11052
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11053
inline TAknWindowComponentLayout form2_midp_slider_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_slider_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_slider_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11054
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11055
inline TAknWindowComponentLayout form2_midp_slider_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_slider_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_slider_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11056
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11057
inline TAknWindowComponentLayout form2_midp_slider_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_slider_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_slider_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11058
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11059
inline TAknWindowComponentLayout form2_midp_slider_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_slider_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_slider_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11061
inline TAknLayoutScalableTableLimits form2_midp_slider_pane_g_Limits()		{ return (*(Tform2_midp_slider_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_slider_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11062
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11063
inline TAknWindowComponentLayout form2_midp_slider_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tform2_midp_slider_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_form2_midp_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11064
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11065
// LAF Table : vkb2_area_bottom_space_btn_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11066
inline TAknLayoutScalableParameterLimits vkb2_area_bottom_space_btn_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tvkb2_area_bottom_space_btn_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_space_btn_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11068
inline TAknWindowComponentLayout vkb2_area_bottom_space_btn_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvkb2_area_bottom_space_btn_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vkb2_area_bottom_space_btn_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11070
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11071
inline TAknLayoutScalableParameterLimits lc0_navi_pane_ParamLimits(TInt aVariety)		{ return (*(Tlc0_navi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_navi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11073
inline TAknWindowComponentLayout lc0_navi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlc0_navi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_navi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11075
inline TAknLayoutScalableParameterLimits lc0_stat_indi_pane_ParamLimits(TInt aVariety)		{ return (*(Tlc0_stat_indi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_stat_indi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11077
inline TAknWindowComponentLayout lc0_stat_indi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlc0_stat_indi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_stat_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11079
inline TAknLayoutScalableParameterLimits ls0_title_pane_ParamLimits(TInt aVariety)		{ return (*(Tls0_title_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ls0_title_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11081
inline TAknWindowComponentLayout ls0_title_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tls0_title_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ls0_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11082
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11083
// LAF Table : popup_uni_indicator_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11084
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp14_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_sub_pane_cp14_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp14_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11086
inline TAknLayoutScalableParameterLimits list_uniindi_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_uniindi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_uniindi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11088
inline TAknLayoutScalableParameterLimits uniindi_top_pane_ParamLimits(TInt aVariety)		{ return (*(Tuniindi_top_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uniindi_top_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11090
// LAF Table : list_single_uniindi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11091
inline TAknLayoutScalableParameterLimits list_single_uniindi_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_uniindi_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_uniindi_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11092
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11093
inline TAknLayoutScalableParameterLimits list_single_uniindi_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_uniindi_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_uniindi_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11094
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11095
// LAF Table : lc0_stat_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11096
inline TAknLayoutScalableParameterLimits lc0_stat_clock_pane_ParamLimits(TInt aVariety)		{ return (*(Tlc0_stat_clock_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_stat_clock_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11098
inline TAknWindowComponentLayout lc0_stat_clock_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlc0_stat_clock_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_stat_clock_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11100
inline TAknLayoutScalableParameterLimits lc0_stat_indi_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlc0_stat_indi_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_stat_indi_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11102
inline TAknWindowComponentLayout lc0_stat_indi_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlc0_stat_indi_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_stat_indi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11104
inline TAknLayoutScalableParameterLimits lc0_stat_indi_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tlc0_stat_indi_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_stat_indi_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11106
inline TAknWindowComponentLayout lc0_stat_indi_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlc0_stat_indi_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_stat_indi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11108
inline TAknLayoutScalableTableLimits lc0_stat_indi_pane_g_Limits()		{ return (*(Tlc0_stat_indi_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_stat_indi_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11110
inline TAknLayoutScalableParameterLimits lc0_stat_indi_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlc0_stat_indi_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_stat_indi_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11112
inline TAknWindowComponentLayout lc0_stat_indi_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlc0_stat_indi_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_stat_indi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11114
inline TAknLayoutScalableParameterLimits lc0_uni_indicator_pane_ParamLimits(TInt aVariety)		{ return (*(Tlc0_uni_indicator_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_uni_indicator_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11116
inline TAknWindowComponentLayout lc0_uni_indicator_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlc0_uni_indicator_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_uni_indicator_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11118
// LAF Table : ls0_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11119
inline TAknLayoutScalableParameterLimits ls0_title_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tls0_title_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ls0_title_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11121
inline TAknWindowComponentLayout ls0_title_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tls0_title_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ls0_title_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11123
inline TAknLayoutScalableParameterLimits ls0_title_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tls0_title_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ls0_title_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11125
inline TAknTextComponentLayout ls0_title_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tls0_title_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ls0_title_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11127
// LAF Table : lc0_uni_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11128
inline TAknLayoutScalableParameterLimits lc0_uni_indicator_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlc0_uni_indicator_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_uni_indicator_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11130
inline TAknWindowComponentLayout lc0_uni_indicator_pane_g1(TInt aCol, TInt aVariety = 0, TInt aRow = 0)		{ return (*(Tlc0_uni_indicator_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_uni_indicator_pane_g1)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11132
// LAF Table : lc0_stat_clock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11133
inline TAknTextComponentLayout lc0_stat_clock_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlc0_stat_clock_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_stat_clock_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11135
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11136
inline TAknWindowComponentLayout main_ai5_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_ai5_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_ai5_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11138
// LAF Table : main_ai5_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11139
inline TAknLayoutScalableParameterLimits ai5_sk_pane_ParamLimits(TInt aVariety)		{ return (*(Tai5_sk_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11141
inline TAknWindowComponentLayout ai5_sk_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11143
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11144
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11145
inline TAknWindowComponentLayout cell_ai5_widget_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_ai5_widget_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11146
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11147
// LAF Table : cell_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11148
inline TAknWindowComponentLayout aid_size_cell_widget_grid(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_widget_grid_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_widget_grid)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11150
inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_ai5_widget_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11152
inline TAknWindowComponentLayout bg_ai5_widget_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_ai5_widget_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11154
inline TAknWindowComponentLayout cell_ai5_widget_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11156
inline TAknWindowComponentLayout cell_ai5_widget_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11158
inline TAknWindowComponentLayout cell_ai5_widget_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11160
inline TAknWindowComponentLayout cell_ai5_widget_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11162
inline TAknWindowComponentLayout cell_ai5_widget_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11164
inline TAknWindowComponentLayout cell_ai5_widget_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11166
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11168
inline TAknTextComponentLayout cell_ai5_widget_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11170
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11172
inline TAknTextComponentLayout cell_ai5_widget_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11173
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11174
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11175
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11176
inline TAknTextComponentLayout cell_ai5_widget_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11177
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11178
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11180
inline TAknTextComponentLayout cell_ai5_widget_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11181
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11182
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t5_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11183
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11184
inline TAknTextComponentLayout cell_ai5_widget_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11186
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t6_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11188
inline TAknTextComponentLayout cell_ai5_widget_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11190
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t7_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_t7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11191
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11192
inline TAknTextComponentLayout cell_ai5_widget_pane_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11193
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11194
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t8_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_t8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11195
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11196
inline TAknTextComponentLayout cell_ai5_widget_pane_t8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_t8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11198
inline TAknLayoutScalableTableLimits cell_ai5_widget_pane_t_Limits()		{ return (*(Tcell_ai5_widget_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11199
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11200
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11202
inline TAknTextComponentLayout cell_ai5_widget_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11204
inline TAknWindowComponentLayout grid_ai5_widget_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_ai5_widget_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_ai5_widget_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11206
inline TAknLayoutScalableParameterLimits highlight_cell_ai5_widget_pane_ParamLimits(TInt aVariety)		{ return (*(Thighlight_cell_ai5_widget_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_highlight_cell_ai5_widget_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11208
inline TAknWindowComponentLayout highlight_cell_ai5_widget_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thighlight_cell_ai5_widget_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_highlight_cell_ai5_widget_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11210
// LAF Table : ai5_sk_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11211
inline TAknWindowComponentLayout ai5_sk_left_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_left_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_left_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11213
inline TAknWindowComponentLayout ai5_sk_middle_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_middle_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_middle_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11215
inline TAknWindowComponentLayout ai5_sk_right_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_right_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_right_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11217
// LAF Table : bg_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11218
inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tbg_ai5_widget_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11220
inline TAknWindowComponentLayout bg_ai5_widget_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_ai5_widget_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11222
inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tbg_ai5_widget_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11224
inline TAknWindowComponentLayout bg_ai5_widget_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_ai5_widget_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11226
inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tbg_ai5_widget_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11228
inline TAknWindowComponentLayout bg_ai5_widget_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_ai5_widget_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11230
inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tbg_ai5_widget_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11232
inline TAknWindowComponentLayout bg_ai5_widget_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_ai5_widget_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11234
inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tbg_ai5_widget_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11236
inline TAknWindowComponentLayout bg_ai5_widget_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_ai5_widget_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11238
inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tbg_ai5_widget_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11240
inline TAknWindowComponentLayout bg_ai5_widget_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_ai5_widget_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11242
inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g7_ParamLimits(TInt aVariety)		{ return (*(Tbg_ai5_widget_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11244
inline TAknWindowComponentLayout bg_ai5_widget_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_ai5_widget_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11246
inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g8_ParamLimits(TInt aVariety)		{ return (*(Tbg_ai5_widget_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11248
inline TAknWindowComponentLayout bg_ai5_widget_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_ai5_widget_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11250
inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g9_ParamLimits(TInt aVariety)		{ return (*(Tbg_ai5_widget_pane_g9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11252
inline TAknWindowComponentLayout bg_ai5_widget_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_ai5_widget_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11253
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11254
inline TAknLayoutScalableTableLimits bg_ai5_widget_pane_g_Limits()		{ return (*(Tbg_ai5_widget_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11255
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11256
inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tbg_ai5_widget_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11258
inline TAknWindowComponentLayout bg_ai5_widget_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_ai5_widget_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_ai5_widget_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11260
// LAF Table : grid_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11261
inline TAknLayoutScalableParameterLimits cell_shortcut_ai5_widget_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_shortcut_ai5_widget_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_shortcut_ai5_widget_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11263
inline TAknWindowComponentLayout cell_shortcut_ai5_widget_pane(TInt aCol, TInt aRow = 0, TInt aVariety = 0)		{ return (*(Tcell_shortcut_ai5_widget_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_shortcut_ai5_widget_pane)))(aCol, aRow, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11265
// LAF Table : cell_shortcut_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11266
inline TAknWindowComponentLayout bg_cell_shortcut_ai5_widget_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cell_shortcut_ai5_widget_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_shortcut_ai5_widget_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11268
inline TAknWindowComponentLayout cell_grid_ai5_widget_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_grid_ai5_widget_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_grid_ai5_widget_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11270
inline TAknWindowComponentLayout highlight_cell_shortcut_ai5_widget_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thighlight_cell_shortcut_ai5_widget_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_highlight_cell_shortcut_ai5_widget_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11272
// LAF Table : ai5_sk_left_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11273
inline TAknWindowComponentLayout ai5_sk_left_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_left_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_left_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11275
inline TAknWindowComponentLayout ai5_sk_left_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_left_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_left_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11277
inline TAknWindowComponentLayout ai5_sk_left_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_left_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_left_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11279
inline TAknWindowComponentLayout ai5_sk_left_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_left_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_left_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11281
inline TAknLayoutScalableTableLimits ai5_sk_left_pane_g_Limits()		{ return (*(Tai5_sk_left_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_left_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11283
inline TAknWindowComponentLayout ai5_sk_left_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_left_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_left_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11285
inline TAknTextComponentLayout ai5_sk_left_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_left_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_left_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11287
// LAF Table : ai5_sk_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11288
inline TAknWindowComponentLayout ai5_sk_right_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_right_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_right_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11289
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11290
inline TAknWindowComponentLayout ai5_sk_right_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_right_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_right_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11292
inline TAknWindowComponentLayout ai5_sk_right_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_right_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_right_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11294
inline TAknWindowComponentLayout ai5_sk_right_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_right_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_right_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11296
inline TAknLayoutScalableTableLimits ai5_sk_right_pane_g_Limits()		{ return (*(Tai5_sk_right_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_right_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11298
inline TAknWindowComponentLayout ai5_sk_right_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_right_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_right_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11300
inline TAknTextComponentLayout ai5_sk_right_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_right_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_right_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11302
// LAF Table : ai5_sk_middle_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11303
inline TAknWindowComponentLayout ai5_sk_middle_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_middle_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_middle_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11305
inline TAknWindowComponentLayout ai5_sk_middle_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_middle_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_middle_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11307
inline TAknWindowComponentLayout ai5_sk_middle_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_middle_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_middle_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11309
inline TAknWindowComponentLayout ai5_sk_middle_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_middle_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_middle_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11311
inline TAknWindowComponentLayout ai5_sk_middle_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_middle_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_middle_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11312
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11313
inline TAknWindowComponentLayout ai5_sk_middle_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_middle_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_middle_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11315
inline TAknWindowComponentLayout ai5_sk_middle_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_middle_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_middle_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11317
inline TAknLayoutScalableTableLimits ai5_sk_middle_pane_g_Limits()		{ return (*(Tai5_sk_middle_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_middle_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11319
inline TAknWindowComponentLayout ai5_sk_middle_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tai5_sk_middle_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ai5_sk_middle_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11321
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11322
inline TAknLayoutScalableParameterLimits aid_touch_area_size_lc0_ParamLimits(TInt aVariety)		{ return (*(Taid_touch_area_size_lc0_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_area_size_lc0_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11324
inline TAknWindowComponentLayout aid_touch_area_size_lc0(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_area_size_lc0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_area_size_lc0)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11326
// LAF Table : cell_hwr_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11327
inline TAknLayoutScalableParameterLimits cell_hwr_candidate_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_hwr_candidate_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hwr_candidate_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11328
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11329
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11330
inline TAknWindowComponentLayout aid_touch_navi_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_navi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_navi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11332
inline TAknLayoutScalableParameterLimits status_dt_navi_pane_ParamLimits(TInt aVariety)		{ return (*(Tstatus_dt_navi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_dt_navi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11334
inline TAknWindowComponentLayout status_dt_navi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_dt_navi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_dt_navi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11336
inline TAknLayoutScalableParameterLimits status_dt_sta_pane_ParamLimits(TInt aVariety)		{ return (*(Tstatus_dt_sta_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_dt_sta_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11338
inline TAknWindowComponentLayout status_dt_sta_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_dt_sta_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_dt_sta_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11339
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11340
// LAF Table : status_dt_sta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11341
inline TAknWindowComponentLayout dt_sta_controll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdt_sta_controll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_controll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11343
inline TAknWindowComponentLayout dt_sta_indi_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdt_sta_indi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11345
inline TAknWindowComponentLayout dt_sta_title_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdt_sta_title_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11347
// LAF Table : dt_sta_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11348
inline TAknLayoutScalableParameterLimits bg_dt_sta_indi_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_dt_sta_indi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_dt_sta_indi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11350
inline TAknWindowComponentLayout bg_dt_sta_indi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_dt_sta_indi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_dt_sta_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11352
inline TAknWindowComponentLayout dt_sta_battery_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdt_sta_battery_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_battery_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11354
inline TAknWindowComponentLayout dt_sta_indi_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdt_sta_indi_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_indi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11356
inline TAknWindowComponentLayout dt_sta_indi_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdt_sta_indi_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_indi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11358
inline TAknWindowComponentLayout dt_sta_indi_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdt_sta_indi_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_indi_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11360
inline TAknLayoutScalableTableLimits dt_sta_indi_pane_g_Limits()		{ return (*(Tdt_sta_indi_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_indi_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11362
inline TAknWindowComponentLayout dt_sta_indi_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdt_sta_indi_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_indi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11364
inline TAknWindowComponentLayout dt_sta_signal_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdt_sta_signal_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_signal_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11366
// LAF Table : dt_sta_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11367
inline TAknLayoutScalableParameterLimits bg_dt_sta_title_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_dt_sta_title_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_dt_sta_title_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11369
inline TAknWindowComponentLayout bg_dt_sta_title_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_dt_sta_title_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_dt_sta_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11371
inline TAknWindowComponentLayout dt_sta_title_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdt_sta_title_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_title_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11373
inline TAknLayoutScalableParameterLimits dt_sta_title_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tdt_sta_title_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_title_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11375
inline TAknTextComponentLayout dt_sta_title_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdt_sta_title_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_title_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11377
// LAF Table : dt_sta_controll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11378
inline TAknWindowComponentLayout bg_dt_sta_control_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_dt_sta_control_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_dt_sta_control_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11380
inline TAknWindowComponentLayout dt_sta_controll_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdt_sta_controll_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_controll_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11382
// LAF Table : bg_dt_sta_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11383
inline TAknWindowComponentLayout bg_dt_sta_title_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_dt_sta_title_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_dt_sta_title_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11385
inline TAknWindowComponentLayout bg_dt_sta_title_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_dt_sta_title_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_dt_sta_title_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11387
inline TAknWindowComponentLayout bg_dt_sta_title_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_dt_sta_title_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_dt_sta_title_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11389
inline TAknLayoutScalableTableLimits bg_dt_sta_title_pane_g_Limits()		{ return (*(Tbg_dt_sta_title_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_dt_sta_title_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11391
inline TAknWindowComponentLayout bg_dt_sta_title_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_dt_sta_title_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_dt_sta_title_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11393
// LAF Table : bg_dt_sta_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11394
inline TAknWindowComponentLayout bg_dt_sta_indi_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_dt_sta_indi_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_dt_sta_indi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11396
// LAF Table : dt_sta_signal_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11397
inline TAknWindowComponentLayout dt_sta_signal_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdt_sta_signal_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_signal_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11399
inline TAknWindowComponentLayout dt_sta_signal_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdt_sta_signal_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_signal_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11401
inline TAknLayoutScalableTableLimits dt_sta_signal_pane_g_Limits()		{ return (*(Tdt_sta_signal_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_signal_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11403
inline TAknWindowComponentLayout dt_sta_signal_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdt_sta_signal_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_signal_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11405
// LAF Table : dt_sta_battery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11406
inline TAknWindowComponentLayout dt_sta_battery_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdt_sta_battery_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_battery_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11408
inline TAknTextComponentLayout dt_sta_battery_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdt_sta_battery_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_battery_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11410
// LAF Table : bg_dt_sta_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11411
inline TAknWindowComponentLayout bg_dt_sta_control_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_dt_sta_control_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_dt_sta_control_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11413
// LAF Table : popup_fep_china_uni_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11414
inline TAknWindowComponentLayout fep_china_uni_eep_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_china_uni_eep_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_eep_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11416
inline TAknLayoutScalableParameterLimits fep_china_uni_entry_pane_ParamLimits(TInt aVariety)		{ return (*(Tfep_china_uni_entry_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_entry_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11418
inline TAknLayoutScalableParameterLimits popup_fep_china_uni_window_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_fep_china_uni_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_uni_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11420
inline TAknLayoutScalableParameterLimits popup_fep_china_uni_window_g2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_fep_china_uni_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_uni_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11422
inline TAknWindowComponentLayout popup_fep_china_uni_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_china_uni_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_uni_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11424
inline TAknLayoutScalableTableLimits popup_fep_china_uni_window_g_Limits()		{ return (*(Tpopup_fep_china_uni_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_uni_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11426
inline TAknLayoutScalableParameterLimits popup_fep_china_uni_window_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tpopup_fep_china_uni_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_uni_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11428
inline TAknWindowComponentLayout popup_fep_china_uni_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_china_uni_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_uni_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11429
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11430
// LAF Table : fep_china_uni_eep_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11431
inline TAknWindowComponentLayout fep_china_uni_eep_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_china_uni_eep_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_eep_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11433
inline TAknTextComponentLayout fep_china_uni_eep_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfep_china_uni_eep_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_eep_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11435
// LAF Table : navi_smil_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11436
inline TAknWindowComponentLayout aid_touch_area_size_smil_player(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_area_size_smil_player_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_area_size_smil_player)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11438
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11439
inline TAknWindowComponentLayout lc0_clock_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlc0_clock_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_lc0_clock_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11441
inline TAknLayoutScalableParameterLimits status_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tstatus_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11443
inline TAknWindowComponentLayout status_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11445
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11446
inline TAknWindowComponentLayout popup_keymap_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_keymap_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_keymap_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11448
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11449
inline TAknWindowComponentLayout status_icon_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_icon_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_icon_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11451
// LAF Table : cell_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11452
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11454
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11456
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11458
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g8_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11460
inline TAknWindowComponentLayout cell_ai5_widget_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11462
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g9_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_g9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11464
inline TAknWindowComponentLayout cell_ai5_widget_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11466
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g10_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_g10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11468
inline TAknWindowComponentLayout cell_ai5_widget_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11469
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11470
// LAF Table : status_icon_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11471
inline TAknWindowComponentLayout status_icon_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tstatus_icon_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_status_icon_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11473
// LAF Table : popup_keymap_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11474
inline TAknWindowComponentLayout bg_popup_sub_pane_cp13(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp13_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11476
inline TAknTextComponentLayout popup_keymap_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_keymap_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_keymap_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11478
// LAF Table : control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11479
inline TAknLayoutScalableParameterLimits control_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tcontrol_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11481
inline TAknWindowComponentLayout control_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11483
inline TAknLayoutScalableParameterLimits control_pane_g7_ParamLimits(TInt aVariety)		{ return (*(Tcontrol_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11485
inline TAknWindowComponentLayout control_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11487
inline TAknLayoutScalableParameterLimits control_pane_g8_ParamLimits(TInt aVariety)		{ return (*(Tcontrol_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11489
inline TAknWindowComponentLayout control_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11491
// LAF Table : status_dt_sta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11492
inline TAknLayoutScalableParameterLimits dt_sta_controll_pane_ParamLimits(TInt aVariety)		{ return (*(Tdt_sta_controll_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_controll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11494
inline TAknLayoutScalableParameterLimits dt_sta_indi_pane_ParamLimits(TInt aVariety)		{ return (*(Tdt_sta_indi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_indi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11496
inline TAknLayoutScalableParameterLimits dt_sta_title_pane_ParamLimits(TInt aVariety)		{ return (*(Tdt_sta_title_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dt_sta_title_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11498
// LAF Table : listscroll_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11499
inline TAknWindowComponentLayout aid_size_touch_scroll_bar_cale(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_scroll_bar_cale_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_scroll_bar_cale)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11500
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11501
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11502
inline TAknLayoutScalableParameterLimits popup_discreet_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_discreet_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_discreet_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11504
inline TAknWindowComponentLayout popup_discreet_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_discreet_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_discreet_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11506
inline TAknWindowComponentLayout popup_sk_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sk_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sk_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11507
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11508
// LAF Table : popup_discreet_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11509
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp28_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_sub_pane_cp28_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp28_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11511
inline TAknWindowComponentLayout bg_popup_sub_pane_cp28(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp28_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp28)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11513
inline TAknLayoutScalableParameterLimits popup_discreet_window_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_discreet_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_discreet_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11515
inline TAknWindowComponentLayout popup_discreet_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_discreet_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_discreet_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11517
inline TAknLayoutScalableParameterLimits popup_discreet_window_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_discreet_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_discreet_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11519
inline TAknTextComponentLayout popup_discreet_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_discreet_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_discreet_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11521
inline TAknLayoutScalableParameterLimits popup_discreet_window_t2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_discreet_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_discreet_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11523
inline TAknTextComponentLayout popup_discreet_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_discreet_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_discreet_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11525
inline TAknLayoutScalableTableLimits popup_discreet_window_t_Limits()		{ return (*(Tpopup_discreet_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_discreet_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11527
inline TAknLayoutScalableParameterLimits popup_discreet_window_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tpopup_discreet_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_discreet_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11529
inline TAknTextComponentLayout popup_discreet_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_discreet_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_discreet_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11531
// LAF Table : popup_sk_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11532
inline TAknWindowComponentLayout popup_sk_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sk_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sk_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11534
inline TAknWindowComponentLayout popup_sk_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sk_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sk_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11536
inline TAknLayoutScalableTableLimits popup_sk_window_g_Limits()		{ return (*(Tpopup_sk_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sk_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11538
inline TAknWindowComponentLayout popup_sk_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sk_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sk_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11540
inline TAknTextComponentLayout popup_sk_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sk_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sk_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11542
inline TAknTextComponentLayout popup_sk_window_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sk_window_t1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sk_window_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11544
// LAF Table : cell_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11545
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11547
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t9_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_t9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11549
inline TAknTextComponentLayout cell_ai5_widget_pane_t9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_t9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11551
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11552
inline TAknWindowComponentLayout main_fep_fshwr2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fep_fshwr2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fep_fshwr2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11554
// LAF Table : main_fep_fshwr2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11555
inline TAknWindowComponentLayout aid_fshwr2_btn_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_fshwr2_btn_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_fshwr2_btn_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11556
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11557
inline TAknWindowComponentLayout aid_fshwr2_syb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_fshwr2_syb_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_fshwr2_syb_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11559
inline TAknWindowComponentLayout aid_fshwr2_txt_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_fshwr2_txt_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_fshwr2_txt_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11561
inline TAknWindowComponentLayout fshwr2_func_candi_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfshwr2_func_candi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_func_candi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11563
inline TAknWindowComponentLayout fshwr2_hwr_syb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfshwr2_hwr_syb_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_hwr_syb_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11564
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11565
inline TAknWindowComponentLayout fshwr2_icf_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfshwr2_icf_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_icf_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11567
// LAF Table : fshwr2_icf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11568
inline TAknWindowComponentLayout fshwr2_icf_bg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfshwr2_icf_bg_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_icf_bg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11570
inline TAknLayoutScalableParameterLimits fshwr2_icf_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfshwr2_icf_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_icf_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11572
inline TAknTextComponentLayout fshwr2_icf_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfshwr2_icf_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_icf_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11574
// LAF Table : fshwr2_func_candi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11575
inline TAknWindowComponentLayout fshwr2_func_candi_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfshwr2_func_candi_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_func_candi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11577
inline TAknLayoutScalableParameterLimits fshwr2_func_candi_row_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tfshwr2_func_candi_row_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_func_candi_row_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11579
inline TAknWindowComponentLayout fshwr2_func_candi_row_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfshwr2_func_candi_row_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_func_candi_row_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11581
// LAF Table : fshwr2_hwr_syb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11582
inline TAknLayoutScalableParameterLimits cell_fshwr2_syb_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_fshwr2_syb_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fshwr2_syb_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11584
inline TAknWindowComponentLayout cell_fshwr2_syb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fshwr2_syb_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fshwr2_syb_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11586
inline TAknLayoutScalableParameterLimits fshwr2_hwr_syb_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tfshwr2_hwr_syb_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_hwr_syb_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11588
inline TAknWindowComponentLayout fshwr2_hwr_syb_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfshwr2_hwr_syb_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_hwr_syb_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11590
// LAF Table : fshwr2_icf_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11591
inline TAknWindowComponentLayout bg_popup_call_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11593
// LAF Table : fshwr2_func_candi_row_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11594
inline TAknLayoutScalableParameterLimits fshwr2_func_candi_cell_pane_ParamLimits(TInt aVariety)		{ return (*(Tfshwr2_func_candi_cell_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_func_candi_cell_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11596
inline TAknWindowComponentLayout fshwr2_func_candi_cell_pane(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tfshwr2_func_candi_cell_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_func_candi_cell_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11598
// LAF Table : fshwr2_func_candi_cell_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11599
inline TAknLayoutScalableParameterLimits fshwr2_func_candi_cell_bg_pane_ParamLimits(TInt aVariety)		{ return (*(Tfshwr2_func_candi_cell_bg_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_func_candi_cell_bg_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11600
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11601
inline TAknWindowComponentLayout fshwr2_func_candi_cell_bg_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfshwr2_func_candi_cell_bg_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_func_candi_cell_bg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11603
inline TAknLayoutScalableParameterLimits fshwr2_func_candi_cell_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tfshwr2_func_candi_cell_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_func_candi_cell_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11605
inline TAknWindowComponentLayout fshwr2_func_candi_cell_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfshwr2_func_candi_cell_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_func_candi_cell_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11607
inline TAknLayoutScalableParameterLimits fshwr2_func_candi_cell_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tfshwr2_func_candi_cell_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_func_candi_cell_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11609
inline TAknTextComponentLayout fshwr2_func_candi_cell_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfshwr2_func_candi_cell_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_func_candi_cell_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11611
// LAF Table : fshwr2_func_candi_cell_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11612
inline TAknWindowComponentLayout bg_button_pane_cp08(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp08_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp08)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11614
// LAF Table : cell_fshwr2_syb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11615
inline TAknWindowComponentLayout cell_fshwr2_syb_bg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fshwr2_syb_bg_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fshwr2_syb_bg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11617
inline TAknWindowComponentLayout cell_fshwr2_syb_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fshwr2_syb_bg_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fshwr2_syb_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11619
inline TAknTextComponentLayout cell_fshwr2_syb_bg_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fshwr2_syb_bg_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fshwr2_syb_bg_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11621
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11622
inline TAknWindowComponentLayout main_tmo_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tmo_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tmo_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11624
// LAF Table : uni_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11625
inline TAknLayoutScalableParameterLimits uni_indicator_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tuni_indicator_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11627
inline TAknLayoutScalableParameterLimits uni_indicator_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tuni_indicator_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11629
inline TAknLayoutScalableParameterLimits uni_indicator_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tuni_indicator_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11630
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11631
inline TAknLayoutScalableParameterLimits uni_indicator_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tuni_indicator_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11633
inline TAknWindowComponentLayout uni_indicator_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuni_indicator_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11635
inline TAknLayoutScalableParameterLimits uni_indicator_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tuni_indicator_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11637
inline TAknWindowComponentLayout uni_indicator_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuni_indicator_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11639
inline TAknLayoutScalableParameterLimits uni_indicator_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tuni_indicator_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11641
inline TAknWindowComponentLayout uni_indicator_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuni_indicator_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11643
inline TAknLayoutScalableParameterLimits uni_indicator_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tuni_indicator_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11645
// LAF Table : main_tmo_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11646
inline TAknLayoutScalableParameterLimits popup_tmo_note_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_tmo_note_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_tmo_note_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11648
inline TAknWindowComponentLayout popup_tmo_note_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_tmo_note_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_tmo_note_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11650
// LAF Table : main_fep_fshwr2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11651
inline TAknWindowComponentLayout fshwr2_bg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfshwr2_bg_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_bg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11653
// LAF Table : fshwr2_func_candi_cell_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11654
inline TAknLayoutScalableParameterLimits fshwr2_func_candi_cell_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tfshwr2_func_candi_cell_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_func_candi_cell_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11656
inline TAknWindowComponentLayout fshwr2_func_candi_cell_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfshwr2_func_candi_cell_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_func_candi_cell_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11658
inline TAknLayoutScalableTableLimits fshwr2_func_candi_cell_pane_g_Limits()		{ return (*(Tfshwr2_func_candi_cell_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_func_candi_cell_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11660
inline TAknLayoutScalableParameterLimits fshwr2_func_candi_cell_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tfshwr2_func_candi_cell_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_func_candi_cell_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11662
inline TAknWindowComponentLayout fshwr2_func_candi_cell_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfshwr2_func_candi_cell_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fshwr2_func_candi_cell_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11664
// LAF Table : fshwr2_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11665
inline TAknWindowComponentLayout bg_popup_window_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11667
inline TAknWindowComponentLayout bg_popup_window_pane_g1_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_g1_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_g1_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11669
// LAF Table : popup_tmo_note_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11670
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp22_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_window_pane_cp22_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp22_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11672
inline TAknWindowComponentLayout bg_popup_window_pane_cp22(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp22_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp22)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11674
inline TAknLayoutScalableParameterLimits listscroll_tmo_link_pane_ParamLimits(TInt aVariety)		{ return (*(Tlistscroll_tmo_link_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_tmo_link_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11676
inline TAknWindowComponentLayout listscroll_tmo_link_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_tmo_link_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_tmo_link_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11678
inline TAknLayoutScalableParameterLimits popup_tmo_note_window_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_tmo_note_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_tmo_note_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11679
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11680
inline TAknWindowComponentLayout popup_tmo_note_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_tmo_note_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_tmo_note_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11681
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11682
inline TAknLayoutScalableParameterLimits tmo_note_info_pane_ParamLimits(TInt aVariety)		{ return (*(Ttmo_note_info_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tmo_note_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11684
inline TAknWindowComponentLayout tmo_note_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttmo_note_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tmo_note_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11686
// LAF Table : tmo_note_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11687
inline TAknLayoutScalableParameterLimits list_tmo_note_info_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_tmo_note_info_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tmo_note_info_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11689
inline TAknWindowComponentLayout list_tmo_note_info_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_tmo_note_info_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tmo_note_info_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11691
inline TAknLayoutScalableParameterLimits list_tmo_note_info_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_tmo_note_info_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tmo_note_info_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11693
inline TAknWindowComponentLayout list_tmo_note_info_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_tmo_note_info_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tmo_note_info_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11695
inline TAknLayoutScalableTableLimits list_tmo_note_info_pane_g_Limits()		{ return (*(Tlist_tmo_note_info_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tmo_note_info_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11697
inline TAknLayoutScalableParameterLimits list_tmo_note_info_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_tmo_note_info_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tmo_note_info_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11699
inline TAknWindowComponentLayout list_tmo_note_info_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_tmo_note_info_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tmo_note_info_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11701
inline TAknLayoutScalableParameterLimits list_tmo_note_info_text_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_tmo_note_info_text_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tmo_note_info_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11703
inline TAknWindowComponentLayout list_tmo_note_info_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_tmo_note_info_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tmo_note_info_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11705
// LAF Table : listscroll_tmo_link_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11706
inline TAknWindowComponentLayout list_tmo_link_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_tmo_link_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tmo_link_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11707
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11708
inline TAknWindowComponentLayout scroll_pane_cp20(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp20_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp20)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11710
// LAF Table : list_tmo_link_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11711
inline TAknLayoutScalableParameterLimits list_single_tmo_link_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_tmo_link_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_tmo_link_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11713
inline TAknWindowComponentLayout list_single_tmo_link_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_tmo_link_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_tmo_link_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11715
// LAF Table : list_single_tmo_link_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11716
inline TAknTextComponentLayout list_single_tmo_link_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_tmo_link_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_tmo_link_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11718
// LAF Table : list_tmo_note_info_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11719
inline TAknLayoutScalableParameterLimits list_tmo_note_info_text_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_tmo_note_info_text_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tmo_note_info_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11721
inline TAknTextComponentLayout list_tmo_note_info_text_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_tmo_note_info_text_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tmo_note_info_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11723
// LAF Table : popup_menu_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11724
inline TAknLayoutScalableParameterLimits aid_size_touch_scroll_bar_cp01_ParamLimits(TInt aVariety)		{ return (*(Taid_size_touch_scroll_bar_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_scroll_bar_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11726
inline TAknWindowComponentLayout aid_size_touch_scroll_bar_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_scroll_bar_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_scroll_bar_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11728
// LAF Table : form_field_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11729
inline TAknWindowComponentLayout aid_size_touch_slider_marker(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_slider_marker_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_slider_marker)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11730
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11731
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11732
inline TAknLayoutScalableParameterLimits popup_settings_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_settings_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_settings_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11734
inline TAknWindowComponentLayout popup_settings_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_settings_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_settings_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11736
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11737
inline TAknWindowComponentLayout popup_candi_list_indi_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_candi_list_indi_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_candi_list_indi_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11739
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11740
inline TAknLayoutScalableParameterLimits aid_touch_navi_pane_ParamLimits(TInt aVariety)		{ return (*(Taid_touch_navi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_navi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11742
// LAF Table : area_side_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11743
inline TAknWindowComponentLayout rs_clock_indi_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trs_clock_indi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rs_clock_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11745
inline TAknLayoutScalableParameterLimits sctrl_sk_bottom_pane_ParamLimits(TInt aVariety)		{ return (*(Tsctrl_sk_bottom_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sctrl_sk_bottom_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11747
inline TAknLayoutScalableParameterLimits sctrl_sk_top_pane_ParamLimits(TInt aVariety)		{ return (*(Tsctrl_sk_top_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sctrl_sk_top_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11749
// LAF Table : popup_fep_vkb2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11750
inline TAknWindowComponentLayout popup_fep_tooltip_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_tooltip_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_tooltip_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11751
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11752
// LAF Table : cell_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11753
inline TAknLayoutScalableParameterLimits aid_size_cell_widget_grid_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_widget_grid_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_widget_grid_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11755
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11757
inline TAknWindowComponentLayout cell_ai5_widget_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11759
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11761
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g7_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11763
inline TAknLayoutScalableTableLimits cell_ai5_widget_pane_g_Limits()		{ return (*(Tcell_ai5_widget_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11765
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11767
inline TAknWindowComponentLayout cell_ai5_widget_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11769
inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t10_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_pane_t10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11771
inline TAknTextComponentLayout cell_ai5_widget_pane_t10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_pane_t10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_pane_t10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11773
inline TAknLayoutScalableParameterLimits grid_ai5_widget_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_ai5_widget_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_ai5_widget_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11775
// LAF Table : grid_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11776
inline TAknLayoutScalableParameterLimits cell_contacts_ai5_widget_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_contacts_ai5_widget_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_contacts_ai5_widget_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11778
inline TAknWindowComponentLayout cell_contacts_ai5_widget_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_contacts_ai5_widget_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_contacts_ai5_widget_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11780
// LAF Table : popup_discreet_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11781
inline TAknLayoutScalableParameterLimits popup_discreet_window_t3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_discreet_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_discreet_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11783
inline TAknTextComponentLayout popup_discreet_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_discreet_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_discreet_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11785
// LAF Table : main_fep_fshwr2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11786
inline TAknLayoutScalableParameterLimits popup_fshwr2_char_preview_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_fshwr2_char_preview_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fshwr2_char_preview_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11788
inline TAknWindowComponentLayout popup_fshwr2_char_preview_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fshwr2_char_preview_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fshwr2_char_preview_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11790
// LAF Table : tmo_note_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11791
inline TAknTextComponentLayout tmo_note_info_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttmo_note_info_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tmo_note_info_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11793
inline TAknTextComponentLayout tmo_note_info_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttmo_note_info_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tmo_note_info_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11795
inline TAknTextComponentLayout tmo_note_info_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttmo_note_info_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tmo_note_info_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11797
inline TAknTextComponentLayout tmo_note_info_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttmo_note_info_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tmo_note_info_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11799
inline TAknTextComponentLayout tmo_note_info_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttmo_note_info_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tmo_note_info_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11801
inline TAknLayoutScalableTableLimits tmo_note_info_pane_t_Limits()		{ return (*(Ttmo_note_info_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tmo_note_info_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11803
inline TAknTextComponentLayout tmo_note_info_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttmo_note_info_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tmo_note_info_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11805
// LAF Table : listscroll_tmo_link_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11806
inline TAknLayoutScalableParameterLimits list_tmo_link_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_tmo_link_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tmo_link_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11808
inline TAknLayoutScalableParameterLimits scroll_pane_cp20_ParamLimits(TInt aVariety)		{ return (*(Tscroll_pane_cp20_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp20_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11810
// LAF Table : popup_fshwr2_char_preview_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11811
inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_char_preview_window_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_char_preview_window_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11812
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11813
inline TAknTextComponentLayout popup_fshwr2_char_preview_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fshwr2_char_preview_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fshwr2_char_preview_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11815
// LAF Table : popup_candi_list_indi_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11816
inline TAknWindowComponentLayout popup_candi_list_indi_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_candi_list_indi_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_candi_list_indi_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11818
// LAF Table : cell_contacts_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11819
inline TAknWindowComponentLayout bg_cell_contacts_ai5_widget_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cell_contacts_ai5_widget_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_contacts_ai5_widget_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11820
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11821
inline TAknWindowComponentLayout cell_contacts_ai5_widget_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_contacts_ai5_widget_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_contacts_ai5_widget_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11822
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11823
inline TAknWindowComponentLayout cell_contacts_ai5_widget_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_contacts_ai5_widget_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_contacts_ai5_widget_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11825
inline TAknWindowComponentLayout cell_contacts_ai5_widget_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_contacts_ai5_widget_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_contacts_ai5_widget_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11827
inline TAknLayoutScalableTableLimits cell_contacts_ai5_widget_pane_g_Limits()		{ return (*(Tcell_contacts_ai5_widget_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_contacts_ai5_widget_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11829
inline TAknWindowComponentLayout cell_contacts_ai5_widget_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_contacts_ai5_widget_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_contacts_ai5_widget_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11831
inline TAknTextComponentLayout cell_contacts_ai5_widget_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_contacts_ai5_widget_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_contacts_ai5_widget_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11833
inline TAknWindowComponentLayout highlight_cell_shortcut_ai5_widget_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thighlight_cell_shortcut_ai5_widget_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_highlight_cell_shortcut_ai5_widget_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11835
// LAF Table : popup_settings_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11836
inline TAknWindowComponentLayout settings_container_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsettings_container_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_settings_container_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11838
// LAF Table : settings_container_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11839
inline TAknWindowComponentLayout listscroll_set_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_set_pane_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_set_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11841
// LAF Table : listscroll_set_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11842
inline TAknWindowComponentLayout scroll_pane_cp121_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp121_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp121_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11844
inline TAknWindowComponentLayout set_content_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_content_pane_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_content_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11846
// LAF Table : set_content_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11847
inline TAknLayoutScalableParameterLimits aid_height_set_list_copy1_ParamLimits(TInt aVariety)		{ return (*(Taid_height_set_list_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_height_set_list_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11849
inline TAknWindowComponentLayout aid_height_set_list_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_height_set_list_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_height_set_list_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11851
inline TAknLayoutScalableParameterLimits aid_size_parent_copy1_ParamLimits(TInt aVariety)		{ return (*(Taid_size_parent_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_parent_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11853
inline TAknWindowComponentLayout aid_size_parent_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_parent_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_parent_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11855
inline TAknLayoutScalableParameterLimits button_value_adjust_pane_cp6_copy1_ParamLimits(TInt aVariety)		{ return (*(Tbutton_value_adjust_pane_cp6_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane_cp6_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11857
inline TAknWindowComponentLayout button_value_adjust_pane_cp6_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbutton_value_adjust_pane_cp6_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_button_value_adjust_pane_cp6_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11859
inline TAknLayoutScalableParameterLimits list_highlight_pane_cp2_copy1_ParamLimits(TInt aVariety)		{ return (*(Tlist_highlight_pane_cp2_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp2_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11861
inline TAknWindowComponentLayout list_highlight_pane_cp2_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11863
inline TAknLayoutScalableParameterLimits list_set_pane_copy1_ParamLimits(TInt aVariety)		{ return (*(Tlist_set_pane_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_pane_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11865
inline TAknWindowComponentLayout list_set_pane_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_set_pane_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11867
// LAF Table : popup_settings_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11868
inline TAknLayoutScalableParameterLimits main_pane_set_t1_copy1_ParamLimits(TInt aVariety)		{ return (*(Tmain_pane_set_t1_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_t1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11870
inline TAknTextComponentLayout main_pane_set_t1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_set_t1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11872
inline TAknLayoutScalableParameterLimits main_pane_set_t2_copy1_ParamLimits(TInt aVariety)		{ return (*(Tmain_pane_set_t2_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_t2_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11874
inline TAknTextComponentLayout main_pane_set_t2_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_set_t2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_t2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11876
// LAF Table : set_content_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11877
inline TAknTextComponentLayout main_pane_set_t3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_set_t3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_t3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11879
inline TAknTextComponentLayout main_pane_set_t4_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_set_t4_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_set_t4_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11881
// LAF Table : popup_settings_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11882
inline TAknLayoutScalableParameterLimits set_content_pane_g1_copy1_ParamLimits(TInt aVariety)		{ return (*(Tset_content_pane_g1_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_content_pane_g1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11884
inline TAknWindowComponentLayout set_content_pane_g1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_content_pane_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_content_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11886
// LAF Table : set_content_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11887
inline TAknWindowComponentLayout setting_code_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_code_pane_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_code_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11889
inline TAknWindowComponentLayout setting_slider_graphic_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_graphic_pane_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_graphic_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11891
inline TAknWindowComponentLayout setting_slider_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_pane_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11893
inline TAknWindowComponentLayout setting_text_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_text_pane_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_text_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11895
inline TAknWindowComponentLayout setting_volume_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_volume_pane_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_volume_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11897
inline TAknWindowComponentLayout settings_code_pane_cp2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsettings_code_pane_cp2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_settings_code_pane_cp2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11899
inline TAknLayoutScalableParameterLimits settings_code_pane_cp_copy1_ParamLimits(TInt aVariety)		{ return (*(Tsettings_code_pane_cp_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_settings_code_pane_cp_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11900
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11901
inline TAknWindowComponentLayout settings_code_pane_cp_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsettings_code_pane_cp_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_settings_code_pane_cp_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11903
// LAF Table : setting_volume_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11904
inline TAknWindowComponentLayout volume_set_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11906
// LAF Table : volume_set_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11907
inline TAknWindowComponentLayout volume_set_pane_g10_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g10_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g10_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11909
inline TAknWindowComponentLayout volume_set_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11911
inline TAknWindowComponentLayout volume_set_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11913
inline TAknWindowComponentLayout volume_set_pane_g3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11915
inline TAknWindowComponentLayout volume_set_pane_g4_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g4_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g4_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11917
inline TAknWindowComponentLayout volume_set_pane_g5_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g5_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g5_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11919
inline TAknWindowComponentLayout volume_set_pane_g6_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g6_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g6_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11921
inline TAknWindowComponentLayout volume_set_pane_g7_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g7_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g7_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11922
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11923
inline TAknWindowComponentLayout volume_set_pane_g8_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g8_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g8_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11925
inline TAknWindowComponentLayout volume_set_pane_g9_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_set_pane_g9_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_set_pane_g9_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11927
// LAF Table : setting_slider_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11928
inline TAknLayoutScalableParameterLimits bg_set_opt_pane_cp_copy1_ParamLimits(TInt aVariety)		{ return (*(Tbg_set_opt_pane_cp_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_cp_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11930
inline TAknWindowComponentLayout bg_set_opt_pane_cp_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_cp_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_cp_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11932
inline TAknLayoutScalableParameterLimits setting_slider_pane_t1_copy1_ParamLimits(TInt aVariety)		{ return (*(Tsetting_slider_pane_t1_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_t1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11934
inline TAknTextComponentLayout setting_slider_pane_t1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_pane_t1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11936
inline TAknLayoutScalableParameterLimits setting_slider_pane_t2_copy1_ParamLimits(TInt aVariety)		{ return (*(Tsetting_slider_pane_t2_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_t2_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11938
inline TAknTextComponentLayout setting_slider_pane_t2_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_pane_t2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_t2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11940
inline TAknLayoutScalableParameterLimits setting_slider_pane_t3_copy1_ParamLimits(TInt aVariety)		{ return (*(Tsetting_slider_pane_t3_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_t3_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11942
inline TAknTextComponentLayout setting_slider_pane_t3_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_pane_t3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_pane_t3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11944
inline TAknLayoutScalableParameterLimits slider_set_pane_copy1_ParamLimits(TInt aVariety)		{ return (*(Tslider_set_pane_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11946
inline TAknWindowComponentLayout slider_set_pane_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11948
// LAF Table : bg_set_opt_pane_cp_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11949
inline TAknWindowComponentLayout set_opt_bg_pane_g1_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g1_copy2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g1_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11951
inline TAknWindowComponentLayout set_opt_bg_pane_g2_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g2_copy2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g2_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11952
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11953
inline TAknWindowComponentLayout set_opt_bg_pane_g3_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g3_copy2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g3_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11955
inline TAknWindowComponentLayout set_opt_bg_pane_g4_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g4_copy2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g4_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11957
inline TAknWindowComponentLayout set_opt_bg_pane_g5_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g5_copy2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g5_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11959
inline TAknWindowComponentLayout set_opt_bg_pane_g6_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g6_copy2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g6_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11961
inline TAknWindowComponentLayout set_opt_bg_pane_g7_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g7_copy2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g7_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11963
inline TAknWindowComponentLayout set_opt_bg_pane_g8_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g8_copy2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g8_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11964
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11965
inline TAknWindowComponentLayout set_opt_bg_pane_g9_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_opt_bg_pane_g9_copy2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_opt_bg_pane_g9_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11967
// LAF Table : slider_set_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11968
inline TAknLayoutScalableParameterLimits aid_size_touch_slider_mark_copy1_ParamLimits(TInt aVariety)		{ return (*(Taid_size_touch_slider_mark_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_slider_mark_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11969
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11970
inline TAknWindowComponentLayout aid_size_touch_slider_mark_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_slider_mark_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_slider_mark_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11971
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11972
inline TAknWindowComponentLayout slider_set_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11974
inline TAknWindowComponentLayout slider_set_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_g2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11976
inline TAknLayoutScalableParameterLimits slider_set_pane_g3_copy1_ParamLimits(TInt aVariety)		{ return (*(Tslider_set_pane_g3_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g3_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11978
inline TAknWindowComponentLayout slider_set_pane_g3_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_g3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11980
inline TAknLayoutScalableParameterLimits slider_set_pane_g4_copy1_ParamLimits(TInt aVariety)		{ return (*(Tslider_set_pane_g4_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g4_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11982
inline TAknWindowComponentLayout slider_set_pane_g4_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_g4_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g4_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11984
inline TAknLayoutScalableParameterLimits slider_set_pane_g5_copy1_ParamLimits(TInt aVariety)		{ return (*(Tslider_set_pane_g5_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g5_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11986
inline TAknWindowComponentLayout slider_set_pane_g5_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_g5_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g5_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11988
inline TAknLayoutScalableParameterLimits slider_set_pane_g6_copy1_ParamLimits(TInt aVariety)		{ return (*(Tslider_set_pane_g6_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g6_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11990
inline TAknWindowComponentLayout slider_set_pane_g6_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_g6_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g6_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11992
inline TAknLayoutScalableParameterLimits slider_set_pane_g7_copy1_ParamLimits(TInt aVariety)		{ return (*(Tslider_set_pane_g7_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g7_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11994
inline TAknWindowComponentLayout slider_set_pane_g7_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_g7_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_g7_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11995
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11996
// LAF Table : setting_slider_graphic_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11997
inline TAknWindowComponentLayout bg_set_opt_pane_cp2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_cp2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_cp2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11999
inline TAknWindowComponentLayout setting_slider_graphic_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_graphic_pane_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_graphic_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12001
inline TAknTextComponentLayout setting_slider_graphic_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_graphic_pane_t1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_graphic_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12003
inline TAknTextComponentLayout setting_slider_graphic_pane_t2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_slider_graphic_pane_t2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_slider_graphic_pane_t2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12005
inline TAknWindowComponentLayout slider_set_pane_cp_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_set_pane_cp_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_set_pane_cp_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12006
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12007
// LAF Table : setting_text_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12008
inline TAknWindowComponentLayout input_focus_pane_cp1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12010
inline TAknWindowComponentLayout list_set_text_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_set_text_pane_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_text_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12012
inline TAknWindowComponentLayout setting_text_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_text_pane_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_text_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12014
// LAF Table : list_set_text_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12015
inline TAknTextComponentLayout set_text_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tset_text_pane_t1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_text_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12016
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12017
// LAF Table : setting_code_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12018
inline TAknWindowComponentLayout input_focus_pane_cp2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12020
inline TAknWindowComponentLayout setting_code_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_code_pane_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_code_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12022
inline TAknTextComponentLayout setting_code_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsetting_code_pane_t1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_setting_code_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12023
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12024
// LAF Table : list_set_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12025
inline TAknWindowComponentLayout list_set_graphic_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_set_graphic_pane_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12026
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12027
// LAF Table : list_set_graphic_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12028
inline TAknWindowComponentLayout bg_set_opt_pane_cp4_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_set_opt_pane_cp4_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_set_opt_pane_cp4_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12029
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12030
inline TAknLayoutScalableParameterLimits list_set_graphic_pane_g1_copy1_ParamLimits(TInt aVariety)		{ return (*(Tlist_set_graphic_pane_g1_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_g1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12031
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12032
inline TAknWindowComponentLayout list_set_graphic_pane_g1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_set_graphic_pane_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12033
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12034
inline TAknWindowComponentLayout list_set_graphic_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_set_graphic_pane_g2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12035
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12036
inline TAknLayoutScalableParameterLimits list_set_graphic_pane_t1_copy1_ParamLimits(TInt aVariety)		{ return (*(Tlist_set_graphic_pane_t1_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_t1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12038
inline TAknTextComponentLayout list_set_graphic_pane_t1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_set_graphic_pane_t1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12040
// LAF Table : rs_clock_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12041
inline TAknWindowComponentLayout rs_clock_indi_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trs_clock_indi_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rs_clock_indi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12043
inline TAknTextComponentLayout rs_clock_indi_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trs_clock_indi_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rs_clock_indi_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12045
inline TAknWindowComponentLayout rs_indi_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trs_indi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rs_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12047
// LAF Table : rs_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12048
inline TAknWindowComponentLayout rs_indi_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trs_indi_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rs_indi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12050
inline TAknWindowComponentLayout rs_indi_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trs_indi_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rs_indi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12052
inline TAknWindowComponentLayout rs_indi_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trs_indi_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rs_indi_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12053
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12054
inline TAknLayoutScalableTableLimits rs_indi_pane_g_Limits()		{ return (*(Trs_indi_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rs_indi_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12056
inline TAknWindowComponentLayout rs_indi_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trs_indi_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rs_indi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12058
// LAF Table : popup_fep_tooltip_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12059
inline TAknWindowComponentLayout bg_popup_preview_window_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_preview_window_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12061
inline TAknTextComponentLayout popup_fep_tooltip_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_tooltip_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_tooltip_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12062
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12063
// LAF Table : cont_note_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12064
inline TAknLayoutScalableParameterLimits popup_note2_window_g2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_note2_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12066
inline TAknWindowComponentLayout popup_note2_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12068
inline TAknLayoutScalableTableLimits popup_note2_window_g_Limits()		{ return (*(Tpopup_note2_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12070
inline TAknLayoutScalableParameterLimits popup_note2_window_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tpopup_note2_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12072
inline TAknWindowComponentLayout popup_note2_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note2_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note2_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12074
// LAF Table : cell_ai3_links_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12075
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp11_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_sub_pane_cp11_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12077
inline TAknLayoutScalableParameterLimits cell_ai3_links_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai3_links_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai3_links_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12079
inline TAknTextComponentLayout cell_ai3_links_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai3_links_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai3_links_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12081
// LAF Table : list_set_text_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12082
inline TAknLayoutScalableParameterLimits set_text_pane_t1_copy1_ParamLimits(TInt aVariety = 0)		{ return (*(Tset_text_pane_t1_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_set_text_pane_t1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12084
// LAF Table : list_single_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12085
inline TAknLayoutScalableParameterLimits cell_graphic_popup_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_graphic_popup_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic_popup_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12087
inline TAknWindowComponentLayout cell_graphic_popup_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic_popup_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic_popup_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12088
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12089
// LAF Table : cell_graphic_popup_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12090
inline TAknWindowComponentLayout cell_graphic_popup_pane_g1_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic_popup_pane_g1_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic_popup_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12092
inline TAknWindowComponentLayout cell_graphic_popup_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic_popup_pane_g2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic_popup_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12094
inline TAknWindowComponentLayout cell_graphic_popup_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic_popup_pane_g3_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic_popup_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12096
inline TAknTextComponentLayout cell_graphic_popup_pane_t2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic_popup_pane_t2_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic_popup_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12098
inline TAknWindowComponentLayout grid_highlight_pane_cp3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp3_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12100
// LAF Table : listscroll_app_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12101
inline TAknLayoutScalableParameterLimits aid_size_cell_apps_grid_lsc_pane_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_apps_grid_lsc_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_apps_grid_lsc_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12103
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12104
inline TAknLayoutScalableParameterLimits main_tmo_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_tmo_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tmo_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12106
// LAF Table : main_tmo_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12107
inline TAknWindowComponentLayout popup_tmo_big_image_note_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_tmo_big_image_note_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_tmo_big_image_note_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12109
// LAF Table : cell_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12110
inline TAknWindowComponentLayout cell_ai5_widget_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12112
inline TAknWindowComponentLayout cell_ai5_widget_lrg_icon_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_lrg_icon_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_lrg_icon_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12114
// LAF Table : tmo_note_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12115
inline TAknLayoutScalableParameterLimits tmo_note_info_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Ttmo_note_info_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tmo_note_info_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12117
inline TAknLayoutScalableParameterLimits tmo_note_info_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Ttmo_note_info_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tmo_note_info_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12119
inline TAknLayoutScalableParameterLimits tmo_note_info_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Ttmo_note_info_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tmo_note_info_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12121
inline TAknLayoutScalableParameterLimits tmo_note_info_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Ttmo_note_info_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tmo_note_info_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12123
inline TAknLayoutScalableParameterLimits tmo_note_info_pane_t5_ParamLimits(TInt aVariety)		{ return (*(Ttmo_note_info_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tmo_note_info_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12125
inline TAknLayoutScalableParameterLimits tmo_note_info_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Ttmo_note_info_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tmo_note_info_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12127
// LAF Table : popup_settings_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12128
inline TAknLayoutScalableParameterLimits settings_container_pane_ParamLimits(TInt aVariety)		{ return (*(Tsettings_container_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_settings_container_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12130
// LAF Table : setting_text_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12131
inline TAknWindowComponentLayout indicator_popup_pane_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_popup_pane_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_popup_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12133
// LAF Table : setting_code_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12134
inline TAknWindowComponentLayout indicator_popup_pane_cp6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_popup_pane_cp6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_popup_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12136
// LAF Table : list_set_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12137
inline TAknLayoutScalableParameterLimits list_set_graphic_pane_copy1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_set_graphic_pane_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_set_graphic_pane_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12139
// LAF Table : popup_tmo_big_image_note_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12140
inline TAknWindowComponentLayout bg_popup_window_pane_cp23(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp23_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp23)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12142
inline TAknWindowComponentLayout popup_tmo_big_image_note_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_tmo_big_image_note_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_tmo_big_image_note_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12144
inline TAknTextComponentLayout popup_tmo_big_image_note_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_tmo_big_image_note_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_tmo_big_image_note_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12146
inline TAknTextComponentLayout popup_tmo_big_image_note_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_tmo_big_image_note_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_tmo_big_image_note_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12148
inline TAknTextComponentLayout popup_tmo_big_image_note_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_tmo_big_image_note_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_tmo_big_image_note_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12150
inline TAknLayoutScalableTableLimits popup_tmo_big_image_note_window_t_Limits()		{ return (*(Tpopup_tmo_big_image_note_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_tmo_big_image_note_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12152
inline TAknTextComponentLayout popup_tmo_big_image_note_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_tmo_big_image_note_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_tmo_big_image_note_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12154
// LAF Table : cell_ai5_widget_lrg_icon_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12155
inline TAknWindowComponentLayout cell_ai5_widget_lrg_icon_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_lrg_icon_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_lrg_icon_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12157
inline TAknTextComponentLayout cell_ai5_widget_lrg_icon_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_lrg_icon_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_lrg_icon_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12159
// LAF Table : cell_ai5_widget_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12160
inline TAknLayoutScalableParameterLimits cell_ai5_widget_list_row_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_list_row_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_list_row_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12162
inline TAknWindowComponentLayout cell_ai5_widget_list_row_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_list_row_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_list_row_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12164
// LAF Table : cell_ai5_widget_list_row_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12165
inline TAknLayoutScalableParameterLimits cell_ai5_widget_list_row_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_list_row_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_list_row_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12167
inline TAknWindowComponentLayout cell_ai5_widget_list_row_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_list_row_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_list_row_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12169
inline TAknLayoutScalableParameterLimits cell_ai5_widget_list_row_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_list_row_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_list_row_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12171
inline TAknTextComponentLayout cell_ai5_widget_list_row_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_list_row_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_list_row_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12173
inline TAknLayoutScalableParameterLimits cell_ai5_widget_list_row_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tcell_ai5_widget_list_row_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_list_row_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12175
inline TAknTextComponentLayout cell_ai5_widget_list_row_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_list_row_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_list_row_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12177
inline TAknLayoutScalableTableLimits cell_ai5_widget_list_row_pane_t_Limits()		{ return (*(Tcell_ai5_widget_list_row_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_list_row_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12179
inline TAknLayoutScalableParameterLimits cell_ai5_widget_list_row_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_ai5_widget_list_row_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_list_row_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12181
inline TAknTextComponentLayout cell_ai5_widget_list_row_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ai5_widget_list_row_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ai5_widget_list_row_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12183
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12184
inline TAknWindowComponentLayout main_fep_vtchi_ss_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fep_vtchi_ss_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fep_vtchi_ss_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12186
// LAF Table : main_fep_vtchi_ss_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12187
inline TAknWindowComponentLayout popup_fep_char_pre_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_char_pre_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_char_pre_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12189
inline TAknWindowComponentLayout popup_fep_ituss_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_ituss_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_ituss_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12191
inline TAknWindowComponentLayout popup_fep_vkbss_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_vkbss_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_vkbss_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12193
// LAF Table : popup_fep_vkbss_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12194
inline TAknLayoutScalableParameterLimits grid_vkbss_keypad_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_vkbss_keypad_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vkbss_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12195
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12196
inline TAknWindowComponentLayout grid_vkbss_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_vkbss_keypad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vkbss_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12198
// LAF Table : popup_fep_ituss_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12199
inline TAknWindowComponentLayout ituss_keypad_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tituss_keypad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ituss_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12201
// LAF Table : grid_vkbss_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12202
inline TAknLayoutScalableParameterLimits aid_vkbss_key_offset_ParamLimits(TInt aVariety)		{ return (*(Taid_vkbss_key_offset_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_vkbss_key_offset_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12204
inline TAknWindowComponentLayout aid_vkbss_key_offset(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_vkbss_key_offset_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_vkbss_key_offset)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12206
inline TAknLayoutScalableParameterLimits cell_vkbss_key_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_vkbss_key_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkbss_key_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12208
inline TAknWindowComponentLayout cell_vkbss_key_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkbss_key_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkbss_key_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12210
// LAF Table : cell_vkbss_key_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12211
inline TAknLayoutScalableParameterLimits bg_cell_vkbss_key_g1_ParamLimits(TInt aVariety)		{ return (*(Tbg_cell_vkbss_key_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_vkbss_key_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12213
inline TAknWindowComponentLayout bg_cell_vkbss_key_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cell_vkbss_key_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_vkbss_key_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12215
inline TAknLayoutScalableParameterLimits cell_vkbss_key_3p_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_vkbss_key_3p_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkbss_key_3p_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12217
inline TAknWindowComponentLayout cell_vkbss_key_3p_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkbss_key_3p_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkbss_key_3p_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12219
inline TAknLayoutScalableParameterLimits cell_vkbss_key_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_vkbss_key_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkbss_key_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12221
inline TAknWindowComponentLayout cell_vkbss_key_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkbss_key_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkbss_key_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12223
inline TAknLayoutScalableParameterLimits cell_vkbss_key_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_vkbss_key_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkbss_key_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12224
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12225
inline TAknTextComponentLayout cell_vkbss_key_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkbss_key_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkbss_key_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12227
// LAF Table : ituss_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12228
inline TAknLayoutScalableParameterLimits cell_ituss_key_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_ituss_key_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12230
inline TAknWindowComponentLayout cell_ituss_key_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ituss_key_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12232
// LAF Table : cell_ituss_key_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12233
inline TAknLayoutScalableParameterLimits bg_cell_ituss_key_g1_ParamLimits(TInt aVariety)		{ return (*(Tbg_cell_ituss_key_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_ituss_key_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12235
inline TAknWindowComponentLayout bg_cell_ituss_key_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cell_ituss_key_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_ituss_key_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12236
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12237
inline TAknLayoutScalableParameterLimits cell_ituss_key_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_ituss_key_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12238
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12239
inline TAknWindowComponentLayout cell_ituss_key_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ituss_key_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12241
inline TAknLayoutScalableParameterLimits cell_ituss_key_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcell_ituss_key_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12243
inline TAknWindowComponentLayout cell_ituss_key_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ituss_key_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12244
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12245
inline TAknLayoutScalableTableLimits cell_ituss_key_pane_g_Limits()		{ return (*(Tcell_ituss_key_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12247
inline TAknLayoutScalableParameterLimits cell_ituss_key_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_ituss_key_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12249
inline TAknWindowComponentLayout cell_ituss_key_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ituss_key_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12251
inline TAknLayoutScalableParameterLimits cell_ituss_key_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_ituss_key_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12253
inline TAknTextComponentLayout cell_ituss_key_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ituss_key_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12255
inline TAknLayoutScalableParameterLimits cell_ituss_key_t2_ParamLimits(TInt aVariety)		{ return (*(Tcell_ituss_key_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12257
inline TAknTextComponentLayout cell_ituss_key_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ituss_key_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12259
inline TAknLayoutScalableParameterLimits cell_ituss_key_t3_ParamLimits(TInt aVariety)		{ return (*(Tcell_ituss_key_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12261
inline TAknTextComponentLayout cell_ituss_key_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ituss_key_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12263
inline TAknLayoutScalableParameterLimits cell_ituss_key_t4_ParamLimits(TInt aVariety)		{ return (*(Tcell_ituss_key_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12265
inline TAknTextComponentLayout cell_ituss_key_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ituss_key_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12267
inline TAknLayoutScalableTableLimits cell_ituss_key_t_Limits()		{ return (*(Tcell_ituss_key_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12269
inline TAknLayoutScalableParameterLimits cell_ituss_key_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_ituss_key_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12271
inline TAknTextComponentLayout cell_ituss_key_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ituss_key_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ituss_key_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12273
// LAF Table : cell_vkbss_key_3p_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12274
inline TAknWindowComponentLayout cell_vkbss_key_3p_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkbss_key_3p_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkbss_key_3p_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12276
inline TAknWindowComponentLayout cell_vkbss_key_3p_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkbss_key_3p_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkbss_key_3p_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12278
inline TAknWindowComponentLayout cell_vkbss_key_3p_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkbss_key_3p_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkbss_key_3p_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12280
inline TAknLayoutScalableTableLimits cell_vkbss_key_3p_pane_g_Limits()		{ return (*(Tcell_vkbss_key_3p_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkbss_key_3p_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12282
inline TAknWindowComponentLayout cell_vkbss_key_3p_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vkbss_key_3p_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vkbss_key_3p_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12283
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12284
// LAF Table : popup_fep_char_pre_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12285
inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_fep_char_preview_window_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_fep_char_preview_window_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12287
inline TAknTextComponentLayout popup_fep_char_pre_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_char_pre_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_char_pre_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12289
// LAF Table : main_ai5_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12290
inline TAknWindowComponentLayout main_ai5_sk_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_ai5_sk_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_ai5_sk_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12292
// LAF Table : cell_contacts_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12293
inline TAknLayoutScalableParameterLimits bg_cell_contacts_ai5_widget_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_cell_contacts_ai5_widget_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_contacts_ai5_widget_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12295
inline TAknLayoutScalableParameterLimits cell_contacts_ai5_widget_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_contacts_ai5_widget_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_contacts_ai5_widget_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12297
inline TAknLayoutScalableParameterLimits cell_contacts_ai5_widget_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcell_contacts_ai5_widget_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_contacts_ai5_widget_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12298
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12299
inline TAknLayoutScalableParameterLimits cell_contacts_ai5_widget_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tcell_contacts_ai5_widget_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_contacts_ai5_widget_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12300
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12301
inline TAknLayoutScalableParameterLimits cell_contacts_ai5_widget_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_contacts_ai5_widget_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_contacts_ai5_widget_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12302
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12303
inline TAknLayoutScalableParameterLimits cell_contacts_ai5_widget_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_contacts_ai5_widget_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_contacts_ai5_widget_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12305
inline TAknLayoutScalableParameterLimits highlight_cell_shortcut_ai5_widget_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Thighlight_cell_shortcut_ai5_widget_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_highlight_cell_shortcut_ai5_widget_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12307
// LAF Table : main_ai5_sk_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12308
inline TAknWindowComponentLayout main_ai5_sk_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_ai5_sk_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_ai5_sk_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12310
// LAF Table : popup_query_code_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12311
inline TAknWindowComponentLayout popup_query_code_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_code_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_code_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12312
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12313
// LAF Table : main_fep_vtchi_ss_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12314
inline TAknWindowComponentLayout popup_fep_vkb_icf_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_vkb_icf_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_vkb_icf_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12316
inline TAknWindowComponentLayout popup_fep_vtchi_icf_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fep_vtchi_icf_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_vtchi_icf_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12317
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12318
// LAF Table : popup_fep_vkb_icf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12319
inline TAknWindowComponentLayout bg_icf_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_icf_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_icf_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12321
inline TAknWindowComponentLayout list_vkb_icf_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_vkb_icf_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_vkb_icf_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12323
// LAF Table : popup_fep_vtchi_icf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12324
inline TAknWindowComponentLayout bg_icf_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_icf_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_icf_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12326
inline TAknWindowComponentLayout vtchi_icf_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvtchi_icf_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtchi_icf_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12328
// LAF Table : list_vkb_icf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12329
inline TAknLayoutScalableParameterLimits list_vkb_icf_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_vkb_icf_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_vkb_icf_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12331
inline TAknTextComponentLayout list_vkb_icf_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_vkb_icf_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_vkb_icf_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12333
// LAF Table : vtchi_icf_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12334
inline TAknLayoutScalableParameterLimits vtchi_icf_list_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tvtchi_icf_list_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtchi_icf_list_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12336
inline TAknTextComponentLayout vtchi_icf_list_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvtchi_icf_list_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtchi_icf_list_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12338
// LAF Table : main_fep_vtchi_ss_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12339
inline TAknLayoutScalableParameterLimits popup_fep_ituss_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_fep_ituss_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_ituss_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12341
inline TAknLayoutScalableParameterLimits popup_fep_vtchi_icf_pane_ParamLimits(TInt aVariety)		{ return (*(Tpopup_fep_vtchi_icf_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_vtchi_icf_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12343
// LAF Table : popup_fep_ituss_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12344
inline TAknLayoutScalableParameterLimits ituss_keypad_pane_ParamLimits(TInt aVariety)		{ return (*(Tituss_keypad_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ituss_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12345
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12346
inline TAknWindowComponentLayout ituss_sks_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tituss_sks_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ituss_sks_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12348
// LAF Table : popup_fep_vkb_icf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12349
inline TAknLayoutScalableParameterLimits bg_icf_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_icf_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_icf_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12351
inline TAknLayoutScalableParameterLimits icf_edit_indi_pane_ParamLimits(TInt aVariety)		{ return (*(Ticf_edit_indi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_icf_edit_indi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12353
inline TAknWindowComponentLayout icf_edit_indi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ticf_edit_indi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_icf_edit_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12355
inline TAknLayoutScalableParameterLimits list_vkb_icf_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_vkb_icf_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_vkb_icf_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12356
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12357
// LAF Table : popup_fep_vtchi_icf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12358
inline TAknLayoutScalableParameterLimits bg_icf_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tbg_icf_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_icf_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12360
inline TAknLayoutScalableParameterLimits icf_edit_indi_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Ticf_edit_indi_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_icf_edit_indi_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12362
inline TAknWindowComponentLayout icf_edit_indi_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ticf_edit_indi_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_icf_edit_indi_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12364
inline TAknWindowComponentLayout vtchi_query_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvtchi_query_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtchi_query_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12366
// LAF Table : icf_edit_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12367
inline TAknLayoutScalableParameterLimits icf_edit_indi_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Ticf_edit_indi_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_icf_edit_indi_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12369
inline TAknWindowComponentLayout icf_edit_indi_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ticf_edit_indi_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_icf_edit_indi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12371
inline TAknLayoutScalableParameterLimits icf_edit_indi_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Ticf_edit_indi_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_icf_edit_indi_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12373
inline TAknWindowComponentLayout icf_edit_indi_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ticf_edit_indi_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_icf_edit_indi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12375
inline TAknLayoutScalableTableLimits icf_edit_indi_pane_g_Limits()		{ return (*(Ticf_edit_indi_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_icf_edit_indi_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12377
inline TAknLayoutScalableParameterLimits icf_edit_indi_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Ticf_edit_indi_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_icf_edit_indi_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12379
inline TAknWindowComponentLayout icf_edit_indi_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ticf_edit_indi_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_icf_edit_indi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12380
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12381
inline TAknTextComponentLayout icf_edit_indi_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ticf_edit_indi_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_icf_edit_indi_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12383
// LAF Table : vtchi_query_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12384
inline TAknWindowComponentLayout bg_input_focus_pane_cp042(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_input_focus_pane_cp042_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_input_focus_pane_cp042)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12386
inline TAknWindowComponentLayout vtchi_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvtchi_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtchi_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12388
inline TAknTextComponentLayout vtchi_query_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvtchi_query_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtchi_query_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12390
inline TAknTextComponentLayout vtchi_query_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvtchi_query_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtchi_query_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12392
inline TAknTextComponentLayout vtchi_query_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvtchi_query_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtchi_query_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12394
inline TAknLayoutScalableTableLimits vtchi_query_pane_t_Limits()		{ return (*(Tvtchi_query_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtchi_query_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12396
inline TAknTextComponentLayout vtchi_query_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvtchi_query_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtchi_query_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12397
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12398
// LAF Table : vtchi_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12399
inline TAknWindowComponentLayout bg_button_pane_cp13(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp13_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12401
inline TAknWindowComponentLayout vtchi_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvtchi_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtchi_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12403
// LAF Table : ituss_sks_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12404
inline TAknWindowComponentLayout ituss_sks_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tituss_sks_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ituss_sks_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12406
inline TAknWindowComponentLayout ituss_sks_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tituss_sks_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ituss_sks_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12408
inline TAknLayoutScalableTableLimits ituss_sks_pane_g_Limits()		{ return (*(Tituss_sks_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ituss_sks_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12410
inline TAknWindowComponentLayout ituss_sks_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tituss_sks_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ituss_sks_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12411
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12412
inline TAknTextComponentLayout ituss_sks_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tituss_sks_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ituss_sks_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12413
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12414
inline TAknTextComponentLayout ituss_sks_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tituss_sks_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ituss_sks_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12416
inline TAknLayoutScalableTableLimits ituss_sks_pane_t_Limits()		{ return (*(Tituss_sks_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ituss_sks_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12418
inline TAknTextComponentLayout ituss_sks_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tituss_sks_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ituss_sks_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12420
// LAF Table : indicator_nsta_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12421
inline TAknWindowComponentLayout indicator_nsta_pane_cp_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_nsta_pane_cp_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_nsta_pane_cp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12423
inline TAknWindowComponentLayout indicator_nsta_pane_cp_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_nsta_pane_cp_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_nsta_pane_cp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12425
inline TAknWindowComponentLayout indicator_nsta_pane_cp_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_nsta_pane_cp_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_nsta_pane_cp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12427
inline TAknWindowComponentLayout indicator_nsta_pane_cp_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_nsta_pane_cp_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_nsta_pane_cp_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12429
inline TAknWindowComponentLayout indicator_nsta_pane_cp_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_nsta_pane_cp_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_nsta_pane_cp_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12431
inline TAknWindowComponentLayout indicator_nsta_pane_cp_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_nsta_pane_cp_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_nsta_pane_cp_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12433
inline TAknLayoutScalableTableLimits indicator_nsta_pane_cp_g_Limits()		{ return (*(Tindicator_nsta_pane_cp_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_nsta_pane_cp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12435
inline TAknWindowComponentLayout indicator_nsta_pane_cp_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tindicator_nsta_pane_cp_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_indicator_nsta_pane_cp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12437
// LAF Table : cell_graphic2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12438
inline TAknLayoutScalableParameterLimits cell_graphic2_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tcell_graphic2_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12440
inline TAknTextComponentLayout cell_graphic2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic2_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12442
inline TAknLayoutScalableTableLimits cell_graphic2_pane_t_Limits()		{ return (*(Tcell_graphic2_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12444
inline TAknLayoutScalableParameterLimits cell_graphic2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_graphic2_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12446
inline TAknTextComponentLayout cell_graphic2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic2_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12448
// LAF Table : cell_graphic2_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12449
inline TAknTextComponentLayout cell_graphic2_control_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_graphic2_control_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_graphic2_control_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12451
#ifdef __VC32__
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12452
#pragma component(mintypeinfo, on)
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12453
#endif
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12457
class CInstance : public CCdlInstance
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12458
	{
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12459
public:
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12460
	enum { ETypeId = KCdlInterfaceUidValue };
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12462
	inline static const CInstance& CustomisationInstance()                                                    { return (const CInstance&)(CdlEngine::CustomisationInstance(KCdlInterfaceUid)); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12463
	inline static CInstance* NewL(const TCdlRef& aRef, const CCdlInstance* aSubLayer = NULL)                  { return (CInstance*) CCdlInstance::NewL(aRef, &KCdlInterface, aSubLayer); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12464
	inline static CInstance* NewLC(const TCdlRef& aRef, const CCdlInstance* aSubLayer = NULL)                 { return (CInstance*) CCdlInstance::NewLC(aRef, &KCdlInterface, aSubLayer); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12465
	inline static CInstance* NewL(const TDesC& aLibName, TInt aImplId, const CCdlInstance* aSubLayer = NULL)  { TCdlRef ref = { aImplId, { KCdlInterfaceUidValue }, &aLibName }; return NewL(ref, aSubLayer); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12466
	inline static CInstance* NewLC(const TDesC& aLibName, TInt aImplId, const CCdlInstance* aSubLayer = NULL) { TCdlRef ref = { aImplId, { KCdlInterfaceUidValue }, &aLibName }; return NewLC(ref, aSubLayer); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12468
	inline const CInstance* SubLayer()                                                                        { return static_cast<const CInstance*>(CCdlInstance::SubLayer()); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12469
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12470
// CDL API functions, as defined in aknlayoutscalable_avkon.cdl
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12472
	// LAF Table : Screen Contents
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12473
	inline TAknWindowComponentLayout Screen(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(TScreen_sig*)(GetFunction(EApiId_Screen)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12474
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12475
	// LAF Table : Screen
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12476
	inline TAknLayoutScalableParameterLimits application_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tapplication_window_ParamLimits_sig*)(GetFunction(EApiId_application_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12478
	inline TAknWindowComponentLayout application_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tapplication_window_sig*)(GetFunction(EApiId_application_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12480
	inline TAknWindowComponentLayout screen_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscreen_g1_sig*)(GetFunction(EApiId_screen_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12482
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12483
	inline TAknLayoutScalableParameterLimits area_bottom_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tarea_bottom_pane_ParamLimits_sig*)(GetFunction(EApiId_area_bottom_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12485
	inline TAknWindowComponentLayout area_bottom_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_bottom_pane_sig*)(GetFunction(EApiId_area_bottom_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12487
	inline TAknLayoutScalableParameterLimits area_top_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tarea_top_pane_ParamLimits_sig*)(GetFunction(EApiId_area_top_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12489
	inline TAknWindowComponentLayout area_top_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_top_pane_sig*)(GetFunction(EApiId_area_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12491
	inline TAknLayoutScalableParameterLimits main_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_pane_ParamLimits_sig*)(GetFunction(EApiId_main_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12493
	inline TAknWindowComponentLayout main_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_sig*)(GetFunction(EApiId_main_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12495
	inline TAknWindowComponentLayout misc_graphics(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmisc_graphics_sig*)(GetFunction(EApiId_misc_graphics)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12496
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12497
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12498
	inline TAknLayoutScalableParameterLimits battery_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbattery_pane_ParamLimits_sig*)(GetFunction(EApiId_battery_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12500
	inline TAknWindowComponentLayout battery_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbattery_pane_sig*)(GetFunction(EApiId_battery_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12502
	// LAF Table : bg_status_flat_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12503
	inline TAknWindowComponentLayout bg_status_flat_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_status_flat_pane_g8_sig*)(GetFunction(EApiId_bg_status_flat_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12505
	inline TAknWindowComponentLayout bg_status_flat_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_status_flat_pane_g9_sig*)(GetFunction(EApiId_bg_status_flat_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12507
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12508
	inline TAknLayoutScalableParameterLimits context_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcontext_pane_ParamLimits_sig*)(GetFunction(EApiId_context_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12510
	inline TAknWindowComponentLayout context_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontext_pane_sig*)(GetFunction(EApiId_context_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12512
	inline TAknLayoutScalableParameterLimits navi_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_pane_ParamLimits_sig*)(GetFunction(EApiId_navi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12514
	inline TAknWindowComponentLayout navi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_sig*)(GetFunction(EApiId_navi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12516
	inline TAknLayoutScalableParameterLimits signal_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsignal_pane_ParamLimits_sig*)(GetFunction(EApiId_signal_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12518
	inline TAknWindowComponentLayout signal_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsignal_pane_sig*)(GetFunction(EApiId_signal_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12519
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12520
	// LAF Table : bg_status_flat_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12521
	inline TAknLayoutScalableTableLimits bg_status_flat_pane_g_Limits() const		{ return (*(Tbg_status_flat_pane_g_Limits_sig*)(GetFunction(EApiId_bg_status_flat_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12523
	inline TAknWindowComponentLayout bg_status_flat_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_status_flat_pane_g_sig*)(GetFunction(EApiId_bg_status_flat_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12525
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12526
	inline TAknLayoutScalableParameterLimits status_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tstatus_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_status_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12528
	inline TAknWindowComponentLayout status_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_pane_g1_sig*)(GetFunction(EApiId_status_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12530
	inline TAknLayoutScalableParameterLimits status_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tstatus_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_status_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12532
	inline TAknWindowComponentLayout status_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_pane_g2_sig*)(GetFunction(EApiId_status_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12534
	inline TAknLayoutScalableParameterLimits status_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tstatus_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_status_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12536
	inline TAknWindowComponentLayout status_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_pane_g3_sig*)(GetFunction(EApiId_status_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12538
	inline TAknLayoutScalableTableLimits status_pane_g_Limits() const		{ return (*(Tstatus_pane_g_Limits_sig*)(GetFunction(EApiId_status_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12540
	inline TAknLayoutScalableParameterLimits status_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tstatus_pane_g_ParamLimits_sig*)(GetFunction(EApiId_status_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12542
	inline TAknWindowComponentLayout status_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_pane_g_sig*)(GetFunction(EApiId_status_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12544
	inline TAknLayoutScalableParameterLimits title_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttitle_pane_ParamLimits_sig*)(GetFunction(EApiId_title_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12546
	inline TAknWindowComponentLayout title_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttitle_pane_sig*)(GetFunction(EApiId_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12548
	inline TAknLayoutScalableParameterLimits uni_indicator_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tuni_indicator_pane_ParamLimits_sig*)(GetFunction(EApiId_uni_indicator_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12550
	inline TAknWindowComponentLayout uni_indicator_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuni_indicator_pane_sig*)(GetFunction(EApiId_uni_indicator_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12551
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12552
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12553
	inline TAknLayoutScalableParameterLimits bg_list_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_list_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12554
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12555
	inline TAknWindowComponentLayout bg_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_list_pane_sig*)(GetFunction(EApiId_bg_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12556
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12557
	inline TAknWindowComponentLayout find_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfind_pane_sig*)(GetFunction(EApiId_find_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12559
	inline TAknLayoutScalableParameterLimits listscroll_app_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_app_pane_ParamLimits_sig*)(GetFunction(EApiId_listscroll_app_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12561
	inline TAknWindowComponentLayout listscroll_app_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_app_pane_sig*)(GetFunction(EApiId_listscroll_app_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12563
	inline TAknWindowComponentLayout listscroll_form_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_form_pane_sig*)(GetFunction(EApiId_listscroll_form_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12564
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12565
	inline TAknLayoutScalableParameterLimits listscroll_gen_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_gen_pane_ParamLimits_sig*)(GetFunction(EApiId_listscroll_gen_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12567
	inline TAknWindowComponentLayout listscroll_gen_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_gen_pane_sig*)(GetFunction(EApiId_listscroll_gen_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12569
	inline TAknWindowComponentLayout listscroll_set_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_set_pane_sig*)(GetFunction(EApiId_listscroll_set_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12571
	inline TAknWindowComponentLayout main_idle_act_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_idle_act_pane_sig*)(GetFunction(EApiId_main_idle_act_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12572
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12573
	inline TAknWindowComponentLayout main_idle_trad_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_idle_trad_pane_sig*)(GetFunction(EApiId_main_idle_trad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12574
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12575
	inline TAknWindowComponentLayout main_list_empty_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_list_empty_pane_sig*)(GetFunction(EApiId_main_list_empty_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12577
	inline TAknWindowComponentLayout main_midp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_midp_pane_sig*)(GetFunction(EApiId_main_midp_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12579
	inline TAknLayoutScalableParameterLimits main_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12581
	inline TAknWindowComponentLayout main_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_g1_sig*)(GetFunction(EApiId_main_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12582
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12583
	inline TAknLayoutScalableParameterLimits popup_ai_message_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_ai_message_window_ParamLimits_sig*)(GetFunction(EApiId_popup_ai_message_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12585
	inline TAknWindowComponentLayout popup_ai_message_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_ai_message_window_sig*)(GetFunction(EApiId_popup_ai_message_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12587
	inline TAknLayoutScalableParameterLimits popup_fep_china_uni_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_fep_china_uni_window_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_china_uni_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12589
	inline TAknWindowComponentLayout popup_fep_china_uni_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_china_uni_window_sig*)(GetFunction(EApiId_popup_fep_china_uni_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12591
	inline TAknLayoutScalableParameterLimits popup_fep_japan_candidate_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_fep_japan_candidate_window_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_japan_candidate_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12593
	inline TAknWindowComponentLayout popup_fep_japan_candidate_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_japan_candidate_window_sig*)(GetFunction(EApiId_popup_fep_japan_candidate_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12594
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12595
	inline TAknLayoutScalableParameterLimits popup_fep_japan_predictive_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_fep_japan_predictive_window_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_japan_predictive_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12596
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12597
	inline TAknWindowComponentLayout popup_fep_japan_predictive_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_japan_predictive_window_sig*)(GetFunction(EApiId_popup_fep_japan_predictive_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12598
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12599
	inline TAknWindowComponentLayout popup_find_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_find_window_sig*)(GetFunction(EApiId_popup_find_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12600
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12601
	inline TAknLayoutScalableParameterLimits popup_grid_graphic_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_grid_graphic_window_ParamLimits_sig*)(GetFunction(EApiId_popup_grid_graphic_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12603
	inline TAknWindowComponentLayout popup_grid_graphic_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_grid_graphic_window_sig*)(GetFunction(EApiId_popup_grid_graphic_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12605
	inline TAknWindowComponentLayout popup_large_graphic_colour_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_large_graphic_colour_window_sig*)(GetFunction(EApiId_popup_large_graphic_colour_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12607
	inline TAknLayoutScalableParameterLimits popup_menu_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_menu_window_ParamLimits_sig*)(GetFunction(EApiId_popup_menu_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12609
	inline TAknWindowComponentLayout popup_menu_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_menu_window_sig*)(GetFunction(EApiId_popup_menu_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12611
	inline TAknWindowComponentLayout popup_note_image_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_image_window_sig*)(GetFunction(EApiId_popup_note_image_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12613
	inline TAknLayoutScalableParameterLimits popup_note_wait_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_wait_window_ParamLimits_sig*)(GetFunction(EApiId_popup_note_wait_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12615
	inline TAknWindowComponentLayout popup_note_wait_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_wait_window_sig*)(GetFunction(EApiId_popup_note_wait_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12617
	inline TAknLayoutScalableParameterLimits popup_note_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_window_ParamLimits_sig*)(GetFunction(EApiId_popup_note_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12619
	inline TAknWindowComponentLayout popup_note_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_window_sig*)(GetFunction(EApiId_popup_note_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12621
	inline TAknLayoutScalableParameterLimits popup_query_code_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_query_code_window_ParamLimits_sig*)(GetFunction(EApiId_popup_query_code_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12623
	inline TAknWindowComponentLayout popup_query_code_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_code_window_sig*)(GetFunction(EApiId_popup_query_code_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12625
	inline TAknLayoutScalableParameterLimits popup_query_data_code_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_query_data_code_window_ParamLimits_sig*)(GetFunction(EApiId_popup_query_data_code_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12627
	inline TAknWindowComponentLayout popup_query_data_code_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_data_code_window_sig*)(GetFunction(EApiId_popup_query_data_code_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12629
	inline TAknLayoutScalableParameterLimits popup_query_data_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_query_data_window_ParamLimits_sig*)(GetFunction(EApiId_popup_query_data_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12630
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12631
	inline TAknWindowComponentLayout popup_query_data_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_data_window_sig*)(GetFunction(EApiId_popup_query_data_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12633
	inline TAknLayoutScalableParameterLimits popup_query_sat_info_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_query_sat_info_window_ParamLimits_sig*)(GetFunction(EApiId_popup_query_sat_info_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12635
	inline TAknWindowComponentLayout popup_query_sat_info_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_sat_info_window_sig*)(GetFunction(EApiId_popup_query_sat_info_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12637
	inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_graphic_window_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12639
	inline TAknWindowComponentLayout popup_snote_single_graphic_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_graphic_window_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12641
	inline TAknLayoutScalableParameterLimits popup_snote_single_text_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_text_window_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_text_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12643
	inline TAknWindowComponentLayout popup_snote_single_text_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_text_window_sig*)(GetFunction(EApiId_popup_snote_single_text_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12645
	inline TAknWindowComponentLayout popup_sub_window_general(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sub_window_general_sig*)(GetFunction(EApiId_popup_sub_window_general)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12647
	inline TAknLayoutScalableParameterLimits popup_window_general_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_window_general_ParamLimits_sig*)(GetFunction(EApiId_popup_window_general_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12649
	inline TAknWindowComponentLayout popup_window_general(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_window_general_sig*)(GetFunction(EApiId_popup_window_general)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12651
	inline TAknWindowComponentLayout power_save_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpower_save_pane_sig*)(GetFunction(EApiId_power_save_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12653
	// LAF Table : control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12654
	inline TAknLayoutScalableParameterLimits control_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcontrol_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_control_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12656
	inline TAknWindowComponentLayout control_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_pane_g1_sig*)(GetFunction(EApiId_control_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12658
	inline TAknLayoutScalableParameterLimits control_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcontrol_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_control_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12660
	inline TAknWindowComponentLayout control_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_pane_g2_sig*)(GetFunction(EApiId_control_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12662
	inline TAknLayoutScalableParameterLimits control_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcontrol_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_control_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12664
	inline TAknWindowComponentLayout control_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_pane_g3_sig*)(GetFunction(EApiId_control_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12666
	inline TAknLayoutScalableTableLimits control_pane_g_Limits() const		{ return (*(Tcontrol_pane_g_Limits_sig*)(GetFunction(EApiId_control_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12668
	inline TAknLayoutScalableParameterLimits control_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcontrol_pane_g_ParamLimits_sig*)(GetFunction(EApiId_control_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12670
	inline TAknWindowComponentLayout control_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_pane_g_sig*)(GetFunction(EApiId_control_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12672
	inline TAknLayoutScalableParameterLimits control_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcontrol_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_control_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12674
	inline TAknTextComponentLayout control_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_pane_t1_sig*)(GetFunction(EApiId_control_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12676
	inline TAknLayoutScalableParameterLimits control_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcontrol_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_control_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12678
	inline TAknTextComponentLayout control_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_pane_t2_sig*)(GetFunction(EApiId_control_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12679
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12680
	inline TAknLayoutScalableTableLimits control_pane_t_Limits() const		{ return (*(Tcontrol_pane_t_Limits_sig*)(GetFunction(EApiId_control_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12681
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12682
	inline TAknLayoutScalableParameterLimits control_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcontrol_pane_t_ParamLimits_sig*)(GetFunction(EApiId_control_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12684
	inline TAknTextComponentLayout control_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_pane_t_sig*)(GetFunction(EApiId_control_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12686
	// LAF Table : status_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12687
	inline TAknWindowComponentLayout navi_navi_volume_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_volume_pane_cp1_sig*)(GetFunction(EApiId_navi_navi_volume_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12689
	inline TAknWindowComponentLayout status_small_icon_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_icon_pane_sig*)(GetFunction(EApiId_status_small_icon_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12691
	inline TAknLayoutScalableParameterLimits status_small_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tstatus_small_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_status_small_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12693
	inline TAknWindowComponentLayout status_small_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_pane_g1_sig*)(GetFunction(EApiId_status_small_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12695
	inline TAknLayoutScalableParameterLimits status_small_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tstatus_small_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_status_small_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12697
	inline TAknWindowComponentLayout status_small_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_pane_g2_sig*)(GetFunction(EApiId_status_small_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12699
	inline TAknLayoutScalableParameterLimits status_small_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tstatus_small_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_status_small_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12701
	inline TAknWindowComponentLayout status_small_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_pane_g3_sig*)(GetFunction(EApiId_status_small_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12703
	inline TAknLayoutScalableParameterLimits status_small_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tstatus_small_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_status_small_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12705
	inline TAknWindowComponentLayout status_small_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_pane_g4_sig*)(GetFunction(EApiId_status_small_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12707
	inline TAknLayoutScalableParameterLimits status_small_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tstatus_small_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_status_small_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12708
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12709
	inline TAknWindowComponentLayout status_small_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_pane_g5_sig*)(GetFunction(EApiId_status_small_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12711
	inline TAknLayoutScalableParameterLimits status_small_pane_g6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tstatus_small_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_status_small_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12713
	inline TAknWindowComponentLayout status_small_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_pane_g6_sig*)(GetFunction(EApiId_status_small_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12715
	inline TAknLayoutScalableTableLimits status_small_pane_g_Limits() const		{ return (*(Tstatus_small_pane_g_Limits_sig*)(GetFunction(EApiId_status_small_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12717
	inline TAknLayoutScalableParameterLimits status_small_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tstatus_small_pane_g_ParamLimits_sig*)(GetFunction(EApiId_status_small_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12719
	inline TAknWindowComponentLayout status_small_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_pane_g_sig*)(GetFunction(EApiId_status_small_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12721
	inline TAknTextComponentLayout status_small_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_pane_t1_sig*)(GetFunction(EApiId_status_small_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12723
	inline TAknLayoutScalableParameterLimits status_small_wait_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tstatus_small_wait_pane_ParamLimits_sig*)(GetFunction(EApiId_status_small_wait_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12725
	inline TAknWindowComponentLayout status_small_wait_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_wait_pane_sig*)(GetFunction(EApiId_status_small_wait_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12727
	// LAF Table : signal_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12728
	inline TAknLayoutScalableParameterLimits aid_levels_signal_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_levels_signal_ParamLimits_sig*)(GetFunction(EApiId_aid_levels_signal_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12730
	inline TAknWindowComponentLayout aid_levels_signal(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_levels_signal_sig*)(GetFunction(EApiId_aid_levels_signal)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12732
	inline TAknLayoutScalableParameterLimits signal_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsignal_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_signal_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12734
	inline TAknWindowComponentLayout signal_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsignal_pane_g1_sig*)(GetFunction(EApiId_signal_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12736
	inline TAknLayoutScalableParameterLimits signal_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsignal_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_signal_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12738
	inline TAknWindowComponentLayout signal_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsignal_pane_g2_sig*)(GetFunction(EApiId_signal_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12740
	inline TAknLayoutScalableTableLimits signal_pane_g_Limits() const		{ return (*(Tsignal_pane_g_Limits_sig*)(GetFunction(EApiId_signal_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12742
	inline TAknLayoutScalableParameterLimits signal_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tsignal_pane_g_ParamLimits_sig*)(GetFunction(EApiId_signal_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12744
	inline TAknWindowComponentLayout signal_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsignal_pane_g_sig*)(GetFunction(EApiId_signal_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12746
	// LAF Table : context_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12747
	inline TAknWindowComponentLayout context_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontext_pane_g1_sig*)(GetFunction(EApiId_context_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12749
	// LAF Table : title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12750
	inline TAknWindowComponentLayout title_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttitle_pane_g1_sig*)(GetFunction(EApiId_title_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12751
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12752
	inline TAknTextComponentLayout title_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttitle_pane_t1_sig*)(GetFunction(EApiId_title_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12753
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12754
	inline TAknTextComponentLayout title_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttitle_pane_t2_sig*)(GetFunction(EApiId_title_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12755
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12756
	inline TAknTextComponentLayout title_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttitle_pane_t3_sig*)(GetFunction(EApiId_title_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12757
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12758
	inline TAknLayoutScalableTableLimits title_pane_t_Limits() const		{ return (*(Ttitle_pane_t_Limits_sig*)(GetFunction(EApiId_title_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12759
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12760
	inline TAknTextComponentLayout title_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttitle_pane_t_sig*)(GetFunction(EApiId_title_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12761
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12762
	// LAF Table : battery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12763
	inline TAknLayoutScalableParameterLimits aid_levels_battery_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_levels_battery_ParamLimits_sig*)(GetFunction(EApiId_aid_levels_battery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12765
	inline TAknWindowComponentLayout aid_levels_battery(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_levels_battery_sig*)(GetFunction(EApiId_aid_levels_battery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12767
	inline TAknLayoutScalableParameterLimits battery_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbattery_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_battery_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12769
	inline TAknWindowComponentLayout battery_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbattery_pane_g1_sig*)(GetFunction(EApiId_battery_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12771
	inline TAknLayoutScalableParameterLimits battery_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbattery_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_battery_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12773
	inline TAknWindowComponentLayout battery_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbattery_pane_g2_sig*)(GetFunction(EApiId_battery_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12775
	inline TAknLayoutScalableTableLimits battery_pane_g_Limits() const		{ return (*(Tbattery_pane_g_Limits_sig*)(GetFunction(EApiId_battery_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12776
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12777
	inline TAknLayoutScalableParameterLimits battery_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tbattery_pane_g_ParamLimits_sig*)(GetFunction(EApiId_battery_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12779
	inline TAknWindowComponentLayout battery_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbattery_pane_g_sig*)(GetFunction(EApiId_battery_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12781
	// LAF Table : uni_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12782
	inline TAknWindowComponentLayout uni_indicator_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuni_indicator_pane_g1_sig*)(GetFunction(EApiId_uni_indicator_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12784
	inline TAknWindowComponentLayout uni_indicator_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuni_indicator_pane_g2_sig*)(GetFunction(EApiId_uni_indicator_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12786
	inline TAknWindowComponentLayout uni_indicator_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuni_indicator_pane_g3_sig*)(GetFunction(EApiId_uni_indicator_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12788
	inline TAknLayoutScalableTableLimits uni_indicator_pane_g_Limits() const		{ return (*(Tuni_indicator_pane_g_Limits_sig*)(GetFunction(EApiId_uni_indicator_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12790
	inline TAknWindowComponentLayout uni_indicator_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuni_indicator_pane_g_sig*)(GetFunction(EApiId_uni_indicator_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12792
	// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12793
	inline TAknLayoutScalableParameterLimits navi_icon_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_icon_pane_ParamLimits_sig*)(GetFunction(EApiId_navi_icon_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12795
	inline TAknWindowComponentLayout navi_icon_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_icon_pane_sig*)(GetFunction(EApiId_navi_icon_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12797
	inline TAknWindowComponentLayout navi_midp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_midp_pane_sig*)(GetFunction(EApiId_navi_midp_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12799
	inline TAknWindowComponentLayout navi_navi_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_pane_sig*)(GetFunction(EApiId_navi_navi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12801
	inline TAknLayoutScalableParameterLimits navi_text_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_text_pane_ParamLimits_sig*)(GetFunction(EApiId_navi_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12803
	inline TAknWindowComponentLayout navi_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_text_pane_sig*)(GetFunction(EApiId_navi_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12805
	// LAF Table : status_small_wait_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12806
	inline TAknWindowComponentLayout status_small_wait_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_wait_pane_g1_sig*)(GetFunction(EApiId_status_small_wait_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12808
	inline TAknWindowComponentLayout status_small_wait_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_wait_pane_g2_sig*)(GetFunction(EApiId_status_small_wait_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12810
	inline TAknLayoutScalableTableLimits status_small_wait_pane_g_Limits() const		{ return (*(Tstatus_small_wait_pane_g_Limits_sig*)(GetFunction(EApiId_status_small_wait_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12812
	inline TAknWindowComponentLayout status_small_wait_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_wait_pane_g_sig*)(GetFunction(EApiId_status_small_wait_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12814
	// LAF Table : navi_navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12815
	inline TAknWindowComponentLayout navi_navi_icon_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_icon_text_pane_sig*)(GetFunction(EApiId_navi_navi_icon_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12817
	inline TAknLayoutScalableParameterLimits navi_navi_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_navi_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_navi_navi_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12819
	inline TAknWindowComponentLayout navi_navi_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_pane_g1_sig*)(GetFunction(EApiId_navi_navi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12820
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12821
	inline TAknLayoutScalableParameterLimits navi_navi_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_navi_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_navi_navi_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12822
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12823
	inline TAknWindowComponentLayout navi_navi_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_pane_g2_sig*)(GetFunction(EApiId_navi_navi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12825
	inline TAknLayoutScalableTableLimits navi_navi_pane_g_Limits() const		{ return (*(Tnavi_navi_pane_g_Limits_sig*)(GetFunction(EApiId_navi_navi_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12827
	inline TAknLayoutScalableParameterLimits navi_navi_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tnavi_navi_pane_g_ParamLimits_sig*)(GetFunction(EApiId_navi_navi_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12829
	inline TAknWindowComponentLayout navi_navi_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_pane_g_sig*)(GetFunction(EApiId_navi_navi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12831
	inline TAknWindowComponentLayout navi_navi_tabs_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_tabs_pane_sig*)(GetFunction(EApiId_navi_navi_tabs_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12833
	inline TAknWindowComponentLayout navi_navi_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_text_pane_sig*)(GetFunction(EApiId_navi_navi_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12835
	inline TAknWindowComponentLayout navi_navi_volume_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_volume_pane_sig*)(GetFunction(EApiId_navi_navi_volume_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12837
	// LAF Table : navi_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12838
	inline TAknTextComponentLayout navi_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_text_pane_t1_sig*)(GetFunction(EApiId_navi_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12840
	// LAF Table : navi_icon_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12841
	inline TAknWindowComponentLayout navi_icon_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_icon_pane_g1_sig*)(GetFunction(EApiId_navi_icon_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12842
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12843
	// LAF Table : navi_navi_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12844
	inline TAknTextComponentLayout navi_navi_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_text_pane_t1_sig*)(GetFunction(EApiId_navi_navi_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12846
	// LAF Table : navi_navi_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12847
	inline TAknWindowComponentLayout navi_navi_volume_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_volume_pane_g1_sig*)(GetFunction(EApiId_navi_navi_volume_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12849
	inline TAknWindowComponentLayout volume_small_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_sig*)(GetFunction(EApiId_volume_small_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12851
	// LAF Table : navi_navi_icon_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12852
	inline TAknWindowComponentLayout navi_navi_icon_text_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_icon_text_pane_g1_sig*)(GetFunction(EApiId_navi_navi_icon_text_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12854
	inline TAknTextComponentLayout navi_navi_icon_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_icon_text_pane_t1_sig*)(GetFunction(EApiId_navi_navi_icon_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12856
	// LAF Table : navi_navi_tabs_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12857
	inline TAknWindowComponentLayout navi_tabs_2_long_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_tabs_2_long_pane_sig*)(GetFunction(EApiId_navi_tabs_2_long_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12859
	inline TAknWindowComponentLayout navi_tabs_2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_tabs_2_pane_sig*)(GetFunction(EApiId_navi_tabs_2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12861
	inline TAknWindowComponentLayout navi_tabs_3_long_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_tabs_3_long_pane_sig*)(GetFunction(EApiId_navi_tabs_3_long_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12863
	inline TAknWindowComponentLayout navi_tabs_3_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_tabs_3_pane_sig*)(GetFunction(EApiId_navi_tabs_3_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12865
	inline TAknWindowComponentLayout navi_tabs_4_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_tabs_4_pane_sig*)(GetFunction(EApiId_navi_tabs_4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12867
	// LAF Table : navi_tabs_2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12868
	inline TAknLayoutScalableParameterLimits tabs_2_active_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_2_active_pane_ParamLimits_sig*)(GetFunction(EApiId_tabs_2_active_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12870
	inline TAknWindowComponentLayout tabs_2_active_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_2_active_pane_sig*)(GetFunction(EApiId_tabs_2_active_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12872
	inline TAknLayoutScalableParameterLimits tabs_2_passive_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_2_passive_pane_ParamLimits_sig*)(GetFunction(EApiId_tabs_2_passive_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12874
	inline TAknWindowComponentLayout tabs_2_passive_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_2_passive_pane_sig*)(GetFunction(EApiId_tabs_2_passive_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12876
	// LAF Table : navi_tabs_3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12877
	inline TAknLayoutScalableParameterLimits tabs_3_active_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_3_active_pane_ParamLimits_sig*)(GetFunction(EApiId_tabs_3_active_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12879
	inline TAknWindowComponentLayout tabs_3_active_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_active_pane_sig*)(GetFunction(EApiId_tabs_3_active_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12881
	inline TAknLayoutScalableParameterLimits tabs_3_passive_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_3_passive_pane_ParamLimits_sig*)(GetFunction(EApiId_tabs_3_passive_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12883
	inline TAknWindowComponentLayout tabs_3_passive_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_passive_pane_sig*)(GetFunction(EApiId_tabs_3_passive_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12885
	inline TAknLayoutScalableParameterLimits tabs_3_passive_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_3_passive_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_tabs_3_passive_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12887
	inline TAknWindowComponentLayout tabs_3_passive_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_passive_pane_cp_sig*)(GetFunction(EApiId_tabs_3_passive_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12889
	// LAF Table : navi_tabs_4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12890
	inline TAknLayoutScalableParameterLimits tabs_4_active_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_4_active_pane_ParamLimits_sig*)(GetFunction(EApiId_tabs_4_active_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12892
	inline TAknWindowComponentLayout tabs_4_active_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_4_active_pane_sig*)(GetFunction(EApiId_tabs_4_active_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12894
	inline TAknLayoutScalableParameterLimits tabs_4_passive_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_4_passive_pane_ParamLimits_sig*)(GetFunction(EApiId_tabs_4_passive_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12895
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12896
	inline TAknWindowComponentLayout tabs_4_passive_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_4_passive_pane_sig*)(GetFunction(EApiId_tabs_4_passive_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12898
	inline TAknLayoutScalableParameterLimits tabs_4_passive_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_4_passive_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_tabs_4_passive_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12900
	inline TAknWindowComponentLayout tabs_4_passive_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_4_passive_pane_cp_sig*)(GetFunction(EApiId_tabs_4_passive_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12902
	inline TAknLayoutScalableParameterLimits tabs_4_passive_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_4_passive_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_tabs_4_passive_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12904
	inline TAknWindowComponentLayout tabs_4_passive_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_4_passive_pane_cp2_sig*)(GetFunction(EApiId_tabs_4_passive_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12906
	// LAF Table : navi_tabs_2_long_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12907
	inline TAknLayoutScalableParameterLimits tabs_2_long_active_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_2_long_active_pane_ParamLimits_sig*)(GetFunction(EApiId_tabs_2_long_active_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12909
	inline TAknWindowComponentLayout tabs_2_long_active_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_2_long_active_pane_sig*)(GetFunction(EApiId_tabs_2_long_active_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12911
	inline TAknLayoutScalableParameterLimits tabs_2_long_passive_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_2_long_passive_pane_ParamLimits_sig*)(GetFunction(EApiId_tabs_2_long_passive_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12913
	inline TAknWindowComponentLayout tabs_2_long_passive_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_2_long_passive_pane_sig*)(GetFunction(EApiId_tabs_2_long_passive_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12915
	// LAF Table : navi_tabs_3_long_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12916
	inline TAknLayoutScalableParameterLimits tabs_3_long_active_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_3_long_active_pane_ParamLimits_sig*)(GetFunction(EApiId_tabs_3_long_active_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12917
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12918
	inline TAknWindowComponentLayout tabs_3_long_active_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_long_active_pane_sig*)(GetFunction(EApiId_tabs_3_long_active_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12919
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12920
	inline TAknLayoutScalableParameterLimits tabs_3_long_passive_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_3_long_passive_pane_ParamLimits_sig*)(GetFunction(EApiId_tabs_3_long_passive_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12921
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12922
	inline TAknWindowComponentLayout tabs_3_long_passive_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_long_passive_pane_sig*)(GetFunction(EApiId_tabs_3_long_passive_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12923
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12924
	inline TAknLayoutScalableParameterLimits tabs_3_long_passive_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_3_long_passive_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_tabs_3_long_passive_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12926
	inline TAknWindowComponentLayout tabs_3_long_passive_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_long_passive_pane_cp_sig*)(GetFunction(EApiId_tabs_3_long_passive_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12928
	// LAF Table : volume_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12929
	inline TAknWindowComponentLayout volume_small_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_g1_sig*)(GetFunction(EApiId_volume_small_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12931
	inline TAknWindowComponentLayout volume_small_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_g2_sig*)(GetFunction(EApiId_volume_small_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12933
	inline TAknWindowComponentLayout volume_small_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_g3_sig*)(GetFunction(EApiId_volume_small_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12935
	inline TAknWindowComponentLayout volume_small_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_g4_sig*)(GetFunction(EApiId_volume_small_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12937
	inline TAknWindowComponentLayout volume_small_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_g5_sig*)(GetFunction(EApiId_volume_small_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12939
	inline TAknWindowComponentLayout volume_small_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_g6_sig*)(GetFunction(EApiId_volume_small_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12940
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12941
	inline TAknWindowComponentLayout volume_small_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_g7_sig*)(GetFunction(EApiId_volume_small_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12942
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12943
	inline TAknWindowComponentLayout volume_small_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_g8_sig*)(GetFunction(EApiId_volume_small_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12944
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12945
	inline TAknWindowComponentLayout volume_small_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_g9_sig*)(GetFunction(EApiId_volume_small_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12947
	inline TAknWindowComponentLayout volume_small_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_g10_sig*)(GetFunction(EApiId_volume_small_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12949
	inline TAknLayoutScalableTableLimits volume_small_pane_g_Limits() const		{ return (*(Tvolume_small_pane_g_Limits_sig*)(GetFunction(EApiId_volume_small_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12951
	inline TAknWindowComponentLayout volume_small_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_g_sig*)(GetFunction(EApiId_volume_small_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12952
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12953
	// LAF Table : tabs_3_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12954
	inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_active_tab_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12955
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12956
	inline TAknWindowComponentLayout bg_active_tab_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_cp2_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12957
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12958
	inline TAknWindowComponentLayout tabs_3_active_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_active_pane_g1_sig*)(GetFunction(EApiId_tabs_3_active_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12960
	inline TAknTextComponentLayout tabs_3_active_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_active_pane_t1_sig*)(GetFunction(EApiId_tabs_3_active_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12962
	// LAF Table : tabs_3_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12963
	inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_passive_tab_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12964
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12965
	inline TAknWindowComponentLayout bg_passive_tab_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_cp2_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12967
	inline TAknWindowComponentLayout tabs_3_passive_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_passive_pane_g1_sig*)(GetFunction(EApiId_tabs_3_passive_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12969
	inline TAknTextComponentLayout tabs_3_passive_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_passive_pane_t1_sig*)(GetFunction(EApiId_tabs_3_passive_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12971
	// LAF Table : tabs_4_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12972
	inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_active_tab_pane_cp3_ParamLimits_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12974
	inline TAknWindowComponentLayout bg_active_tab_pane_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_cp3_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12976
	inline TAknWindowComponentLayout tabs_4_active_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_4_active_pane_g1_sig*)(GetFunction(EApiId_tabs_4_active_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12978
	inline TAknTextComponentLayout tabs_4_active_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_4_active_pane_t1_sig*)(GetFunction(EApiId_tabs_4_active_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12980
	// LAF Table : tabs_4_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12981
	inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_passive_tab_pane_cp3_ParamLimits_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12982
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12983
	inline TAknWindowComponentLayout bg_passive_tab_pane_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_cp3_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12984
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12985
	inline TAknWindowComponentLayout tabs_4_1_passive_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_4_1_passive_pane_g1_sig*)(GetFunction(EApiId_tabs_4_1_passive_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12987
	inline TAknTextComponentLayout tabs_4_1_passive_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_4_1_passive_pane_t1_sig*)(GetFunction(EApiId_tabs_4_1_passive_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12988
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12989
	// LAF Table : set_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12990
	inline TAknWindowComponentLayout list_highlight_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp2_sig*)(GetFunction(EApiId_list_highlight_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12992
	inline TAknLayoutScalableParameterLimits list_set_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_set_pane_ParamLimits_sig*)(GetFunction(EApiId_list_set_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12994
	inline TAknWindowComponentLayout list_set_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_set_pane_sig*)(GetFunction(EApiId_list_set_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12995
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12996
	inline TAknLayoutScalableParameterLimits main_pane_set_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_pane_set_t1_ParamLimits_sig*)(GetFunction(EApiId_main_pane_set_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12997
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12998
	inline TAknTextComponentLayout main_pane_set_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_set_t1_sig*)(GetFunction(EApiId_main_pane_set_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13000
	inline TAknLayoutScalableParameterLimits main_pane_set_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_pane_set_t2_ParamLimits_sig*)(GetFunction(EApiId_main_pane_set_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13002
	inline TAknTextComponentLayout main_pane_set_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_set_t2_sig*)(GetFunction(EApiId_main_pane_set_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13004
	inline TAknLayoutScalableParameterLimits main_pane_set_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_pane_set_t3_ParamLimits_sig*)(GetFunction(EApiId_main_pane_set_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13006
	inline TAknTextComponentLayout main_pane_set_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_set_t3_sig*)(GetFunction(EApiId_main_pane_set_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13008
	inline TAknLayoutScalableParameterLimits main_pane_set_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_pane_set_t4_ParamLimits_sig*)(GetFunction(EApiId_main_pane_set_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13010
	inline TAknTextComponentLayout main_pane_set_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_set_t4_sig*)(GetFunction(EApiId_main_pane_set_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13012
	inline TAknLayoutScalableTableLimits main_pane_set_t_Limits() const		{ return (*(Tmain_pane_set_t_Limits_sig*)(GetFunction(EApiId_main_pane_set_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13014
	inline TAknLayoutScalableParameterLimits main_pane_set_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_pane_set_t_ParamLimits_sig*)(GetFunction(EApiId_main_pane_set_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13016
	inline TAknTextComponentLayout main_pane_set_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_set_t_sig*)(GetFunction(EApiId_main_pane_set_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13018
	inline TAknWindowComponentLayout setting_code_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_code_pane_sig*)(GetFunction(EApiId_setting_code_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13020
	inline TAknWindowComponentLayout setting_slider_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_graphic_pane_sig*)(GetFunction(EApiId_setting_slider_graphic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13022
	inline TAknWindowComponentLayout setting_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_pane_sig*)(GetFunction(EApiId_setting_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13023
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13024
	inline TAknWindowComponentLayout setting_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_text_pane_sig*)(GetFunction(EApiId_setting_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13025
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13026
	inline TAknWindowComponentLayout setting_volume_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_volume_pane_sig*)(GetFunction(EApiId_setting_volume_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13028
	// LAF Table : setting_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13029
	inline TAknWindowComponentLayout volume_set_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_sig*)(GetFunction(EApiId_volume_set_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13031
	// LAF Table : setting_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13032
	inline TAknWindowComponentLayout bg_set_opt_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_cp_sig*)(GetFunction(EApiId_bg_set_opt_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13033
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13034
	inline TAknTextComponentLayout setting_slider_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_pane_t1_sig*)(GetFunction(EApiId_setting_slider_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13035
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13036
	inline TAknTextComponentLayout setting_slider_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_pane_t2_sig*)(GetFunction(EApiId_setting_slider_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13038
	inline TAknTextComponentLayout setting_slider_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_pane_t3_sig*)(GetFunction(EApiId_setting_slider_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13040
	inline TAknLayoutScalableTableLimits setting_slider_pane_t_Limits() const		{ return (*(Tsetting_slider_pane_t_Limits_sig*)(GetFunction(EApiId_setting_slider_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13042
	inline TAknTextComponentLayout setting_slider_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_pane_t_sig*)(GetFunction(EApiId_setting_slider_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13043
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13044
	inline TAknWindowComponentLayout slider_set_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_sig*)(GetFunction(EApiId_slider_set_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13046
	// LAF Table : setting_slider_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13047
	inline TAknWindowComponentLayout bg_set_opt_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_cp2_sig*)(GetFunction(EApiId_bg_set_opt_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13049
	inline TAknWindowComponentLayout setting_slider_graphic_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_graphic_pane_g1_sig*)(GetFunction(EApiId_setting_slider_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13051
	inline TAknTextComponentLayout setting_slider_graphic_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_graphic_pane_t1_sig*)(GetFunction(EApiId_setting_slider_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13052
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13053
	inline TAknTextComponentLayout setting_slider_graphic_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_graphic_pane_t2_sig*)(GetFunction(EApiId_setting_slider_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13054
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13055
	inline TAknLayoutScalableTableLimits setting_slider_graphic_pane_t_Limits() const		{ return (*(Tsetting_slider_graphic_pane_t_Limits_sig*)(GetFunction(EApiId_setting_slider_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13056
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13057
	inline TAknTextComponentLayout setting_slider_graphic_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_graphic_pane_t_sig*)(GetFunction(EApiId_setting_slider_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13058
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13059
	inline TAknWindowComponentLayout slider_set_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_cp_sig*)(GetFunction(EApiId_slider_set_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13061
	// LAF Table : setting_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13062
	inline TAknWindowComponentLayout input_focus_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp1_sig*)(GetFunction(EApiId_input_focus_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13063
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13064
	inline TAknWindowComponentLayout list_set_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_set_text_pane_sig*)(GetFunction(EApiId_list_set_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13066
	inline TAknWindowComponentLayout setting_text_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_text_pane_g1_sig*)(GetFunction(EApiId_setting_text_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13068
	// LAF Table : setting_code_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13069
	inline TAknWindowComponentLayout input_focus_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp2_sig*)(GetFunction(EApiId_input_focus_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13071
	inline TAknWindowComponentLayout setting_code_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_code_pane_g1_sig*)(GetFunction(EApiId_setting_code_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13073
	inline TAknTextComponentLayout setting_code_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_code_pane_t1_sig*)(GetFunction(EApiId_setting_code_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13075
	// LAF Table : list_set_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13076
	inline TAknLayoutScalableParameterLimits set_text_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tset_text_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_set_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13078
	inline TAknTextComponentLayout set_text_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tset_text_pane_t1_sig*)(GetFunction(EApiId_set_text_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13079
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13080
	// LAF Table : bg_set_opt_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13081
	inline TAknWindowComponentLayout set_opt_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g1_sig*)(GetFunction(EApiId_set_opt_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13082
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13083
	inline TAknWindowComponentLayout set_opt_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g2_sig*)(GetFunction(EApiId_set_opt_bg_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13084
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13085
	inline TAknWindowComponentLayout set_opt_bg_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g3_sig*)(GetFunction(EApiId_set_opt_bg_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13087
	inline TAknWindowComponentLayout set_opt_bg_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g4_sig*)(GetFunction(EApiId_set_opt_bg_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13088
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13089
	inline TAknWindowComponentLayout set_opt_bg_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g5_sig*)(GetFunction(EApiId_set_opt_bg_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13090
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13091
	inline TAknWindowComponentLayout set_opt_bg_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g6_sig*)(GetFunction(EApiId_set_opt_bg_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13092
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13093
	inline TAknWindowComponentLayout set_opt_bg_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g7_sig*)(GetFunction(EApiId_set_opt_bg_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13094
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13095
	inline TAknWindowComponentLayout set_opt_bg_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g8_sig*)(GetFunction(EApiId_set_opt_bg_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13096
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13097
	inline TAknWindowComponentLayout set_opt_bg_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g9_sig*)(GetFunction(EApiId_set_opt_bg_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13098
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13099
	inline TAknLayoutScalableTableLimits set_opt_bg_pane_g_Limits() const		{ return (*(Tset_opt_bg_pane_g_Limits_sig*)(GetFunction(EApiId_set_opt_bg_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13101
	inline TAknWindowComponentLayout set_opt_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g_sig*)(GetFunction(EApiId_set_opt_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13103
	// LAF Table : slider_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13104
	inline TAknWindowComponentLayout slider_set_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_g1_sig*)(GetFunction(EApiId_slider_set_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13106
	inline TAknWindowComponentLayout slider_set_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_g2_sig*)(GetFunction(EApiId_slider_set_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13108
	inline TAknLayoutScalableTableLimits slider_set_pane_g_Limits() const		{ return (*(Tslider_set_pane_g_Limits_sig*)(GetFunction(EApiId_slider_set_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13110
	inline TAknWindowComponentLayout slider_set_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_g_sig*)(GetFunction(EApiId_slider_set_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13112
	// LAF Table : volume_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13113
	inline TAknWindowComponentLayout volume_set_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g1_sig*)(GetFunction(EApiId_volume_set_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13115
	inline TAknWindowComponentLayout volume_set_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g2_sig*)(GetFunction(EApiId_volume_set_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13117
	inline TAknWindowComponentLayout volume_set_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g3_sig*)(GetFunction(EApiId_volume_set_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13119
	inline TAknWindowComponentLayout volume_set_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g4_sig*)(GetFunction(EApiId_volume_set_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13121
	inline TAknWindowComponentLayout volume_set_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g5_sig*)(GetFunction(EApiId_volume_set_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13123
	inline TAknWindowComponentLayout volume_set_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g6_sig*)(GetFunction(EApiId_volume_set_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13125
	inline TAknWindowComponentLayout volume_set_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g7_sig*)(GetFunction(EApiId_volume_set_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13127
	inline TAknWindowComponentLayout volume_set_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g8_sig*)(GetFunction(EApiId_volume_set_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13129
	inline TAknWindowComponentLayout volume_set_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g9_sig*)(GetFunction(EApiId_volume_set_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13131
	inline TAknWindowComponentLayout volume_set_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g10_sig*)(GetFunction(EApiId_volume_set_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13133
	inline TAknLayoutScalableTableLimits volume_set_pane_g_Limits() const		{ return (*(Tvolume_set_pane_g_Limits_sig*)(GetFunction(EApiId_volume_set_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13135
	inline TAknWindowComponentLayout volume_set_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g_sig*)(GetFunction(EApiId_volume_set_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13137
	// LAF Table : main_idle_trad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13138
	inline TAknLayoutScalableParameterLimits indicator_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tindicator_pane_ParamLimits_sig*)(GetFunction(EApiId_indicator_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13140
	inline TAknWindowComponentLayout indicator_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_pane_sig*)(GetFunction(EApiId_indicator_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13142
	inline TAknLayoutScalableParameterLimits main_idle_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_idle_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_idle_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13144
	inline TAknWindowComponentLayout main_idle_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_idle_pane_g2_sig*)(GetFunction(EApiId_main_idle_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13146
	inline TAknLayoutScalableParameterLimits main_pane_idle_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_pane_idle_g1_ParamLimits_sig*)(GetFunction(EApiId_main_pane_idle_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13148
	inline TAknWindowComponentLayout main_pane_idle_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_idle_g1_sig*)(GetFunction(EApiId_main_pane_idle_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13150
	inline TAknLayoutScalableParameterLimits popup_clock_digital_analogue_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_clock_digital_analogue_window_ParamLimits_sig*)(GetFunction(EApiId_popup_clock_digital_analogue_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13152
	inline TAknWindowComponentLayout popup_clock_digital_analogue_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_digital_analogue_window_sig*)(GetFunction(EApiId_popup_clock_digital_analogue_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13154
	inline TAknLayoutScalableParameterLimits soft_indicator_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsoft_indicator_pane_ParamLimits_sig*)(GetFunction(EApiId_soft_indicator_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13156
	inline TAknWindowComponentLayout soft_indicator_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsoft_indicator_pane_sig*)(GetFunction(EApiId_soft_indicator_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13158
	inline TAknLayoutScalableParameterLimits wallpaper_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Twallpaper_pane_ParamLimits_sig*)(GetFunction(EApiId_wallpaper_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13160
	inline TAknWindowComponentLayout wallpaper_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twallpaper_pane_sig*)(GetFunction(EApiId_wallpaper_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13162
	// LAF Table : wallpaper_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13163
	inline TAknWindowComponentLayout wallpaper_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twallpaper_pane_g1_sig*)(GetFunction(EApiId_wallpaper_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13164
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13165
	// LAF Table : indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13166
	inline TAknLayoutScalableParameterLimits indicator_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tindicator_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_indicator_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13168
	inline TAknWindowComponentLayout indicator_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_pane_g1_sig*)(GetFunction(EApiId_indicator_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13170
	// LAF Table : navi_navi_icon_text_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13171
	inline TAknWindowComponentLayout navi_navi_icon_text_pane_srt_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_icon_text_pane_srt_g1_sig*)(GetFunction(EApiId_navi_navi_icon_text_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13173
	// LAF Table : soft_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13174
	inline TAknTextComponentLayout soft_indicator_pane_t1(TInt aRow = 0, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tsoft_indicator_pane_t1_sig*)(GetFunction(EApiId_soft_indicator_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13175
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13176
	// LAF Table : power_save_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13177
	inline TAknWindowComponentLayout aid_ps_area_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_ps_area_pane_sig*)(GetFunction(EApiId_aid_ps_area_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13179
	inline TAknWindowComponentLayout aid_ps_clock_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_ps_clock_pane_sig*)(GetFunction(EApiId_aid_ps_clock_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13181
	inline TAknWindowComponentLayout aid_ps_indicator_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_ps_indicator_pane_sig*)(GetFunction(EApiId_aid_ps_indicator_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13183
	inline TAknLayoutScalableParameterLimits indicator_ps_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tindicator_ps_pane_ParamLimits_sig*)(GetFunction(EApiId_indicator_ps_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13185
	inline TAknWindowComponentLayout indicator_ps_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_ps_pane_sig*)(GetFunction(EApiId_indicator_ps_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13187
	inline TAknLayoutScalableParameterLimits power_save_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpower_save_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_power_save_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13189
	inline TAknWindowComponentLayout power_save_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpower_save_pane_g1_sig*)(GetFunction(EApiId_power_save_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13191
	inline TAknLayoutScalableParameterLimits power_save_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpower_save_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_power_save_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13193
	inline TAknWindowComponentLayout power_save_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpower_save_pane_g2_sig*)(GetFunction(EApiId_power_save_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13195
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13196
	inline TAknWindowComponentLayout aid_navinavi_width_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_navinavi_width_pane_sig*)(GetFunction(EApiId_aid_navinavi_width_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13198
	// LAF Table : power_save_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13199
	inline TAknLayoutScalableParameterLimits aid_ps_area_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_ps_area_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_ps_area_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13201
	inline TAknLayoutScalableTableLimits power_save_pane_g_Limits() const		{ return (*(Tpower_save_pane_g_Limits_sig*)(GetFunction(EApiId_power_save_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13203
	inline TAknLayoutScalableParameterLimits power_save_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpower_save_pane_g_ParamLimits_sig*)(GetFunction(EApiId_power_save_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13204
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13205
	inline TAknWindowComponentLayout power_save_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpower_save_pane_g_sig*)(GetFunction(EApiId_power_save_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13207
	inline TAknLayoutScalableParameterLimits power_save_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpower_save_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_power_save_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13209
	inline TAknTextComponentLayout power_save_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpower_save_pane_t1_sig*)(GetFunction(EApiId_power_save_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13211
	inline TAknLayoutScalableParameterLimits aid_ps_clock_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_ps_clock_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_ps_clock_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13213
	inline TAknLayoutScalableParameterLimits aid_ps_indicator_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_ps_indicator_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_ps_indicator_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13215
	inline TAknLayoutScalableParameterLimits power_save_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpower_save_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_power_save_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13217
	inline TAknTextComponentLayout power_save_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpower_save_pane_t4_sig*)(GetFunction(EApiId_power_save_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13219
	inline TAknLayoutScalableTableLimits power_save_pane_t_Limits() const		{ return (*(Tpower_save_pane_t_Limits_sig*)(GetFunction(EApiId_power_save_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13221
	inline TAknLayoutScalableParameterLimits power_save_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpower_save_pane_t_ParamLimits_sig*)(GetFunction(EApiId_power_save_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13223
	inline TAknTextComponentLayout power_save_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpower_save_pane_t_sig*)(GetFunction(EApiId_power_save_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13224
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13225
	inline TAknLayoutScalableParameterLimits power_save_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpower_save_t3_ParamLimits_sig*)(GetFunction(EApiId_power_save_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13227
	inline TAknTextComponentLayout power_save_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpower_save_t3_sig*)(GetFunction(EApiId_power_save_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13229
	inline TAknLayoutScalableParameterLimits power_save_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpower_save_t2_ParamLimits_sig*)(GetFunction(EApiId_power_save_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13231
	inline TAknTextComponentLayout power_save_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpower_save_t2_sig*)(GetFunction(EApiId_power_save_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13233
	// LAF Table : indicator_ps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13234
	inline TAknWindowComponentLayout indicator_ps_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_ps_pane_g1_sig*)(GetFunction(EApiId_indicator_ps_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13236
	// LAF Table : main_idle_act_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13237
	inline TAknLayoutScalableParameterLimits ai_gene_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tai_gene_pane_ParamLimits_sig*)(GetFunction(EApiId_ai_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13238
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13239
	inline TAknWindowComponentLayout ai_gene_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_gene_pane_sig*)(GetFunction(EApiId_ai_gene_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13241
	inline TAknLayoutScalableParameterLimits ai_links_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tai_links_pane_ParamLimits_sig*)(GetFunction(EApiId_ai_links_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13243
	inline TAknWindowComponentLayout ai_links_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_links_pane_sig*)(GetFunction(EApiId_ai_links_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13244
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13245
	inline TAknLayoutScalableParameterLimits indicator_pane_cp1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tindicator_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_indicator_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13247
	inline TAknWindowComponentLayout indicator_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_pane_cp1_sig*)(GetFunction(EApiId_indicator_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13249
	inline TAknLayoutScalableParameterLimits main_pane_idle_g1_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_pane_idle_g1_cp_ParamLimits_sig*)(GetFunction(EApiId_main_pane_idle_g1_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13251
	inline TAknWindowComponentLayout main_pane_idle_g1_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_idle_g1_cp_sig*)(GetFunction(EApiId_main_pane_idle_g1_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13253
	inline TAknWindowComponentLayout popup_ai_links_title_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_ai_links_title_window_sig*)(GetFunction(EApiId_popup_ai_links_title_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13255
	inline TAknLayoutScalableParameterLimits soft_indicator_pane_cp1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsoft_indicator_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_soft_indicator_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13257
	inline TAknWindowComponentLayout soft_indicator_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsoft_indicator_pane_cp1_sig*)(GetFunction(EApiId_soft_indicator_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13259
	// LAF Table : ai_links_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13260
	inline TAknWindowComponentLayout ai_links_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_links_pane_g1_sig*)(GetFunction(EApiId_ai_links_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13262
	inline TAknWindowComponentLayout grid_ai_links_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_ai_links_pane_sig*)(GetFunction(EApiId_grid_ai_links_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13264
	// LAF Table : ai_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13265
	inline TAknWindowComponentLayout ai_gene_pane_1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_gene_pane_1_sig*)(GetFunction(EApiId_ai_gene_pane_1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13267
	inline TAknWindowComponentLayout ai_gene_pane_2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_gene_pane_2_sig*)(GetFunction(EApiId_ai_gene_pane_2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13269
	inline TAknWindowComponentLayout list_highlight_pane_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp4_sig*)(GetFunction(EApiId_list_highlight_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13271
	// LAF Table : grid_ai_links_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13272
	inline TAknLayoutScalableParameterLimits cell_ai_link_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_ai_link_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_ai_link_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13274
	inline TAknWindowComponentLayout cell_ai_link_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0) const		{ return (*(Tcell_ai_link_pane_sig*)(GetFunction(EApiId_cell_ai_link_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13276
	// LAF Table : cell_ai_link_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13277
	inline TAknWindowComponentLayout cell_ai_link_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai_link_pane_g1_sig*)(GetFunction(EApiId_cell_ai_link_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13279
	inline TAknWindowComponentLayout cell_ai_link_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai_link_pane_g2_sig*)(GetFunction(EApiId_cell_ai_link_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13281
	inline TAknLayoutScalableTableLimits cell_ai_link_pane_g_Limits() const		{ return (*(Tcell_ai_link_pane_g_Limits_sig*)(GetFunction(EApiId_cell_ai_link_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13283
	inline TAknWindowComponentLayout cell_ai_link_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai_link_pane_g_sig*)(GetFunction(EApiId_cell_ai_link_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13285
	inline TAknWindowComponentLayout grid_highlight_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_cp2_sig*)(GetFunction(EApiId_grid_highlight_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13287
	// LAF Table : popup_ai_links_title_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13288
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp1_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13289
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13290
	inline TAknTextComponentLayout popup_ai_links_title_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_ai_links_title_window_t1_sig*)(GetFunction(EApiId_popup_ai_links_title_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13292
	// LAF Table : ai_gene_pane_1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13293
	inline TAknLayoutScalableParameterLimits ai_gene_pane_1_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tai_gene_pane_1_g1_ParamLimits_sig*)(GetFunction(EApiId_ai_gene_pane_1_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13295
	inline TAknWindowComponentLayout ai_gene_pane_1_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_gene_pane_1_g1_sig*)(GetFunction(EApiId_ai_gene_pane_1_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13297
	inline TAknLayoutScalableParameterLimits ai_gene_pane_1_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tai_gene_pane_1_g2_ParamLimits_sig*)(GetFunction(EApiId_ai_gene_pane_1_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13298
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13299
	inline TAknWindowComponentLayout ai_gene_pane_1_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_gene_pane_1_g2_sig*)(GetFunction(EApiId_ai_gene_pane_1_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13300
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13301
	inline TAknLayoutScalableTableLimits ai_gene_pane_1_g_Limits() const		{ return (*(Tai_gene_pane_1_g_Limits_sig*)(GetFunction(EApiId_ai_gene_pane_1_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13302
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13303
	inline TAknLayoutScalableParameterLimits ai_gene_pane_1_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tai_gene_pane_1_g_ParamLimits_sig*)(GetFunction(EApiId_ai_gene_pane_1_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13305
	inline TAknWindowComponentLayout ai_gene_pane_1_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_gene_pane_1_g_sig*)(GetFunction(EApiId_ai_gene_pane_1_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13307
	inline TAknLayoutScalableParameterLimits ai_gene_pane_1_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tai_gene_pane_1_t1_ParamLimits_sig*)(GetFunction(EApiId_ai_gene_pane_1_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13309
	inline TAknTextComponentLayout ai_gene_pane_1_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_gene_pane_1_t1_sig*)(GetFunction(EApiId_ai_gene_pane_1_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13311
	inline TAknWindowComponentLayout grid_ai_soft_ind_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_ai_soft_ind_pane_sig*)(GetFunction(EApiId_grid_ai_soft_ind_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13312
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13313
	// LAF Table : ai_gene_pane_2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13314
	inline TAknLayoutScalableParameterLimits ai_gene_pane_2_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tai_gene_pane_2_t1_ParamLimits_sig*)(GetFunction(EApiId_ai_gene_pane_2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13316
	inline TAknTextComponentLayout ai_gene_pane_2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_gene_pane_2_t1_sig*)(GetFunction(EApiId_ai_gene_pane_2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13317
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13318
	// LAF Table : main_list_empty_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13319
	inline TAknLayoutScalableParameterLimits main_pane_empty_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_pane_empty_t1_ParamLimits_sig*)(GetFunction(EApiId_main_pane_empty_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13321
	inline TAknTextComponentLayout main_pane_empty_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_empty_t1_sig*)(GetFunction(EApiId_main_pane_empty_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13323
	inline TAknLayoutScalableParameterLimits main_pane_empty_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_pane_empty_t2_ParamLimits_sig*)(GetFunction(EApiId_main_pane_empty_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13324
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13325
	inline TAknTextComponentLayout main_pane_empty_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_empty_t2_sig*)(GetFunction(EApiId_main_pane_empty_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13326
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13327
	inline TAknLayoutScalableParameterLimits main_pane_empty_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_pane_empty_t3_ParamLimits_sig*)(GetFunction(EApiId_main_pane_empty_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13328
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13329
	inline TAknTextComponentLayout main_pane_empty_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_empty_t3_sig*)(GetFunction(EApiId_main_pane_empty_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13331
	inline TAknLayoutScalableParameterLimits main_pane_empty_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_pane_empty_t4_ParamLimits_sig*)(GetFunction(EApiId_main_pane_empty_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13333
	inline TAknTextComponentLayout main_pane_empty_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_empty_t4_sig*)(GetFunction(EApiId_main_pane_empty_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13335
	inline TAknLayoutScalableParameterLimits main_pane_empty_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_pane_empty_t5_ParamLimits_sig*)(GetFunction(EApiId_main_pane_empty_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13337
	inline TAknTextComponentLayout main_pane_empty_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_empty_t5_sig*)(GetFunction(EApiId_main_pane_empty_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13339
	inline TAknLayoutScalableTableLimits main_pane_empty_t_Limits() const		{ return (*(Tmain_pane_empty_t_Limits_sig*)(GetFunction(EApiId_main_pane_empty_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13341
	inline TAknLayoutScalableParameterLimits main_pane_empty_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_pane_empty_t_ParamLimits_sig*)(GetFunction(EApiId_main_pane_empty_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13343
	inline TAknTextComponentLayout main_pane_empty_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_empty_t_sig*)(GetFunction(EApiId_main_pane_empty_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13345
	// LAF Table : popup_window_general
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13346
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13348
	inline TAknWindowComponentLayout bg_popup_window_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_sig*)(GetFunction(EApiId_bg_popup_window_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13350
	inline TAknLayoutScalableParameterLimits find_popup_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfind_popup_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_find_popup_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13352
	inline TAknWindowComponentLayout find_popup_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfind_popup_pane_cp2_sig*)(GetFunction(EApiId_find_popup_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13354
	inline TAknLayoutScalableParameterLimits heading_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Theading_pane_ParamLimits_sig*)(GetFunction(EApiId_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13356
	inline TAknWindowComponentLayout heading_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_sig*)(GetFunction(EApiId_heading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13358
	// LAF Table : popup_sub_window_general
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13359
	inline TAknWindowComponentLayout bg_popup_sub_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_sig*)(GetFunction(EApiId_bg_popup_sub_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13361
	// LAF Table : bg_popup_window_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13362
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13364
	inline TAknWindowComponentLayout bg_popup_window_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_g1_sig*)(GetFunction(EApiId_bg_popup_window_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13366
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13368
	inline TAknWindowComponentLayout bg_popup_window_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_g2_sig*)(GetFunction(EApiId_bg_popup_window_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13370
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13372
	inline TAknWindowComponentLayout bg_popup_window_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_g3_sig*)(GetFunction(EApiId_bg_popup_window_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13374
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13376
	inline TAknWindowComponentLayout bg_popup_window_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_g4_sig*)(GetFunction(EApiId_bg_popup_window_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13378
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13380
	inline TAknWindowComponentLayout bg_popup_window_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_g5_sig*)(GetFunction(EApiId_bg_popup_window_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13382
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13384
	inline TAknWindowComponentLayout bg_popup_window_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_g6_sig*)(GetFunction(EApiId_bg_popup_window_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13386
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13388
	inline TAknWindowComponentLayout bg_popup_window_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_g7_sig*)(GetFunction(EApiId_bg_popup_window_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13390
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13392
	inline TAknWindowComponentLayout bg_popup_window_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_g8_sig*)(GetFunction(EApiId_bg_popup_window_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13394
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g9_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_g9_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13396
	inline TAknWindowComponentLayout bg_popup_window_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_g9_sig*)(GetFunction(EApiId_bg_popup_window_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13397
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13398
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g10_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_g10_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_g10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13399
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13400
	inline TAknWindowComponentLayout bg_popup_window_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_g10_sig*)(GetFunction(EApiId_bg_popup_window_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13401
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13402
	inline TAknLayoutScalableTableLimits bg_popup_window_pane_g_Limits() const		{ return (*(Tbg_popup_window_pane_g_Limits_sig*)(GetFunction(EApiId_bg_popup_window_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13404
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_g_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13406
	inline TAknWindowComponentLayout bg_popup_window_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_g_sig*)(GetFunction(EApiId_bg_popup_window_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13408
	// LAF Table : heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13409
	inline TAknLayoutScalableParameterLimits bg_popup_heading_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_heading_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13411
	inline TAknWindowComponentLayout bg_popup_heading_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_heading_pane_sig*)(GetFunction(EApiId_bg_popup_heading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13413
	// LAF Table : navi_tabs_4_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13414
	inline TAknLayoutScalableParameterLimits tabs_4_passive_pane_cp_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_4_passive_pane_cp_srt_ParamLimits_sig*)(GetFunction(EApiId_tabs_4_passive_pane_cp_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13416
	inline TAknWindowComponentLayout tabs_4_passive_pane_cp_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_4_passive_pane_cp_srt_sig*)(GetFunction(EApiId_tabs_4_passive_pane_cp_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13418
	inline TAknLayoutScalableParameterLimits tabs_4_passive_pane_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_4_passive_pane_srt_ParamLimits_sig*)(GetFunction(EApiId_tabs_4_passive_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13420
	// LAF Table : heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13421
	inline TAknWindowComponentLayout heading_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_g2_sig*)(GetFunction(EApiId_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13423
	// LAF Table : navi_tabs_4_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13424
	inline TAknWindowComponentLayout tabs_4_passive_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_4_passive_pane_srt_sig*)(GetFunction(EApiId_tabs_4_passive_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13426
	// LAF Table : tabs_4_passive_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13427
	inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp3_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_passive_tab_pane_cp3_srt_ParamLimits_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp3_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13429
	inline TAknWindowComponentLayout bg_passive_tab_pane_cp3_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_cp3_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp3_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13431
	// LAF Table : heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13432
	inline TAknLayoutScalableParameterLimits heading_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Theading_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13434
	inline TAknTextComponentLayout heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_t1_sig*)(GetFunction(EApiId_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13436
	inline TAknLayoutScalableParameterLimits heading_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Theading_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13438
	inline TAknTextComponentLayout heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_t2_sig*)(GetFunction(EApiId_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13440
	inline TAknLayoutScalableTableLimits heading_pane_t_Limits() const		{ return (*(Theading_pane_t_Limits_sig*)(GetFunction(EApiId_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13442
	inline TAknLayoutScalableParameterLimits heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Theading_pane_t_ParamLimits_sig*)(GetFunction(EApiId_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13444
	inline TAknTextComponentLayout heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_t_sig*)(GetFunction(EApiId_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13446
	// LAF Table : bg_popup_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13447
	inline TAknWindowComponentLayout bg_popup_heading_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_heading_pane_g1_sig*)(GetFunction(EApiId_bg_popup_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13449
	inline TAknWindowComponentLayout bg_popup_heading_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_heading_pane_g2_sig*)(GetFunction(EApiId_bg_popup_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13451
	inline TAknWindowComponentLayout bg_popup_heading_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_heading_pane_g3_sig*)(GetFunction(EApiId_bg_popup_heading_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13453
	inline TAknWindowComponentLayout bg_popup_heading_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_heading_pane_g4_sig*)(GetFunction(EApiId_bg_popup_heading_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13455
	inline TAknWindowComponentLayout bg_popup_heading_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_heading_pane_g5_sig*)(GetFunction(EApiId_bg_popup_heading_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13457
	inline TAknWindowComponentLayout bg_popup_heading_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_heading_pane_g6_sig*)(GetFunction(EApiId_bg_popup_heading_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13459
	inline TAknWindowComponentLayout bg_popup_heading_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_heading_pane_g7_sig*)(GetFunction(EApiId_bg_popup_heading_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13461
	inline TAknWindowComponentLayout bg_popup_heading_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_heading_pane_g8_sig*)(GetFunction(EApiId_bg_popup_heading_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13463
	inline TAknWindowComponentLayout bg_popup_heading_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_heading_pane_g9_sig*)(GetFunction(EApiId_bg_popup_heading_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13465
	inline TAknLayoutScalableTableLimits bg_popup_heading_pane_g_Limits() const		{ return (*(Tbg_popup_heading_pane_g_Limits_sig*)(GetFunction(EApiId_bg_popup_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13467
	inline TAknWindowComponentLayout bg_popup_heading_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_heading_pane_g_sig*)(GetFunction(EApiId_bg_popup_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13469
	// LAF Table : bg_popup_sub_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13470
	inline TAknWindowComponentLayout bg_popup_sub_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_g1_sig*)(GetFunction(EApiId_bg_popup_sub_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13472
	inline TAknWindowComponentLayout bg_popup_sub_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_g2_sig*)(GetFunction(EApiId_bg_popup_sub_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13474
	inline TAknWindowComponentLayout bg_popup_sub_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_g3_sig*)(GetFunction(EApiId_bg_popup_sub_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13476
	inline TAknWindowComponentLayout bg_popup_sub_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_g4_sig*)(GetFunction(EApiId_bg_popup_sub_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13478
	inline TAknWindowComponentLayout bg_popup_sub_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_g5_sig*)(GetFunction(EApiId_bg_popup_sub_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13480
	inline TAknWindowComponentLayout bg_popup_sub_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_g6_sig*)(GetFunction(EApiId_bg_popup_sub_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13482
	inline TAknWindowComponentLayout bg_popup_sub_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_g7_sig*)(GetFunction(EApiId_bg_popup_sub_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13483
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13484
	inline TAknWindowComponentLayout bg_popup_sub_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_g8_sig*)(GetFunction(EApiId_bg_popup_sub_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13485
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13486
	inline TAknWindowComponentLayout bg_popup_sub_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_g9_sig*)(GetFunction(EApiId_bg_popup_sub_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13487
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13488
	inline TAknLayoutScalableTableLimits bg_popup_sub_pane_g_Limits() const		{ return (*(Tbg_popup_sub_pane_g_Limits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13490
	inline TAknWindowComponentLayout bg_popup_sub_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_g_sig*)(GetFunction(EApiId_bg_popup_sub_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13491
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13492
	// LAF Table : popup_note_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13493
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_cp5_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13495
	inline TAknWindowComponentLayout bg_popup_window_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp5_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13496
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13497
	inline TAknLayoutScalableParameterLimits popup_note_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_note_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13498
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13499
	inline TAknWindowComponentLayout popup_note_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_window_g1_sig*)(GetFunction(EApiId_popup_note_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13500
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13501
	inline TAknLayoutScalableParameterLimits popup_note_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_note_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13502
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13503
	inline TAknTextComponentLayout popup_note_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_window_t1_sig*)(GetFunction(EApiId_popup_note_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13505
	inline TAknLayoutScalableParameterLimits popup_note_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_note_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13507
	inline TAknTextComponentLayout popup_note_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_window_t2_sig*)(GetFunction(EApiId_popup_note_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13509
	inline TAknLayoutScalableParameterLimits popup_note_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_note_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13511
	inline TAknTextComponentLayout popup_note_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_window_t3_sig*)(GetFunction(EApiId_popup_note_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13513
	inline TAknLayoutScalableParameterLimits popup_note_window_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_note_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13515
	inline TAknTextComponentLayout popup_note_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_window_t4_sig*)(GetFunction(EApiId_popup_note_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13517
	inline TAknLayoutScalableParameterLimits popup_note_window_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_window_t5_ParamLimits_sig*)(GetFunction(EApiId_popup_note_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13519
	inline TAknTextComponentLayout popup_note_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_window_t5_sig*)(GetFunction(EApiId_popup_note_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13521
	inline TAknLayoutScalableTableLimits popup_note_window_t_Limits() const		{ return (*(Tpopup_note_window_t_Limits_sig*)(GetFunction(EApiId_popup_note_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13523
	inline TAknLayoutScalableParameterLimits popup_note_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_note_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_note_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13525
	inline TAknTextComponentLayout popup_note_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_window_t_sig*)(GetFunction(EApiId_popup_note_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13527
	// LAF Table : popup_note_image_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13528
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_cp6_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13530
	inline TAknWindowComponentLayout bg_popup_window_pane_cp6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp6_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13532
	inline TAknLayoutScalableParameterLimits popup_note_image_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_image_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_note_image_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13534
	inline TAknWindowComponentLayout popup_note_image_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_image_window_g1_sig*)(GetFunction(EApiId_popup_note_image_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13536
	inline TAknLayoutScalableParameterLimits popup_note_image_window_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_image_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_note_image_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13538
	inline TAknWindowComponentLayout popup_note_image_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_image_window_g2_sig*)(GetFunction(EApiId_popup_note_image_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13540
	inline TAknLayoutScalableTableLimits popup_note_image_window_g_Limits() const		{ return (*(Tpopup_note_image_window_g_Limits_sig*)(GetFunction(EApiId_popup_note_image_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13542
	inline TAknLayoutScalableParameterLimits popup_note_image_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_note_image_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_note_image_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13544
	inline TAknWindowComponentLayout popup_note_image_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_image_window_g_sig*)(GetFunction(EApiId_popup_note_image_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13546
	inline TAknLayoutScalableParameterLimits popup_note_image_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_image_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_note_image_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13548
	inline TAknTextComponentLayout popup_note_image_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_image_window_t1_sig*)(GetFunction(EApiId_popup_note_image_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13550
	inline TAknLayoutScalableParameterLimits popup_note_image_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_image_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_note_image_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13551
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13552
	inline TAknTextComponentLayout popup_note_image_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_image_window_t2_sig*)(GetFunction(EApiId_popup_note_image_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13554
	inline TAknLayoutScalableParameterLimits popup_note_image_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_image_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_note_image_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13556
	inline TAknTextComponentLayout popup_note_image_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_image_window_t3_sig*)(GetFunction(EApiId_popup_note_image_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13557
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13558
	inline TAknLayoutScalableTableLimits popup_note_image_window_t_Limits() const		{ return (*(Tpopup_note_image_window_t_Limits_sig*)(GetFunction(EApiId_popup_note_image_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13559
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13560
	inline TAknLayoutScalableParameterLimits popup_note_image_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_note_image_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_note_image_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13562
	inline TAknTextComponentLayout popup_note_image_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_image_window_t_sig*)(GetFunction(EApiId_popup_note_image_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13564
	// LAF Table : popup_note_wait_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13565
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_cp7_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13567
	inline TAknWindowComponentLayout bg_popup_window_pane_cp7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp7_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13569
	inline TAknLayoutScalableParameterLimits popup_note_wait_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_wait_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_note_wait_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13571
	inline TAknWindowComponentLayout popup_note_wait_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_wait_window_g1_sig*)(GetFunction(EApiId_popup_note_wait_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13572
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13573
	inline TAknLayoutScalableParameterLimits popup_note_wait_window_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_wait_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_note_wait_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13574
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13575
	inline TAknWindowComponentLayout popup_note_wait_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_wait_window_g2_sig*)(GetFunction(EApiId_popup_note_wait_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13577
	inline TAknLayoutScalableTableLimits popup_note_wait_window_g_Limits() const		{ return (*(Tpopup_note_wait_window_g_Limits_sig*)(GetFunction(EApiId_popup_note_wait_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13579
	inline TAknLayoutScalableParameterLimits popup_note_wait_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_note_wait_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_note_wait_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13581
	inline TAknWindowComponentLayout popup_note_wait_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_wait_window_g_sig*)(GetFunction(EApiId_popup_note_wait_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13582
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13583
	inline TAknLayoutScalableParameterLimits popup_note_wait_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_wait_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_note_wait_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13585
	inline TAknTextComponentLayout popup_note_wait_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_wait_window_t1_sig*)(GetFunction(EApiId_popup_note_wait_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13587
	inline TAknLayoutScalableParameterLimits popup_note_wait_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_wait_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_note_wait_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13589
	inline TAknTextComponentLayout popup_note_wait_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_wait_window_t2_sig*)(GetFunction(EApiId_popup_note_wait_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13591
	inline TAknLayoutScalableParameterLimits popup_note_wait_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_wait_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_note_wait_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13593
	inline TAknTextComponentLayout popup_note_wait_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_wait_window_t3_sig*)(GetFunction(EApiId_popup_note_wait_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13594
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13595
	inline TAknLayoutScalableParameterLimits popup_note_wait_window_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_wait_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_note_wait_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13596
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13597
	inline TAknTextComponentLayout popup_note_wait_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_wait_window_t4_sig*)(GetFunction(EApiId_popup_note_wait_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13598
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13599
	inline TAknLayoutScalableTableLimits popup_note_wait_window_t_Limits() const		{ return (*(Tpopup_note_wait_window_t_Limits_sig*)(GetFunction(EApiId_popup_note_wait_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13600
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13601
	inline TAknLayoutScalableParameterLimits popup_note_wait_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_note_wait_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_note_wait_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13603
	inline TAknTextComponentLayout popup_note_wait_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_wait_window_t_sig*)(GetFunction(EApiId_popup_note_wait_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13605
	inline TAknLayoutScalableParameterLimits wait_bar_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Twait_bar_pane_ParamLimits_sig*)(GetFunction(EApiId_wait_bar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13607
	inline TAknWindowComponentLayout wait_bar_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_bar_pane_sig*)(GetFunction(EApiId_wait_bar_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13609
	// LAF Table : wait_bar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13610
	inline TAknWindowComponentLayout wait_anim_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_anim_pane_sig*)(GetFunction(EApiId_wait_anim_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13612
	inline TAknWindowComponentLayout wait_border_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_border_pane_sig*)(GetFunction(EApiId_wait_border_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13614
	// LAF Table : wait_anim_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13615
	inline TAknWindowComponentLayout wait_anim_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_anim_pane_g1_sig*)(GetFunction(EApiId_wait_anim_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13617
	inline TAknWindowComponentLayout wait_anim_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_anim_pane_g2_sig*)(GetFunction(EApiId_wait_anim_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13619
	inline TAknLayoutScalableTableLimits wait_anim_pane_g_Limits() const		{ return (*(Twait_anim_pane_g_Limits_sig*)(GetFunction(EApiId_wait_anim_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13621
	inline TAknWindowComponentLayout wait_anim_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_anim_pane_g_sig*)(GetFunction(EApiId_wait_anim_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13623
	// LAF Table : wait_border_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13624
	inline TAknWindowComponentLayout wait_border_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_border_pane_g1_sig*)(GetFunction(EApiId_wait_border_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13626
	inline TAknWindowComponentLayout wait_border_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_border_pane_g2_sig*)(GetFunction(EApiId_wait_border_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13628
	inline TAknWindowComponentLayout wait_border_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_border_pane_g3_sig*)(GetFunction(EApiId_wait_border_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13630
	inline TAknLayoutScalableTableLimits wait_border_pane_g_Limits() const		{ return (*(Twait_border_pane_g_Limits_sig*)(GetFunction(EApiId_wait_border_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13632
	inline TAknWindowComponentLayout wait_border_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_border_pane_g_sig*)(GetFunction(EApiId_wait_border_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13634
	// LAF Table : popup_query_data_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13635
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp16_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_cp16_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp16_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13637
	inline TAknWindowComponentLayout bg_popup_window_pane_cp16(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp16_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp16)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13639
	inline TAknLayoutScalableParameterLimits indicator_popup_pane_cp4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tindicator_popup_pane_cp4_ParamLimits_sig*)(GetFunction(EApiId_indicator_popup_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13641
	inline TAknWindowComponentLayout indicator_popup_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_popup_pane_cp4_sig*)(GetFunction(EApiId_indicator_popup_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13643
	inline TAknLayoutScalableParameterLimits popup_query_data_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_query_data_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_query_data_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13645
	inline TAknTextComponentLayout popup_query_data_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_data_window_t1_sig*)(GetFunction(EApiId_popup_query_data_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13647
	inline TAknLayoutScalableParameterLimits popup_query_data_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_query_data_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_query_data_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13649
	inline TAknTextComponentLayout popup_query_data_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_data_window_t2_sig*)(GetFunction(EApiId_popup_query_data_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13651
	inline TAknLayoutScalableParameterLimits popup_query_data_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_query_data_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_query_data_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13653
	inline TAknTextComponentLayout popup_query_data_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_data_window_t3_sig*)(GetFunction(EApiId_popup_query_data_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13655
	inline TAknLayoutScalableTableLimits popup_query_data_window_t_Limits() const		{ return (*(Tpopup_query_data_window_t_Limits_sig*)(GetFunction(EApiId_popup_query_data_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13657
	inline TAknLayoutScalableParameterLimits popup_query_data_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_query_data_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_query_data_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13658
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13659
	inline TAknTextComponentLayout popup_query_data_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_data_window_t_sig*)(GetFunction(EApiId_popup_query_data_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13660
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13661
	inline TAknLayoutScalableParameterLimits query_popup_data_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tquery_popup_data_pane_ParamLimits_sig*)(GetFunction(EApiId_query_popup_data_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13663
	inline TAknWindowComponentLayout query_popup_data_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tquery_popup_data_pane_sig*)(GetFunction(EApiId_query_popup_data_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13664
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13665
	inline TAknLayoutScalableParameterLimits query_popup_data_pane_cp1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tquery_popup_data_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_query_popup_data_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13667
	inline TAknWindowComponentLayout query_popup_data_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tquery_popup_data_pane_cp1_sig*)(GetFunction(EApiId_query_popup_data_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13669
	// LAF Table : popup_query_code_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13670
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp10_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_cp10_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13672
	inline TAknWindowComponentLayout bg_popup_window_pane_cp10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp10_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13674
	inline TAknLayoutScalableParameterLimits indicator_popup_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tindicator_popup_pane_ParamLimits_sig*)(GetFunction(EApiId_indicator_popup_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13676
	inline TAknWindowComponentLayout indicator_popup_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_popup_pane_sig*)(GetFunction(EApiId_indicator_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13678
	inline TAknLayoutScalableParameterLimits popup_query_code_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_query_code_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_query_code_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13679
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13680
	inline TAknTextComponentLayout popup_query_code_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_code_window_t1_sig*)(GetFunction(EApiId_popup_query_code_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13681
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13682
	inline TAknLayoutScalableParameterLimits popup_query_code_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_query_code_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_query_code_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13684
	inline TAknTextComponentLayout popup_query_code_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_code_window_t2_sig*)(GetFunction(EApiId_popup_query_code_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13686
	inline TAknLayoutScalableParameterLimits popup_query_code_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_query_code_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_query_code_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13687
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13688
	inline TAknTextComponentLayout popup_query_code_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_code_window_t3_sig*)(GetFunction(EApiId_popup_query_code_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13690
	inline TAknLayoutScalableTableLimits popup_query_code_window_t_Limits() const		{ return (*(Tpopup_query_code_window_t_Limits_sig*)(GetFunction(EApiId_popup_query_code_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13692
	inline TAknLayoutScalableParameterLimits popup_query_code_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_query_code_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_query_code_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13694
	inline TAknTextComponentLayout popup_query_code_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_code_window_t_sig*)(GetFunction(EApiId_popup_query_code_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13696
	inline TAknLayoutScalableParameterLimits query_popup_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tquery_popup_pane_ParamLimits_sig*)(GetFunction(EApiId_query_popup_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13698
	inline TAknWindowComponentLayout query_popup_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tquery_popup_pane_sig*)(GetFunction(EApiId_query_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13700
	// LAF Table : popup_query_data_code_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13701
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp15_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_cp15_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp15_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13703
	inline TAknWindowComponentLayout bg_popup_window_pane_cp15(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp15_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13705
	inline TAknLayoutScalableParameterLimits indicator_popup_pane_cp1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tindicator_popup_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_indicator_popup_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13707
	inline TAknWindowComponentLayout indicator_popup_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_popup_pane_cp1_sig*)(GetFunction(EApiId_indicator_popup_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13708
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13709
	inline TAknLayoutScalableParameterLimits indicator_popup_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tindicator_popup_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_indicator_popup_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13711
	inline TAknWindowComponentLayout indicator_popup_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_popup_pane_cp2_sig*)(GetFunction(EApiId_indicator_popup_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13713
	inline TAknLayoutScalableParameterLimits popup_query_data_code_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_query_data_code_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_query_data_code_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13715
	inline TAknWindowComponentLayout popup_query_data_code_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_data_code_window_g1_sig*)(GetFunction(EApiId_popup_query_data_code_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13717
	inline TAknLayoutScalableParameterLimits popup_query_data_code_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_query_data_code_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_query_data_code_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13719
	inline TAknTextComponentLayout popup_query_data_code_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_data_code_window_t1_sig*)(GetFunction(EApiId_popup_query_data_code_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13721
	inline TAknLayoutScalableParameterLimits popup_query_data_code_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_query_data_code_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_query_data_code_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13723
	inline TAknTextComponentLayout popup_query_data_code_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_data_code_window_t2_sig*)(GetFunction(EApiId_popup_query_data_code_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13725
	inline TAknLayoutScalableParameterLimits popup_query_data_code_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_query_data_code_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_query_data_code_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13727
	inline TAknTextComponentLayout popup_query_data_code_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_data_code_window_t3_sig*)(GetFunction(EApiId_popup_query_data_code_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13729
	inline TAknLayoutScalableParameterLimits popup_query_data_code_window_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_query_data_code_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_query_data_code_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13730
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13731
	inline TAknTextComponentLayout popup_query_data_code_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_data_code_window_t4_sig*)(GetFunction(EApiId_popup_query_data_code_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13733
	inline TAknLayoutScalableTableLimits popup_query_data_code_window_t_Limits() const		{ return (*(Tpopup_query_data_code_window_t_Limits_sig*)(GetFunction(EApiId_popup_query_data_code_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13735
	inline TAknLayoutScalableParameterLimits popup_query_data_code_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_query_data_code_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_query_data_code_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13737
	inline TAknTextComponentLayout popup_query_data_code_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_data_code_window_t_sig*)(GetFunction(EApiId_popup_query_data_code_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13739
	// LAF Table : list_single_midp_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13740
	inline TAknWindowComponentLayout list_single_midp_graphic_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_midp_graphic_pane_g3_sig*)(GetFunction(EApiId_list_single_midp_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13742
	// LAF Table : popup_query_data_code_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13743
	inline TAknLayoutScalableParameterLimits query_popup_data_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tquery_popup_data_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_query_popup_data_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13745
	inline TAknLayoutScalableParameterLimits query_popup_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tquery_popup_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_query_popup_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13747
	inline TAknWindowComponentLayout query_popup_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tquery_popup_pane_cp2_sig*)(GetFunction(EApiId_query_popup_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13749
	// LAF Table : popup_query_sat_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13750
	inline TAknWindowComponentLayout bg_popup_window_pane_cp11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp11_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13751
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13752
	inline TAknWindowComponentLayout heading_pane_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_cp5_sig*)(GetFunction(EApiId_heading_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13753
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13754
	inline TAknWindowComponentLayout listscroll_popup_info_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_info_pane_sig*)(GetFunction(EApiId_listscroll_popup_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13755
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13756
	// LAF Table : query_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13757
	inline TAknWindowComponentLayout input_focus_pane_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp3_sig*)(GetFunction(EApiId_input_focus_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13759
	inline TAknTextComponentLayout query_popup_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tquery_popup_pane_t1_sig*)(GetFunction(EApiId_query_popup_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13761
	// LAF Table : listscroll_popup_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13762
	inline TAknLayoutScalableParameterLimits list_popup_info_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_popup_info_pane_ParamLimits_sig*)(GetFunction(EApiId_list_popup_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13764
	inline TAknWindowComponentLayout list_popup_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_popup_info_pane_sig*)(GetFunction(EApiId_list_popup_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13766
	inline TAknWindowComponentLayout listscroll_popup_info_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_info_pane_g1_sig*)(GetFunction(EApiId_listscroll_popup_info_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13768
	inline TAknWindowComponentLayout scroll_pane_cp7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp7_sig*)(GetFunction(EApiId_scroll_pane_cp7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13770
	// LAF Table : list_popup_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13771
	inline TAknLayoutScalableParameterLimits popup_info_list_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_info_list_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_info_list_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13773
	inline TAknTextComponentLayout popup_info_list_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tpopup_info_list_pane_t1_sig*)(GetFunction(EApiId_popup_info_list_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13775
	inline TAknLayoutScalableParameterLimits popup_info_list_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_info_list_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_info_list_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13776
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13777
	inline TAknTextComponentLayout popup_info_list_pane_t2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tpopup_info_list_pane_t2_sig*)(GetFunction(EApiId_popup_info_list_pane_t2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13779
	inline TAknLayoutScalableTableLimits popup_info_list_pane_t_Limits() const		{ return (*(Tpopup_info_list_pane_t_Limits_sig*)(GetFunction(EApiId_popup_info_list_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13781
	inline TAknLayoutScalableParameterLimits popup_info_list_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_info_list_pane_t_ParamLimits_sig*)(GetFunction(EApiId_popup_info_list_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13783
	inline TAknTextComponentLayout popup_info_list_pane_t(TInt aLineIndex, TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tpopup_info_list_pane_t_sig*)(GetFunction(EApiId_popup_info_list_pane_t)))(aLineIndex, aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13785
	// LAF Table : popup_find_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13786
	inline TAknWindowComponentLayout bg_popup_window_pane_cp12(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp12_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13788
	inline TAknWindowComponentLayout find_popup_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfind_popup_pane_sig*)(GetFunction(EApiId_find_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13790
	// LAF Table : popup_grid_graphic_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13791
	inline TAknWindowComponentLayout bg_popup_window_pane_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp3_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13793
	inline TAknWindowComponentLayout heading_pane_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_cp3_sig*)(GetFunction(EApiId_heading_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13795
	inline TAknWindowComponentLayout listscroll_popup_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_graphic_pane_sig*)(GetFunction(EApiId_listscroll_popup_graphic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13797
	// LAF Table : popup_large_graphic_colour_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13798
	inline TAknWindowComponentLayout bg_popup_window_pane_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp4_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13800
	inline TAknWindowComponentLayout heading_pane_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_cp4_sig*)(GetFunction(EApiId_heading_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13802
	inline TAknWindowComponentLayout listscroll_popup_colour_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_colour_pane_sig*)(GetFunction(EApiId_listscroll_popup_colour_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13804
	// LAF Table : listscroll_popup_colour_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13805
	inline TAknLayoutScalableParameterLimits cell_large_graphic_colour_none_popup_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_large_graphic_colour_none_popup_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_large_graphic_colour_none_popup_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13806
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13807
	inline TAknWindowComponentLayout cell_large_graphic_colour_none_popup_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_large_graphic_colour_none_popup_pane_sig*)(GetFunction(EApiId_cell_large_graphic_colour_none_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13808
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13809
	inline TAknLayoutScalableParameterLimits grid_large_graphic_colour_popup_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_large_graphic_colour_popup_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_large_graphic_colour_popup_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13811
	inline TAknWindowComponentLayout grid_large_graphic_colour_popup_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_large_graphic_colour_popup_pane_sig*)(GetFunction(EApiId_grid_large_graphic_colour_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13812
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13813
	inline TAknLayoutScalableParameterLimits listscroll_popup_colour_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_popup_colour_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_listscroll_popup_colour_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13815
	inline TAknWindowComponentLayout listscroll_popup_colour_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_colour_pane_g1_sig*)(GetFunction(EApiId_listscroll_popup_colour_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13817
	inline TAknLayoutScalableParameterLimits listscroll_popup_colour_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_popup_colour_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_listscroll_popup_colour_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13819
	inline TAknWindowComponentLayout listscroll_popup_colour_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_colour_pane_g2_sig*)(GetFunction(EApiId_listscroll_popup_colour_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13820
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13821
	inline TAknLayoutScalableParameterLimits listscroll_popup_colour_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_popup_colour_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_listscroll_popup_colour_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13822
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13823
	inline TAknWindowComponentLayout listscroll_popup_colour_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_colour_pane_g3_sig*)(GetFunction(EApiId_listscroll_popup_colour_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13825
	inline TAknLayoutScalableParameterLimits listscroll_popup_colour_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_popup_colour_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_listscroll_popup_colour_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13827
	inline TAknWindowComponentLayout listscroll_popup_colour_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_colour_pane_g4_sig*)(GetFunction(EApiId_listscroll_popup_colour_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13829
	inline TAknLayoutScalableTableLimits listscroll_popup_colour_pane_g_Limits() const		{ return (*(Tlistscroll_popup_colour_pane_g_Limits_sig*)(GetFunction(EApiId_listscroll_popup_colour_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13831
	inline TAknLayoutScalableParameterLimits listscroll_popup_colour_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlistscroll_popup_colour_pane_g_ParamLimits_sig*)(GetFunction(EApiId_listscroll_popup_colour_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13833
	inline TAknWindowComponentLayout listscroll_popup_colour_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_colour_pane_g_sig*)(GetFunction(EApiId_listscroll_popup_colour_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13835
	inline TAknLayoutScalableParameterLimits scroll_pane_cp6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_cp6_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13837
	inline TAknWindowComponentLayout scroll_pane_cp6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp6_sig*)(GetFunction(EApiId_scroll_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13839
	// LAF Table : grid_large_graphic_colour_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13840
	inline TAknLayoutScalableParameterLimits cell_large_graphic_colour_popup_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_large_graphic_colour_popup_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_large_graphic_colour_popup_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13842
	inline TAknWindowComponentLayout cell_large_graphic_colour_popup_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_large_graphic_colour_popup_pane_sig*)(GetFunction(EApiId_cell_large_graphic_colour_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13844
	// LAF Table : cell_large_graphic_colour_none_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13845
	inline TAknTextComponentLayout cell_large_graphic_colour_none_popup_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_large_graphic_colour_none_popup_pane_t1_sig*)(GetFunction(EApiId_cell_large_graphic_colour_none_popup_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13846
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13847
	inline TAknWindowComponentLayout grid_highlight_pane_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp5_sig*)(GetFunction(EApiId_grid_highlight_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13849
	// LAF Table : cell_large_graphic_colour_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13850
	inline TAknWindowComponentLayout cell_large_graphic_colour_popup_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_large_graphic_colour_popup_pane_g1_sig*)(GetFunction(EApiId_cell_large_graphic_colour_popup_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13852
	inline TAknWindowComponentLayout cell_large_graphic_colour_popup_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_large_graphic_colour_popup_pane_g2_sig*)(GetFunction(EApiId_cell_large_graphic_colour_popup_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13854
	inline TAknLayoutScalableTableLimits cell_large_graphic_colour_popup_pane_g_Limits() const		{ return (*(Tcell_large_graphic_colour_popup_pane_g_Limits_sig*)(GetFunction(EApiId_cell_large_graphic_colour_popup_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13856
	inline TAknWindowComponentLayout cell_large_graphic_colour_popup_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_large_graphic_colour_popup_pane_g_sig*)(GetFunction(EApiId_cell_large_graphic_colour_popup_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13858
	inline TAknWindowComponentLayout cell_large_graphic_colour_popup_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_large_graphic_colour_popup_pane_g2_copy1_sig*)(GetFunction(EApiId_cell_large_graphic_colour_popup_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13860
	inline TAknWindowComponentLayout grid_highlight_pane_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp4_sig*)(GetFunction(EApiId_grid_highlight_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13862
	// LAF Table : popup_snote_single_text_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13863
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_cp8_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13865
	inline TAknWindowComponentLayout bg_popup_window_pane_cp8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp8_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13867
	inline TAknLayoutScalableParameterLimits popup_snote_single_text_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_text_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_text_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13869
	inline TAknWindowComponentLayout popup_snote_single_text_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_text_window_g1_sig*)(GetFunction(EApiId_popup_snote_single_text_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13871
	inline TAknLayoutScalableParameterLimits popup_snote_single_text_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_text_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_text_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13872
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13873
	inline TAknTextComponentLayout popup_snote_single_text_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_text_window_t1_sig*)(GetFunction(EApiId_popup_snote_single_text_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13875
	inline TAknLayoutScalableParameterLimits popup_snote_single_text_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_text_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_text_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13877
	inline TAknTextComponentLayout popup_snote_single_text_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_text_window_t2_sig*)(GetFunction(EApiId_popup_snote_single_text_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13879
	inline TAknLayoutScalableParameterLimits popup_snote_single_text_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_text_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_text_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13881
	inline TAknTextComponentLayout popup_snote_single_text_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_text_window_t3_sig*)(GetFunction(EApiId_popup_snote_single_text_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13883
	inline TAknLayoutScalableParameterLimits popup_snote_single_text_window_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_text_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_text_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13885
	inline TAknTextComponentLayout popup_snote_single_text_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_text_window_t4_sig*)(GetFunction(EApiId_popup_snote_single_text_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13887
	inline TAknLayoutScalableParameterLimits popup_snote_single_text_window_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_text_window_t5_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_text_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13889
	inline TAknTextComponentLayout popup_snote_single_text_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_text_window_t5_sig*)(GetFunction(EApiId_popup_snote_single_text_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13891
	inline TAknLayoutScalableTableLimits popup_snote_single_text_window_t_Limits() const		{ return (*(Tpopup_snote_single_text_window_t_Limits_sig*)(GetFunction(EApiId_popup_snote_single_text_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13893
	inline TAknLayoutScalableParameterLimits popup_snote_single_text_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_text_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_text_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13895
	inline TAknTextComponentLayout popup_snote_single_text_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_text_window_t_sig*)(GetFunction(EApiId_popup_snote_single_text_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13897
	// LAF Table : popup_snote_single_graphic_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13898
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp9_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_cp9_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13900
	inline TAknWindowComponentLayout bg_popup_window_pane_cp9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp9_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13902
	inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_graphic_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13904
	inline TAknWindowComponentLayout popup_snote_single_graphic_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_graphic_window_g1_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13906
	inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_graphic_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13908
	inline TAknWindowComponentLayout popup_snote_single_graphic_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_graphic_window_g2_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13910
	inline TAknLayoutScalableTableLimits popup_snote_single_graphic_window_g_Limits() const		{ return (*(Tpopup_snote_single_graphic_window_g_Limits_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13912
	inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_graphic_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13913
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13914
	inline TAknWindowComponentLayout popup_snote_single_graphic_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_graphic_window_g_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13915
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13916
	inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_graphic_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13917
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13918
	inline TAknTextComponentLayout popup_snote_single_graphic_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_graphic_window_t1_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13919
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13920
	inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_graphic_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13921
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13922
	inline TAknTextComponentLayout popup_snote_single_graphic_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_graphic_window_t2_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13923
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13924
	inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_graphic_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13926
	inline TAknTextComponentLayout popup_snote_single_graphic_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_graphic_window_t3_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13928
	inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_graphic_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13930
	inline TAknTextComponentLayout popup_snote_single_graphic_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_graphic_window_t4_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13932
	inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_graphic_window_t5_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13934
	inline TAknTextComponentLayout popup_snote_single_graphic_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_graphic_window_t5_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13936
	inline TAknLayoutScalableTableLimits popup_snote_single_graphic_window_t_Limits() const		{ return (*(Tpopup_snote_single_graphic_window_t_Limits_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13938
	inline TAknLayoutScalableParameterLimits popup_snote_single_graphic_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_snote_single_graphic_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13940
	inline TAknTextComponentLayout popup_snote_single_graphic_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote_single_graphic_window_t_sig*)(GetFunction(EApiId_popup_snote_single_graphic_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13942
	// LAF Table : listscroll_popup_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13943
	inline TAknLayoutScalableParameterLimits grid_graphic_popup_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_graphic_popup_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_graphic_popup_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13944
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13945
	inline TAknWindowComponentLayout grid_graphic_popup_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_graphic_popup_pane_sig*)(GetFunction(EApiId_grid_graphic_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13947
	inline TAknLayoutScalableParameterLimits listscroll_popup_graphic_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_popup_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_listscroll_popup_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13949
	inline TAknWindowComponentLayout listscroll_popup_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_graphic_pane_g1_sig*)(GetFunction(EApiId_listscroll_popup_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13951
	inline TAknLayoutScalableParameterLimits listscroll_popup_graphic_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_popup_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_listscroll_popup_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13952
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13953
	inline TAknWindowComponentLayout listscroll_popup_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_graphic_pane_g2_sig*)(GetFunction(EApiId_listscroll_popup_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13955
	inline TAknLayoutScalableTableLimits listscroll_popup_graphic_pane_g_Limits() const		{ return (*(Tlistscroll_popup_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_listscroll_popup_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13957
	inline TAknLayoutScalableParameterLimits listscroll_popup_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlistscroll_popup_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_listscroll_popup_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13959
	inline TAknWindowComponentLayout listscroll_popup_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_graphic_pane_g_sig*)(GetFunction(EApiId_listscroll_popup_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13961
	inline TAknWindowComponentLayout scroll_pane_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp5_sig*)(GetFunction(EApiId_scroll_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13963
	// LAF Table : grid_graphic_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13964
	inline TAknLayoutScalableParameterLimits cell_graphic_popup_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_graphic_popup_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_graphic_popup_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13965
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13966
	inline TAknWindowComponentLayout cell_graphic_popup_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_graphic_popup_pane_sig*)(GetFunction(EApiId_cell_graphic_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13967
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13968
	// LAF Table : cell_graphic_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13969
	inline TAknWindowComponentLayout cell_graphic_popup_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic_popup_pane_g1_sig*)(GetFunction(EApiId_cell_graphic_popup_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13971
	inline TAknWindowComponentLayout cell_graphic_popup_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic_popup_pane_g2_sig*)(GetFunction(EApiId_cell_graphic_popup_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13973
	inline TAknWindowComponentLayout cell_graphic_popup_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic_popup_pane_g3_sig*)(GetFunction(EApiId_cell_graphic_popup_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13975
	inline TAknLayoutScalableTableLimits cell_graphic_popup_pane_g_Limits() const		{ return (*(Tcell_graphic_popup_pane_g_Limits_sig*)(GetFunction(EApiId_cell_graphic_popup_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13977
	inline TAknWindowComponentLayout cell_graphic_popup_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic_popup_pane_g_sig*)(GetFunction(EApiId_cell_graphic_popup_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13979
	inline TAknTextComponentLayout cell_graphic_popup_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic_popup_pane_t2_sig*)(GetFunction(EApiId_cell_graphic_popup_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13980
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13981
	inline TAknWindowComponentLayout grid_highlight_pane_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp3_sig*)(GetFunction(EApiId_grid_highlight_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13982
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13983
	// LAF Table : listscroll_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13984
	inline TAknLayoutScalableParameterLimits list_gen_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_gen_pane_ParamLimits_sig*)(GetFunction(EApiId_list_gen_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13986
	inline TAknWindowComponentLayout list_gen_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_gen_pane_sig*)(GetFunction(EApiId_list_gen_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13988
	inline TAknWindowComponentLayout scroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_sig*)(GetFunction(EApiId_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13990
	// LAF Table : bg_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13991
	inline TAknLayoutScalableParameterLimits bg_list_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_list_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_bg_list_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13993
	inline TAknWindowComponentLayout bg_list_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_list_pane_g1_sig*)(GetFunction(EApiId_bg_list_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13995
	inline TAknLayoutScalableParameterLimits bg_list_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_list_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_bg_list_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13997
	inline TAknWindowComponentLayout bg_list_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_list_pane_g2_sig*)(GetFunction(EApiId_bg_list_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13999
	inline TAknLayoutScalableParameterLimits bg_list_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_list_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_bg_list_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14001
	inline TAknWindowComponentLayout bg_list_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_list_pane_g3_sig*)(GetFunction(EApiId_bg_list_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14003
	inline TAknLayoutScalableParameterLimits bg_list_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_list_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_bg_list_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14005
	inline TAknWindowComponentLayout bg_list_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_list_pane_g4_sig*)(GetFunction(EApiId_bg_list_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14006
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14007
	inline TAknLayoutScalableParameterLimits bg_list_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_list_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_bg_list_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14008
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14009
	inline TAknWindowComponentLayout bg_list_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_list_pane_g5_sig*)(GetFunction(EApiId_bg_list_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14011
	inline TAknLayoutScalableTableLimits bg_list_pane_g_Limits() const		{ return (*(Tbg_list_pane_g_Limits_sig*)(GetFunction(EApiId_bg_list_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14013
	inline TAknLayoutScalableParameterLimits bg_list_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tbg_list_pane_g_ParamLimits_sig*)(GetFunction(EApiId_bg_list_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14014
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14015
	inline TAknWindowComponentLayout bg_list_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_list_pane_g_sig*)(GetFunction(EApiId_bg_list_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14016
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14017
	// LAF Table : list_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14018
	inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14020
	inline TAknWindowComponentLayout list_double2_graphic_large_graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14022
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14023
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14024
	inline TAknWindowComponentLayout list_double2_graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double2_graphic_pane_sig*)(GetFunction(EApiId_list_double2_graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14025
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14026
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14028
	inline TAknWindowComponentLayout list_double2_large_graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double2_large_graphic_pane_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14029
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14030
	inline TAknLayoutScalableParameterLimits list_double2_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_pane_ParamLimits_sig*)(GetFunction(EApiId_list_double2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14031
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14032
	inline TAknWindowComponentLayout list_double2_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double2_pane_sig*)(GetFunction(EApiId_list_double2_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14033
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14034
	inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_heading_pane_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14035
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14036
	inline TAknWindowComponentLayout list_double_graphic_heading_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_graphic_heading_pane_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14038
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14040
	inline TAknWindowComponentLayout list_double_graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_graphic_pane_sig*)(GetFunction(EApiId_list_double_graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14042
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14043
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14044
	inline TAknWindowComponentLayout list_double_heading_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_heading_pane_sig*)(GetFunction(EApiId_list_double_heading_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14046
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14047
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14048
	inline TAknWindowComponentLayout list_double_large_graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_large_graphic_pane_sig*)(GetFunction(EApiId_list_double_large_graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14050
	inline TAknLayoutScalableParameterLimits list_double_number_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14052
	inline TAknWindowComponentLayout list_double_number_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_number_pane_sig*)(GetFunction(EApiId_list_double_number_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14053
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14054
	inline TAknLayoutScalableParameterLimits list_double_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_pane_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14056
	inline TAknWindowComponentLayout list_double_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_pane_sig*)(GetFunction(EApiId_list_double_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14058
	inline TAknLayoutScalableParameterLimits list_double_time_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14059
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14060
	inline TAknWindowComponentLayout list_double_time_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_time_pane_sig*)(GetFunction(EApiId_list_double_time_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14061
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14062
	inline TAknLayoutScalableParameterLimits list_setting_number_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_number_pane_ParamLimits_sig*)(GetFunction(EApiId_list_setting_number_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14063
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14064
	inline TAknWindowComponentLayout list_setting_number_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_setting_number_pane_sig*)(GetFunction(EApiId_list_setting_number_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14066
	inline TAknLayoutScalableParameterLimits list_setting_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_pane_ParamLimits_sig*)(GetFunction(EApiId_list_setting_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14068
	inline TAknWindowComponentLayout list_setting_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_setting_pane_sig*)(GetFunction(EApiId_list_setting_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14070
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14072
	inline TAknWindowComponentLayout list_single_2graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_2graphic_pane_sig*)(GetFunction(EApiId_list_single_2graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14074
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14076
	inline TAknWindowComponentLayout list_single_graphic_heading_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_graphic_heading_pane_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14078
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14079
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14080
	inline TAknWindowComponentLayout list_single_graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_graphic_pane_sig*)(GetFunction(EApiId_list_single_graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14082
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14084
	inline TAknWindowComponentLayout list_single_heading_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_heading_pane_sig*)(GetFunction(EApiId_list_single_heading_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14086
	inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_large_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14088
	inline TAknWindowComponentLayout list_single_large_graphic_pane(TInt aVariety, TInt aRow, TInt aCol = 0) const		{ return (*(Tlist_single_large_graphic_pane_sig*)(GetFunction(EApiId_list_single_large_graphic_pane)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14090
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14092
	inline TAknWindowComponentLayout list_single_number_heading_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_number_heading_pane_sig*)(GetFunction(EApiId_list_single_number_heading_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14094
	inline TAknLayoutScalableParameterLimits list_single_number_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14096
	inline TAknWindowComponentLayout list_single_number_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_number_pane_sig*)(GetFunction(EApiId_list_single_number_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14098
	inline TAknLayoutScalableParameterLimits list_single_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14100
	inline TAknWindowComponentLayout list_single_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_pane_sig*)(GetFunction(EApiId_list_single_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14102
	// LAF Table : list_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14103
	inline TAknWindowComponentLayout list_highlight_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp1_sig*)(GetFunction(EApiId_list_highlight_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14105
	inline TAknLayoutScalableParameterLimits list_single_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14107
	inline TAknWindowComponentLayout list_single_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_pane_g1_sig*)(GetFunction(EApiId_list_single_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14109
	inline TAknLayoutScalableParameterLimits list_single_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14111
	inline TAknWindowComponentLayout list_single_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_pane_g2_sig*)(GetFunction(EApiId_list_single_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14113
	inline TAknLayoutScalableTableLimits list_single_pane_g_Limits() const		{ return (*(Tlist_single_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14115
	inline TAknLayoutScalableParameterLimits list_single_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14117
	inline TAknWindowComponentLayout list_single_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_pane_g_sig*)(GetFunction(EApiId_list_single_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14119
	inline TAknLayoutScalableParameterLimits list_single_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14121
	inline TAknTextComponentLayout list_single_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_pane_t1_sig*)(GetFunction(EApiId_list_single_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14123
	// LAF Table : list_single_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14124
	inline TAknLayoutScalableParameterLimits list_single_number_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14126
	inline TAknWindowComponentLayout list_single_number_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_pane_g1_sig*)(GetFunction(EApiId_list_single_number_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14128
	inline TAknLayoutScalableParameterLimits list_single_number_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14130
	inline TAknWindowComponentLayout list_single_number_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_pane_g2_sig*)(GetFunction(EApiId_list_single_number_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14132
	inline TAknLayoutScalableTableLimits list_single_number_pane_g_Limits() const		{ return (*(Tlist_single_number_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_number_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14134
	inline TAknLayoutScalableParameterLimits list_single_number_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_number_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14136
	inline TAknWindowComponentLayout list_single_number_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_pane_g_sig*)(GetFunction(EApiId_list_single_number_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14138
	inline TAknLayoutScalableParameterLimits list_single_number_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14140
	inline TAknTextComponentLayout list_single_number_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_pane_t1_sig*)(GetFunction(EApiId_list_single_number_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14142
	inline TAknLayoutScalableParameterLimits list_single_number_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14144
	inline TAknTextComponentLayout list_single_number_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_pane_t2_sig*)(GetFunction(EApiId_list_single_number_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14146
	inline TAknLayoutScalableTableLimits list_single_number_pane_t_Limits() const		{ return (*(Tlist_single_number_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_number_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14148
	inline TAknLayoutScalableParameterLimits list_single_number_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_number_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14150
	inline TAknTextComponentLayout list_single_number_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_pane_t_sig*)(GetFunction(EApiId_list_single_number_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14152
	// LAF Table : list_single_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14153
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14155
	inline TAknWindowComponentLayout list_single_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_pane_g1_sig*)(GetFunction(EApiId_list_single_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14157
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14159
	inline TAknWindowComponentLayout list_single_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_pane_g2_sig*)(GetFunction(EApiId_list_single_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14161
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14162
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14163
	inline TAknWindowComponentLayout list_single_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_pane_g3_sig*)(GetFunction(EApiId_list_single_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14164
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14165
	inline TAknLayoutScalableTableLimits list_single_graphic_pane_g_Limits() const		{ return (*(Tlist_single_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14167
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14169
	inline TAknWindowComponentLayout list_single_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_pane_g_sig*)(GetFunction(EApiId_list_single_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14171
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14173
	inline TAknTextComponentLayout list_single_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_pane_t1_sig*)(GetFunction(EApiId_list_single_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14175
	// LAF Table : list_single_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14176
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14177
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14178
	inline TAknWindowComponentLayout list_single_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_g1_sig*)(GetFunction(EApiId_list_single_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14180
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14181
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14182
	inline TAknWindowComponentLayout list_single_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_g2_sig*)(GetFunction(EApiId_list_single_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14183
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14184
	inline TAknLayoutScalableTableLimits list_single_heading_pane_g_Limits() const		{ return (*(Tlist_single_heading_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14186
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14188
	inline TAknWindowComponentLayout list_single_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_g_sig*)(GetFunction(EApiId_list_single_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14190
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14191
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14192
	inline TAknTextComponentLayout list_single_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_t1_sig*)(GetFunction(EApiId_list_single_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14193
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14194
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14195
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14196
	inline TAknTextComponentLayout list_single_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_t2_sig*)(GetFunction(EApiId_list_single_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14198
	inline TAknLayoutScalableTableLimits list_single_heading_pane_t_Limits() const		{ return (*(Tlist_single_heading_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14199
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14200
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14202
	inline TAknTextComponentLayout list_single_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_t_sig*)(GetFunction(EApiId_list_single_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14204
	// LAF Table : list_single_number_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14205
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14207
	inline TAknWindowComponentLayout list_single_number_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_g1_sig*)(GetFunction(EApiId_list_single_number_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14209
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14211
	inline TAknWindowComponentLayout list_single_number_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_g2_sig*)(GetFunction(EApiId_list_single_number_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14213
	inline TAknLayoutScalableTableLimits list_single_number_heading_pane_g_Limits() const		{ return (*(Tlist_single_number_heading_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14215
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14217
	inline TAknWindowComponentLayout list_single_number_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_g_sig*)(GetFunction(EApiId_list_single_number_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14219
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14221
	inline TAknTextComponentLayout list_single_number_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_t1_sig*)(GetFunction(EApiId_list_single_number_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14223
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14224
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14225
	inline TAknTextComponentLayout list_single_number_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_t2_sig*)(GetFunction(EApiId_list_single_number_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14227
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14229
	inline TAknTextComponentLayout list_single_number_heading_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_t3_sig*)(GetFunction(EApiId_list_single_number_heading_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14231
	inline TAknLayoutScalableTableLimits list_single_number_heading_pane_t_Limits() const		{ return (*(Tlist_single_number_heading_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14233
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14235
	inline TAknTextComponentLayout list_single_number_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_t_sig*)(GetFunction(EApiId_list_single_number_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14236
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14237
	// LAF Table : list_single_graphic_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14238
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14240
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_g1_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14242
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14244
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_g4_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14246
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14248
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_g5_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14250
	inline TAknLayoutScalableTableLimits list_single_graphic_heading_pane_g_Limits() const		{ return (*(Tlist_single_graphic_heading_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14252
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14253
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14254
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_g_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14255
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14256
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14258
	inline TAknTextComponentLayout list_single_graphic_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_t1_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14260
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14262
	inline TAknTextComponentLayout list_single_graphic_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_t2_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14264
	inline TAknLayoutScalableTableLimits list_single_graphic_heading_pane_t_Limits() const		{ return (*(Tlist_single_graphic_heading_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14266
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14268
	inline TAknTextComponentLayout list_single_graphic_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_t_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14270
	// LAF Table : list_single_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14271
	inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_large_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14273
	inline TAknWindowComponentLayout list_single_large_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_large_graphic_pane_g1_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14275
	inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_large_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14277
	inline TAknWindowComponentLayout list_single_large_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_large_graphic_pane_g2_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14279
	inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_large_graphic_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14281
	inline TAknWindowComponentLayout list_single_large_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_large_graphic_pane_g3_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14283
	inline TAknLayoutScalableTableLimits list_single_large_graphic_pane_g_Limits() const		{ return (*(Tlist_single_large_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14285
	inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_large_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14287
	inline TAknWindowComponentLayout list_single_large_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_large_graphic_pane_g_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14289
	// LAF Table : wait_border_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14290
	inline TAknWindowComponentLayout wait_border_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_border_pane_g2_copy1_sig*)(GetFunction(EApiId_wait_border_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14292
	// LAF Table : list_single_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14293
	inline TAknWindowComponentLayout list_single_large_graphic_pane_g4_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_large_graphic_pane_g4_cp2_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_g4_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14295
	inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_large_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14297
	inline TAknTextComponentLayout list_single_large_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_large_graphic_pane_t1_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14298
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14299
	// LAF Table : list_double_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14300
	inline TAknLayoutScalableParameterLimits list_double_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14302
	inline TAknWindowComponentLayout list_double_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_pane_g1_sig*)(GetFunction(EApiId_list_double_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14304
	inline TAknLayoutScalableParameterLimits list_double_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14306
	inline TAknWindowComponentLayout list_double_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_pane_g2_sig*)(GetFunction(EApiId_list_double_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14307
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14308
	inline TAknLayoutScalableTableLimits list_double_pane_g_Limits() const		{ return (*(Tlist_double_pane_g_Limits_sig*)(GetFunction(EApiId_list_double_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14310
	inline TAknLayoutScalableParameterLimits list_double_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14312
	inline TAknWindowComponentLayout list_double_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_pane_g_sig*)(GetFunction(EApiId_list_double_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14313
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14314
	inline TAknLayoutScalableParameterLimits list_double_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14316
	inline TAknTextComponentLayout list_double_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_pane_t1_sig*)(GetFunction(EApiId_list_double_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14317
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14318
	inline TAknLayoutScalableParameterLimits list_double_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14320
	inline TAknTextComponentLayout list_double_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_pane_t2_sig*)(GetFunction(EApiId_list_double_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14322
	inline TAknLayoutScalableTableLimits list_double_pane_t_Limits() const		{ return (*(Tlist_double_pane_t_Limits_sig*)(GetFunction(EApiId_list_double_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14324
	inline TAknLayoutScalableParameterLimits list_double_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14326
	inline TAknTextComponentLayout list_double_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_pane_t_sig*)(GetFunction(EApiId_list_double_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14328
	// LAF Table : list_double2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14329
	inline TAknLayoutScalableParameterLimits list_double2_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double2_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14331
	inline TAknWindowComponentLayout list_double2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_pane_g1_sig*)(GetFunction(EApiId_list_double2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14333
	inline TAknLayoutScalableParameterLimits list_double2_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14335
	inline TAknWindowComponentLayout list_double2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_pane_g2_sig*)(GetFunction(EApiId_list_double2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14337
	inline TAknLayoutScalableTableLimits list_double2_pane_g_Limits() const		{ return (*(Tlist_double2_pane_g_Limits_sig*)(GetFunction(EApiId_list_double2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14339
	inline TAknLayoutScalableParameterLimits list_double2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double2_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_double2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14341
	inline TAknWindowComponentLayout list_double2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_pane_g_sig*)(GetFunction(EApiId_list_double2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14343
	inline TAknLayoutScalableParameterLimits list_double2_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14345
	inline TAknTextComponentLayout list_double2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_pane_t1_sig*)(GetFunction(EApiId_list_double2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14347
	inline TAknLayoutScalableParameterLimits list_double2_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14349
	inline TAknTextComponentLayout list_double2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_pane_t2_sig*)(GetFunction(EApiId_list_double2_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14351
	inline TAknLayoutScalableTableLimits list_double2_pane_t_Limits() const		{ return (*(Tlist_double2_pane_t_Limits_sig*)(GetFunction(EApiId_list_double2_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14353
	inline TAknLayoutScalableParameterLimits list_double2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double2_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_double2_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14355
	inline TAknTextComponentLayout list_double2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_pane_t_sig*)(GetFunction(EApiId_list_double2_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14356
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14357
	// LAF Table : list_double_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14358
	inline TAknLayoutScalableParameterLimits list_double_number_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14360
	inline TAknWindowComponentLayout list_double_number_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_g1_sig*)(GetFunction(EApiId_list_double_number_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14362
	inline TAknLayoutScalableParameterLimits list_double_number_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14364
	inline TAknWindowComponentLayout list_double_number_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_g2_sig*)(GetFunction(EApiId_list_double_number_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14366
	inline TAknLayoutScalableTableLimits list_double_number_pane_g_Limits() const		{ return (*(Tlist_double_number_pane_g_Limits_sig*)(GetFunction(EApiId_list_double_number_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14368
	inline TAknLayoutScalableParameterLimits list_double_number_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14370
	inline TAknWindowComponentLayout list_double_number_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_g_sig*)(GetFunction(EApiId_list_double_number_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14372
	inline TAknLayoutScalableParameterLimits list_double_number_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14374
	inline TAknTextComponentLayout list_double_number_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_t1_sig*)(GetFunction(EApiId_list_double_number_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14376
	inline TAknLayoutScalableParameterLimits list_double_number_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14378
	inline TAknTextComponentLayout list_double_number_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_t2_sig*)(GetFunction(EApiId_list_double_number_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14380
	inline TAknLayoutScalableParameterLimits list_double_number_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14382
	inline TAknTextComponentLayout list_double_number_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_t3_sig*)(GetFunction(EApiId_list_double_number_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14384
	inline TAknLayoutScalableTableLimits list_double_number_pane_t_Limits() const		{ return (*(Tlist_double_number_pane_t_Limits_sig*)(GetFunction(EApiId_list_double_number_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14386
	inline TAknLayoutScalableParameterLimits list_double_number_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14388
	inline TAknTextComponentLayout list_double_number_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_t_sig*)(GetFunction(EApiId_list_double_number_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14390
	// LAF Table : list_double_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14391
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14393
	inline TAknWindowComponentLayout list_double_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_g1_sig*)(GetFunction(EApiId_list_double_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14395
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14397
	inline TAknWindowComponentLayout list_double_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_g2_sig*)(GetFunction(EApiId_list_double_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14399
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14401
	inline TAknWindowComponentLayout list_double_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_g3_sig*)(GetFunction(EApiId_list_double_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14403
	inline TAknLayoutScalableTableLimits list_double_graphic_pane_g_Limits() const		{ return (*(Tlist_double_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_list_double_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14405
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14407
	inline TAknWindowComponentLayout list_double_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_g_sig*)(GetFunction(EApiId_list_double_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14409
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14411
	inline TAknTextComponentLayout list_double_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_t1_sig*)(GetFunction(EApiId_list_double_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14413
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14415
	inline TAknTextComponentLayout list_double_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_t2_sig*)(GetFunction(EApiId_list_double_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14417
	inline TAknLayoutScalableTableLimits list_double_graphic_pane_t_Limits() const		{ return (*(Tlist_double_graphic_pane_t_Limits_sig*)(GetFunction(EApiId_list_double_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14419
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14421
	inline TAknTextComponentLayout list_double_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_t_sig*)(GetFunction(EApiId_list_double_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14423
	// LAF Table : list_double2_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14424
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14426
	inline TAknWindowComponentLayout list_double2_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_pane_g1_sig*)(GetFunction(EApiId_list_double2_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14428
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14429
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14430
	inline TAknWindowComponentLayout list_double2_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_pane_g2_sig*)(GetFunction(EApiId_list_double2_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14432
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14434
	inline TAknWindowComponentLayout list_double2_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_pane_g3_sig*)(GetFunction(EApiId_list_double2_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14436
	inline TAknLayoutScalableTableLimits list_double2_graphic_pane_g_Limits() const		{ return (*(Tlist_double2_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14438
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14440
	inline TAknWindowComponentLayout list_double2_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_pane_g_sig*)(GetFunction(EApiId_list_double2_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14442
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14444
	inline TAknTextComponentLayout list_double2_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_pane_t1_sig*)(GetFunction(EApiId_list_double2_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14446
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14448
	inline TAknTextComponentLayout list_double2_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_pane_t2_sig*)(GetFunction(EApiId_list_double2_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14450
	inline TAknLayoutScalableTableLimits list_double2_graphic_pane_t_Limits() const		{ return (*(Tlist_double2_graphic_pane_t_Limits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14452
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14454
	inline TAknTextComponentLayout list_double2_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_pane_t_sig*)(GetFunction(EApiId_list_double2_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14456
	// LAF Table : list_double_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14457
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14459
	inline TAknWindowComponentLayout list_double_large_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_g1_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14461
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14463
	inline TAknWindowComponentLayout list_double_large_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_g2_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14465
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14467
	inline TAknWindowComponentLayout list_double_large_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_g3_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14469
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14471
	inline TAknWindowComponentLayout list_double_large_graphic_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_g4_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14473
	inline TAknLayoutScalableTableLimits list_double_large_graphic_pane_g_Limits() const		{ return (*(Tlist_double_large_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14474
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14475
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14477
	inline TAknWindowComponentLayout list_double_large_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_g_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14479
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14481
	inline TAknTextComponentLayout list_double_large_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_t1_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14483
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14485
	inline TAknTextComponentLayout list_double_large_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_t2_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14487
	inline TAknLayoutScalableTableLimits list_double_large_graphic_pane_t_Limits() const		{ return (*(Tlist_double_large_graphic_pane_t_Limits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14489
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14491
	inline TAknTextComponentLayout list_double_large_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_t_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14493
	// LAF Table : list_double2_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14494
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14496
	inline TAknWindowComponentLayout list_double2_large_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_large_graphic_pane_g1_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14498
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14500
	inline TAknWindowComponentLayout list_double2_large_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_large_graphic_pane_g2_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14502
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14504
	inline TAknWindowComponentLayout list_double2_large_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_large_graphic_pane_g3_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14506
	inline TAknLayoutScalableTableLimits list_double2_large_graphic_pane_g_Limits() const		{ return (*(Tlist_double2_large_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14507
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14508
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14510
	inline TAknWindowComponentLayout list_double2_large_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_large_graphic_pane_g_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14512
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14514
	inline TAknTextComponentLayout list_double2_large_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_large_graphic_pane_t1_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14516
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14518
	inline TAknTextComponentLayout list_double2_large_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_large_graphic_pane_t2_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14519
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14520
	inline TAknLayoutScalableTableLimits list_double2_large_graphic_pane_t_Limits() const		{ return (*(Tlist_double2_large_graphic_pane_t_Limits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14521
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14522
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14523
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14524
	inline TAknTextComponentLayout list_double2_large_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_large_graphic_pane_t_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14525
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14526
	// LAF Table : list_double_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14527
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14529
	inline TAknWindowComponentLayout list_double_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_heading_pane_g1_sig*)(GetFunction(EApiId_list_double_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14531
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14532
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14533
	inline TAknWindowComponentLayout list_double_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_heading_pane_g2_sig*)(GetFunction(EApiId_list_double_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14535
	inline TAknLayoutScalableTableLimits list_double_heading_pane_g_Limits() const		{ return (*(Tlist_double_heading_pane_g_Limits_sig*)(GetFunction(EApiId_list_double_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14537
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14539
	inline TAknWindowComponentLayout list_double_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_heading_pane_g_sig*)(GetFunction(EApiId_list_double_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14541
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14542
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14543
	inline TAknTextComponentLayout list_double_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_heading_pane_t1_sig*)(GetFunction(EApiId_list_double_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14545
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14547
	inline TAknTextComponentLayout list_double_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_heading_pane_t2_sig*)(GetFunction(EApiId_list_double_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14549
	inline TAknLayoutScalableTableLimits list_double_heading_pane_t_Limits() const		{ return (*(Tlist_double_heading_pane_t_Limits_sig*)(GetFunction(EApiId_list_double_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14551
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14553
	inline TAknTextComponentLayout list_double_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_heading_pane_t_sig*)(GetFunction(EApiId_list_double_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14554
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14555
	// LAF Table : list_double_graphic_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14556
	inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_heading_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14557
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14558
	inline TAknWindowComponentLayout list_double_graphic_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_heading_pane_g1_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14559
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14560
	inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_heading_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14562
	inline TAknWindowComponentLayout list_double_graphic_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_heading_pane_g2_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14564
	inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_heading_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14566
	inline TAknWindowComponentLayout list_double_graphic_heading_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_heading_pane_g3_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14568
	inline TAknLayoutScalableTableLimits list_double_graphic_heading_pane_g_Limits() const		{ return (*(Tlist_double_graphic_heading_pane_g_Limits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14570
	inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_heading_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14572
	inline TAknWindowComponentLayout list_double_graphic_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_heading_pane_g_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14574
	inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_heading_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14576
	inline TAknTextComponentLayout list_double_graphic_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_heading_pane_t1_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14578
	inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_heading_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14580
	inline TAknTextComponentLayout list_double_graphic_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_heading_pane_t2_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14582
	inline TAknLayoutScalableTableLimits list_double_graphic_heading_pane_t_Limits() const		{ return (*(Tlist_double_graphic_heading_pane_t_Limits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14584
	inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_heading_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14586
	inline TAknTextComponentLayout list_double_graphic_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_heading_pane_t_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14588
	// LAF Table : list_double_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14589
	inline TAknLayoutScalableParameterLimits list_double_time_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14591
	inline TAknWindowComponentLayout list_double_time_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_time_pane_g1_sig*)(GetFunction(EApiId_list_double_time_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14593
	inline TAknLayoutScalableParameterLimits list_double_time_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14594
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14595
	inline TAknWindowComponentLayout list_double_time_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_time_pane_g2_sig*)(GetFunction(EApiId_list_double_time_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14596
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14597
	inline TAknLayoutScalableTableLimits list_double_time_pane_g_Limits() const		{ return (*(Tlist_double_time_pane_g_Limits_sig*)(GetFunction(EApiId_list_double_time_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14598
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14599
	inline TAknLayoutScalableParameterLimits list_double_time_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14600
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14601
	inline TAknWindowComponentLayout list_double_time_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_time_pane_g_sig*)(GetFunction(EApiId_list_double_time_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14603
	inline TAknLayoutScalableParameterLimits list_double_time_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14605
	inline TAknTextComponentLayout list_double_time_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_time_pane_t1_sig*)(GetFunction(EApiId_list_double_time_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14607
	inline TAknLayoutScalableParameterLimits list_double_time_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14609
	inline TAknTextComponentLayout list_double_time_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_time_pane_t2_sig*)(GetFunction(EApiId_list_double_time_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14611
	inline TAknLayoutScalableParameterLimits list_double_time_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14613
	inline TAknTextComponentLayout list_double_time_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_time_pane_t3_sig*)(GetFunction(EApiId_list_double_time_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14615
	inline TAknLayoutScalableParameterLimits list_double_time_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14617
	inline TAknTextComponentLayout list_double_time_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_time_pane_t4_sig*)(GetFunction(EApiId_list_double_time_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14619
	inline TAknLayoutScalableTableLimits list_double_time_pane_t_Limits() const		{ return (*(Tlist_double_time_pane_t_Limits_sig*)(GetFunction(EApiId_list_double_time_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14621
	inline TAknLayoutScalableParameterLimits list_double_time_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14623
	inline TAknTextComponentLayout list_double_time_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_time_pane_t_sig*)(GetFunction(EApiId_list_double_time_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14625
	// LAF Table : list_setting_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14626
	inline TAknLayoutScalableParameterLimits list_setting_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_setting_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14628
	inline TAknWindowComponentLayout list_setting_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_pane_g1_sig*)(GetFunction(EApiId_list_setting_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14630
	inline TAknLayoutScalableParameterLimits list_setting_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_setting_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14632
	inline TAknWindowComponentLayout list_setting_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_pane_g2_sig*)(GetFunction(EApiId_list_setting_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14634
	inline TAknLayoutScalableTableLimits list_setting_pane_g_Limits() const		{ return (*(Tlist_setting_pane_g_Limits_sig*)(GetFunction(EApiId_list_setting_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14636
	inline TAknLayoutScalableParameterLimits list_setting_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_setting_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_setting_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14638
	inline TAknWindowComponentLayout list_setting_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_pane_g_sig*)(GetFunction(EApiId_list_setting_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14640
	inline TAknLayoutScalableParameterLimits list_setting_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_setting_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14642
	inline TAknTextComponentLayout list_setting_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_pane_t1_sig*)(GetFunction(EApiId_list_setting_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14644
	inline TAknLayoutScalableParameterLimits list_setting_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_setting_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14646
	inline TAknTextComponentLayout list_setting_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_pane_t2_sig*)(GetFunction(EApiId_list_setting_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14648
	inline TAknLayoutScalableTableLimits list_setting_pane_t_Limits() const		{ return (*(Tlist_setting_pane_t_Limits_sig*)(GetFunction(EApiId_list_setting_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14650
	inline TAknLayoutScalableParameterLimits list_setting_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_setting_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_setting_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14652
	inline TAknTextComponentLayout list_setting_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_pane_t_sig*)(GetFunction(EApiId_list_setting_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14654
	inline TAknLayoutScalableParameterLimits set_value_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tset_value_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_set_value_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14656
	inline TAknWindowComponentLayout set_value_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_value_pane_cp_sig*)(GetFunction(EApiId_set_value_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14658
	// LAF Table : list_setting_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14659
	inline TAknLayoutScalableParameterLimits list_setting_number_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_number_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_setting_number_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14660
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14661
	inline TAknWindowComponentLayout list_setting_number_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_number_pane_g1_sig*)(GetFunction(EApiId_list_setting_number_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14663
	inline TAknLayoutScalableParameterLimits list_setting_number_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_number_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_setting_number_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14664
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14665
	inline TAknWindowComponentLayout list_setting_number_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_number_pane_g2_sig*)(GetFunction(EApiId_list_setting_number_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14667
	inline TAknLayoutScalableTableLimits list_setting_number_pane_g_Limits() const		{ return (*(Tlist_setting_number_pane_g_Limits_sig*)(GetFunction(EApiId_list_setting_number_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14669
	inline TAknLayoutScalableParameterLimits list_setting_number_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_setting_number_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_setting_number_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14670
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14671
	inline TAknWindowComponentLayout list_setting_number_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_number_pane_g_sig*)(GetFunction(EApiId_list_setting_number_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14672
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14673
	inline TAknLayoutScalableParameterLimits list_setting_number_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_number_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_setting_number_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14675
	inline TAknTextComponentLayout list_setting_number_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_number_pane_t1_sig*)(GetFunction(EApiId_list_setting_number_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14677
	inline TAknLayoutScalableParameterLimits list_setting_number_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_number_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_setting_number_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14679
	inline TAknTextComponentLayout list_setting_number_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_number_pane_t2_sig*)(GetFunction(EApiId_list_setting_number_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14681
	inline TAknLayoutScalableParameterLimits list_setting_number_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_number_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_list_setting_number_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14683
	inline TAknTextComponentLayout list_setting_number_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_number_pane_t3_sig*)(GetFunction(EApiId_list_setting_number_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14685
	inline TAknLayoutScalableTableLimits list_setting_number_pane_t_Limits() const		{ return (*(Tlist_setting_number_pane_t_Limits_sig*)(GetFunction(EApiId_list_setting_number_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14687
	inline TAknLayoutScalableParameterLimits list_setting_number_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_setting_number_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_setting_number_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14689
	inline TAknTextComponentLayout list_setting_number_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_number_pane_t_sig*)(GetFunction(EApiId_list_setting_number_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14691
	inline TAknLayoutScalableParameterLimits set_value_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tset_value_pane_ParamLimits_sig*)(GetFunction(EApiId_set_value_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14693
	inline TAknWindowComponentLayout set_value_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_value_pane_sig*)(GetFunction(EApiId_set_value_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14695
	// LAF Table : set_value_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14696
	inline TAknLayoutScalableParameterLimits bg_set_opt_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_set_opt_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_set_opt_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14698
	inline TAknWindowComponentLayout bg_set_opt_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_sig*)(GetFunction(EApiId_bg_set_opt_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14700
	inline TAknTextComponentLayout set_value_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_value_pane_t1_sig*)(GetFunction(EApiId_set_value_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14702
	inline TAknWindowComponentLayout slider_set_pane_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_cp3_sig*)(GetFunction(EApiId_slider_set_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14704
	inline TAknWindowComponentLayout volume_small_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_cp_sig*)(GetFunction(EApiId_volume_small_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14706
	// LAF Table : listscroll_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14707
	inline TAknWindowComponentLayout list_form_gen_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_form_gen_pane_sig*)(GetFunction(EApiId_list_form_gen_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14708
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14709
	inline TAknWindowComponentLayout scroll_pane_cp8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp8_sig*)(GetFunction(EApiId_scroll_pane_cp8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14711
	// LAF Table : list_form_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14712
	inline TAknLayoutScalableParameterLimits form_field_data_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_data_pane_ParamLimits_sig*)(GetFunction(EApiId_form_field_data_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14714
	inline TAknWindowComponentLayout form_field_data_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_pane_sig*)(GetFunction(EApiId_form_field_data_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14716
	inline TAknLayoutScalableParameterLimits form_field_data_wide_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_data_wide_pane_ParamLimits_sig*)(GetFunction(EApiId_form_field_data_wide_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14718
	inline TAknWindowComponentLayout form_field_data_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_wide_pane_sig*)(GetFunction(EApiId_form_field_data_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14720
	inline TAknLayoutScalableParameterLimits form_field_popup_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_popup_pane_ParamLimits_sig*)(GetFunction(EApiId_form_field_popup_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14721
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14722
	inline TAknWindowComponentLayout form_field_popup_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_popup_pane_sig*)(GetFunction(EApiId_form_field_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14724
	inline TAknLayoutScalableParameterLimits form_field_popup_wide_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_popup_wide_pane_ParamLimits_sig*)(GetFunction(EApiId_form_field_popup_wide_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14726
	inline TAknWindowComponentLayout form_field_popup_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_popup_wide_pane_sig*)(GetFunction(EApiId_form_field_popup_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14728
	inline TAknLayoutScalableParameterLimits form_field_slider_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_slider_pane_ParamLimits_sig*)(GetFunction(EApiId_form_field_slider_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14730
	inline TAknWindowComponentLayout form_field_slider_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_pane_sig*)(GetFunction(EApiId_form_field_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14732
	inline TAknLayoutScalableParameterLimits form_field_slider_wide_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_slider_wide_pane_ParamLimits_sig*)(GetFunction(EApiId_form_field_slider_wide_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14734
	inline TAknWindowComponentLayout form_field_slider_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_wide_pane_sig*)(GetFunction(EApiId_form_field_slider_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14736
	// LAF Table : form_field_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14737
	inline TAknWindowComponentLayout data_form_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdata_form_pane_sig*)(GetFunction(EApiId_data_form_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14739
	inline TAknTextComponentLayout form_field_data_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_pane_t1_sig*)(GetFunction(EApiId_form_field_data_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14741
	inline TAknWindowComponentLayout input_focus_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_sig*)(GetFunction(EApiId_input_focus_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14743
	// LAF Table : form_field_data_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14744
	inline TAknWindowComponentLayout data_form_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdata_form_wide_pane_sig*)(GetFunction(EApiId_data_form_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14746
	inline TAknTextComponentLayout form_field_data_wide_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_wide_pane_t1_sig*)(GetFunction(EApiId_form_field_data_wide_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14747
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14748
	inline TAknWindowComponentLayout input_focus_pane_cp6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp6_sig*)(GetFunction(EApiId_input_focus_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14749
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14750
	// LAF Table : form_field_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14751
	inline TAknTextComponentLayout form_field_popup_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_popup_pane_t1_sig*)(GetFunction(EApiId_form_field_popup_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14753
	inline TAknWindowComponentLayout input_focus_pane_cp7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp7_sig*)(GetFunction(EApiId_input_focus_pane_cp7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14755
	inline TAknWindowComponentLayout list_form_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_form_pane_sig*)(GetFunction(EApiId_list_form_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14757
	// LAF Table : form_field_popup_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14758
	inline TAknTextComponentLayout form_field_popup_wide_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_popup_wide_pane_t1_sig*)(GetFunction(EApiId_form_field_popup_wide_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14759
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14760
	inline TAknWindowComponentLayout input_focus_pane_cp8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp8_sig*)(GetFunction(EApiId_input_focus_pane_cp8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14761
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14762
	inline TAknWindowComponentLayout list_form_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_form_wide_pane_sig*)(GetFunction(EApiId_list_form_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14764
	// LAF Table : form_field_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14765
	inline TAknLayoutScalableParameterLimits form_field_slider_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_slider_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_form_field_slider_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14767
	inline TAknTextComponentLayout form_field_slider_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_pane_t1_sig*)(GetFunction(EApiId_form_field_slider_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14769
	inline TAknLayoutScalableParameterLimits form_field_slider_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_slider_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_form_field_slider_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14771
	inline TAknTextComponentLayout form_field_slider_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_pane_t2_sig*)(GetFunction(EApiId_form_field_slider_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14773
	inline TAknLayoutScalableTableLimits form_field_slider_pane_t_Limits() const		{ return (*(Tform_field_slider_pane_t_Limits_sig*)(GetFunction(EApiId_form_field_slider_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14775
	inline TAknLayoutScalableParameterLimits form_field_slider_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tform_field_slider_pane_t_ParamLimits_sig*)(GetFunction(EApiId_form_field_slider_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14776
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14777
	inline TAknTextComponentLayout form_field_slider_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_pane_t_sig*)(GetFunction(EApiId_form_field_slider_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14779
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp9_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp9_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14781
	inline TAknWindowComponentLayout input_focus_pane_cp9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp9_sig*)(GetFunction(EApiId_input_focus_pane_cp9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14783
	inline TAknLayoutScalableParameterLimits slider_cont_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tslider_cont_pane_ParamLimits_sig*)(GetFunction(EApiId_slider_cont_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14785
	inline TAknWindowComponentLayout slider_cont_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_cont_pane_sig*)(GetFunction(EApiId_slider_cont_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14787
	// LAF Table : form_field_slider_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14788
	inline TAknLayoutScalableParameterLimits form_field_slider_wide_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_slider_wide_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_form_field_slider_wide_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14790
	inline TAknTextComponentLayout form_field_slider_wide_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_wide_pane_t1_sig*)(GetFunction(EApiId_form_field_slider_wide_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14792
	inline TAknLayoutScalableParameterLimits form_field_slider_wide_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_slider_wide_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_form_field_slider_wide_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14794
	inline TAknTextComponentLayout form_field_slider_wide_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_wide_pane_t2_sig*)(GetFunction(EApiId_form_field_slider_wide_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14796
	inline TAknLayoutScalableTableLimits form_field_slider_wide_pane_t_Limits() const		{ return (*(Tform_field_slider_wide_pane_t_Limits_sig*)(GetFunction(EApiId_form_field_slider_wide_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14798
	inline TAknLayoutScalableParameterLimits form_field_slider_wide_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tform_field_slider_wide_pane_t_ParamLimits_sig*)(GetFunction(EApiId_form_field_slider_wide_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14800
	inline TAknTextComponentLayout form_field_slider_wide_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_wide_pane_t_sig*)(GetFunction(EApiId_form_field_slider_wide_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14802
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp10_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp10_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14804
	inline TAknWindowComponentLayout input_focus_pane_cp10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp10_sig*)(GetFunction(EApiId_input_focus_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14806
	inline TAknLayoutScalableParameterLimits slider_cont_pane_cp1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tslider_cont_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_slider_cont_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14808
	inline TAknWindowComponentLayout slider_cont_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_cont_pane_cp1_sig*)(GetFunction(EApiId_slider_cont_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14810
	inline TAknWindowComponentLayout slider_form_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_cp_sig*)(GetFunction(EApiId_slider_form_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14812
	// LAF Table : input_focus_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14813
	inline TAknWindowComponentLayout input_focus_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_g1_sig*)(GetFunction(EApiId_input_focus_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14815
	inline TAknWindowComponentLayout input_focus_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_g2_sig*)(GetFunction(EApiId_input_focus_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14817
	inline TAknWindowComponentLayout input_focus_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_g3_sig*)(GetFunction(EApiId_input_focus_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14819
	inline TAknWindowComponentLayout input_focus_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_g4_sig*)(GetFunction(EApiId_input_focus_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14820
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14821
	inline TAknWindowComponentLayout input_focus_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_g5_sig*)(GetFunction(EApiId_input_focus_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14822
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14823
	inline TAknWindowComponentLayout input_focus_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_g6_sig*)(GetFunction(EApiId_input_focus_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14825
	inline TAknWindowComponentLayout input_focus_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_g7_sig*)(GetFunction(EApiId_input_focus_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14827
	inline TAknWindowComponentLayout input_focus_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_g8_sig*)(GetFunction(EApiId_input_focus_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14829
	inline TAknWindowComponentLayout input_focus_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_g9_sig*)(GetFunction(EApiId_input_focus_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14831
	inline TAknWindowComponentLayout input_focus_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_g10_sig*)(GetFunction(EApiId_input_focus_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14833
	inline TAknLayoutScalableTableLimits input_focus_pane_g_Limits() const		{ return (*(Tinput_focus_pane_g_Limits_sig*)(GetFunction(EApiId_input_focus_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14835
	inline TAknWindowComponentLayout input_focus_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_g_sig*)(GetFunction(EApiId_input_focus_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14837
	// LAF Table : wait_border_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14838
	inline TAknWindowComponentLayout wait_border_pane_g3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_border_pane_g3_copy1_sig*)(GetFunction(EApiId_wait_border_pane_g3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14840
	// LAF Table : data_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14841
	inline TAknTextComponentLayout data_form_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tdata_form_pane_t1_sig*)(GetFunction(EApiId_data_form_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14842
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14843
	// LAF Table : wait_anim_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14844
	inline TAknWindowComponentLayout wait_anim_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_anim_pane_g1_copy1_sig*)(GetFunction(EApiId_wait_anim_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14846
	// LAF Table : data_form_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14847
	inline TAknTextComponentLayout data_form_wide_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tdata_form_wide_pane_t1_sig*)(GetFunction(EApiId_data_form_wide_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14849
	// LAF Table : list_form_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14850
	inline TAknLayoutScalableParameterLimits list_form_graphic_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_form_graphic_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_list_form_graphic_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14852
	inline TAknWindowComponentLayout list_form_graphic_pane_cp(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_form_graphic_pane_cp_sig*)(GetFunction(EApiId_list_form_graphic_pane_cp)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14854
	// LAF Table : slider_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14855
	inline TAknWindowComponentLayout slider_form_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_g1_sig*)(GetFunction(EApiId_slider_form_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14857
	inline TAknWindowComponentLayout slider_form_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_g2_sig*)(GetFunction(EApiId_slider_form_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14859
	inline TAknLayoutScalableTableLimits slider_form_pane_g_Limits() const		{ return (*(Tslider_form_pane_g_Limits_sig*)(GetFunction(EApiId_slider_form_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14861
	inline TAknWindowComponentLayout slider_form_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_g_sig*)(GetFunction(EApiId_slider_form_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14863
	// LAF Table : list_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14864
	inline TAknLayoutScalableParameterLimits list_form_graphic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_form_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_list_form_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14866
	inline TAknWindowComponentLayout list_form_graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_form_graphic_pane_sig*)(GetFunction(EApiId_list_form_graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14868
	// LAF Table : list_form_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14869
	inline TAknWindowComponentLayout list_form_graphic_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_form_graphic_pane_g1_sig*)(GetFunction(EApiId_list_form_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14871
	inline TAknLayoutScalableParameterLimits list_form_graphic_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_form_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_form_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14872
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14873
	inline TAknTextComponentLayout list_form_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_form_graphic_pane_t1_sig*)(GetFunction(EApiId_list_form_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14875
	inline TAknLayoutScalableParameterLimits list_highlight_pane_cp5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_highlight_pane_cp5_ParamLimits_sig*)(GetFunction(EApiId_list_highlight_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14877
	inline TAknWindowComponentLayout list_highlight_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp5_sig*)(GetFunction(EApiId_list_highlight_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14879
	// LAF Table : find_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14880
	inline TAknWindowComponentLayout find_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfind_pane_g1_sig*)(GetFunction(EApiId_find_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14881
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14882
	inline TAknWindowComponentLayout input_find_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_find_pane_sig*)(GetFunction(EApiId_input_find_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14884
	// LAF Table : input_find_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14885
	inline TAknLayoutScalableParameterLimits input_find_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_find_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_input_find_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14887
	inline TAknWindowComponentLayout input_find_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_find_pane_g1_sig*)(GetFunction(EApiId_input_find_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14889
	inline TAknLayoutScalableParameterLimits input_find_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_find_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_input_find_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14891
	inline TAknTextComponentLayout input_find_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_find_pane_t1_sig*)(GetFunction(EApiId_input_find_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14893
	inline TAknLayoutScalableParameterLimits input_find_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_find_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_input_find_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14895
	inline TAknTextComponentLayout input_find_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_find_pane_t2_sig*)(GetFunction(EApiId_input_find_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14897
	inline TAknLayoutScalableTableLimits input_find_pane_t_Limits() const		{ return (*(Tinput_find_pane_t_Limits_sig*)(GetFunction(EApiId_input_find_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14899
	inline TAknLayoutScalableParameterLimits input_find_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tinput_find_pane_t_ParamLimits_sig*)(GetFunction(EApiId_input_find_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14900
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14901
	inline TAknTextComponentLayout input_find_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_find_pane_t_sig*)(GetFunction(EApiId_input_find_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14903
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp5_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14905
	inline TAknWindowComponentLayout input_focus_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp5_sig*)(GetFunction(EApiId_input_focus_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14907
	// LAF Table : popup_menu_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14908
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14910
	inline TAknWindowComponentLayout bg_popup_window_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp2_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14912
	inline TAknLayoutScalableParameterLimits listscroll_menu_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_menu_pane_ParamLimits_sig*)(GetFunction(EApiId_listscroll_menu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14913
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14914
	inline TAknWindowComponentLayout listscroll_menu_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_menu_pane_sig*)(GetFunction(EApiId_listscroll_menu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14915
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14916
	inline TAknLayoutScalableParameterLimits popup_submenu_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_submenu_window_ParamLimits_sig*)(GetFunction(EApiId_popup_submenu_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14917
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14918
	inline TAknWindowComponentLayout popup_submenu_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_submenu_window_sig*)(GetFunction(EApiId_popup_submenu_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14919
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14920
	// LAF Table : find_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14921
	inline TAknWindowComponentLayout find_popup_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfind_popup_pane_g1_sig*)(GetFunction(EApiId_find_popup_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14922
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14923
	inline TAknWindowComponentLayout input_popup_find_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_popup_find_pane_cp_sig*)(GetFunction(EApiId_input_popup_find_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14925
	// LAF Table : input_popup_find_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14926
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp4_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14928
	inline TAknWindowComponentLayout input_focus_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp4_sig*)(GetFunction(EApiId_input_focus_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14930
	inline TAknLayoutScalableParameterLimits input_popup_find_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_popup_find_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_input_popup_find_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14932
	inline TAknTextComponentLayout input_popup_find_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_popup_find_pane_t1_sig*)(GetFunction(EApiId_input_popup_find_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14934
	// LAF Table : popup_submenu_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14935
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14937
	inline TAknWindowComponentLayout listscroll_popup_sub_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_sub_pane_sig*)(GetFunction(EApiId_listscroll_popup_sub_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14939
	// LAF Table : listscroll_popup_sub_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14940
	inline TAknLayoutScalableParameterLimits list_submenu_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_submenu_pane_ParamLimits_sig*)(GetFunction(EApiId_list_submenu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14942
	inline TAknWindowComponentLayout list_submenu_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_submenu_pane_sig*)(GetFunction(EApiId_list_submenu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14944
	inline TAknWindowComponentLayout scroll_pane_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp4_sig*)(GetFunction(EApiId_scroll_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14946
	// LAF Table : list_submenu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14947
	inline TAknLayoutScalableParameterLimits list_single_popup_submenu_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_popup_submenu_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_popup_submenu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14949
	inline TAknWindowComponentLayout list_single_popup_submenu_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_popup_submenu_pane_sig*)(GetFunction(EApiId_list_single_popup_submenu_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14951
	// LAF Table : list_single_popup_submenu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14952
	inline TAknWindowComponentLayout list_single_popup_submenu_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_popup_submenu_pane_g1_sig*)(GetFunction(EApiId_list_single_popup_submenu_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14954
	inline TAknLayoutScalableParameterLimits list_single_popup_submenu_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_popup_submenu_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_popup_submenu_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14955
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14956
	inline TAknTextComponentLayout list_single_popup_submenu_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_popup_submenu_pane_t1_sig*)(GetFunction(EApiId_list_single_popup_submenu_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14957
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14958
	// LAF Table : tabs_2_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14959
	inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_active_tab_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14961
	inline TAknWindowComponentLayout bg_active_tab_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_cp1_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14963
	inline TAknWindowComponentLayout tabs_2_active_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_2_active_pane_g1_sig*)(GetFunction(EApiId_tabs_2_active_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14964
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14965
	inline TAknTextComponentLayout tabs_2_active_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_2_active_pane_t1_sig*)(GetFunction(EApiId_tabs_2_active_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14967
	// LAF Table : tabs_2_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14968
	inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_passive_tab_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14969
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14970
	inline TAknWindowComponentLayout bg_passive_tab_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_cp1_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14971
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14972
	inline TAknWindowComponentLayout tabs_2_passive_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_2_passive_pane_g1_sig*)(GetFunction(EApiId_tabs_2_passive_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14974
	inline TAknTextComponentLayout tabs_2_passive_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_2_passive_pane_t1_sig*)(GetFunction(EApiId_tabs_2_passive_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14976
	// LAF Table : tabs_2_long_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14977
	inline TAknWindowComponentLayout bg_active_tab_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_cp4_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14979
	inline TAknTextComponentLayout tabs_2_long_active_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_2_long_active_pane_t1_sig*)(GetFunction(EApiId_tabs_2_long_active_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14980
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14981
	// LAF Table : tabs_2_long_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14982
	inline TAknWindowComponentLayout bg_passive_tab_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_cp4_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14984
	// LAF Table : list_single_midp_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14985
	inline TAknLayoutScalableParameterLimits list_single_midp_graphic_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_midp_graphic_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_list_single_midp_graphic_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14987
	// LAF Table : tabs_3_long_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14988
	inline TAknWindowComponentLayout bg_active_tab_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_cp5_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14990
	inline TAknTextComponentLayout tabs_3_long_active_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_long_active_pane_t1_sig*)(GetFunction(EApiId_tabs_3_long_active_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14992
	// LAF Table : tabs_3_long_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14993
	inline TAknWindowComponentLayout bg_passive_tab_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_cp5_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14995
	// LAF Table : list_single_midp_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14996
	inline TAknWindowComponentLayout list_single_midp_graphic_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_midp_graphic_pane_g4_sig*)(GetFunction(EApiId_list_single_midp_graphic_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14997
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14998
	// LAF Table : popup_fast_swap_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14999
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp13_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_cp13_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp13_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15001
	inline TAknWindowComponentLayout bg_popup_window_pane_cp13(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp13_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15003
	inline TAknLayoutScalableParameterLimits listscroll_popup_fast_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_popup_fast_pane_ParamLimits_sig*)(GetFunction(EApiId_listscroll_popup_fast_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15005
	inline TAknWindowComponentLayout listscroll_popup_fast_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_fast_pane_sig*)(GetFunction(EApiId_listscroll_popup_fast_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15006
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15007
	// LAF Table : listscroll_popup_fast_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15008
	inline TAknLayoutScalableParameterLimits grid_popup_fast_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_popup_fast_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_popup_fast_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15010
	inline TAknWindowComponentLayout grid_popup_fast_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_popup_fast_pane_sig*)(GetFunction(EApiId_grid_popup_fast_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15012
	inline TAknLayoutScalableParameterLimits scroll_pane_cp9_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_cp9_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15014
	inline TAknWindowComponentLayout scroll_pane_cp9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp9_sig*)(GetFunction(EApiId_scroll_pane_cp9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15016
	// LAF Table : list_single_graphic_hl_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15017
	inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_t1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_hl_pane_t1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15018
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15019
	inline TAknTextComponentLayout list_single_graphic_hl_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_hl_pane_t1_cp2_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15020
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15021
	// LAF Table : query_popup_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15022
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp20_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp20_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp20_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15023
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15024
	inline TAknWindowComponentLayout input_focus_pane_cp20(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp20_sig*)(GetFunction(EApiId_input_focus_pane_cp20)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15025
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15026
	inline TAknLayoutScalableParameterLimits query_popup_data_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tquery_popup_data_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_query_popup_data_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15028
	inline TAknTextComponentLayout query_popup_data_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tquery_popup_data_pane_t1_sig*)(GetFunction(EApiId_query_popup_data_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15029
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15030
	inline TAknLayoutScalableParameterLimits query_popup_data_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tquery_popup_data_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_query_popup_data_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15031
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15032
	inline TAknTextComponentLayout query_popup_data_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tquery_popup_data_pane_t2_sig*)(GetFunction(EApiId_query_popup_data_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15033
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15034
	inline TAknLayoutScalableParameterLimits query_popup_data_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tquery_popup_data_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_query_popup_data_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15035
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15036
	inline TAknTextComponentLayout query_popup_data_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tquery_popup_data_pane_t3_sig*)(GetFunction(EApiId_query_popup_data_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15038
	inline TAknLayoutScalableParameterLimits query_popup_data_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tquery_popup_data_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_query_popup_data_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15040
	inline TAknTextComponentLayout query_popup_data_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tquery_popup_data_pane_t4_sig*)(GetFunction(EApiId_query_popup_data_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15042
	inline TAknLayoutScalableParameterLimits query_popup_data_pane_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tquery_popup_data_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_query_popup_data_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15043
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15044
	inline TAknTextComponentLayout query_popup_data_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tquery_popup_data_pane_t5_sig*)(GetFunction(EApiId_query_popup_data_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15046
	inline TAknLayoutScalableTableLimits query_popup_data_pane_t_Limits() const		{ return (*(Tquery_popup_data_pane_t_Limits_sig*)(GetFunction(EApiId_query_popup_data_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15047
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15048
	inline TAknLayoutScalableParameterLimits query_popup_data_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tquery_popup_data_pane_t_ParamLimits_sig*)(GetFunction(EApiId_query_popup_data_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15050
	inline TAknTextComponentLayout query_popup_data_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tquery_popup_data_pane_t_sig*)(GetFunction(EApiId_query_popup_data_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15052
	// LAF Table : bg_set_opt_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15053
	inline TAknWindowComponentLayout bg_set_opt_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_g1_sig*)(GetFunction(EApiId_bg_set_opt_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15054
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15055
	inline TAknWindowComponentLayout bg_set_opt_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_g2_sig*)(GetFunction(EApiId_bg_set_opt_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15056
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15057
	inline TAknWindowComponentLayout bg_set_opt_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_g3_sig*)(GetFunction(EApiId_bg_set_opt_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15058
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15059
	inline TAknWindowComponentLayout bg_set_opt_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_g4_sig*)(GetFunction(EApiId_bg_set_opt_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15061
	inline TAknWindowComponentLayout bg_set_opt_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_g5_sig*)(GetFunction(EApiId_bg_set_opt_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15062
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15063
	inline TAknWindowComponentLayout bg_set_opt_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_g6_sig*)(GetFunction(EApiId_bg_set_opt_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15064
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15065
	inline TAknWindowComponentLayout bg_set_opt_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_g7_sig*)(GetFunction(EApiId_bg_set_opt_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15066
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15067
	inline TAknWindowComponentLayout bg_set_opt_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_g8_sig*)(GetFunction(EApiId_bg_set_opt_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15069
	inline TAknWindowComponentLayout bg_set_opt_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_g9_sig*)(GetFunction(EApiId_bg_set_opt_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15071
	inline TAknLayoutScalableTableLimits bg_set_opt_pane_g_Limits() const		{ return (*(Tbg_set_opt_pane_g_Limits_sig*)(GetFunction(EApiId_bg_set_opt_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15073
	inline TAknWindowComponentLayout bg_set_opt_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_g_sig*)(GetFunction(EApiId_bg_set_opt_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15075
	// LAF Table : stacon_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15076
	inline TAknLayoutScalableParameterLimits control_top_pane_stacon_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcontrol_top_pane_stacon_ParamLimits_sig*)(GetFunction(EApiId_control_top_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15078
	inline TAknWindowComponentLayout control_top_pane_stacon(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_top_pane_stacon_sig*)(GetFunction(EApiId_control_top_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15079
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15080
	inline TAknLayoutScalableParameterLimits signal_pane_stacon_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsignal_pane_stacon_ParamLimits_sig*)(GetFunction(EApiId_signal_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15082
	inline TAknWindowComponentLayout signal_pane_stacon(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsignal_pane_stacon_sig*)(GetFunction(EApiId_signal_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15084
	inline TAknLayoutScalableParameterLimits stacon_top_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tstacon_top_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_stacon_top_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15086
	inline TAknWindowComponentLayout stacon_top_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstacon_top_pane_g1_sig*)(GetFunction(EApiId_stacon_top_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15088
	inline TAknLayoutScalableParameterLimits title_pane_stacon_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttitle_pane_stacon_ParamLimits_sig*)(GetFunction(EApiId_title_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15090
	inline TAknWindowComponentLayout title_pane_stacon(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttitle_pane_stacon_sig*)(GetFunction(EApiId_title_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15092
	inline TAknLayoutScalableParameterLimits uni_indicator_pane_stacon_ParamLimits(TInt aVariety = 0) const		{ return (*(Tuni_indicator_pane_stacon_ParamLimits_sig*)(GetFunction(EApiId_uni_indicator_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15094
	inline TAknWindowComponentLayout uni_indicator_pane_stacon(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuni_indicator_pane_stacon_sig*)(GetFunction(EApiId_uni_indicator_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15096
	// LAF Table : stacon_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15097
	inline TAknLayoutScalableParameterLimits battery_pane_stacon_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbattery_pane_stacon_ParamLimits_sig*)(GetFunction(EApiId_battery_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15098
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15099
	inline TAknWindowComponentLayout battery_pane_stacon(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbattery_pane_stacon_sig*)(GetFunction(EApiId_battery_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15101
	inline TAknLayoutScalableParameterLimits control_bottom_pane_stacon_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcontrol_bottom_pane_stacon_ParamLimits_sig*)(GetFunction(EApiId_control_bottom_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15103
	inline TAknWindowComponentLayout control_bottom_pane_stacon(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_bottom_pane_stacon_sig*)(GetFunction(EApiId_control_bottom_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15105
	inline TAknLayoutScalableParameterLimits navi_pane_stacon_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_pane_stacon_ParamLimits_sig*)(GetFunction(EApiId_navi_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15107
	inline TAknWindowComponentLayout navi_pane_stacon(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_stacon_sig*)(GetFunction(EApiId_navi_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15109
	inline TAknLayoutScalableParameterLimits stacon_bottom_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tstacon_bottom_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_stacon_bottom_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15111
	inline TAknWindowComponentLayout stacon_bottom_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstacon_bottom_pane_g1_sig*)(GetFunction(EApiId_stacon_bottom_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15113
	// LAF Table : signal_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15114
	inline TAknLayoutScalableParameterLimits aid_levels_signal_lsc_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_levels_signal_lsc_ParamLimits_sig*)(GetFunction(EApiId_aid_levels_signal_lsc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15116
	inline TAknWindowComponentLayout aid_levels_signal_lsc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_levels_signal_lsc_sig*)(GetFunction(EApiId_aid_levels_signal_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15118
	inline TAknLayoutScalableParameterLimits signal_pane_stacon_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsignal_pane_stacon_g1_ParamLimits_sig*)(GetFunction(EApiId_signal_pane_stacon_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15120
	inline TAknWindowComponentLayout signal_pane_stacon_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsignal_pane_stacon_g1_sig*)(GetFunction(EApiId_signal_pane_stacon_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15122
	inline TAknLayoutScalableParameterLimits signal_pane_stacon_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsignal_pane_stacon_g2_ParamLimits_sig*)(GetFunction(EApiId_signal_pane_stacon_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15124
	inline TAknWindowComponentLayout signal_pane_stacon_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsignal_pane_stacon_g2_sig*)(GetFunction(EApiId_signal_pane_stacon_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15126
	inline TAknLayoutScalableTableLimits signal_pane_stacon_g_Limits() const		{ return (*(Tsignal_pane_stacon_g_Limits_sig*)(GetFunction(EApiId_signal_pane_stacon_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15128
	inline TAknLayoutScalableParameterLimits signal_pane_stacon_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tsignal_pane_stacon_g_ParamLimits_sig*)(GetFunction(EApiId_signal_pane_stacon_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15130
	inline TAknWindowComponentLayout signal_pane_stacon_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsignal_pane_stacon_g_sig*)(GetFunction(EApiId_signal_pane_stacon_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15132
	// LAF Table : title_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15133
	inline TAknLayoutScalableParameterLimits title_pane_stacon_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttitle_pane_stacon_t1_ParamLimits_sig*)(GetFunction(EApiId_title_pane_stacon_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15135
	inline TAknTextComponentLayout title_pane_stacon_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttitle_pane_stacon_t1_sig*)(GetFunction(EApiId_title_pane_stacon_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15137
	// LAF Table : uni_indicator_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15138
	inline TAknWindowComponentLayout uni_indicator_pane_stacon_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuni_indicator_pane_stacon_g1_sig*)(GetFunction(EApiId_uni_indicator_pane_stacon_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15140
	inline TAknWindowComponentLayout uni_indicator_pane_stacon_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuni_indicator_pane_stacon_g2_sig*)(GetFunction(EApiId_uni_indicator_pane_stacon_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15142
	inline TAknWindowComponentLayout uni_indicator_pane_stacon_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuni_indicator_pane_stacon_g3_sig*)(GetFunction(EApiId_uni_indicator_pane_stacon_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15144
	inline TAknWindowComponentLayout uni_indicator_pane_stacon_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuni_indicator_pane_stacon_g4_sig*)(GetFunction(EApiId_uni_indicator_pane_stacon_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15146
	inline TAknLayoutScalableTableLimits uni_indicator_pane_stacon_g_Limits() const		{ return (*(Tuni_indicator_pane_stacon_g_Limits_sig*)(GetFunction(EApiId_uni_indicator_pane_stacon_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15148
	inline TAknWindowComponentLayout uni_indicator_pane_stacon_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuni_indicator_pane_stacon_g_sig*)(GetFunction(EApiId_uni_indicator_pane_stacon_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15150
	// LAF Table : control_top_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15151
	inline TAknWindowComponentLayout control_top_pane_stacon_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_top_pane_stacon_g1_sig*)(GetFunction(EApiId_control_top_pane_stacon_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15153
	inline TAknLayoutScalableParameterLimits control_top_pane_stacon_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcontrol_top_pane_stacon_t1_ParamLimits_sig*)(GetFunction(EApiId_control_top_pane_stacon_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15155
	inline TAknTextComponentLayout control_top_pane_stacon_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_top_pane_stacon_t1_sig*)(GetFunction(EApiId_control_top_pane_stacon_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15157
	// LAF Table : battery_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15158
	inline TAknLayoutScalableParameterLimits aid_levels_battery_lsc_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_levels_battery_lsc_ParamLimits_sig*)(GetFunction(EApiId_aid_levels_battery_lsc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15160
	inline TAknWindowComponentLayout aid_levels_battery_lsc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_levels_battery_lsc_sig*)(GetFunction(EApiId_aid_levels_battery_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15162
	inline TAknLayoutScalableParameterLimits battery_pane_stacon_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbattery_pane_stacon_g1_ParamLimits_sig*)(GetFunction(EApiId_battery_pane_stacon_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15164
	inline TAknWindowComponentLayout battery_pane_stacon_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbattery_pane_stacon_g1_sig*)(GetFunction(EApiId_battery_pane_stacon_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15166
	inline TAknLayoutScalableParameterLimits battery_pane_stacon_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbattery_pane_stacon_g2_ParamLimits_sig*)(GetFunction(EApiId_battery_pane_stacon_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15168
	inline TAknWindowComponentLayout battery_pane_stacon_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbattery_pane_stacon_g2_sig*)(GetFunction(EApiId_battery_pane_stacon_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15170
	inline TAknLayoutScalableTableLimits battery_pane_stacon_g_Limits() const		{ return (*(Tbattery_pane_stacon_g_Limits_sig*)(GetFunction(EApiId_battery_pane_stacon_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15172
	inline TAknLayoutScalableParameterLimits battery_pane_stacon_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tbattery_pane_stacon_g_ParamLimits_sig*)(GetFunction(EApiId_battery_pane_stacon_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15173
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15174
	inline TAknWindowComponentLayout battery_pane_stacon_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbattery_pane_stacon_g_sig*)(GetFunction(EApiId_battery_pane_stacon_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15175
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15176
	// LAF Table : navi_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15177
	inline TAknWindowComponentLayout navi_icon_pane_stacon(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_icon_pane_stacon_sig*)(GetFunction(EApiId_navi_icon_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15179
	inline TAknWindowComponentLayout navi_navi_pane_stacon(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_pane_stacon_sig*)(GetFunction(EApiId_navi_navi_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15181
	inline TAknWindowComponentLayout navi_text_pane_stacon(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_text_pane_stacon_sig*)(GetFunction(EApiId_navi_text_pane_stacon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15183
	// LAF Table : control_bottom_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15184
	inline TAknWindowComponentLayout control_bottom_pane_stacon_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_bottom_pane_stacon_g1_sig*)(GetFunction(EApiId_control_bottom_pane_stacon_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15186
	inline TAknLayoutScalableParameterLimits control_bottom_pane_stacon_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcontrol_bottom_pane_stacon_t1_ParamLimits_sig*)(GetFunction(EApiId_control_bottom_pane_stacon_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15188
	inline TAknTextComponentLayout control_bottom_pane_stacon_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_bottom_pane_stacon_t1_sig*)(GetFunction(EApiId_control_bottom_pane_stacon_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15190
	// LAF Table : listscroll_app_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15191
	inline TAknLayoutScalableParameterLimits grid_app_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_app_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_app_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15193
	inline TAknWindowComponentLayout grid_app_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_app_pane_sig*)(GetFunction(EApiId_grid_app_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15195
	inline TAknLayoutScalableParameterLimits scroll_pane_cp15_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_cp15_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp15_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15197
	inline TAknWindowComponentLayout scroll_pane_cp15(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp15_sig*)(GetFunction(EApiId_scroll_pane_cp15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15199
	// LAF Table : grid_app_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15200
	inline TAknLayoutScalableParameterLimits cell_app_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_app_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_app_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15202
	inline TAknWindowComponentLayout cell_app_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_app_pane_sig*)(GetFunction(EApiId_cell_app_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15204
	// LAF Table : cell_app_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15205
	inline TAknLayoutScalableParameterLimits cell_app_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_app_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_app_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15207
	inline TAknWindowComponentLayout cell_app_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_app_pane_g1_sig*)(GetFunction(EApiId_cell_app_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15209
	inline TAknLayoutScalableParameterLimits cell_app_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_app_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_app_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15211
	inline TAknWindowComponentLayout cell_app_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_app_pane_g2_sig*)(GetFunction(EApiId_cell_app_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15213
	inline TAknLayoutScalableTableLimits cell_app_pane_g_Limits() const		{ return (*(Tcell_app_pane_g_Limits_sig*)(GetFunction(EApiId_cell_app_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15215
	inline TAknLayoutScalableParameterLimits cell_app_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcell_app_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_app_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15217
	inline TAknWindowComponentLayout cell_app_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_app_pane_g_sig*)(GetFunction(EApiId_cell_app_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15219
	inline TAknLayoutScalableParameterLimits cell_app_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_app_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_app_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15221
	inline TAknTextComponentLayout cell_app_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_app_pane_t1_sig*)(GetFunction(EApiId_cell_app_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15223
	inline TAknLayoutScalableParameterLimits grid_highlight_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_highlight_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_highlight_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15224
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15225
	inline TAknWindowComponentLayout grid_highlight_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_sig*)(GetFunction(EApiId_grid_highlight_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15227
	// LAF Table : grid_highlight_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15228
	inline TAknWindowComponentLayout cell_highlight_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_highlight_pane_g1_sig*)(GetFunction(EApiId_cell_highlight_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15230
	inline TAknWindowComponentLayout cell_highlight_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_highlight_pane_g2_sig*)(GetFunction(EApiId_cell_highlight_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15232
	inline TAknWindowComponentLayout cell_highlight_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_highlight_pane_g3_sig*)(GetFunction(EApiId_cell_highlight_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15234
	inline TAknWindowComponentLayout cell_highlight_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_highlight_pane_g4_sig*)(GetFunction(EApiId_cell_highlight_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15236
	inline TAknWindowComponentLayout cell_highlight_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_highlight_pane_g5_sig*)(GetFunction(EApiId_cell_highlight_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15238
	inline TAknWindowComponentLayout cell_highlight_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_highlight_pane_g6_sig*)(GetFunction(EApiId_cell_highlight_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15240
	inline TAknWindowComponentLayout cell_highlight_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_highlight_pane_g7_sig*)(GetFunction(EApiId_cell_highlight_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15242
	inline TAknWindowComponentLayout cell_highlight_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_highlight_pane_g8_sig*)(GetFunction(EApiId_cell_highlight_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15244
	inline TAknWindowComponentLayout cell_highlight_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_highlight_pane_g9_sig*)(GetFunction(EApiId_cell_highlight_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15246
	inline TAknWindowComponentLayout cell_highlight_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_highlight_pane_g10_sig*)(GetFunction(EApiId_cell_highlight_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15248
	inline TAknLayoutScalableTableLimits cell_highlight_pane_g_Limits() const		{ return (*(Tcell_highlight_pane_g_Limits_sig*)(GetFunction(EApiId_cell_highlight_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15250
	inline TAknWindowComponentLayout cell_highlight_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_highlight_pane_g_sig*)(GetFunction(EApiId_cell_highlight_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15252
	// LAF Table : scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15253
	inline TAknWindowComponentLayout bg_scroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_scroll_pane_sig*)(GetFunction(EApiId_bg_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15255
	inline TAknWindowComponentLayout scroll_handle_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_handle_pane_sig*)(GetFunction(EApiId_scroll_handle_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15257
	// LAF Table : bg_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15258
	inline TAknWindowComponentLayout scroll_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_bg_pane_g1_sig*)(GetFunction(EApiId_scroll_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15260
	inline TAknWindowComponentLayout scroll_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_bg_pane_g2_sig*)(GetFunction(EApiId_scroll_bg_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15262
	inline TAknWindowComponentLayout scroll_bg_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_bg_pane_g3_sig*)(GetFunction(EApiId_scroll_bg_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15264
	inline TAknLayoutScalableTableLimits scroll_bg_pane_g_Limits() const		{ return (*(Tscroll_bg_pane_g_Limits_sig*)(GetFunction(EApiId_scroll_bg_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15266
	inline TAknWindowComponentLayout scroll_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_bg_pane_g_sig*)(GetFunction(EApiId_scroll_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15268
	// LAF Table : scroll_handle_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15269
	inline TAknLayoutScalableParameterLimits scroll_handle_focus_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_handle_focus_pane_ParamLimits_sig*)(GetFunction(EApiId_scroll_handle_focus_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15271
	inline TAknWindowComponentLayout scroll_handle_focus_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_handle_focus_pane_sig*)(GetFunction(EApiId_scroll_handle_focus_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15273
	inline TAknWindowComponentLayout scroll_handle_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_handle_pane_g1_sig*)(GetFunction(EApiId_scroll_handle_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15275
	inline TAknWindowComponentLayout scroll_handle_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_handle_pane_g2_sig*)(GetFunction(EApiId_scroll_handle_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15277
	inline TAknWindowComponentLayout scroll_handle_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_handle_pane_g3_sig*)(GetFunction(EApiId_scroll_handle_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15279
	inline TAknLayoutScalableTableLimits scroll_handle_pane_g_Limits() const		{ return (*(Tscroll_handle_pane_g_Limits_sig*)(GetFunction(EApiId_scroll_handle_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15281
	inline TAknWindowComponentLayout scroll_handle_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_handle_pane_g_sig*)(GetFunction(EApiId_scroll_handle_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15283
	// LAF Table : popup_fep_japan_predictive_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15284
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp21_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_sub_pane_cp21_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp21_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15286
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp21(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp21_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp21)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15287
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15288
	inline TAknLayoutScalableParameterLimits popup_fep_japan_predictive_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_fep_japan_predictive_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_japan_predictive_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15289
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15290
	inline TAknTextComponentLayout popup_fep_japan_predictive_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_japan_predictive_window_t1_sig*)(GetFunction(EApiId_popup_fep_japan_predictive_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15292
	inline TAknLayoutScalableParameterLimits popup_fep_japan_predictive_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_fep_japan_predictive_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_japan_predictive_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15294
	inline TAknTextComponentLayout popup_fep_japan_predictive_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_japan_predictive_window_t2_sig*)(GetFunction(EApiId_popup_fep_japan_predictive_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15296
	inline TAknLayoutScalableParameterLimits popup_fep_japan_predictive_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_fep_japan_predictive_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_japan_predictive_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15298
	inline TAknTextComponentLayout popup_fep_japan_predictive_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_japan_predictive_window_t3_sig*)(GetFunction(EApiId_popup_fep_japan_predictive_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15300
	inline TAknLayoutScalableTableLimits popup_fep_japan_predictive_window_t_Limits() const		{ return (*(Tpopup_fep_japan_predictive_window_t_Limits_sig*)(GetFunction(EApiId_popup_fep_japan_predictive_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15302
	inline TAknLayoutScalableParameterLimits popup_fep_japan_predictive_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_fep_japan_predictive_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_japan_predictive_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15304
	inline TAknTextComponentLayout popup_fep_japan_predictive_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_japan_predictive_window_t_sig*)(GetFunction(EApiId_popup_fep_japan_predictive_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15306
	// LAF Table : popup_fep_japan_candidate_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15307
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp23(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp23_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp23)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15309
	inline TAknWindowComponentLayout listscroll_japin_cand_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_japin_cand_pane_sig*)(GetFunction(EApiId_listscroll_japin_cand_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15311
	inline TAknTextComponentLayout popup_fep_japan_candidate_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_japan_candidate_window_t1_sig*)(GetFunction(EApiId_popup_fep_japan_candidate_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15312
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15313
	// LAF Table : listscroll_japin_cand_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15314
	inline TAknLayoutScalableParameterLimits candidate_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcandidate_pane_ParamLimits_sig*)(GetFunction(EApiId_candidate_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15316
	inline TAknWindowComponentLayout candidate_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcandidate_pane_sig*)(GetFunction(EApiId_candidate_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15317
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15318
	inline TAknWindowComponentLayout scroll_pane_cp30(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp30_sig*)(GetFunction(EApiId_scroll_pane_cp30)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15320
	// LAF Table : candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15321
	inline TAknLayoutScalableParameterLimits list_single_popup_jap_candidate_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_popup_jap_candidate_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_popup_jap_candidate_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15323
	inline TAknWindowComponentLayout list_single_popup_jap_candidate_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_popup_jap_candidate_pane_sig*)(GetFunction(EApiId_list_single_popup_jap_candidate_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15324
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15325
	// LAF Table : list_single_popup_jap_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15326
	inline TAknWindowComponentLayout list_highlight_pane_cp30(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp30_sig*)(GetFunction(EApiId_list_highlight_pane_cp30)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15328
	inline TAknTextComponentLayout list_single_popup_jap_candidate_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_popup_jap_candidate_pane_t1_sig*)(GetFunction(EApiId_list_single_popup_jap_candidate_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15329
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15330
	// LAF Table : aid_levels_signal
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15331
	inline TAknWindowComponentLayout level_1_signal(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_1_signal_sig*)(GetFunction(EApiId_level_1_signal)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15333
	inline TAknWindowComponentLayout level_2_signal(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_2_signal_sig*)(GetFunction(EApiId_level_2_signal)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15335
	inline TAknWindowComponentLayout level_3_signal(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_3_signal_sig*)(GetFunction(EApiId_level_3_signal)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15337
	inline TAknWindowComponentLayout level_4_signal(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_4_signal_sig*)(GetFunction(EApiId_level_4_signal)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15339
	inline TAknWindowComponentLayout level_5_signal(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_5_signal_sig*)(GetFunction(EApiId_level_5_signal)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15341
	inline TAknWindowComponentLayout level_6_signal(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_6_signal_sig*)(GetFunction(EApiId_level_6_signal)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15343
	inline TAknWindowComponentLayout level_7_signal(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_7_signal_sig*)(GetFunction(EApiId_level_7_signal)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15345
	// LAF Table : aid_levels_battery
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15346
	inline TAknWindowComponentLayout level_1_battery(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_1_battery_sig*)(GetFunction(EApiId_level_1_battery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15348
	inline TAknWindowComponentLayout level_2_battery(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_2_battery_sig*)(GetFunction(EApiId_level_2_battery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15350
	inline TAknWindowComponentLayout level_3_battery(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_3_battery_sig*)(GetFunction(EApiId_level_3_battery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15352
	inline TAknWindowComponentLayout level_4_battery(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_4_battery_sig*)(GetFunction(EApiId_level_4_battery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15354
	inline TAknWindowComponentLayout level_5_battery(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_5_battery_sig*)(GetFunction(EApiId_level_5_battery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15356
	inline TAknWindowComponentLayout level_6_battery(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_6_battery_sig*)(GetFunction(EApiId_level_6_battery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15358
	inline TAknWindowComponentLayout level_7_battery(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_7_battery_sig*)(GetFunction(EApiId_level_7_battery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15360
	// LAF Table : listscroll_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15361
	inline TAknLayoutScalableParameterLimits list_menu_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_menu_pane_ParamLimits_sig*)(GetFunction(EApiId_list_menu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15363
	inline TAknWindowComponentLayout list_menu_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_menu_pane_sig*)(GetFunction(EApiId_list_menu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15365
	inline TAknLayoutScalableParameterLimits scroll_pane_cp25_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_cp25_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp25_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15366
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15367
	inline TAknWindowComponentLayout scroll_pane_cp25(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp25_sig*)(GetFunction(EApiId_scroll_pane_cp25)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15369
	// LAF Table : list_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15370
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15372
	inline TAknWindowComponentLayout list_double2_graphic_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double2_graphic_pane_cp2_sig*)(GetFunction(EApiId_list_double2_graphic_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15374
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15376
	inline TAknWindowComponentLayout list_double2_large_graphic_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double2_large_graphic_pane_cp2_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15378
	inline TAknLayoutScalableParameterLimits list_double2_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15380
	inline TAknWindowComponentLayout list_double2_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double2_pane_cp2_sig*)(GetFunction(EApiId_list_double2_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15382
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15384
	inline TAknWindowComponentLayout list_double_graphic_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_graphic_pane_cp2_sig*)(GetFunction(EApiId_list_double_graphic_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15386
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15388
	inline TAknWindowComponentLayout list_double_large_graphic_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_large_graphic_pane_cp2_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15390
	inline TAknLayoutScalableParameterLimits list_double_number_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15392
	inline TAknWindowComponentLayout list_double_number_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_number_pane_cp2_sig*)(GetFunction(EApiId_list_double_number_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15394
	inline TAknLayoutScalableParameterLimits list_double_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15396
	inline TAknWindowComponentLayout list_double_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_pane_cp2_sig*)(GetFunction(EApiId_list_double_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15397
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15398
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15399
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15400
	inline TAknWindowComponentLayout list_single_2graphic_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_2graphic_pane_cp2_sig*)(GetFunction(EApiId_list_single_2graphic_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15401
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15402
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15404
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_graphic_heading_pane_cp2_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15406
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15408
	inline TAknWindowComponentLayout list_single_graphic_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_graphic_pane_cp2_sig*)(GetFunction(EApiId_list_single_graphic_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15410
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15411
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15412
	inline TAknWindowComponentLayout list_single_heading_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_heading_pane_cp2_sig*)(GetFunction(EApiId_list_single_heading_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15413
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15414
	inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_large_graphic_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15416
	inline TAknWindowComponentLayout list_single_large_graphic_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_large_graphic_pane_cp2_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15418
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15420
	inline TAknWindowComponentLayout list_single_number_heading_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_number_heading_pane_cp2_sig*)(GetFunction(EApiId_list_single_number_heading_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15422
	inline TAknLayoutScalableParameterLimits list_single_number_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15424
	inline TAknWindowComponentLayout list_single_number_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_number_pane_cp2_sig*)(GetFunction(EApiId_list_single_number_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15426
	inline TAknLayoutScalableParameterLimits list_single_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15428
	inline TAknWindowComponentLayout list_single_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_pane_cp2_sig*)(GetFunction(EApiId_list_single_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15429
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15430
	// LAF Table : popup_side_volume_key_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15431
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp22(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp22_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp22)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15433
	inline TAknWindowComponentLayout popup_side_volume_key_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_side_volume_key_window_g1_sig*)(GetFunction(EApiId_popup_side_volume_key_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15435
	inline TAknTextComponentLayout popup_side_volume_key_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_side_volume_key_window_t1_sig*)(GetFunction(EApiId_popup_side_volume_key_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15437
	inline TAknWindowComponentLayout volume_small_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_cp1_sig*)(GetFunction(EApiId_volume_small_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15439
	// LAF Table : popup_fep_china_uni_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15440
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp24_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_sub_pane_cp24_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp24_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15442
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp24(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp24_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp24)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15444
	inline TAknLayoutScalableParameterLimits fep_china_uni_candidate_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_china_uni_candidate_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_china_uni_candidate_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15446
	inline TAknWindowComponentLayout fep_china_uni_candidate_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_china_uni_candidate_pane_sig*)(GetFunction(EApiId_fep_china_uni_candidate_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15448
	inline TAknWindowComponentLayout fep_china_uni_entry_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_china_uni_entry_pane_sig*)(GetFunction(EApiId_fep_china_uni_entry_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15450
	inline TAknWindowComponentLayout popup_fep_china_uni_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_china_uni_window_g1_sig*)(GetFunction(EApiId_popup_fep_china_uni_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15452
	// LAF Table : fep_china_uni_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15453
	inline TAknWindowComponentLayout fep_china_uni_entry_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_china_uni_entry_pane_g1_sig*)(GetFunction(EApiId_fep_china_uni_entry_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15455
	inline TAknWindowComponentLayout fep_china_uni_entry_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_china_uni_entry_pane_g2_sig*)(GetFunction(EApiId_fep_china_uni_entry_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15457
	inline TAknLayoutScalableTableLimits fep_china_uni_entry_pane_g_Limits() const		{ return (*(Tfep_china_uni_entry_pane_g_Limits_sig*)(GetFunction(EApiId_fep_china_uni_entry_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15459
	inline TAknWindowComponentLayout fep_china_uni_entry_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_china_uni_entry_pane_g_sig*)(GetFunction(EApiId_fep_china_uni_entry_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15461
	inline TAknWindowComponentLayout fep_entry_item_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_entry_item_pane_sig*)(GetFunction(EApiId_fep_entry_item_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15463
	// LAF Table : fep_china_uni_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15464
	inline TAknWindowComponentLayout fep_candidate_item_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_candidate_item_pane_sig*)(GetFunction(EApiId_fep_candidate_item_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15466
	inline TAknWindowComponentLayout fep_china_uni_candidate_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_china_uni_candidate_pane_g1_sig*)(GetFunction(EApiId_fep_china_uni_candidate_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15468
	inline TAknWindowComponentLayout fep_china_uni_candidate_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_china_uni_candidate_pane_g2_sig*)(GetFunction(EApiId_fep_china_uni_candidate_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15469
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15470
	inline TAknWindowComponentLayout fep_china_uni_candidate_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_china_uni_candidate_pane_g3_sig*)(GetFunction(EApiId_fep_china_uni_candidate_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15472
	inline TAknWindowComponentLayout fep_china_uni_candidate_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_china_uni_candidate_pane_g4_sig*)(GetFunction(EApiId_fep_china_uni_candidate_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15474
	inline TAknLayoutScalableTableLimits fep_china_uni_candidate_pane_g_Limits() const		{ return (*(Tfep_china_uni_candidate_pane_g_Limits_sig*)(GetFunction(EApiId_fep_china_uni_candidate_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15476
	inline TAknWindowComponentLayout fep_china_uni_candidate_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_china_uni_candidate_pane_g_sig*)(GetFunction(EApiId_fep_china_uni_candidate_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15478
	// LAF Table : fep_entry_item_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15479
	inline TAknWindowComponentLayout fep_entry_item_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_entry_item_pane_g1_sig*)(GetFunction(EApiId_fep_entry_item_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15481
	inline TAknLayoutScalableParameterLimits fep_entry_item_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_entry_item_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_fep_entry_item_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15483
	inline TAknTextComponentLayout fep_entry_item_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_entry_item_pane_t1_sig*)(GetFunction(EApiId_fep_entry_item_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15485
	// LAF Table : fep_candidate_item_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15486
	inline TAknLayoutScalableParameterLimits fep_candidate_item_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_candidate_item_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_fep_candidate_item_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15487
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15488
	inline TAknTextComponentLayout fep_candidate_item_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_candidate_item_pane_t1_sig*)(GetFunction(EApiId_fep_candidate_item_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15490
	inline TAknLayoutScalableParameterLimits fep_candidate_item_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_candidate_item_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_fep_candidate_item_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15491
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15492
	inline TAknTextComponentLayout fep_candidate_item_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_candidate_item_pane_t2_sig*)(GetFunction(EApiId_fep_candidate_item_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15494
	inline TAknLayoutScalableTableLimits fep_candidate_item_pane_t_Limits() const		{ return (*(Tfep_candidate_item_pane_t_Limits_sig*)(GetFunction(EApiId_fep_candidate_item_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15496
	inline TAknLayoutScalableParameterLimits fep_candidate_item_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tfep_candidate_item_pane_t_ParamLimits_sig*)(GetFunction(EApiId_fep_candidate_item_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15498
	inline TAknTextComponentLayout fep_candidate_item_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_candidate_item_pane_t_sig*)(GetFunction(EApiId_fep_candidate_item_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15500
	inline TAknLayoutScalableParameterLimits list_highlight_pane_cp31_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_highlight_pane_cp31_ParamLimits_sig*)(GetFunction(EApiId_list_highlight_pane_cp31_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15502
	inline TAknWindowComponentLayout list_highlight_pane_cp31(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp31_sig*)(GetFunction(EApiId_list_highlight_pane_cp31)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15504
	// LAF Table : aid_levels_signal_lsc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15505
	inline TAknWindowComponentLayout level_1_signal_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_1_signal_lsc_sig*)(GetFunction(EApiId_level_1_signal_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15507
	inline TAknWindowComponentLayout level_2_signal_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_2_signal_lsc_sig*)(GetFunction(EApiId_level_2_signal_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15509
	inline TAknWindowComponentLayout level_3_signal_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_3_signal_lsc_sig*)(GetFunction(EApiId_level_3_signal_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15511
	inline TAknWindowComponentLayout level_4_signal_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_4_signal_lsc_sig*)(GetFunction(EApiId_level_4_signal_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15513
	inline TAknWindowComponentLayout level_5_signal_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_5_signal_lsc_sig*)(GetFunction(EApiId_level_5_signal_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15515
	inline TAknWindowComponentLayout level_6_signal_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_6_signal_lsc_sig*)(GetFunction(EApiId_level_6_signal_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15517
	inline TAknWindowComponentLayout level_7_signal_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_7_signal_lsc_sig*)(GetFunction(EApiId_level_7_signal_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15519
	// LAF Table : aid_levels_battery_lsc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15520
	inline TAknWindowComponentLayout level_1_battery_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_1_battery_lsc_sig*)(GetFunction(EApiId_level_1_battery_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15521
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15522
	inline TAknWindowComponentLayout level_2_battery_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_2_battery_lsc_sig*)(GetFunction(EApiId_level_2_battery_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15523
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15524
	inline TAknWindowComponentLayout level_3_battery_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_3_battery_lsc_sig*)(GetFunction(EApiId_level_3_battery_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15525
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15526
	inline TAknWindowComponentLayout level_4_battery_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_4_battery_lsc_sig*)(GetFunction(EApiId_level_4_battery_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15528
	inline TAknWindowComponentLayout level_5_battery_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_5_battery_lsc_sig*)(GetFunction(EApiId_level_5_battery_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15530
	inline TAknWindowComponentLayout level_6_battery_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_6_battery_lsc_sig*)(GetFunction(EApiId_level_6_battery_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15532
	inline TAknWindowComponentLayout level_7_battery_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_7_battery_lsc_sig*)(GetFunction(EApiId_level_7_battery_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15534
	// LAF Table : scroll_handle_focus_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15535
	inline TAknWindowComponentLayout scroll_handle_focus_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_handle_focus_pane_g1_sig*)(GetFunction(EApiId_scroll_handle_focus_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15537
	inline TAknWindowComponentLayout scroll_handle_focus_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_handle_focus_pane_g2_sig*)(GetFunction(EApiId_scroll_handle_focus_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15539
	inline TAknWindowComponentLayout scroll_handle_focus_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_handle_focus_pane_g3_sig*)(GetFunction(EApiId_scroll_handle_focus_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15541
	inline TAknLayoutScalableTableLimits scroll_handle_focus_pane_g_Limits() const		{ return (*(Tscroll_handle_focus_pane_g_Limits_sig*)(GetFunction(EApiId_scroll_handle_focus_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15542
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15543
	inline TAknWindowComponentLayout scroll_handle_focus_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_handle_focus_pane_g_sig*)(GetFunction(EApiId_scroll_handle_focus_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15545
	// LAF Table : list_single_2graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15546
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15548
	inline TAknWindowComponentLayout list_single_2graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_g1_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15550
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15551
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15552
	inline TAknWindowComponentLayout list_single_2graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_g2_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15554
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15556
	inline TAknWindowComponentLayout list_single_2graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_g3_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15557
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15558
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15559
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15560
	inline TAknWindowComponentLayout list_single_2graphic_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_g4_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15562
	inline TAknLayoutScalableTableLimits list_single_2graphic_pane_g_Limits() const		{ return (*(Tlist_single_2graphic_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15564
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15566
	inline TAknWindowComponentLayout list_single_2graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_g_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15568
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15570
	inline TAknTextComponentLayout list_single_2graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_t1_sig*)(GetFunction(EApiId_list_single_2graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15572
	// LAF Table : list_double2_graphic_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15573
	inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15574
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15575
	inline TAknWindowComponentLayout list_double2_graphic_large_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_g1_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15577
	inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15579
	inline TAknWindowComponentLayout list_double2_graphic_large_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_g2_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15581
	inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15582
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15583
	inline TAknWindowComponentLayout list_double2_graphic_large_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_g3_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15585
	inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15587
	inline TAknWindowComponentLayout list_double2_graphic_large_graphic_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_g4_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15589
	inline TAknLayoutScalableTableLimits list_double2_graphic_large_graphic_pane_g_Limits() const		{ return (*(Tlist_double2_graphic_large_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15591
	inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15593
	inline TAknWindowComponentLayout list_double2_graphic_large_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_g_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15594
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15595
	inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15596
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15597
	inline TAknTextComponentLayout list_double2_graphic_large_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_t1_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15598
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15599
	inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15600
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15601
	inline TAknTextComponentLayout list_double2_graphic_large_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_t2_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15603
	inline TAknLayoutScalableTableLimits list_double2_graphic_large_graphic_pane_t_Limits() const		{ return (*(Tlist_double2_graphic_large_graphic_pane_t_Limits_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15605
	inline TAknLayoutScalableParameterLimits list_double2_graphic_large_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15607
	inline TAknTextComponentLayout list_double2_graphic_large_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_large_graphic_pane_t_sig*)(GetFunction(EApiId_list_double2_graphic_large_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15609
	// LAF Table : area_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15610
	inline TAknLayoutScalableParameterLimits popup_fast_swap_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_fast_swap_window_ParamLimits_sig*)(GetFunction(EApiId_popup_fast_swap_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15612
	inline TAknWindowComponentLayout popup_fast_swap_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fast_swap_window_sig*)(GetFunction(EApiId_popup_fast_swap_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15614
	inline TAknWindowComponentLayout popup_side_volume_key_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_side_volume_key_window_sig*)(GetFunction(EApiId_popup_side_volume_key_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15616
	inline TAknWindowComponentLayout stacon_top_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstacon_top_pane_sig*)(GetFunction(EApiId_stacon_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15618
	inline TAknLayoutScalableParameterLimits status_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tstatus_pane_ParamLimits_sig*)(GetFunction(EApiId_status_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15620
	inline TAknWindowComponentLayout status_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_pane_sig*)(GetFunction(EApiId_status_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15621
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15622
	inline TAknWindowComponentLayout status_small_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_pane_sig*)(GetFunction(EApiId_status_small_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15624
	// LAF Table : area_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15625
	inline TAknWindowComponentLayout control_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_pane_sig*)(GetFunction(EApiId_control_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15627
	inline TAknWindowComponentLayout stacon_bottom_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstacon_bottom_pane_sig*)(GetFunction(EApiId_stacon_bottom_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15629
	// LAF Table : listscroll_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15630
	inline TAknWindowComponentLayout scroll_pane_cp121(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp121_sig*)(GetFunction(EApiId_scroll_pane_cp121)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15632
	inline TAknWindowComponentLayout set_content_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_content_pane_sig*)(GetFunction(EApiId_set_content_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15634
	// LAF Table : bg_active_tab_pane_cp1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15635
	inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g1_cp1_sig*)(GetFunction(EApiId_bg_active_tab_pane_g1_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15637
	inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g2_cp1_sig*)(GetFunction(EApiId_bg_active_tab_pane_g2_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15639
	inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g3_cp1_sig*)(GetFunction(EApiId_bg_active_tab_pane_g3_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15641
	// LAF Table : bg_passive_tab_pane_cp1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15642
	inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g1_cp1_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g1_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15644
	inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g2_cp1_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g2_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15646
	inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g3_cp1_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g3_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15648
	// LAF Table : bg_active_tab_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15649
	inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g1_cp2_sig*)(GetFunction(EApiId_bg_active_tab_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15651
	inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g2_cp2_sig*)(GetFunction(EApiId_bg_active_tab_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15653
	inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g3_cp2_sig*)(GetFunction(EApiId_bg_active_tab_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15655
	// LAF Table : bg_passive_tab_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15656
	inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g1_cp2_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15658
	inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g2_cp2_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15660
	inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g3_cp2_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15662
	// LAF Table : bg_active_tab_pane_cp3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15663
	inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g1_cp3_sig*)(GetFunction(EApiId_bg_active_tab_pane_g1_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15664
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15665
	inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g2_cp3_sig*)(GetFunction(EApiId_bg_active_tab_pane_g2_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15667
	inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g3_cp3_sig*)(GetFunction(EApiId_bg_active_tab_pane_g3_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15669
	// LAF Table : bg_passive_tab_pane_cp3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15670
	inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g1_cp3_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g1_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15672
	inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g2_cp3_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g2_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15674
	inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g3_cp3_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g3_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15676
	// LAF Table : bg_active_tab_pane_cp4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15677
	inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g1_cp4_sig*)(GetFunction(EApiId_bg_active_tab_pane_g1_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15679
	inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g2_cp4_sig*)(GetFunction(EApiId_bg_active_tab_pane_g2_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15681
	inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g3_cp4_sig*)(GetFunction(EApiId_bg_active_tab_pane_g3_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15683
	// LAF Table : bg_passive_tab_pane_cp4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15684
	inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g1_cp4_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g1_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15686
	inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g2_cp4_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g2_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15687
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15688
	inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g3_cp4_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g3_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15690
	// LAF Table : bg_active_tab_pane_cp5
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15691
	inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g1_cp5_sig*)(GetFunction(EApiId_bg_active_tab_pane_g1_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15693
	inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g2_cp5_sig*)(GetFunction(EApiId_bg_active_tab_pane_g2_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15695
	inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g3_cp5_sig*)(GetFunction(EApiId_bg_active_tab_pane_g3_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15697
	// LAF Table : bg_passive_tab_pane_cp5
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15698
	inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g1_cp5_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g1_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15700
	inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g2_cp5_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g2_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15702
	inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g3_cp5_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g3_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15704
	// LAF Table : list_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15705
	inline TAknLayoutScalableParameterLimits list_set_graphic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_set_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_list_set_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15707
	inline TAknWindowComponentLayout list_set_graphic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_set_graphic_pane_sig*)(GetFunction(EApiId_list_set_graphic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15708
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15709
	// LAF Table : list_set_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15710
	inline TAknWindowComponentLayout bg_set_opt_pane_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_cp4_sig*)(GetFunction(EApiId_bg_set_opt_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15712
	inline TAknLayoutScalableParameterLimits list_set_graphic_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_set_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_set_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15714
	inline TAknWindowComponentLayout list_set_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_set_graphic_pane_g1_sig*)(GetFunction(EApiId_list_set_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15716
	inline TAknLayoutScalableParameterLimits list_set_graphic_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_set_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_set_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15718
	inline TAknWindowComponentLayout list_set_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_set_graphic_pane_g2_sig*)(GetFunction(EApiId_list_set_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15720
	inline TAknLayoutScalableTableLimits list_set_graphic_pane_g_Limits() const		{ return (*(Tlist_set_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_list_set_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15721
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15722
	inline TAknLayoutScalableParameterLimits list_set_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_set_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_set_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15724
	inline TAknWindowComponentLayout list_set_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_set_graphic_pane_g_sig*)(GetFunction(EApiId_list_set_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15726
	// LAF Table : volume_small_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15727
	inline TAknLayoutScalableTableLimits volume_small_pane_cp_g_Limits() const		{ return (*(Tvolume_small_pane_cp_g_Limits_sig*)(GetFunction(EApiId_volume_small_pane_cp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15729
	inline TAknWindowComponentLayout volume_small_pane_cp_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_cp_g_sig*)(GetFunction(EApiId_volume_small_pane_cp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15730
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15731
	// LAF Table : list_double2_large_graphic_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15732
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_g1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_g1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15734
	inline TAknWindowComponentLayout list_double2_large_graphic_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_large_graphic_pane_g1_cp2_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15736
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_g2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_g2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15738
	inline TAknWindowComponentLayout list_double2_large_graphic_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_large_graphic_pane_g2_cp2_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15740
	inline TAknWindowComponentLayout list_double2_large_graphic_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_large_graphic_pane_g3_cp2_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15742
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_t1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_t1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15744
	inline TAknTextComponentLayout list_double2_large_graphic_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_large_graphic_pane_t1_cp2_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15746
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_t2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_t2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15747
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15748
	inline TAknTextComponentLayout list_double2_large_graphic_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_large_graphic_pane_t2_cp2_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15749
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15750
	// LAF Table : list_double_large_graphic_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15751
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_g1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_g1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15753
	inline TAknWindowComponentLayout list_double_large_graphic_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_g1_cp2_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15755
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_g2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_g2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15757
	inline TAknWindowComponentLayout list_double_large_graphic_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_g2_cp2_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15759
	inline TAknWindowComponentLayout list_double_large_graphic_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_g3_cp2_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15761
	inline TAknWindowComponentLayout list_double_large_graphic_pane_g4_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_g4_cp_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g4_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15763
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_t1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_t1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15765
	inline TAknTextComponentLayout list_double_large_graphic_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_t1_cp2_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15767
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_t2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_t2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15769
	inline TAknTextComponentLayout list_double_large_graphic_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_t2_cp2_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15771
	// LAF Table : list_double2_graphic_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15772
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_g1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_g1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15774
	inline TAknWindowComponentLayout list_double2_graphic_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_pane_g1_cp2_sig*)(GetFunction(EApiId_list_double2_graphic_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15776
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_g2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_g2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15778
	inline TAknWindowComponentLayout list_double2_graphic_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_pane_g2_cp2_sig*)(GetFunction(EApiId_list_double2_graphic_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15780
	inline TAknWindowComponentLayout list_double2_graphic_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_pane_g3_cp2_sig*)(GetFunction(EApiId_list_double2_graphic_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15782
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_t1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_t1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15784
	inline TAknTextComponentLayout list_double2_graphic_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_pane_t1_cp2_sig*)(GetFunction(EApiId_list_double2_graphic_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15786
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_t2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_t2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15788
	inline TAknTextComponentLayout list_double2_graphic_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_pane_t2_cp2_sig*)(GetFunction(EApiId_list_double2_graphic_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15790
	// LAF Table : list_single_number_heading_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15791
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_g1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_g1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15793
	inline TAknWindowComponentLayout list_single_number_heading_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_g1_cp2_sig*)(GetFunction(EApiId_list_single_number_heading_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15795
	inline TAknWindowComponentLayout list_single_number_heading_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_g2_cp2_sig*)(GetFunction(EApiId_list_single_number_heading_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15797
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_t1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_t1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15799
	inline TAknTextComponentLayout list_single_number_heading_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_t1_cp2_sig*)(GetFunction(EApiId_list_single_number_heading_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15801
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_t2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_t2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15803
	inline TAknTextComponentLayout list_single_number_heading_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_t2_cp2_sig*)(GetFunction(EApiId_list_single_number_heading_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15805
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_t3_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_t3_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_t3_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15806
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15807
	inline TAknTextComponentLayout list_single_number_heading_pane_t3_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_t3_cp2_sig*)(GetFunction(EApiId_list_single_number_heading_pane_t3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15808
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15809
	// LAF Table : list_single_heading_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15810
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_g1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_g1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15812
	inline TAknWindowComponentLayout list_single_heading_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_g1_cp2_sig*)(GetFunction(EApiId_list_single_heading_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15814
	inline TAknWindowComponentLayout list_single_heading_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_g2_cp2_sig*)(GetFunction(EApiId_list_single_heading_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15816
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_t1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_t1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15818
	inline TAknTextComponentLayout list_single_heading_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_t1_cp2_sig*)(GetFunction(EApiId_list_single_heading_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15820
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_t2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_t2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15822
	inline TAknTextComponentLayout list_single_heading_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_t2_cp2_sig*)(GetFunction(EApiId_list_single_heading_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15824
	// LAF Table : list_double_graphic_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15825
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_g1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_g1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15827
	inline TAknWindowComponentLayout list_double_graphic_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_g1_cp2_sig*)(GetFunction(EApiId_list_double_graphic_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15829
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_g2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_g2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15831
	inline TAknWindowComponentLayout list_double_graphic_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_g2_cp2_sig*)(GetFunction(EApiId_list_double_graphic_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15833
	inline TAknWindowComponentLayout list_double_graphic_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_g3_cp2_sig*)(GetFunction(EApiId_list_double_graphic_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15835
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_t1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_t1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15837
	inline TAknTextComponentLayout list_double_graphic_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_t1_cp2_sig*)(GetFunction(EApiId_list_double_graphic_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15839
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_t2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_t2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15841
	inline TAknTextComponentLayout list_double_graphic_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_t2_cp2_sig*)(GetFunction(EApiId_list_double_graphic_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15842
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15843
	// LAF Table : list_double_number_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15844
	inline TAknLayoutScalableParameterLimits list_double_number_pane_g1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_g1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15846
	inline TAknWindowComponentLayout list_double_number_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_g1_cp2_sig*)(GetFunction(EApiId_list_double_number_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15848
	inline TAknWindowComponentLayout list_double_number_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_g2_cp2_sig*)(GetFunction(EApiId_list_double_number_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15850
	inline TAknLayoutScalableParameterLimits list_double_number_pane_t1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_t1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15852
	inline TAknTextComponentLayout list_double_number_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_t1_cp2_sig*)(GetFunction(EApiId_list_double_number_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15854
	inline TAknLayoutScalableParameterLimits list_double_number_pane_t2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_t2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15856
	inline TAknTextComponentLayout list_double_number_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_t2_cp2_sig*)(GetFunction(EApiId_list_double_number_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15858
	inline TAknLayoutScalableParameterLimits list_double_number_pane_t3_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_t3_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_t3_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15860
	inline TAknTextComponentLayout list_double_number_pane_t3_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_t3_cp2_sig*)(GetFunction(EApiId_list_double_number_pane_t3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15862
	// LAF Table : list_single_graphic_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15863
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_g1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_g1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15865
	inline TAknWindowComponentLayout list_single_graphic_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_pane_g1_cp2_sig*)(GetFunction(EApiId_list_single_graphic_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15867
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_g2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_g2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15869
	inline TAknWindowComponentLayout list_single_graphic_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_pane_g2_cp2_sig*)(GetFunction(EApiId_list_single_graphic_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15871
	inline TAknWindowComponentLayout list_single_graphic_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_pane_g3_cp2_sig*)(GetFunction(EApiId_list_single_graphic_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15872
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15873
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_t1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_t1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15875
	inline TAknTextComponentLayout list_single_graphic_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_pane_t1_cp2_sig*)(GetFunction(EApiId_list_single_graphic_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15877
	// LAF Table : list_single_number_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15878
	inline TAknLayoutScalableParameterLimits list_single_number_pane_g1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_pane_g1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15880
	inline TAknWindowComponentLayout list_single_number_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_pane_g1_cp2_sig*)(GetFunction(EApiId_list_single_number_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15881
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15882
	inline TAknWindowComponentLayout list_single_number_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_pane_g2_cp2_sig*)(GetFunction(EApiId_list_single_number_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15884
	inline TAknLayoutScalableParameterLimits list_single_number_pane_t1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_pane_t1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15886
	inline TAknTextComponentLayout list_single_number_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_pane_t1_cp2_sig*)(GetFunction(EApiId_list_single_number_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15887
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15888
	inline TAknLayoutScalableParameterLimits list_single_number_pane_t2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_pane_t2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15890
	inline TAknTextComponentLayout list_single_number_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_pane_t2_cp2_sig*)(GetFunction(EApiId_list_single_number_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15892
	// LAF Table : list_double2_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15893
	inline TAknLayoutScalableParameterLimits list_double2_pane_g1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_pane_g1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15895
	inline TAknWindowComponentLayout list_double2_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_pane_g1_cp2_sig*)(GetFunction(EApiId_list_double2_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15897
	inline TAknWindowComponentLayout list_double2_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_pane_g2_cp2_sig*)(GetFunction(EApiId_list_double2_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15899
	inline TAknLayoutScalableParameterLimits list_double2_pane_t1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_pane_t1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15900
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15901
	inline TAknTextComponentLayout list_double2_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_pane_t1_cp2_sig*)(GetFunction(EApiId_list_double2_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15903
	inline TAknLayoutScalableParameterLimits list_double2_pane_t2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_pane_t2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15905
	inline TAknTextComponentLayout list_double2_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_pane_t2_cp2_sig*)(GetFunction(EApiId_list_double2_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15907
	// LAF Table : list_double_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15908
	inline TAknLayoutScalableParameterLimits list_double_pane_g1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_pane_g1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15910
	inline TAknWindowComponentLayout list_double_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_pane_g1_cp2_sig*)(GetFunction(EApiId_list_double_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15912
	inline TAknWindowComponentLayout list_double_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_pane_g2_cp2_sig*)(GetFunction(EApiId_list_double_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15913
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15914
	inline TAknLayoutScalableParameterLimits list_double_pane_t1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_pane_t1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15915
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15916
	inline TAknTextComponentLayout list_double_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_pane_t1_cp2_sig*)(GetFunction(EApiId_list_double_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15917
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15918
	inline TAknLayoutScalableParameterLimits list_double_pane_t2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_pane_t2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15919
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15920
	inline TAknTextComponentLayout list_double_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_pane_t2_cp2_sig*)(GetFunction(EApiId_list_double_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15921
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15922
	// LAF Table : list_single_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15923
	inline TAknWindowComponentLayout list_single_pane_cp2_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_pane_cp2_g3_sig*)(GetFunction(EApiId_list_single_pane_cp2_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15925
	inline TAknLayoutScalableParameterLimits list_single_pane_g1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_pane_g1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15927
	inline TAknWindowComponentLayout list_single_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_pane_g1_cp2_sig*)(GetFunction(EApiId_list_single_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15929
	inline TAknWindowComponentLayout list_single_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_pane_g2_cp2_sig*)(GetFunction(EApiId_list_single_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15931
	inline TAknLayoutScalableParameterLimits list_single_pane_t1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_pane_t1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15933
	inline TAknTextComponentLayout list_single_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_pane_t1_cp2_sig*)(GetFunction(EApiId_list_single_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15935
	// LAF Table : list_single_large_graphic_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15936
	inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_g1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_large_graphic_pane_g1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15938
	inline TAknWindowComponentLayout list_single_large_graphic_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_large_graphic_pane_g1_cp2_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15940
	inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_g2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_large_graphic_pane_g2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15942
	inline TAknWindowComponentLayout list_single_large_graphic_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_large_graphic_pane_g2_cp2_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15944
	inline TAknWindowComponentLayout list_single_large_graphic_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_large_graphic_pane_g3_cp2_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15946
	inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_g4_cp1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_large_graphic_pane_g4_cp1_ParamLimits_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_g4_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15948
	inline TAknWindowComponentLayout list_single_large_graphic_pane_g4_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_large_graphic_pane_g4_cp1_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_g4_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15950
	inline TAknLayoutScalableParameterLimits list_single_large_graphic_pane_t1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_large_graphic_pane_t1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15952
	inline TAknTextComponentLayout list_single_large_graphic_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_large_graphic_pane_t1_cp2_sig*)(GetFunction(EApiId_list_single_large_graphic_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15954
	// LAF Table : list_single_graphic_heading_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15955
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_g1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_g1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15957
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_g1_cp2_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15959
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_g4_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_g4_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_g4_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15961
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_g4_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_g4_cp2_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_g4_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15963
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_g5_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_g5_cp2_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_g5_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15964
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15965
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_t1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_t1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15967
	inline TAknTextComponentLayout list_single_graphic_heading_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_t1_cp2_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15969
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_t2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_t2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15971
	inline TAknTextComponentLayout list_single_graphic_heading_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_t2_cp2_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15973
	// LAF Table : list_single_2graphic_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15974
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_g1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15976
	inline TAknWindowComponentLayout list_single_2graphic_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_g1_cp2_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15978
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_g2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15980
	inline TAknWindowComponentLayout list_single_2graphic_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_g2_cp2_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15982
	inline TAknWindowComponentLayout list_single_2graphic_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_g3_cp2_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15984
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g4_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_g4_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g4_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15986
	inline TAknWindowComponentLayout list_single_2graphic_pane_g4_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_g4_cp2_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g4_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15988
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_t1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_t1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15990
	inline TAknTextComponentLayout list_single_2graphic_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_t1_cp2_sig*)(GetFunction(EApiId_list_single_2graphic_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15992
	// LAF Table : list_highlight_pane_cp1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15993
	inline TAknWindowComponentLayout list_highlight_pane_g10_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_g10_cp1_sig*)(GetFunction(EApiId_list_highlight_pane_g10_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15995
	inline TAknWindowComponentLayout list_highlight_pane_g1_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_g1_cp1_sig*)(GetFunction(EApiId_list_highlight_pane_g1_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15997
	inline TAknWindowComponentLayout list_highlight_pane_g2_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_g2_cp1_sig*)(GetFunction(EApiId_list_highlight_pane_g2_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15999
	inline TAknWindowComponentLayout list_highlight_pane_g3_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_g3_cp1_sig*)(GetFunction(EApiId_list_highlight_pane_g3_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16001
	inline TAknWindowComponentLayout list_highlight_pane_g4_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_g4_cp1_sig*)(GetFunction(EApiId_list_highlight_pane_g4_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16003
	inline TAknWindowComponentLayout list_highlight_pane_g5_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_g5_cp1_sig*)(GetFunction(EApiId_list_highlight_pane_g5_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16005
	inline TAknWindowComponentLayout list_highlight_pane_g6_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_g6_cp1_sig*)(GetFunction(EApiId_list_highlight_pane_g6_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16006
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16007
	inline TAknWindowComponentLayout list_highlight_pane_g7_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_g7_cp1_sig*)(GetFunction(EApiId_list_highlight_pane_g7_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16008
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16009
	inline TAknWindowComponentLayout list_highlight_pane_g8_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_g8_cp1_sig*)(GetFunction(EApiId_list_highlight_pane_g8_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16011
	inline TAknWindowComponentLayout list_highlight_pane_g9_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_g9_cp1_sig*)(GetFunction(EApiId_list_highlight_pane_g9_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16013
	// LAF Table : slider_cont_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16014
	inline TAknTextComponentLayout form_field_slider_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_pane_t3_sig*)(GetFunction(EApiId_form_field_slider_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16016
	inline TAknTextComponentLayout form_field_slider_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_pane_t4_sig*)(GetFunction(EApiId_form_field_slider_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16018
	inline TAknLayoutScalableParameterLimits slider_form_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tslider_form_pane_ParamLimits_sig*)(GetFunction(EApiId_slider_form_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16020
	inline TAknWindowComponentLayout slider_form_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_sig*)(GetFunction(EApiId_slider_form_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16022
	// LAF Table : misc_graphics
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16023
	inline TAknWindowComponentLayout control_abbreviations(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_abbreviations_sig*)(GetFunction(EApiId_control_abbreviations)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16025
	inline TAknWindowComponentLayout control_conventions(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_conventions_sig*)(GetFunction(EApiId_control_conventions)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16026
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16027
	inline TAknWindowComponentLayout control_definitions(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_definitions_sig*)(GetFunction(EApiId_control_definitions)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16029
	inline TAknWindowComponentLayout format_table_attribute(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tformat_table_attribute_sig*)(GetFunction(EApiId_format_table_attribute)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16031
	// LAF Table : bg_popup_preview_window_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16032
	inline TAknWindowComponentLayout bg_popup_preview_window_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_preview_window_pane_g9_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16033
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16034
	// LAF Table : misc_graphics
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16035
	inline TAknWindowComponentLayout format_table_data2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tformat_table_data2_sig*)(GetFunction(EApiId_format_table_data2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16037
	inline TAknWindowComponentLayout format_table_data3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tformat_table_data3_sig*)(GetFunction(EApiId_format_table_data3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16039
	inline TAknWindowComponentLayout format_table_data_example(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tformat_table_data_example_sig*)(GetFunction(EApiId_format_table_data_example)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16041
	// LAF Table : bg_popup_preview_window_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16042
	inline TAknLayoutScalableTableLimits bg_popup_preview_window_pane_g_Limits() const		{ return (*(Tbg_popup_preview_window_pane_g_Limits_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16043
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16044
	// LAF Table : misc_graphics
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16045
	inline TAknWindowComponentLayout intro_purpose(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tintro_purpose_sig*)(GetFunction(EApiId_intro_purpose)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16047
	// LAF Table : bg_popup_preview_window_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16048
	inline TAknWindowComponentLayout bg_popup_preview_window_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_preview_window_pane_g_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16050
	// LAF Table : misc_graphics
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16051
	inline TAknWindowComponentLayout texts_category(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttexts_category_sig*)(GetFunction(EApiId_texts_category)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16052
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16053
	inline TAknWindowComponentLayout texts_graphics(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttexts_graphics_sig*)(GetFunction(EApiId_texts_graphics)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16054
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16055
	// LAF Table : texts_category
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16056
	inline TAknTextComponentLayout text_digital(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttext_digital_sig*)(GetFunction(EApiId_text_digital)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16058
	inline TAknTextComponentLayout text_primary(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttext_primary_sig*)(GetFunction(EApiId_text_primary)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16059
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16060
	inline TAknTextComponentLayout text_primary_small(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttext_primary_small_sig*)(GetFunction(EApiId_text_primary_small)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16061
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16062
	inline TAknTextComponentLayout text_secondary(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttext_secondary_sig*)(GetFunction(EApiId_text_secondary)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16063
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16064
	inline TAknTextComponentLayout text_title(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttext_title_sig*)(GetFunction(EApiId_text_title)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16066
	// LAF Table : bg_passive_tab_pane_cp3_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16067
	inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp3_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g1_cp3_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g1_cp3_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16069
	inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp3_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g2_cp3_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g2_cp3_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16071
	inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp3_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g3_cp3_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g3_cp3_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16073
	// LAF Table : tabs_4_active_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16074
	inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp3_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_active_tab_pane_cp3_srt_ParamLimits_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp3_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16076
	inline TAknWindowComponentLayout bg_active_tab_pane_cp3_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_cp3_srt_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp3_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16078
	inline TAknWindowComponentLayout tabs_4_active_pane_srt_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_4_active_pane_srt_g1_sig*)(GetFunction(EApiId_tabs_4_active_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16079
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16080
	inline TAknLayoutScalableParameterLimits tabs_4_active_pane_srt_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_4_active_pane_srt_t1_ParamLimits_sig*)(GetFunction(EApiId_tabs_4_active_pane_srt_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16082
	inline TAknTextComponentLayout tabs_4_active_pane_srt_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_4_active_pane_srt_t1_sig*)(GetFunction(EApiId_tabs_4_active_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16084
	// LAF Table : bg_active_tab_pane_cp3_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16085
	inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g1_cp3_copy1_sig*)(GetFunction(EApiId_bg_active_tab_pane_g1_cp3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16087
	inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g2_cp3_copy1_sig*)(GetFunction(EApiId_bg_active_tab_pane_g2_cp3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16088
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16089
	inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g3_cp3_copy1_sig*)(GetFunction(EApiId_bg_active_tab_pane_g3_cp3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16090
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16091
	// LAF Table : navi_tabs_2_long_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16092
	inline TAknLayoutScalableParameterLimits tabs_2_long_active_pane_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_2_long_active_pane_srt_ParamLimits_sig*)(GetFunction(EApiId_tabs_2_long_active_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16094
	inline TAknWindowComponentLayout tabs_2_long_active_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_2_long_active_pane_srt_sig*)(GetFunction(EApiId_tabs_2_long_active_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16096
	inline TAknLayoutScalableParameterLimits tabs_2_long_passive_pane_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_2_long_passive_pane_srt_ParamLimits_sig*)(GetFunction(EApiId_tabs_2_long_passive_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16098
	inline TAknWindowComponentLayout tabs_2_long_passive_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_2_long_passive_pane_srt_sig*)(GetFunction(EApiId_tabs_2_long_passive_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16100
	// LAF Table : tabs_2_long_passive_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16101
	inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp4_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_passive_tab_pane_cp4_srt_ParamLimits_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp4_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16103
	inline TAknWindowComponentLayout bg_passive_tab_pane_cp4_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_cp4_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp4_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16105
	// LAF Table : bg_passive_tab_pane_cp4_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16106
	inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp4_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g1_cp4_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g1_cp4_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16108
	inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp4_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g2_cp4_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g2_cp4_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16110
	inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp4_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g3_cp4_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g3_cp4_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16112
	// LAF Table : tabs_2_long_active_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16113
	inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp4_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_active_tab_pane_cp4_srt_ParamLimits_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp4_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16115
	inline TAknWindowComponentLayout bg_active_tab_pane_cp4_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_cp4_srt_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp4_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16117
	inline TAknLayoutScalableParameterLimits tabs_2_long_active_pane_srt_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_2_long_active_pane_srt_t1_ParamLimits_sig*)(GetFunction(EApiId_tabs_2_long_active_pane_srt_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16119
	inline TAknTextComponentLayout tabs_2_long_active_pane_srt_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_2_long_active_pane_srt_t1_sig*)(GetFunction(EApiId_tabs_2_long_active_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16121
	// LAF Table : bg_active_tab_pane_cp4_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16122
	inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp4_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g1_cp4_srt_sig*)(GetFunction(EApiId_bg_active_tab_pane_g1_cp4_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16124
	inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp4_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g2_cp4_srt_sig*)(GetFunction(EApiId_bg_active_tab_pane_g2_cp4_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16126
	inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp4_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g3_cp4_srt_sig*)(GetFunction(EApiId_bg_active_tab_pane_g3_cp4_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16128
	// LAF Table : navi_tabs_3_long_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16129
	inline TAknLayoutScalableParameterLimits tabs_3_long_active_pane_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_3_long_active_pane_srt_ParamLimits_sig*)(GetFunction(EApiId_tabs_3_long_active_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16131
	inline TAknWindowComponentLayout tabs_3_long_active_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_long_active_pane_srt_sig*)(GetFunction(EApiId_tabs_3_long_active_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16133
	inline TAknLayoutScalableParameterLimits tabs_3_long_passive_pane_cp_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_3_long_passive_pane_cp_srt_ParamLimits_sig*)(GetFunction(EApiId_tabs_3_long_passive_pane_cp_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16135
	inline TAknWindowComponentLayout tabs_3_long_passive_pane_cp_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_long_passive_pane_cp_srt_sig*)(GetFunction(EApiId_tabs_3_long_passive_pane_cp_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16137
	inline TAknLayoutScalableParameterLimits tabs_3_long_passive_pane_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_3_long_passive_pane_srt_ParamLimits_sig*)(GetFunction(EApiId_tabs_3_long_passive_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16139
	inline TAknWindowComponentLayout tabs_3_long_passive_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_long_passive_pane_srt_sig*)(GetFunction(EApiId_tabs_3_long_passive_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16141
	// LAF Table : tabs_3_long_passive_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16142
	inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp5_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_passive_tab_pane_cp5_srt_ParamLimits_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp5_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16144
	inline TAknWindowComponentLayout bg_passive_tab_pane_cp5_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_cp5_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp5_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16146
	// LAF Table : bg_passive_tab_pane_cp5_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16147
	inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp5_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g1_cp5_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g1_cp5_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16149
	inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp5_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g2_cp5_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g2_cp5_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16151
	inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp5_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g3_cp5_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g3_cp5_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16153
	// LAF Table : tabs_3_long_active_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16154
	inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp5_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_active_tab_pane_cp5_srt_ParamLimits_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp5_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16156
	inline TAknWindowComponentLayout bg_active_tab_pane_cp5_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_cp5_srt_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp5_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16158
	inline TAknLayoutScalableParameterLimits tabs_3_long_active_pane_srt_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_3_long_active_pane_srt_t1_ParamLimits_sig*)(GetFunction(EApiId_tabs_3_long_active_pane_srt_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16160
	inline TAknTextComponentLayout tabs_3_long_active_pane_srt_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_long_active_pane_srt_t1_sig*)(GetFunction(EApiId_tabs_3_long_active_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16162
	// LAF Table : bg_active_tab_pane_cp5_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16163
	inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp5_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g1_cp5_srt_sig*)(GetFunction(EApiId_bg_active_tab_pane_g1_cp5_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16164
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16165
	inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp5_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g2_cp5_srt_sig*)(GetFunction(EApiId_bg_active_tab_pane_g2_cp5_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16167
	inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp5_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g3_cp5_srt_sig*)(GetFunction(EApiId_bg_active_tab_pane_g3_cp5_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16169
	// LAF Table : navi_text_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16170
	inline TAknTextComponentLayout navi_text_pane_srt_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_text_pane_srt_t1_sig*)(GetFunction(EApiId_navi_text_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16172
	// LAF Table : navi_icon_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16173
	inline TAknWindowComponentLayout navi_icon_pane_srt_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_icon_pane_srt_g1_sig*)(GetFunction(EApiId_navi_icon_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16175
	// LAF Table : navi_midp_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16176
	inline TAknWindowComponentLayout midp_editing_number_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_editing_number_pane_srt_sig*)(GetFunction(EApiId_midp_editing_number_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16177
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16178
	inline TAknWindowComponentLayout midp_ticker_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_ticker_pane_srt_sig*)(GetFunction(EApiId_midp_ticker_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16180
	// LAF Table : midp_ticker_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16181
	inline TAknWindowComponentLayout midp_ticker_pane_srt_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_ticker_pane_srt_g1_sig*)(GetFunction(EApiId_midp_ticker_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16183
	inline TAknWindowComponentLayout midp_ticker_pane_srt_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_ticker_pane_srt_g2_sig*)(GetFunction(EApiId_midp_ticker_pane_srt_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16185
	inline TAknLayoutScalableTableLimits midp_ticker_pane_srt_g_Limits() const		{ return (*(Tmidp_ticker_pane_srt_g_Limits_sig*)(GetFunction(EApiId_midp_ticker_pane_srt_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16187
	inline TAknWindowComponentLayout midp_ticker_pane_srt_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_ticker_pane_srt_g_sig*)(GetFunction(EApiId_midp_ticker_pane_srt_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16189
	inline TAknTextComponentLayout midp_ticker_pane_srt_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_ticker_pane_srt_t1_sig*)(GetFunction(EApiId_midp_ticker_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16191
	// LAF Table : midp_editing_number_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16192
	inline TAknTextComponentLayout midp_editing_number_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_editing_number_pane_t1_copy1_sig*)(GetFunction(EApiId_midp_editing_number_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16193
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16194
	// LAF Table : main_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16195
	inline TAknWindowComponentLayout listscroll_midp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_midp_pane_sig*)(GetFunction(EApiId_listscroll_midp_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16197
	inline TAknWindowComponentLayout midp_form_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_form_pane_sig*)(GetFunction(EApiId_midp_form_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16199
	inline TAknLayoutScalableParameterLimits midp_info_popup_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmidp_info_popup_window_ParamLimits_sig*)(GetFunction(EApiId_midp_info_popup_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16201
	inline TAknWindowComponentLayout midp_info_popup_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_info_popup_window_sig*)(GetFunction(EApiId_midp_info_popup_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16203
	// LAF Table : midp_info_popup_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16204
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp50_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_sub_pane_cp50_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp50_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16206
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp50(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp50_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp50)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16208
	inline TAknLayoutScalableParameterLimits listscroll_midp_info_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_midp_info_pane_ParamLimits_sig*)(GetFunction(EApiId_listscroll_midp_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16210
	inline TAknWindowComponentLayout listscroll_midp_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_midp_info_pane_sig*)(GetFunction(EApiId_listscroll_midp_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16211
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16212
	// LAF Table : midp_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16213
	inline TAknLayoutScalableParameterLimits listscroll_form_midp_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_form_midp_pane_ParamLimits_sig*)(GetFunction(EApiId_listscroll_form_midp_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16215
	inline TAknWindowComponentLayout listscroll_form_midp_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_form_midp_pane_sig*)(GetFunction(EApiId_listscroll_form_midp_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16217
	inline TAknWindowComponentLayout scroll_bar_cp050(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_bar_cp050_sig*)(GetFunction(EApiId_scroll_bar_cp050)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16219
	// LAF Table : listscroll_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16220
	inline TAknWindowComponentLayout list_midp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_midp_pane_sig*)(GetFunction(EApiId_list_midp_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16222
	// LAF Table : midp_canvas_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16223
	inline TAknWindowComponentLayout signal_pane_g2_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsignal_pane_g2_cp_sig*)(GetFunction(EApiId_signal_pane_g2_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16224
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16225
	// LAF Table : listscroll_midp_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16226
	inline TAknLayoutScalableParameterLimits listscroll_midp_info_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_midp_info_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_listscroll_midp_info_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16228
	inline TAknTextComponentLayout listscroll_midp_info_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_midp_info_pane_t1_sig*)(GetFunction(EApiId_listscroll_midp_info_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16230
	inline TAknLayoutScalableParameterLimits listscroll_midp_info_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_midp_info_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_listscroll_midp_info_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16232
	inline TAknTextComponentLayout listscroll_midp_info_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_midp_info_pane_t2_sig*)(GetFunction(EApiId_listscroll_midp_info_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16234
	inline TAknLayoutScalableParameterLimits listscroll_midp_info_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_midp_info_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_listscroll_midp_info_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16236
	inline TAknTextComponentLayout listscroll_midp_info_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_midp_info_pane_t3_sig*)(GetFunction(EApiId_listscroll_midp_info_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16238
	inline TAknLayoutScalableParameterLimits listscroll_midp_info_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_midp_info_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_listscroll_midp_info_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16240
	inline TAknTextComponentLayout listscroll_midp_info_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_midp_info_pane_t4_sig*)(GetFunction(EApiId_listscroll_midp_info_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16242
	inline TAknLayoutScalableTableLimits listscroll_midp_info_pane_t_Limits() const		{ return (*(Tlistscroll_midp_info_pane_t_Limits_sig*)(GetFunction(EApiId_listscroll_midp_info_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16244
	inline TAknLayoutScalableParameterLimits listscroll_midp_info_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlistscroll_midp_info_pane_t_ParamLimits_sig*)(GetFunction(EApiId_listscroll_midp_info_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16246
	inline TAknTextComponentLayout listscroll_midp_info_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_midp_info_pane_t_sig*)(GetFunction(EApiId_listscroll_midp_info_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16248
	inline TAknWindowComponentLayout scroll_pane_cp21(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp21_sig*)(GetFunction(EApiId_scroll_pane_cp21)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16250
	// LAF Table : listscroll_form_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16251
	inline TAknWindowComponentLayout form_midp_field_choice_group_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_field_choice_group_pane_sig*)(GetFunction(EApiId_form_midp_field_choice_group_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16253
	inline TAknWindowComponentLayout form_midp_field_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_field_text_pane_sig*)(GetFunction(EApiId_form_midp_field_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16255
	inline TAknWindowComponentLayout form_midp_field_time_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_field_time_pane_sig*)(GetFunction(EApiId_form_midp_field_time_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16257
	inline TAknWindowComponentLayout form_midp_gauge_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_gauge_slider_pane_sig*)(GetFunction(EApiId_form_midp_gauge_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16259
	inline TAknWindowComponentLayout form_midp_gauge_wait_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_gauge_wait_pane_sig*)(GetFunction(EApiId_form_midp_gauge_wait_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16261
	inline TAknWindowComponentLayout form_midp_image_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_image_pane_sig*)(GetFunction(EApiId_form_midp_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16263
	// LAF Table : list_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16264
	inline TAknLayoutScalableParameterLimits list_single_midp_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_midp_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_midp_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16266
	inline TAknWindowComponentLayout list_single_midp_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_midp_pane_sig*)(GetFunction(EApiId_list_single_midp_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16268
	// LAF Table : form_midp_field_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16269
	inline TAknTextComponentLayout form_midp_field_text_pane_t1(TInt aVariety, TInt aRow = 0, TInt aCol = 0) const		{ return (*(Tform_midp_field_text_pane_t1_sig*)(GetFunction(EApiId_form_midp_field_text_pane_t1)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16271
	inline TAknWindowComponentLayout input_focus_pane_cp050(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp050_sig*)(GetFunction(EApiId_input_focus_pane_cp050)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16273
	inline TAknWindowComponentLayout list_midp_form_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_midp_form_text_pane_sig*)(GetFunction(EApiId_list_midp_form_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16275
	// LAF Table : form_midp_field_choice_group_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16276
	inline TAknTextComponentLayout form_midp_field_choice_group_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_field_choice_group_pane_t1_sig*)(GetFunction(EApiId_form_midp_field_choice_group_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16278
	inline TAknWindowComponentLayout input_focus_pane_cp051(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp051_sig*)(GetFunction(EApiId_input_focus_pane_cp051)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16280
	inline TAknWindowComponentLayout list_midp_choice_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_midp_choice_pane_sig*)(GetFunction(EApiId_list_midp_choice_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16282
	// LAF Table : area_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16283
	inline TAknWindowComponentLayout status_idle_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_idle_pane_sig*)(GetFunction(EApiId_status_idle_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16285
	// LAF Table : form_midp_field_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16286
	inline TAknTextComponentLayout form_midp_field_time_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_field_time_pane_t1_sig*)(GetFunction(EApiId_form_midp_field_time_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16287
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16288
	// LAF Table : wait_anim_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16289
	inline TAknWindowComponentLayout wait_anim_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_anim_pane_g2_copy1_sig*)(GetFunction(EApiId_wait_anim_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16291
	// LAF Table : form_midp_field_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16292
	inline TAknTextComponentLayout form_midp_field_time_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_field_time_pane_t2_sig*)(GetFunction(EApiId_form_midp_field_time_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16294
	inline TAknLayoutScalableTableLimits form_midp_field_time_pane_t_Limits() const		{ return (*(Tform_midp_field_time_pane_t_Limits_sig*)(GetFunction(EApiId_form_midp_field_time_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16296
	// LAF Table : aid_navinavi_width_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16297
	inline TAknWindowComponentLayout aid_navinavi_width_2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_navinavi_width_2_pane_sig*)(GetFunction(EApiId_aid_navinavi_width_2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16298
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16299
	// LAF Table : form_midp_field_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16300
	inline TAknTextComponentLayout form_midp_field_time_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_field_time_pane_t_sig*)(GetFunction(EApiId_form_midp_field_time_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16302
	inline TAknWindowComponentLayout input_focus_pane_cp052(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp052_sig*)(GetFunction(EApiId_input_focus_pane_cp052)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16304
	// LAF Table : form_midp_gauge_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16305
	inline TAknWindowComponentLayout bg_input_focus_pane_cp040(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_input_focus_pane_cp040_sig*)(GetFunction(EApiId_bg_input_focus_pane_cp040)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16307
	inline TAknTextComponentLayout form_midp_gauge_slider_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_gauge_slider_pane_t1_sig*)(GetFunction(EApiId_form_midp_gauge_slider_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16309
	inline TAknTextComponentLayout form_midp_gauge_slider_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_gauge_slider_pane_t2_sig*)(GetFunction(EApiId_form_midp_gauge_slider_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16311
	inline TAknTextComponentLayout form_midp_gauge_slider_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_gauge_slider_pane_t3_sig*)(GetFunction(EApiId_form_midp_gauge_slider_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16312
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16313
	inline TAknTextComponentLayout form_midp_gauge_slider_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_gauge_slider_pane_t4_sig*)(GetFunction(EApiId_form_midp_gauge_slider_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16315
	inline TAknLayoutScalableTableLimits form_midp_gauge_slider_pane_t_Limits() const		{ return (*(Tform_midp_gauge_slider_pane_t_Limits_sig*)(GetFunction(EApiId_form_midp_gauge_slider_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16317
	inline TAknTextComponentLayout form_midp_gauge_slider_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_gauge_slider_pane_t_sig*)(GetFunction(EApiId_form_midp_gauge_slider_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16319
	inline TAknWindowComponentLayout form_midp_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_slider_pane_sig*)(GetFunction(EApiId_form_midp_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16321
	// LAF Table : form_midp_gauge_wait_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16322
	inline TAknLayoutScalableParameterLimits bg_input_focus_pane_cp041_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_input_focus_pane_cp041_ParamLimits_sig*)(GetFunction(EApiId_bg_input_focus_pane_cp041_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16324
	inline TAknWindowComponentLayout bg_input_focus_pane_cp041(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_input_focus_pane_cp041_sig*)(GetFunction(EApiId_bg_input_focus_pane_cp041)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16326
	inline TAknLayoutScalableParameterLimits form_midp_gauge_wait_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_midp_gauge_wait_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_form_midp_gauge_wait_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16328
	inline TAknTextComponentLayout form_midp_gauge_wait_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_gauge_wait_pane_t1_sig*)(GetFunction(EApiId_form_midp_gauge_wait_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16329
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16330
	inline TAknLayoutScalableParameterLimits form_midp_gauge_wait_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_midp_gauge_wait_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_form_midp_gauge_wait_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16332
	inline TAknTextComponentLayout form_midp_gauge_wait_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_gauge_wait_pane_t2_sig*)(GetFunction(EApiId_form_midp_gauge_wait_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16334
	inline TAknLayoutScalableTableLimits form_midp_gauge_wait_pane_t_Limits() const		{ return (*(Tform_midp_gauge_wait_pane_t_Limits_sig*)(GetFunction(EApiId_form_midp_gauge_wait_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16336
	inline TAknLayoutScalableParameterLimits form_midp_gauge_wait_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tform_midp_gauge_wait_pane_t_ParamLimits_sig*)(GetFunction(EApiId_form_midp_gauge_wait_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16338
	inline TAknTextComponentLayout form_midp_gauge_wait_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_gauge_wait_pane_t_sig*)(GetFunction(EApiId_form_midp_gauge_wait_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16339
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16340
	inline TAknLayoutScalableParameterLimits form_midp_wait_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_midp_wait_pane_ParamLimits_sig*)(GetFunction(EApiId_form_midp_wait_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16341
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16342
	inline TAknWindowComponentLayout form_midp_wait_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_wait_pane_sig*)(GetFunction(EApiId_form_midp_wait_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16343
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16344
	// LAF Table : form_midp_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16345
	inline TAknWindowComponentLayout form_midp_image_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_image_pane_g1_sig*)(GetFunction(EApiId_form_midp_image_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16347
	inline TAknTextComponentLayout form_midp_image_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_image_pane_t1_sig*)(GetFunction(EApiId_form_midp_image_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16349
	inline TAknTextComponentLayout form_midp_image_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_image_pane_t2_sig*)(GetFunction(EApiId_form_midp_image_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16351
	inline TAknTextComponentLayout form_midp_image_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_image_pane_t3_sig*)(GetFunction(EApiId_form_midp_image_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16353
	inline TAknLayoutScalableTableLimits form_midp_image_pane_t_Limits() const		{ return (*(Tform_midp_image_pane_t_Limits_sig*)(GetFunction(EApiId_form_midp_image_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16355
	inline TAknTextComponentLayout form_midp_image_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_midp_image_pane_t_sig*)(GetFunction(EApiId_form_midp_image_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16356
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16357
	// LAF Table : list_single_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16358
	inline TAknWindowComponentLayout list_single_midp_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_midp_pane_g1_sig*)(GetFunction(EApiId_list_single_midp_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16360
	inline TAknTextComponentLayout list_single_midp_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_midp_pane_t1_sig*)(GetFunction(EApiId_list_single_midp_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16362
	// LAF Table : list_midp_form_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16363
	inline TAknLayoutScalableParameterLimits list_midp_form_item_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_midp_form_item_pane_ParamLimits_sig*)(GetFunction(EApiId_list_midp_form_item_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16365
	inline TAknWindowComponentLayout list_midp_form_item_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_midp_form_item_pane_sig*)(GetFunction(EApiId_list_midp_form_item_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16366
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16367
	// LAF Table : list_midp_form_item_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16368
	inline TAknTextComponentLayout list_midp_form_item_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_midp_form_item_pane_t1_sig*)(GetFunction(EApiId_list_midp_form_item_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16370
	// LAF Table : midp_ticker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16371
	inline TAknWindowComponentLayout midp_ticker_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_ticker_pane_g1_sig*)(GetFunction(EApiId_midp_ticker_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16373
	inline TAknWindowComponentLayout midp_ticker_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_ticker_pane_g2_sig*)(GetFunction(EApiId_midp_ticker_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16375
	inline TAknLayoutScalableTableLimits midp_ticker_pane_g_Limits() const		{ return (*(Tmidp_ticker_pane_g_Limits_sig*)(GetFunction(EApiId_midp_ticker_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16377
	inline TAknWindowComponentLayout midp_ticker_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_ticker_pane_g_sig*)(GetFunction(EApiId_midp_ticker_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16379
	inline TAknTextComponentLayout midp_ticker_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_ticker_pane_t1_sig*)(GetFunction(EApiId_midp_ticker_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16380
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16381
	// LAF Table : midp_editing_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16382
	inline TAknTextComponentLayout midp_editing_number_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_editing_number_pane_t1_sig*)(GetFunction(EApiId_midp_editing_number_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16384
	// LAF Table : navi_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16385
	inline TAknWindowComponentLayout midp_editing_number_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_editing_number_pane_sig*)(GetFunction(EApiId_midp_editing_number_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16387
	inline TAknWindowComponentLayout midp_ticker_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_ticker_pane_sig*)(GetFunction(EApiId_midp_ticker_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16389
	// LAF Table : popup_ai_message_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16390
	inline TAknWindowComponentLayout ai_message_heading_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_message_heading_pane_sig*)(GetFunction(EApiId_ai_message_heading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16392
	inline TAknWindowComponentLayout bg_popup_window_pane_cp14(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp14_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp14)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16394
	inline TAknWindowComponentLayout listscroll_ai_message_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_ai_message_pane_sig*)(GetFunction(EApiId_listscroll_ai_message_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16396
	// LAF Table : ai_message_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16397
	inline TAknLayoutScalableParameterLimits ai_message_heading_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tai_message_heading_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_ai_message_heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16399
	inline TAknWindowComponentLayout ai_message_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_message_heading_pane_g1_sig*)(GetFunction(EApiId_ai_message_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16401
	inline TAknLayoutScalableParameterLimits ai_message_heading_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tai_message_heading_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_ai_message_heading_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16403
	inline TAknWindowComponentLayout ai_message_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_message_heading_pane_g2_sig*)(GetFunction(EApiId_ai_message_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16405
	inline TAknLayoutScalableParameterLimits ai_message_heading_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tai_message_heading_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_ai_message_heading_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16407
	inline TAknWindowComponentLayout ai_message_heading_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_message_heading_pane_g3_sig*)(GetFunction(EApiId_ai_message_heading_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16409
	inline TAknLayoutScalableParameterLimits ai_message_heading_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tai_message_heading_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_ai_message_heading_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16411
	inline TAknWindowComponentLayout ai_message_heading_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_message_heading_pane_g4_sig*)(GetFunction(EApiId_ai_message_heading_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16413
	inline TAknLayoutScalableTableLimits ai_message_heading_pane_g_Limits() const		{ return (*(Tai_message_heading_pane_g_Limits_sig*)(GetFunction(EApiId_ai_message_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16415
	inline TAknLayoutScalableParameterLimits ai_message_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tai_message_heading_pane_g_ParamLimits_sig*)(GetFunction(EApiId_ai_message_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16417
	inline TAknWindowComponentLayout ai_message_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_message_heading_pane_g_sig*)(GetFunction(EApiId_ai_message_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16419
	inline TAknLayoutScalableParameterLimits ai_message_heading_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tai_message_heading_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_ai_message_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16421
	inline TAknTextComponentLayout ai_message_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_message_heading_pane_t1_sig*)(GetFunction(EApiId_ai_message_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16423
	inline TAknLayoutScalableParameterLimits ai_message_heading_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tai_message_heading_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_ai_message_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16425
	inline TAknTextComponentLayout ai_message_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_message_heading_pane_t2_sig*)(GetFunction(EApiId_ai_message_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16427
	inline TAknLayoutScalableTableLimits ai_message_heading_pane_t_Limits() const		{ return (*(Tai_message_heading_pane_t_Limits_sig*)(GetFunction(EApiId_ai_message_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16429
	inline TAknLayoutScalableParameterLimits ai_message_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tai_message_heading_pane_t_ParamLimits_sig*)(GetFunction(EApiId_ai_message_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16431
	inline TAknTextComponentLayout ai_message_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_message_heading_pane_t_sig*)(GetFunction(EApiId_ai_message_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16433
	inline TAknLayoutScalableParameterLimits bg_popup_heading_pane_cp1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_heading_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_heading_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16435
	inline TAknWindowComponentLayout bg_popup_heading_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_heading_pane_cp1_sig*)(GetFunction(EApiId_bg_popup_heading_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16437
	// LAF Table : listscroll_ai_message_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16438
	inline TAknLayoutScalableParameterLimits list_ai_message_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_ai_message_pane_ParamLimits_sig*)(GetFunction(EApiId_list_ai_message_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16440
	inline TAknWindowComponentLayout list_ai_message_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_ai_message_pane_sig*)(GetFunction(EApiId_list_ai_message_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16442
	inline TAknWindowComponentLayout scroll_pane_cp10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp10_sig*)(GetFunction(EApiId_scroll_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16444
	// LAF Table : list_ai_message_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16445
	inline TAknWindowComponentLayout list_ai_message_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_ai_message_pane_g1_sig*)(GetFunction(EApiId_list_ai_message_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16447
	inline TAknWindowComponentLayout list_ai_message_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_ai_message_pane_g2_sig*)(GetFunction(EApiId_list_ai_message_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16449
	inline TAknLayoutScalableTableLimits list_ai_message_pane_g_Limits() const		{ return (*(Tlist_ai_message_pane_g_Limits_sig*)(GetFunction(EApiId_list_ai_message_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16451
	inline TAknWindowComponentLayout list_ai_message_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_ai_message_pane_g_sig*)(GetFunction(EApiId_list_ai_message_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16453
	inline TAknLayoutScalableParameterLimits list_ai_message_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_ai_message_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_ai_message_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16455
	inline TAknTextComponentLayout list_ai_message_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_ai_message_pane_t1_sig*)(GetFunction(EApiId_list_ai_message_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16457
	inline TAknLayoutScalableParameterLimits list_ai_message_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_ai_message_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_ai_message_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16459
	inline TAknTextComponentLayout list_ai_message_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_ai_message_pane_t2_sig*)(GetFunction(EApiId_list_ai_message_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16461
	inline TAknLayoutScalableParameterLimits list_ai_message_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_ai_message_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_list_ai_message_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16463
	inline TAknTextComponentLayout list_ai_message_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_ai_message_pane_t3_sig*)(GetFunction(EApiId_list_ai_message_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16465
	inline TAknLayoutScalableParameterLimits list_ai_message_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_ai_message_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_list_ai_message_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16467
	inline TAknTextComponentLayout list_ai_message_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_ai_message_pane_t4_sig*)(GetFunction(EApiId_list_ai_message_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16469
	inline TAknLayoutScalableTableLimits list_ai_message_pane_t_Limits() const		{ return (*(Tlist_ai_message_pane_t_Limits_sig*)(GetFunction(EApiId_list_ai_message_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16471
	inline TAknLayoutScalableParameterLimits list_ai_message_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_ai_message_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_ai_message_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16473
	inline TAknTextComponentLayout list_ai_message_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_ai_message_pane_t_sig*)(GetFunction(EApiId_list_ai_message_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16474
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16475
	// LAF Table : grid_ai_soft_ind_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16476
	inline TAknLayoutScalableParameterLimits cell_ai_soft_ind_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_ai_soft_ind_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_ai_soft_ind_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16478
	inline TAknWindowComponentLayout cell_ai_soft_ind_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0) const		{ return (*(Tcell_ai_soft_ind_pane_sig*)(GetFunction(EApiId_cell_ai_soft_ind_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16480
	// LAF Table : cell_ai_soft_ind_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16481
	inline TAknLayoutScalableParameterLimits cell_ai_soft_ind_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_ai_soft_ind_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_ai_soft_ind_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16483
	inline TAknWindowComponentLayout cell_ai_soft_ind_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai_soft_ind_pane_g1_sig*)(GetFunction(EApiId_cell_ai_soft_ind_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16485
	inline TAknWindowComponentLayout grid_highlight_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_cp1_sig*)(GetFunction(EApiId_grid_highlight_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16487
	inline TAknLayoutScalableParameterLimits text_secondary_cp56_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttext_secondary_cp56_ParamLimits_sig*)(GetFunction(EApiId_text_secondary_cp56_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16489
	inline TAknTextComponentLayout text_secondary_cp56(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttext_secondary_cp56_sig*)(GetFunction(EApiId_text_secondary_cp56)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16491
	// LAF Table : format_table_data_example
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16492
	inline TAknLayoutScalableParameterLimits example_general_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Texample_general_pane_ParamLimits_sig*)(GetFunction(EApiId_example_general_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16494
	inline TAknWindowComponentLayout example_general_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Texample_general_pane_sig*)(GetFunction(EApiId_example_general_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16496
	inline TAknLayoutScalableParameterLimits example_parent_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Texample_parent_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_example_parent_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16498
	inline TAknWindowComponentLayout example_parent_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Texample_parent_pane_g1_sig*)(GetFunction(EApiId_example_parent_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16500
	inline TAknLayoutScalableParameterLimits example_parent_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Texample_parent_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_example_parent_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16502
	inline TAknTextComponentLayout example_parent_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Texample_parent_pane_t1_sig*)(GetFunction(EApiId_example_parent_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16504
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16505
	inline TAknLayoutScalableParameterLimits popup_preview_text_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_preview_text_window_ParamLimits_sig*)(GetFunction(EApiId_popup_preview_text_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16507
	inline TAknWindowComponentLayout popup_preview_text_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_preview_text_window_sig*)(GetFunction(EApiId_popup_preview_text_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16509
	// LAF Table : list_single_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16510
	inline TAknWindowComponentLayout list_single_pane_cp2_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_pane_cp2_g4_sig*)(GetFunction(EApiId_list_single_pane_cp2_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16512
	// LAF Table : popup_preview_text_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16513
	inline TAknLayoutScalableParameterLimits bg_popup_preview_window_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_preview_window_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16515
	inline TAknWindowComponentLayout bg_popup_preview_window_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_preview_window_pane_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16517
	inline TAknLayoutScalableParameterLimits popup_preview_text_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_preview_text_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_preview_text_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16519
	inline TAknTextComponentLayout popup_preview_text_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_preview_text_window_t1_sig*)(GetFunction(EApiId_popup_preview_text_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16521
	inline TAknLayoutScalableParameterLimits popup_preview_text_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_preview_text_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_preview_text_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16523
	inline TAknTextComponentLayout popup_preview_text_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_preview_text_window_t2_sig*)(GetFunction(EApiId_popup_preview_text_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16525
	inline TAknLayoutScalableParameterLimits popup_preview_text_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_preview_text_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_preview_text_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16527
	inline TAknTextComponentLayout popup_preview_text_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_preview_text_window_t3_sig*)(GetFunction(EApiId_popup_preview_text_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16529
	inline TAknLayoutScalableParameterLimits popup_preview_text_window_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_preview_text_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_preview_text_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16531
	inline TAknTextComponentLayout popup_preview_text_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_preview_text_window_t4_sig*)(GetFunction(EApiId_popup_preview_text_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16532
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16533
	inline TAknLayoutScalableTableLimits popup_preview_text_window_t_Limits() const		{ return (*(Tpopup_preview_text_window_t_Limits_sig*)(GetFunction(EApiId_popup_preview_text_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16535
	inline TAknLayoutScalableParameterLimits popup_preview_text_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_preview_text_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_preview_text_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16537
	inline TAknTextComponentLayout popup_preview_text_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_preview_text_window_t_sig*)(GetFunction(EApiId_popup_preview_text_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16539
	inline TAknWindowComponentLayout scroll_pane_cp11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp11_sig*)(GetFunction(EApiId_scroll_pane_cp11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16541
	// LAF Table : bg_popup_preview_window_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16542
	inline TAknWindowComponentLayout bg_popup_preview_window_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_preview_window_pane_g1_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16544
	inline TAknWindowComponentLayout bg_popup_preview_window_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_preview_window_pane_g2_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16546
	inline TAknWindowComponentLayout bg_popup_preview_window_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_preview_window_pane_g3_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16548
	inline TAknWindowComponentLayout bg_popup_preview_window_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_preview_window_pane_g4_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16550
	inline TAknWindowComponentLayout bg_popup_preview_window_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_preview_window_pane_g5_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16551
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16552
	inline TAknWindowComponentLayout bg_popup_preview_window_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_preview_window_pane_g6_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16554
	inline TAknWindowComponentLayout bg_popup_preview_window_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_preview_window_pane_g7_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16556
	inline TAknWindowComponentLayout bg_popup_preview_window_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_preview_window_pane_g8_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16557
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16558
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16559
	inline TAknWindowComponentLayout aid_popup_width_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_popup_width_pane_sig*)(GetFunction(EApiId_aid_popup_width_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16561
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16562
	inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_midp_note_alarm_window_ParamLimits_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16564
	inline TAknWindowComponentLayout popup_midp_note_alarm_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_midp_note_alarm_window_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16566
	// LAF Table : form_field_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16567
	inline TAknLayoutScalableParameterLimits data_form_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tdata_form_pane_ParamLimits_sig*)(GetFunction(EApiId_data_form_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16569
	inline TAknWindowComponentLayout form_field_data_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_pane_g1_sig*)(GetFunction(EApiId_form_field_data_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16571
	inline TAknLayoutScalableParameterLimits form_field_data_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_data_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_form_field_data_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16572
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16573
	inline TAknLayoutScalableParameterLimits input_focus_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16574
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16575
	// LAF Table : form_field_data_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16576
	inline TAknLayoutScalableParameterLimits data_form_wide_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tdata_form_wide_pane_ParamLimits_sig*)(GetFunction(EApiId_data_form_wide_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16578
	inline TAknWindowComponentLayout form_field_data_wide_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_wide_pane_g1_sig*)(GetFunction(EApiId_form_field_data_wide_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16580
	inline TAknLayoutScalableParameterLimits form_field_data_wide_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_data_wide_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_form_field_data_wide_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16582
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp6_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16584
	// LAF Table : input_popup_find_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16585
	inline TAknLayoutScalableParameterLimits input_popup_find_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_popup_find_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_input_popup_find_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16587
	inline TAknWindowComponentLayout input_popup_find_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_popup_find_pane_g1_sig*)(GetFunction(EApiId_input_popup_find_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16589
	// LAF Table : navi_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16590
	inline TAknWindowComponentLayout aid_navi_side_left_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_navi_side_left_pane_sig*)(GetFunction(EApiId_aid_navi_side_left_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16592
	inline TAknWindowComponentLayout aid_navi_side_right_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_navi_side_right_pane_sig*)(GetFunction(EApiId_aid_navi_side_right_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16594
	// LAF Table : popup_midp_note_alarm_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16595
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp30_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_cp30_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp30_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16596
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16597
	inline TAknWindowComponentLayout bg_popup_window_pane_cp30(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp30_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp30)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16598
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16599
	inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_midp_note_alarm_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16600
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16601
	inline TAknWindowComponentLayout popup_midp_note_alarm_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_midp_note_alarm_window_g1_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16603
	inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16605
	inline TAknTextComponentLayout popup_midp_note_alarm_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t1_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16607
	inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16609
	inline TAknTextComponentLayout popup_midp_note_alarm_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t2_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16611
	inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16613
	inline TAknTextComponentLayout popup_midp_note_alarm_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t3_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16615
	inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16617
	inline TAknTextComponentLayout popup_midp_note_alarm_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t4_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16619
	inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t5_ParamLimits_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16621
	inline TAknTextComponentLayout popup_midp_note_alarm_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t5_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16623
	inline TAknLayoutScalableTableLimits popup_midp_note_alarm_window_t_Limits() const		{ return (*(Tpopup_midp_note_alarm_window_t_Limits_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16625
	inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16627
	inline TAknTextComponentLayout popup_midp_note_alarm_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16629
	inline TAknLayoutScalableParameterLimits wait_bar_pane_cp1_ParamLimits(TInt aVariety = 0) const		{ return (*(Twait_bar_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_wait_bar_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16630
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16631
	inline TAknWindowComponentLayout wait_bar_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_bar_pane_cp1_sig*)(GetFunction(EApiId_wait_bar_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16633
	// LAF Table : wait_bar_pane_cp1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16634
	inline TAknWindowComponentLayout wait_anim_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_anim_pane_copy1_sig*)(GetFunction(EApiId_wait_anim_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16636
	inline TAknWindowComponentLayout wait_border_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_border_pane_copy1_sig*)(GetFunction(EApiId_wait_border_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16638
	// LAF Table : wait_border_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16639
	inline TAknWindowComponentLayout wait_border_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_border_pane_g1_copy1_sig*)(GetFunction(EApiId_wait_border_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16641
	// LAF Table : form_field_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16642
	inline TAknWindowComponentLayout form_field_popup_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_popup_pane_g1_sig*)(GetFunction(EApiId_form_field_popup_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16644
	inline TAknLayoutScalableParameterLimits form_field_popup_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_popup_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_form_field_popup_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16646
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp7_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16648
	inline TAknLayoutScalableParameterLimits list_form_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_form_pane_ParamLimits_sig*)(GetFunction(EApiId_list_form_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16650
	// LAF Table : form_field_popup_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16651
	inline TAknWindowComponentLayout form_field_popup_wide_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_popup_wide_pane_g1_sig*)(GetFunction(EApiId_form_field_popup_wide_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16653
	inline TAknLayoutScalableParameterLimits form_field_popup_wide_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_popup_wide_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_form_field_popup_wide_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16655
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp8_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16657
	inline TAknLayoutScalableParameterLimits list_form_wide_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_form_wide_pane_ParamLimits_sig*)(GetFunction(EApiId_list_form_wide_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16658
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16659
	// LAF Table : listscroll_popup_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16660
	inline TAknWindowComponentLayout aid_size_cell_graphic_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_graphic_pane_sig*)(GetFunction(EApiId_aid_size_cell_graphic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16662
	// LAF Table : data_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16663
	inline TAknLayoutScalableParameterLimits data_form_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tdata_form_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_data_form_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16664
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16665
	// LAF Table : data_form_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16666
	inline TAknLayoutScalableParameterLimits data_form_wide_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tdata_form_wide_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_data_form_wide_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16668
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16669
	inline TAknWindowComponentLayout bg_status_flat_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_status_flat_pane_sig*)(GetFunction(EApiId_bg_status_flat_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16670
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16671
	// LAF Table : title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16672
	inline TAknLayoutScalableParameterLimits title_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttitle_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_title_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16674
	inline TAknLayoutScalableParameterLimits title_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttitle_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_title_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16676
	inline TAknLayoutScalableParameterLimits title_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttitle_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_title_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16678
	inline TAknLayoutScalableParameterLimits title_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Ttitle_pane_t_ParamLimits_sig*)(GetFunction(EApiId_title_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16679
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16680
	// LAF Table : aid_levels_signal
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16681
	inline TAknLayoutScalableParameterLimits level_1_signal_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlevel_1_signal_ParamLimits_sig*)(GetFunction(EApiId_level_1_signal_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16683
	inline TAknLayoutScalableParameterLimits level_2_signal_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlevel_2_signal_ParamLimits_sig*)(GetFunction(EApiId_level_2_signal_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16685
	inline TAknLayoutScalableParameterLimits level_3_signal_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlevel_3_signal_ParamLimits_sig*)(GetFunction(EApiId_level_3_signal_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16687
	inline TAknLayoutScalableParameterLimits level_4_signal_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlevel_4_signal_ParamLimits_sig*)(GetFunction(EApiId_level_4_signal_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16689
	inline TAknLayoutScalableParameterLimits level_5_signal_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlevel_5_signal_ParamLimits_sig*)(GetFunction(EApiId_level_5_signal_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16691
	inline TAknLayoutScalableParameterLimits level_6_signal_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlevel_6_signal_ParamLimits_sig*)(GetFunction(EApiId_level_6_signal_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16693
	inline TAknLayoutScalableParameterLimits level_7_signal_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlevel_7_signal_ParamLimits_sig*)(GetFunction(EApiId_level_7_signal_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16695
	// LAF Table : aid_levels_battery
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16696
	inline TAknLayoutScalableParameterLimits level_1_battery_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlevel_1_battery_ParamLimits_sig*)(GetFunction(EApiId_level_1_battery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16698
	inline TAknLayoutScalableParameterLimits level_2_battery_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlevel_2_battery_ParamLimits_sig*)(GetFunction(EApiId_level_2_battery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16700
	inline TAknLayoutScalableParameterLimits level_3_battery_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlevel_3_battery_ParamLimits_sig*)(GetFunction(EApiId_level_3_battery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16702
	inline TAknLayoutScalableParameterLimits level_4_battery_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlevel_4_battery_ParamLimits_sig*)(GetFunction(EApiId_level_4_battery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16704
	inline TAknLayoutScalableParameterLimits level_5_battery_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlevel_5_battery_ParamLimits_sig*)(GetFunction(EApiId_level_5_battery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16706
	inline TAknLayoutScalableParameterLimits level_6_battery_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlevel_6_battery_ParamLimits_sig*)(GetFunction(EApiId_level_6_battery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16707
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16708
	inline TAknLayoutScalableParameterLimits level_7_battery_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlevel_7_battery_ParamLimits_sig*)(GetFunction(EApiId_level_7_battery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16710
	// LAF Table : bg_status_flat_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16711
	inline TAknWindowComponentLayout bg_status_flat_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_status_flat_pane_g1_sig*)(GetFunction(EApiId_bg_status_flat_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16713
	inline TAknWindowComponentLayout bg_status_flat_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_status_flat_pane_g2_sig*)(GetFunction(EApiId_bg_status_flat_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16715
	inline TAknWindowComponentLayout bg_status_flat_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_status_flat_pane_g3_sig*)(GetFunction(EApiId_bg_status_flat_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16717
	inline TAknWindowComponentLayout bg_status_flat_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_status_flat_pane_g4_sig*)(GetFunction(EApiId_bg_status_flat_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16719
	inline TAknWindowComponentLayout bg_status_flat_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_status_flat_pane_g5_sig*)(GetFunction(EApiId_bg_status_flat_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16721
	inline TAknWindowComponentLayout bg_status_flat_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_status_flat_pane_g6_sig*)(GetFunction(EApiId_bg_status_flat_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16723
	inline TAknWindowComponentLayout bg_status_flat_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_status_flat_pane_g7_sig*)(GetFunction(EApiId_bg_status_flat_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16725
	// LAF Table : tabs_3_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16726
	inline TAknLayoutScalableParameterLimits tabs_3_active_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_3_active_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_tabs_3_active_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16728
	// LAF Table : tabs_3_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16729
	inline TAknLayoutScalableParameterLimits tabs_3_passive_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_3_passive_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_tabs_3_passive_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16730
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16731
	// LAF Table : tabs_4_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16732
	inline TAknLayoutScalableParameterLimits tabs_4_active_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_4_active_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_tabs_4_active_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16734
	// LAF Table : tabs_4_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16735
	inline TAknLayoutScalableParameterLimits tabs_4_1_passive_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_4_1_passive_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_tabs_4_1_passive_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16737
	// LAF Table : tabs_2_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16738
	inline TAknLayoutScalableParameterLimits tabs_2_active_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_2_active_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_tabs_2_active_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16740
	// LAF Table : tabs_2_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16741
	inline TAknLayoutScalableParameterLimits tabs_2_passive_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_2_passive_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_tabs_2_passive_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16743
	// LAF Table : tabs_2_long_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16744
	inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_active_tab_pane_cp4_ParamLimits_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16746
	inline TAknLayoutScalableParameterLimits tabs_2_long_active_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_2_long_active_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_tabs_2_long_active_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16747
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16748
	// LAF Table : tabs_2_long_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16749
	inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_passive_tab_pane_cp4_ParamLimits_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16751
	// LAF Table : list_single_midp_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16752
	inline TAknLayoutScalableParameterLimits list_single_midp_graphic_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_midp_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_midp_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16753
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16754
	// LAF Table : tabs_3_long_active_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16755
	inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_active_tab_pane_cp5_ParamLimits_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16757
	inline TAknLayoutScalableParameterLimits tabs_3_long_active_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_3_long_active_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_tabs_3_long_active_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16759
	// LAF Table : tabs_3_long_passive_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16760
	inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_passive_tab_pane_cp5_ParamLimits_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16761
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16762
	// LAF Table : list_single_midp_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16763
	inline TAknTextComponentLayout list_single_midp_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_midp_graphic_pane_t1_sig*)(GetFunction(EApiId_list_single_midp_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16765
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16766
	inline TAknLayoutScalableParameterLimits bg_status_flat_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_status_flat_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_status_flat_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16768
	inline TAknLayoutScalableParameterLimits indicator_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tindicator_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_indicator_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16770
	inline TAknWindowComponentLayout indicator_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_pane_cp2_sig*)(GetFunction(EApiId_indicator_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16772
	inline TAknLayoutScalableParameterLimits navi_pane_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_pane_srt_ParamLimits_sig*)(GetFunction(EApiId_navi_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16774
	inline TAknWindowComponentLayout navi_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_srt_sig*)(GetFunction(EApiId_navi_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16776
	inline TAknWindowComponentLayout popup_clock_digital_analogue_window_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_digital_analogue_window_cp1_sig*)(GetFunction(EApiId_popup_clock_digital_analogue_window_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16778
	// LAF Table : indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16779
	inline TAknTextComponentLayout indicator_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_pane_t1_sig*)(GetFunction(EApiId_indicator_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16781
	// LAF Table : texts_graphics
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16782
	inline TAknWindowComponentLayout copy_highlight_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcopy_highlight_pane_sig*)(GetFunction(EApiId_copy_highlight_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16784
	inline TAknWindowComponentLayout cursor_graphics_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_graphics_pane_sig*)(GetFunction(EApiId_cursor_graphics_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16786
	inline TAknWindowComponentLayout graphic_within_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_within_text_pane_sig*)(GetFunction(EApiId_graphic_within_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16788
	inline TAknWindowComponentLayout link_highlight_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlink_highlight_pane_sig*)(GetFunction(EApiId_link_highlight_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16790
	// LAF Table : popup_preview_text_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16791
	inline TAknLayoutScalableParameterLimits popup_preview_text_window_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_preview_text_window_t5_ParamLimits_sig*)(GetFunction(EApiId_popup_preview_text_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16793
	inline TAknTextComponentLayout popup_preview_text_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_preview_text_window_t5_sig*)(GetFunction(EApiId_popup_preview_text_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16795
	// LAF Table : cursor_graphics_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16796
	inline TAknWindowComponentLayout cursor_digital_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_digital_pane_sig*)(GetFunction(EApiId_cursor_digital_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16798
	inline TAknWindowComponentLayout cursor_primary_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_primary_pane_sig*)(GetFunction(EApiId_cursor_primary_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16800
	inline TAknWindowComponentLayout cursor_primary_small_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_primary_small_pane_sig*)(GetFunction(EApiId_cursor_primary_small_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16802
	inline TAknWindowComponentLayout cursor_secondary_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_secondary_pane_sig*)(GetFunction(EApiId_cursor_secondary_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16804
	inline TAknWindowComponentLayout cursor_title_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_title_pane_sig*)(GetFunction(EApiId_cursor_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16806
	// LAF Table : link_highlight_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16807
	inline TAknWindowComponentLayout link_highlight_digital_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlink_highlight_digital_pane_sig*)(GetFunction(EApiId_link_highlight_digital_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16808
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16809
	inline TAknWindowComponentLayout link_highlight_primary_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlink_highlight_primary_pane_sig*)(GetFunction(EApiId_link_highlight_primary_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16811
	inline TAknWindowComponentLayout link_highlight_primary_small_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlink_highlight_primary_small_pane_sig*)(GetFunction(EApiId_link_highlight_primary_small_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16812
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16813
	inline TAknWindowComponentLayout link_highlight_secondary_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlink_highlight_secondary_pane_sig*)(GetFunction(EApiId_link_highlight_secondary_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16815
	inline TAknWindowComponentLayout link_highlight_title_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlink_highlight_title_pane_sig*)(GetFunction(EApiId_link_highlight_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16817
	// LAF Table : copy_highlight_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16818
	inline TAknWindowComponentLayout copy_highlight_digital_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcopy_highlight_digital_pane_sig*)(GetFunction(EApiId_copy_highlight_digital_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16820
	inline TAknWindowComponentLayout copy_highlight_primary_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcopy_highlight_primary_pane_sig*)(GetFunction(EApiId_copy_highlight_primary_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16822
	inline TAknWindowComponentLayout copy_highlight_primary_small_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcopy_highlight_primary_small_pane_sig*)(GetFunction(EApiId_copy_highlight_primary_small_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16824
	inline TAknWindowComponentLayout copy_highlight_secondary_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcopy_highlight_secondary_pane_sig*)(GetFunction(EApiId_copy_highlight_secondary_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16826
	inline TAknWindowComponentLayout copy_highlight_title_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcopy_highlight_title_pane_sig*)(GetFunction(EApiId_copy_highlight_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16827
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16828
	// LAF Table : graphic_within_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16829
	inline TAknWindowComponentLayout graphic_text_digital_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_digital_pane_sig*)(GetFunction(EApiId_graphic_text_digital_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16831
	inline TAknWindowComponentLayout graphic_text_primary_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_primary_pane_sig*)(GetFunction(EApiId_graphic_text_primary_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16833
	inline TAknWindowComponentLayout graphic_text_primary_small_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_primary_small_pane_sig*)(GetFunction(EApiId_graphic_text_primary_small_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16835
	inline TAknWindowComponentLayout graphic_text_secondary_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_secondary_pane_sig*)(GetFunction(EApiId_graphic_text_secondary_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16837
	inline TAknWindowComponentLayout graphic_text_title_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_title_pane_sig*)(GetFunction(EApiId_graphic_text_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16839
	// LAF Table : cursor_primary_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16840
	inline TAknWindowComponentLayout cursor_primary_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_primary_pane_g1_sig*)(GetFunction(EApiId_cursor_primary_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16842
	inline TAknTextComponentLayout cursor_text_primary_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_text_primary_t1_sig*)(GetFunction(EApiId_cursor_text_primary_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16844
	// LAF Table : cursor_primary_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16845
	inline TAknWindowComponentLayout cursor_primary_small_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_primary_small_pane_g1_sig*)(GetFunction(EApiId_cursor_primary_small_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16846
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16847
	inline TAknTextComponentLayout cursor_text_primary_small_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_text_primary_small_t1_sig*)(GetFunction(EApiId_cursor_text_primary_small_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16849
	// LAF Table : cursor_secondary_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16850
	inline TAknWindowComponentLayout cursor_primary_small_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_primary_small_pane_g1_copy1_sig*)(GetFunction(EApiId_cursor_primary_small_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16852
	inline TAknTextComponentLayout cursor_text_primary_small_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_text_primary_small_t1_copy1_sig*)(GetFunction(EApiId_cursor_text_primary_small_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16854
	// LAF Table : cursor_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16855
	inline TAknTextComponentLayout cursor_text_title_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_text_title_t1_sig*)(GetFunction(EApiId_cursor_text_title_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16857
	inline TAknWindowComponentLayout cursor_title_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_title_pane_g1_sig*)(GetFunction(EApiId_cursor_title_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16859
	// LAF Table : cursor_digital_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16860
	inline TAknWindowComponentLayout cursor_digital_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_digital_pane_g1_sig*)(GetFunction(EApiId_cursor_digital_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16862
	inline TAknTextComponentLayout cursor_text_digital_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_text_digital_t1_sig*)(GetFunction(EApiId_cursor_text_digital_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16864
	// LAF Table : link_highlight_primary_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16865
	inline TAknWindowComponentLayout link_highlight_primary_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlink_highlight_primary_pane_g1_sig*)(GetFunction(EApiId_link_highlight_primary_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16867
	inline TAknTextComponentLayout link_highlight_primary_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlink_highlight_primary_pane_t1_sig*)(GetFunction(EApiId_link_highlight_primary_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16869
	// LAF Table : link_highlight_primary_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16870
	inline TAknWindowComponentLayout link_highlight_primary_small_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlink_highlight_primary_small_pane_g1_sig*)(GetFunction(EApiId_link_highlight_primary_small_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16872
	inline TAknTextComponentLayout link_highlight_primary_small_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlink_highlight_primary_small_pane_t1_sig*)(GetFunction(EApiId_link_highlight_primary_small_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16874
	// LAF Table : link_highlight_secondary_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16875
	inline TAknWindowComponentLayout link_highlight_secondary_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlink_highlight_secondary_pane_g1_sig*)(GetFunction(EApiId_link_highlight_secondary_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16877
	inline TAknTextComponentLayout link_highlight_secondary_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlink_highlight_secondary_pane_t1_sig*)(GetFunction(EApiId_link_highlight_secondary_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16879
	// LAF Table : link_highlight_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16880
	inline TAknWindowComponentLayout link_highlight_title_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlink_highlight_title_pane_g1_sig*)(GetFunction(EApiId_link_highlight_title_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16881
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16882
	inline TAknTextComponentLayout link_highlight_title_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlink_highlight_title_pane_t1_sig*)(GetFunction(EApiId_link_highlight_title_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16884
	// LAF Table : link_highlight_digital_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16885
	inline TAknWindowComponentLayout link_highlight_digital_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlink_highlight_digital_pane_g1_sig*)(GetFunction(EApiId_link_highlight_digital_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16887
	inline TAknTextComponentLayout link_highlight_digital_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlink_highlight_digital_pane_t1_sig*)(GetFunction(EApiId_link_highlight_digital_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16889
	// LAF Table : copy_highlight_primary_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16890
	inline TAknWindowComponentLayout copy_highlight_primary_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcopy_highlight_primary_pane_g1_sig*)(GetFunction(EApiId_copy_highlight_primary_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16892
	inline TAknTextComponentLayout copy_highlight_primary_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcopy_highlight_primary_pane_t1_sig*)(GetFunction(EApiId_copy_highlight_primary_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16894
	// LAF Table : copy_highlight_primary_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16895
	inline TAknWindowComponentLayout copy_highlight_primary_small_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcopy_highlight_primary_small_pane_g1_sig*)(GetFunction(EApiId_copy_highlight_primary_small_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16897
	inline TAknTextComponentLayout copy_highlight_primary_small_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcopy_highlight_primary_small_pane_t1_sig*)(GetFunction(EApiId_copy_highlight_primary_small_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16899
	// LAF Table : copy_highlight_secondary_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16900
	inline TAknWindowComponentLayout copy_highlight_secondary_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcopy_highlight_secondary_pane_g1_sig*)(GetFunction(EApiId_copy_highlight_secondary_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16902
	inline TAknTextComponentLayout copy_highlight_secondary_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcopy_highlight_secondary_pane_t1_sig*)(GetFunction(EApiId_copy_highlight_secondary_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16904
	// LAF Table : copy_highlight_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16905
	inline TAknWindowComponentLayout copy_highlight_title_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcopy_highlight_title_pane_g1_sig*)(GetFunction(EApiId_copy_highlight_title_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16907
	inline TAknTextComponentLayout copy_highlight_title_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcopy_highlight_title_pane_t1_sig*)(GetFunction(EApiId_copy_highlight_title_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16909
	// LAF Table : copy_highlight_digital_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16910
	inline TAknWindowComponentLayout copy_highlight_digital_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcopy_highlight_digital_pane_g1_sig*)(GetFunction(EApiId_copy_highlight_digital_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16912
	inline TAknTextComponentLayout copy_highlight_digital_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcopy_highlight_digital_pane_t1_sig*)(GetFunction(EApiId_copy_highlight_digital_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16913
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16914
	// LAF Table : graphic_text_primary_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16915
	inline TAknWindowComponentLayout graphic_text_primary_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_primary_pane_g1_sig*)(GetFunction(EApiId_graphic_text_primary_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16917
	inline TAknTextComponentLayout graphic_text_primary_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_primary_pane_t1_sig*)(GetFunction(EApiId_graphic_text_primary_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16919
	inline TAknTextComponentLayout graphic_text_primary_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_primary_pane_t2_sig*)(GetFunction(EApiId_graphic_text_primary_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16921
	inline TAknLayoutScalableTableLimits graphic_text_primary_pane_t_Limits() const		{ return (*(Tgraphic_text_primary_pane_t_Limits_sig*)(GetFunction(EApiId_graphic_text_primary_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16922
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16923
	inline TAknTextComponentLayout graphic_text_primary_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_primary_pane_t_sig*)(GetFunction(EApiId_graphic_text_primary_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16925
	// LAF Table : graphic_text_primary_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16926
	inline TAknWindowComponentLayout graphic_text_primary_small_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_primary_small_pane_g1_sig*)(GetFunction(EApiId_graphic_text_primary_small_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16928
	inline TAknTextComponentLayout graphic_text_primary_small_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_primary_small_pane_t1_sig*)(GetFunction(EApiId_graphic_text_primary_small_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16930
	inline TAknTextComponentLayout graphic_text_primary_small_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_primary_small_pane_t2_sig*)(GetFunction(EApiId_graphic_text_primary_small_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16932
	inline TAknLayoutScalableTableLimits graphic_text_primary_small_pane_t_Limits() const		{ return (*(Tgraphic_text_primary_small_pane_t_Limits_sig*)(GetFunction(EApiId_graphic_text_primary_small_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16934
	inline TAknTextComponentLayout graphic_text_primary_small_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_primary_small_pane_t_sig*)(GetFunction(EApiId_graphic_text_primary_small_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16936
	// LAF Table : graphic_text_secondary_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16937
	inline TAknWindowComponentLayout graphic_text_secondary_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_secondary_pane_g1_sig*)(GetFunction(EApiId_graphic_text_secondary_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16939
	inline TAknTextComponentLayout graphic_text_secondary_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_secondary_pane_t1_sig*)(GetFunction(EApiId_graphic_text_secondary_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16940
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16941
	inline TAknTextComponentLayout graphic_text_secondary_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_secondary_pane_t2_sig*)(GetFunction(EApiId_graphic_text_secondary_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16942
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16943
	inline TAknLayoutScalableTableLimits graphic_text_secondary_pane_t_Limits() const		{ return (*(Tgraphic_text_secondary_pane_t_Limits_sig*)(GetFunction(EApiId_graphic_text_secondary_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16944
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16945
	inline TAknTextComponentLayout graphic_text_secondary_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_secondary_pane_t_sig*)(GetFunction(EApiId_graphic_text_secondary_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16947
	// LAF Table : graphic_text_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16948
	inline TAknWindowComponentLayout graphic_text_title_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_title_pane_g1_sig*)(GetFunction(EApiId_graphic_text_title_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16950
	inline TAknTextComponentLayout graphic_text_title_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_title_pane_t1_sig*)(GetFunction(EApiId_graphic_text_title_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16952
	inline TAknTextComponentLayout graphic_text_title_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_title_pane_t2_sig*)(GetFunction(EApiId_graphic_text_title_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16954
	inline TAknLayoutScalableTableLimits graphic_text_title_pane_t_Limits() const		{ return (*(Tgraphic_text_title_pane_t_Limits_sig*)(GetFunction(EApiId_graphic_text_title_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16955
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16956
	inline TAknTextComponentLayout graphic_text_title_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_title_pane_t_sig*)(GetFunction(EApiId_graphic_text_title_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16957
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16958
	// LAF Table : graphic_text_digital_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16959
	inline TAknWindowComponentLayout graphic_text_digital_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_digital_pane_g1_sig*)(GetFunction(EApiId_graphic_text_digital_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16961
	inline TAknTextComponentLayout graphic_text_digital_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_digital_pane_t1_sig*)(GetFunction(EApiId_graphic_text_digital_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16963
	inline TAknTextComponentLayout graphic_text_digital_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_digital_pane_t2_sig*)(GetFunction(EApiId_graphic_text_digital_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16964
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16965
	inline TAknLayoutScalableTableLimits graphic_text_digital_pane_t_Limits() const		{ return (*(Tgraphic_text_digital_pane_t_Limits_sig*)(GetFunction(EApiId_graphic_text_digital_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16967
	inline TAknTextComponentLayout graphic_text_digital_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic_text_digital_pane_t_sig*)(GetFunction(EApiId_graphic_text_digital_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16969
	// LAF Table : navi_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16970
	inline TAknLayoutScalableParameterLimits navi_icon_pane_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_icon_pane_srt_ParamLimits_sig*)(GetFunction(EApiId_navi_icon_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16971
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16972
	inline TAknWindowComponentLayout navi_icon_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_icon_pane_srt_sig*)(GetFunction(EApiId_navi_icon_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16974
	inline TAknWindowComponentLayout navi_midp_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_midp_pane_srt_sig*)(GetFunction(EApiId_navi_midp_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16976
	inline TAknWindowComponentLayout navi_navi_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_pane_srt_sig*)(GetFunction(EApiId_navi_navi_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16978
	inline TAknLayoutScalableParameterLimits navi_text_pane_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_text_pane_srt_ParamLimits_sig*)(GetFunction(EApiId_navi_text_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16980
	inline TAknWindowComponentLayout navi_text_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_text_pane_srt_sig*)(GetFunction(EApiId_navi_text_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16982
	// LAF Table : navi_navi_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16983
	inline TAknWindowComponentLayout navi_navi_icon_text_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_icon_text_pane_srt_sig*)(GetFunction(EApiId_navi_navi_icon_text_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16984
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16985
	inline TAknLayoutScalableParameterLimits navi_navi_pane_srt_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_navi_pane_srt_g1_ParamLimits_sig*)(GetFunction(EApiId_navi_navi_pane_srt_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16987
	inline TAknWindowComponentLayout navi_navi_pane_srt_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_pane_srt_g1_sig*)(GetFunction(EApiId_navi_navi_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16988
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16989
	inline TAknLayoutScalableParameterLimits navi_navi_pane_srt_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_navi_pane_srt_g2_ParamLimits_sig*)(GetFunction(EApiId_navi_navi_pane_srt_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16990
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16991
	inline TAknWindowComponentLayout navi_navi_pane_srt_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_pane_srt_g2_sig*)(GetFunction(EApiId_navi_navi_pane_srt_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16993
	inline TAknLayoutScalableTableLimits navi_navi_pane_srt_g_Limits() const		{ return (*(Tnavi_navi_pane_srt_g_Limits_sig*)(GetFunction(EApiId_navi_navi_pane_srt_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16995
	inline TAknLayoutScalableParameterLimits navi_navi_pane_srt_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tnavi_navi_pane_srt_g_ParamLimits_sig*)(GetFunction(EApiId_navi_navi_pane_srt_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16997
	inline TAknWindowComponentLayout navi_navi_pane_srt_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_pane_srt_g_sig*)(GetFunction(EApiId_navi_navi_pane_srt_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16999
	inline TAknWindowComponentLayout navi_navi_tabs_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_tabs_pane_srt_sig*)(GetFunction(EApiId_navi_navi_tabs_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17001
	inline TAknWindowComponentLayout navi_navi_text_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_text_pane_srt_sig*)(GetFunction(EApiId_navi_navi_text_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17003
	inline TAknWindowComponentLayout navi_navi_volume_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_volume_pane_srt_sig*)(GetFunction(EApiId_navi_navi_volume_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17005
	// LAF Table : navi_navi_text_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17006
	inline TAknTextComponentLayout navi_navi_text_pane_srt_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_text_pane_srt_t1_sig*)(GetFunction(EApiId_navi_navi_text_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17008
	// LAF Table : navi_navi_volume_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17009
	inline TAknWindowComponentLayout navi_navi_volume_pane_srt_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_volume_pane_srt_g1_sig*)(GetFunction(EApiId_navi_navi_volume_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17011
	inline TAknLayoutScalableParameterLimits volume_small_pane_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Tvolume_small_pane_srt_ParamLimits_sig*)(GetFunction(EApiId_volume_small_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17013
	inline TAknWindowComponentLayout volume_small_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_srt_sig*)(GetFunction(EApiId_volume_small_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17014
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17015
	// LAF Table : volume_small_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17016
	inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tvolume_small_pane_srt_g1_ParamLimits_sig*)(GetFunction(EApiId_volume_small_pane_srt_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17018
	inline TAknWindowComponentLayout volume_small_pane_srt_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_srt_g1_sig*)(GetFunction(EApiId_volume_small_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17020
	inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tvolume_small_pane_srt_g2_ParamLimits_sig*)(GetFunction(EApiId_volume_small_pane_srt_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17022
	inline TAknWindowComponentLayout volume_small_pane_srt_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_srt_g2_sig*)(GetFunction(EApiId_volume_small_pane_srt_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17023
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17024
	inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tvolume_small_pane_srt_g3_ParamLimits_sig*)(GetFunction(EApiId_volume_small_pane_srt_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17025
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17026
	inline TAknWindowComponentLayout volume_small_pane_srt_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_srt_g3_sig*)(GetFunction(EApiId_volume_small_pane_srt_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17028
	inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tvolume_small_pane_srt_g4_ParamLimits_sig*)(GetFunction(EApiId_volume_small_pane_srt_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17029
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17030
	inline TAknWindowComponentLayout volume_small_pane_srt_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_srt_g4_sig*)(GetFunction(EApiId_volume_small_pane_srt_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17031
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17032
	inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tvolume_small_pane_srt_g5_ParamLimits_sig*)(GetFunction(EApiId_volume_small_pane_srt_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17033
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17034
	inline TAknWindowComponentLayout volume_small_pane_srt_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_srt_g5_sig*)(GetFunction(EApiId_volume_small_pane_srt_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17035
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17036
	inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tvolume_small_pane_srt_g6_ParamLimits_sig*)(GetFunction(EApiId_volume_small_pane_srt_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17038
	inline TAknWindowComponentLayout volume_small_pane_srt_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_srt_g6_sig*)(GetFunction(EApiId_volume_small_pane_srt_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17040
	inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tvolume_small_pane_srt_g7_ParamLimits_sig*)(GetFunction(EApiId_volume_small_pane_srt_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17042
	inline TAknWindowComponentLayout volume_small_pane_srt_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_srt_g7_sig*)(GetFunction(EApiId_volume_small_pane_srt_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17043
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17044
	inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tvolume_small_pane_srt_g8_ParamLimits_sig*)(GetFunction(EApiId_volume_small_pane_srt_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17046
	inline TAknWindowComponentLayout volume_small_pane_srt_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_srt_g8_sig*)(GetFunction(EApiId_volume_small_pane_srt_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17047
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17048
	inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g9_ParamLimits(TInt aVariety = 0) const		{ return (*(Tvolume_small_pane_srt_g9_ParamLimits_sig*)(GetFunction(EApiId_volume_small_pane_srt_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17050
	inline TAknWindowComponentLayout volume_small_pane_srt_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_srt_g9_sig*)(GetFunction(EApiId_volume_small_pane_srt_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17052
	inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g10_ParamLimits(TInt aVariety = 0) const		{ return (*(Tvolume_small_pane_srt_g10_ParamLimits_sig*)(GetFunction(EApiId_volume_small_pane_srt_g10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17053
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17054
	inline TAknWindowComponentLayout volume_small_pane_srt_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_srt_g10_sig*)(GetFunction(EApiId_volume_small_pane_srt_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17056
	inline TAknLayoutScalableTableLimits volume_small_pane_srt_g_Limits() const		{ return (*(Tvolume_small_pane_srt_g_Limits_sig*)(GetFunction(EApiId_volume_small_pane_srt_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17058
	inline TAknLayoutScalableParameterLimits volume_small_pane_srt_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tvolume_small_pane_srt_g_ParamLimits_sig*)(GetFunction(EApiId_volume_small_pane_srt_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17059
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17060
	inline TAknWindowComponentLayout volume_small_pane_srt_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_srt_g_sig*)(GetFunction(EApiId_volume_small_pane_srt_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17061
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17062
	// LAF Table : popup_query_data_code_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17063
	inline TAknWindowComponentLayout query_popup_data_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tquery_popup_data_pane_cp2_sig*)(GetFunction(EApiId_query_popup_data_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17064
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17065
	// LAF Table : navi_navi_icon_text_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17066
	inline TAknLayoutScalableParameterLimits navi_navi_icon_text_pane_srt_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_navi_icon_text_pane_srt_t1_ParamLimits_sig*)(GetFunction(EApiId_navi_navi_icon_text_pane_srt_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17068
	inline TAknTextComponentLayout navi_navi_icon_text_pane_srt_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_icon_text_pane_srt_t1_sig*)(GetFunction(EApiId_navi_navi_icon_text_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17070
	// LAF Table : navi_navi_tabs_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17071
	inline TAknWindowComponentLayout navi_tabs_2_long_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_tabs_2_long_pane_srt_sig*)(GetFunction(EApiId_navi_tabs_2_long_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17073
	inline TAknWindowComponentLayout navi_tabs_2_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_tabs_2_pane_srt_sig*)(GetFunction(EApiId_navi_tabs_2_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17075
	inline TAknWindowComponentLayout navi_tabs_3_long_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_tabs_3_long_pane_srt_sig*)(GetFunction(EApiId_navi_tabs_3_long_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17077
	inline TAknWindowComponentLayout navi_tabs_3_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_tabs_3_pane_srt_sig*)(GetFunction(EApiId_navi_tabs_3_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17079
	inline TAknWindowComponentLayout navi_tabs_4_pane_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_tabs_4_pane_srt_sig*)(GetFunction(EApiId_navi_tabs_4_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17081
	// LAF Table : navi_tabs_2_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17082
	inline TAknLayoutScalableParameterLimits tabs_2_active_pane_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_2_active_pane_srt_ParamLimits_sig*)(GetFunction(EApiId_tabs_2_active_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17084
	inline TAknWindowComponentLayout tabs_2_active_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_2_active_pane_srt_sig*)(GetFunction(EApiId_tabs_2_active_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17086
	inline TAknLayoutScalableParameterLimits tabs_2_passive_pane_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_2_passive_pane_srt_ParamLimits_sig*)(GetFunction(EApiId_tabs_2_passive_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17088
	inline TAknWindowComponentLayout tabs_2_passive_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_2_passive_pane_srt_sig*)(GetFunction(EApiId_tabs_2_passive_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17090
	// LAF Table : tabs_2_passive_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17091
	inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp1_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_passive_tab_pane_cp1_srt_ParamLimits_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp1_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17092
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17093
	inline TAknWindowComponentLayout bg_passive_tab_pane_cp1_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_cp1_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp1_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17094
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17095
	// LAF Table : bg_passive_tab_pane_cp1_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17096
	inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp1_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g1_cp1_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g1_cp1_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17098
	inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp1_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g2_cp1_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g2_cp1_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17100
	inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp1_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g3_cp1_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g3_cp1_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17102
	// LAF Table : tabs_2_active_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17103
	inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp1_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_active_tab_pane_cp1_srt_ParamLimits_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp1_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17105
	inline TAknWindowComponentLayout bg_active_tab_pane_cp1_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_cp1_srt_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp1_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17107
	inline TAknWindowComponentLayout tabs_2_active_pane_srt_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_2_active_pane_srt_g1_sig*)(GetFunction(EApiId_tabs_2_active_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17109
	inline TAknLayoutScalableParameterLimits tabs_2_active_pane_srt_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_2_active_pane_srt_t1_ParamLimits_sig*)(GetFunction(EApiId_tabs_2_active_pane_srt_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17111
	inline TAknTextComponentLayout tabs_2_active_pane_srt_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_2_active_pane_srt_t1_sig*)(GetFunction(EApiId_tabs_2_active_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17113
	// LAF Table : bg_active_tab_pane_cp1_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17114
	inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp1_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g1_cp1_srt_sig*)(GetFunction(EApiId_bg_active_tab_pane_g1_cp1_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17116
	inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp1_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g2_cp1_srt_sig*)(GetFunction(EApiId_bg_active_tab_pane_g2_cp1_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17118
	inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp1_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g3_cp1_srt_sig*)(GetFunction(EApiId_bg_active_tab_pane_g3_cp1_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17120
	// LAF Table : navi_tabs_3_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17121
	inline TAknLayoutScalableParameterLimits tabs_3_active_pane_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_3_active_pane_srt_ParamLimits_sig*)(GetFunction(EApiId_tabs_3_active_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17123
	inline TAknWindowComponentLayout tabs_3_active_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_active_pane_srt_sig*)(GetFunction(EApiId_tabs_3_active_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17125
	inline TAknLayoutScalableParameterLimits tabs_3_passive_pane_cp_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_3_passive_pane_cp_srt_ParamLimits_sig*)(GetFunction(EApiId_tabs_3_passive_pane_cp_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17127
	inline TAknWindowComponentLayout tabs_3_passive_pane_cp_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_passive_pane_cp_srt_sig*)(GetFunction(EApiId_tabs_3_passive_pane_cp_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17129
	inline TAknLayoutScalableParameterLimits tabs_3_passive_pane_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_3_passive_pane_srt_ParamLimits_sig*)(GetFunction(EApiId_tabs_3_passive_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17131
	inline TAknWindowComponentLayout tabs_3_passive_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_passive_pane_srt_sig*)(GetFunction(EApiId_tabs_3_passive_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17133
	// LAF Table : tabs_3_passive_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17134
	inline TAknLayoutScalableParameterLimits bg_passive_tab_pane_cp2_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_passive_tab_pane_cp2_srt_ParamLimits_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp2_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17136
	inline TAknWindowComponentLayout bg_passive_tab_pane_cp2_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_cp2_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17138
	// LAF Table : bg_passive_tab_pane_cp2_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17139
	inline TAknWindowComponentLayout bg_passive_tab_pane_g1_cp2_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g1_cp2_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g1_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17141
	inline TAknWindowComponentLayout bg_passive_tab_pane_g2_cp2_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g2_cp2_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g2_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17143
	inline TAknWindowComponentLayout bg_passive_tab_pane_g3_cp2_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_passive_tab_pane_g3_cp2_srt_sig*)(GetFunction(EApiId_bg_passive_tab_pane_g3_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17144
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17145
	// LAF Table : tabs_3_active_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17146
	inline TAknLayoutScalableParameterLimits bg_active_tab_pane_cp2_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_active_tab_pane_cp2_srt_ParamLimits_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp2_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17148
	inline TAknWindowComponentLayout bg_active_tab_pane_cp2_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_cp2_srt_sig*)(GetFunction(EApiId_bg_active_tab_pane_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17150
	inline TAknWindowComponentLayout tabs_3_active_pane_srt_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_active_pane_srt_g1_sig*)(GetFunction(EApiId_tabs_3_active_pane_srt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17152
	inline TAknLayoutScalableParameterLimits tabs_3_active_pane_srt_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_3_active_pane_srt_t1_ParamLimits_sig*)(GetFunction(EApiId_tabs_3_active_pane_srt_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17154
	inline TAknTextComponentLayout tabs_3_active_pane_srt_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_3_active_pane_srt_t1_sig*)(GetFunction(EApiId_tabs_3_active_pane_srt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17156
	// LAF Table : bg_active_tab_pane_cp2_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17157
	inline TAknWindowComponentLayout bg_active_tab_pane_g1_cp2_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g1_cp2_srt_sig*)(GetFunction(EApiId_bg_active_tab_pane_g1_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17159
	inline TAknWindowComponentLayout bg_active_tab_pane_g2_cp2_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g2_cp2_srt_sig*)(GetFunction(EApiId_bg_active_tab_pane_g2_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17161
	inline TAknWindowComponentLayout bg_active_tab_pane_g3_cp2_srt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_active_tab_pane_g3_cp2_srt_sig*)(GetFunction(EApiId_bg_active_tab_pane_g3_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17162
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17163
	// LAF Table : navi_tabs_4_pane_srt
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17164
	inline TAknLayoutScalableParameterLimits tabs_4_active_pane_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_4_active_pane_srt_ParamLimits_sig*)(GetFunction(EApiId_tabs_4_active_pane_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17166
	inline TAknWindowComponentLayout tabs_4_active_pane_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_4_active_pane_srt_sig*)(GetFunction(EApiId_tabs_4_active_pane_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17168
	inline TAknLayoutScalableParameterLimits tabs_4_passive_pane_cp2_srt_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttabs_4_passive_pane_cp2_srt_ParamLimits_sig*)(GetFunction(EApiId_tabs_4_passive_pane_cp2_srt_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17170
	inline TAknWindowComponentLayout tabs_4_passive_pane_cp2_srt(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttabs_4_passive_pane_cp2_srt_sig*)(GetFunction(EApiId_tabs_4_passive_pane_cp2_srt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17172
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17173
	inline TAknWindowComponentLayout aid_size_cell_toolbar(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_toolbar_sig*)(GetFunction(EApiId_aid_size_cell_toolbar)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17175
	inline TAknLayoutScalableParameterLimits main_idle_act_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_idle_act_pane_ParamLimits_sig*)(GetFunction(EApiId_main_idle_act_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17177
	inline TAknLayoutScalableParameterLimits popup_large_graphic_colour_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_large_graphic_colour_window_ParamLimits_sig*)(GetFunction(EApiId_popup_large_graphic_colour_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17179
	inline TAknLayoutScalableParameterLimits popup_toolbar_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_toolbar_window_ParamLimits_sig*)(GetFunction(EApiId_popup_toolbar_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17181
	inline TAknWindowComponentLayout popup_toolbar_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_toolbar_window_sig*)(GetFunction(EApiId_popup_toolbar_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17183
	// LAF Table : list_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17184
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17186
	inline TAknWindowComponentLayout list_single_graphic_2heading_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17188
	// LAF Table : listscroll_app_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17189
	inline TAknWindowComponentLayout aid_size_cell_apps_grid_lsc_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_apps_grid_lsc_pane_sig*)(GetFunction(EApiId_aid_size_cell_apps_grid_lsc_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17191
	inline TAknWindowComponentLayout aid_size_cell_apps_grid_prt_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_apps_grid_prt_pane_sig*)(GetFunction(EApiId_aid_size_cell_apps_grid_prt_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17193
	// LAF Table : form_midp_field_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17194
	inline TAknLayoutScalableParameterLimits bg_wml_button_pane_cp1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_wml_button_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_bg_wml_button_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17195
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17196
	inline TAknWindowComponentLayout bg_wml_button_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_wml_button_pane_cp1_sig*)(GetFunction(EApiId_bg_wml_button_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17198
	inline TAknLayoutScalableParameterLimits form_midp_field_text_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_midp_field_text_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_form_midp_field_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17199
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17200
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp050_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp050_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp050_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17202
	inline TAknLayoutScalableParameterLimits list_midp_form_text_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_midp_form_text_pane_ParamLimits_sig*)(GetFunction(EApiId_list_midp_form_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17204
	// LAF Table : form_midp_field_choice_group_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17205
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp051_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp051_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp051_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17207
	inline TAknLayoutScalableParameterLimits list_midp_choice_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_midp_choice_pane_ParamLimits_sig*)(GetFunction(EApiId_list_midp_choice_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17209
	// LAF Table : list_midp_choice_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17210
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_cp3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_cp3_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17211
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17212
	inline TAknWindowComponentLayout list_single_2graphic_pane_cp3(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_2graphic_pane_cp3_sig*)(GetFunction(EApiId_list_single_2graphic_pane_cp3)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17213
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17214
	inline TAknLayoutScalableParameterLimits list_single_midp_graphic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_midp_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_midp_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17215
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17216
	inline TAknWindowComponentLayout list_single_midp_graphic_pane(TInt aVariety, TInt aRow, TInt aCol = 0) const		{ return (*(Tlist_single_midp_graphic_pane_sig*)(GetFunction(EApiId_list_single_midp_graphic_pane)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17218
	// LAF Table : list_single_graphic_2heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17219
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17221
	inline TAknWindowComponentLayout list_single_graphic_2heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_g1_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17223
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17224
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17225
	inline TAknWindowComponentLayout list_single_graphic_2heading_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_g4_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17227
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17229
	inline TAknWindowComponentLayout list_single_graphic_2heading_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_g5_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17231
	inline TAknLayoutScalableTableLimits list_single_graphic_2heading_pane_g_Limits() const		{ return (*(Tlist_single_graphic_2heading_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17233
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17235
	inline TAknWindowComponentLayout list_single_graphic_2heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_g_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17236
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17237
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17238
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17239
	inline TAknTextComponentLayout list_single_graphic_2heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_t1_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17241
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17243
	inline TAknTextComponentLayout list_single_graphic_2heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_t2_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17244
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17245
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17247
	inline TAknTextComponentLayout list_single_graphic_2heading_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_t3_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17249
	inline TAknLayoutScalableTableLimits list_single_graphic_2heading_pane_t_Limits() const		{ return (*(Tlist_single_graphic_2heading_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17251
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17253
	inline TAknTextComponentLayout list_single_graphic_2heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_t_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17255
	// LAF Table : popup_toolbar_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17256
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp2_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17258
	inline TAknWindowComponentLayout grid_toobar_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_toobar_pane_sig*)(GetFunction(EApiId_grid_toobar_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17260
	// LAF Table : grid_toobar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17261
	inline TAknLayoutScalableParameterLimits cell_toolbar_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_toolbar_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_toolbar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17263
	inline TAknWindowComponentLayout cell_toolbar_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0) const		{ return (*(Tcell_toolbar_pane_sig*)(GetFunction(EApiId_cell_toolbar_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17265
	// LAF Table : cell_toolbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17266
	inline TAknLayoutScalableParameterLimits cell_toolbar_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_toolbar_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_toolbar_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17268
	inline TAknWindowComponentLayout cell_toolbar_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_toolbar_pane_g1_sig*)(GetFunction(EApiId_cell_toolbar_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17270
	inline TAknLayoutScalableParameterLimits cell_toolbar_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_toolbar_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_toolbar_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17272
	inline TAknWindowComponentLayout cell_toolbar_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_toolbar_pane_g2_sig*)(GetFunction(EApiId_cell_toolbar_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17274
	inline TAknLayoutScalableTableLimits cell_toolbar_pane_g_Limits() const		{ return (*(Tcell_toolbar_pane_g_Limits_sig*)(GetFunction(EApiId_cell_toolbar_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17276
	inline TAknLayoutScalableParameterLimits cell_toolbar_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcell_toolbar_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_toolbar_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17278
	inline TAknWindowComponentLayout cell_toolbar_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_toolbar_pane_g_sig*)(GetFunction(EApiId_cell_toolbar_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17280
	inline TAknLayoutScalableParameterLimits grid_highlight_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_highlight_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_grid_highlight_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17282
	inline TAknWindowComponentLayout grid_highlight_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp2_sig*)(GetFunction(EApiId_grid_highlight_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17283
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17284
	inline TAknWindowComponentLayout toolbar_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar_button_pane_sig*)(GetFunction(EApiId_toolbar_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17286
	// LAF Table : toolbar_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17287
	inline TAknWindowComponentLayout toolbar_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar_button_pane_g1_sig*)(GetFunction(EApiId_toolbar_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17289
	inline TAknWindowComponentLayout toolbar_button_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar_button_pane_g2_sig*)(GetFunction(EApiId_toolbar_button_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17291
	inline TAknWindowComponentLayout toolbar_button_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar_button_pane_g3_sig*)(GetFunction(EApiId_toolbar_button_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17293
	inline TAknWindowComponentLayout toolbar_button_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar_button_pane_g4_sig*)(GetFunction(EApiId_toolbar_button_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17295
	inline TAknWindowComponentLayout toolbar_button_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar_button_pane_g5_sig*)(GetFunction(EApiId_toolbar_button_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17297
	inline TAknWindowComponentLayout toolbar_button_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar_button_pane_g6_sig*)(GetFunction(EApiId_toolbar_button_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17298
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17299
	inline TAknWindowComponentLayout toolbar_button_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar_button_pane_g7_sig*)(GetFunction(EApiId_toolbar_button_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17300
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17301
	inline TAknWindowComponentLayout toolbar_button_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar_button_pane_g8_sig*)(GetFunction(EApiId_toolbar_button_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17302
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17303
	inline TAknWindowComponentLayout toolbar_button_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar_button_pane_g9_sig*)(GetFunction(EApiId_toolbar_button_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17305
	inline TAknLayoutScalableTableLimits toolbar_button_pane_g_Limits() const		{ return (*(Ttoolbar_button_pane_g_Limits_sig*)(GetFunction(EApiId_toolbar_button_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17307
	inline TAknWindowComponentLayout toolbar_button_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar_button_pane_g_sig*)(GetFunction(EApiId_toolbar_button_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17309
	// LAF Table : list_single_2graphic_pane_cp3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17310
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g1_cp3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_g1_cp3_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g1_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17312
	inline TAknWindowComponentLayout list_single_2graphic_pane_g1_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_g1_cp3_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g1_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17313
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17314
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g2_cp3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_g2_cp3_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g2_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17316
	inline TAknWindowComponentLayout list_single_2graphic_pane_g2_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_g2_cp3_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g2_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17317
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17318
	inline TAknWindowComponentLayout list_single_2graphic_pane_g3_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_g3_cp3_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g3_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17320
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_g4_cp3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_g4_cp3_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g4_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17322
	inline TAknWindowComponentLayout list_single_2graphic_pane_g4_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_g4_cp3_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g4_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17324
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_t1_cp3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_t1_cp3_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_t1_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17326
	inline TAknTextComponentLayout list_single_2graphic_pane_t1_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_t1_cp3_sig*)(GetFunction(EApiId_list_single_2graphic_pane_t1_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17328
	// LAF Table : list_single_midp_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17329
	inline TAknLayoutScalableParameterLimits list_single_midp_graphic_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_midp_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_midp_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17331
	inline TAknWindowComponentLayout list_single_midp_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_midp_graphic_pane_g2_sig*)(GetFunction(EApiId_list_single_midp_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17333
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17334
	inline TAknWindowComponentLayout aid_zoom_text_primary(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_zoom_text_primary_sig*)(GetFunction(EApiId_aid_zoom_text_primary)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17336
	inline TAknWindowComponentLayout aid_zoom_text_secondary(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_zoom_text_secondary_sig*)(GetFunction(EApiId_aid_zoom_text_secondary)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17338
	// LAF Table : status_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17339
	inline TAknLayoutScalableParameterLimits status_small_pane_g7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tstatus_small_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_status_small_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17341
	inline TAknWindowComponentLayout status_small_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_pane_g7_sig*)(GetFunction(EApiId_status_small_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17343
	inline TAknLayoutScalableParameterLimits status_small_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tstatus_small_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_status_small_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17345
	// LAF Table : title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17346
	inline TAknWindowComponentLayout title_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttitle_pane_g2_sig*)(GetFunction(EApiId_title_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17348
	inline TAknLayoutScalableTableLimits title_pane_g_Limits() const		{ return (*(Ttitle_pane_g_Limits_sig*)(GetFunction(EApiId_title_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17350
	inline TAknWindowComponentLayout title_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttitle_pane_g_sig*)(GetFunction(EApiId_title_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17352
	// LAF Table : popup_large_graphic_colour_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17353
	inline TAknLayoutScalableParameterLimits aid_size_cell_colour_1_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_size_cell_colour_1_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_colour_1_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17355
	inline TAknWindowComponentLayout aid_size_cell_colour_1_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_colour_1_pane_sig*)(GetFunction(EApiId_aid_size_cell_colour_1_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17356
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17357
	inline TAknLayoutScalableParameterLimits aid_size_cell_colour_2_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_size_cell_colour_2_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_colour_2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17358
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17359
	inline TAknWindowComponentLayout aid_size_cell_colour_2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_colour_2_pane_sig*)(GetFunction(EApiId_aid_size_cell_colour_2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17361
	inline TAknLayoutScalableParameterLimits aid_size_cell_colour_3_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_size_cell_colour_3_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_colour_3_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17363
	inline TAknWindowComponentLayout aid_size_cell_colour_3_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_colour_3_pane_sig*)(GetFunction(EApiId_aid_size_cell_colour_3_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17365
	inline TAknLayoutScalableParameterLimits aid_size_cell_colour_4_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_size_cell_colour_4_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_colour_4_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17366
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17367
	inline TAknWindowComponentLayout aid_size_cell_colour_4_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_colour_4_pane_sig*)(GetFunction(EApiId_aid_size_cell_colour_4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17369
	// LAF Table : title_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17370
	inline TAknLayoutScalableParameterLimits title_pane_stacon_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttitle_pane_stacon_g1_ParamLimits_sig*)(GetFunction(EApiId_title_pane_stacon_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17372
	inline TAknWindowComponentLayout title_pane_stacon_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttitle_pane_stacon_g1_sig*)(GetFunction(EApiId_title_pane_stacon_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17374
	// LAF Table : popup_note_wait_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17375
	inline TAknLayoutScalableParameterLimits popup_note_wait_window_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_wait_window_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_note_wait_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17377
	inline TAknWindowComponentLayout popup_note_wait_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_wait_window_g3_sig*)(GetFunction(EApiId_popup_note_wait_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17379
	inline TAknLayoutScalableParameterLimits popup_note_wait_window_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_wait_window_t5_ParamLimits_sig*)(GetFunction(EApiId_popup_note_wait_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17380
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17381
	inline TAknTextComponentLayout popup_note_wait_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_wait_window_t5_sig*)(GetFunction(EApiId_popup_note_wait_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17383
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17384
	inline TAknWindowComponentLayout main_feb_china_hwr_fs_writing_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_feb_china_hwr_fs_writing_pane_sig*)(GetFunction(EApiId_main_feb_china_hwr_fs_writing_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17386
	inline TAknLayoutScalableParameterLimits popup_feb_china_hwr_fs_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_feb_china_hwr_fs_window_ParamLimits_sig*)(GetFunction(EApiId_popup_feb_china_hwr_fs_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17388
	inline TAknWindowComponentLayout popup_feb_china_hwr_fs_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_feb_china_hwr_fs_window_sig*)(GetFunction(EApiId_popup_feb_china_hwr_fs_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17390
	// LAF Table : popup_feb_china_hwr_fs_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17391
	inline TAknLayoutScalableParameterLimits aid_size_cell_hwr_fs_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_size_cell_hwr_fs_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_hwr_fs_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17393
	inline TAknWindowComponentLayout aid_size_cell_hwr_fs(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_hwr_fs_sig*)(GetFunction(EApiId_aid_size_cell_hwr_fs)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17395
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_sub_pane_cp3_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17397
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp3_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17399
	inline TAknLayoutScalableParameterLimits grid_hwr_fs_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_hwr_fs_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_hwr_fs_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17401
	inline TAknWindowComponentLayout grid_hwr_fs_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_hwr_fs_pane_sig*)(GetFunction(EApiId_grid_hwr_fs_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17403
	inline TAknLayoutScalableParameterLimits linegrid_hwr_fs_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlinegrid_hwr_fs_pane_ParamLimits_sig*)(GetFunction(EApiId_linegrid_hwr_fs_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17405
	inline TAknWindowComponentLayout linegrid_hwr_fs_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_hwr_fs_pane_sig*)(GetFunction(EApiId_linegrid_hwr_fs_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17407
	// LAF Table : grid_hwr_fs_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17408
	inline TAknLayoutScalableParameterLimits cell_hwr_fs_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_hwr_fs_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_hwr_fs_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17410
	inline TAknWindowComponentLayout cell_hwr_fs_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_hwr_fs_pane_sig*)(GetFunction(EApiId_cell_hwr_fs_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17411
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17412
	// LAF Table : linegrid_hwr_fs_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17413
	inline TAknLayoutScalableParameterLimits linegrid_hwr_fs_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlinegrid_hwr_fs_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_linegrid_hwr_fs_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17415
	inline TAknWindowComponentLayout linegrid_hwr_fs_pane_g1(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tlinegrid_hwr_fs_pane_g1_sig*)(GetFunction(EApiId_linegrid_hwr_fs_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17417
	inline TAknLayoutScalableParameterLimits linegrid_hwr_fs_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlinegrid_hwr_fs_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_linegrid_hwr_fs_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17419
	inline TAknWindowComponentLayout linegrid_hwr_fs_pane_g2(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tlinegrid_hwr_fs_pane_g2_sig*)(GetFunction(EApiId_linegrid_hwr_fs_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17421
	inline TAknLayoutScalableParameterLimits linegrid_hwr_fs_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlinegrid_hwr_fs_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_linegrid_hwr_fs_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17423
	inline TAknWindowComponentLayout linegrid_hwr_fs_pane_g3(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tlinegrid_hwr_fs_pane_g3_sig*)(GetFunction(EApiId_linegrid_hwr_fs_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17425
	inline TAknLayoutScalableParameterLimits linegrid_hwr_fs_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlinegrid_hwr_fs_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_linegrid_hwr_fs_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17427
	inline TAknWindowComponentLayout linegrid_hwr_fs_pane_g4(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tlinegrid_hwr_fs_pane_g4_sig*)(GetFunction(EApiId_linegrid_hwr_fs_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17429
	inline TAknLayoutScalableParameterLimits linegrid_hwr_fs_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlinegrid_hwr_fs_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_linegrid_hwr_fs_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17431
	inline TAknWindowComponentLayout linegrid_hwr_fs_pane_g5(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tlinegrid_hwr_fs_pane_g5_sig*)(GetFunction(EApiId_linegrid_hwr_fs_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17433
	inline TAknLayoutScalableTableLimits linegrid_hwr_fs_pane_g_Limits() const		{ return (*(Tlinegrid_hwr_fs_pane_g_Limits_sig*)(GetFunction(EApiId_linegrid_hwr_fs_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17435
	inline TAknLayoutScalableParameterLimits linegrid_hwr_fs_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlinegrid_hwr_fs_pane_g_ParamLimits_sig*)(GetFunction(EApiId_linegrid_hwr_fs_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17437
	inline TAknWindowComponentLayout linegrid_hwr_fs_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tlinegrid_hwr_fs_pane_g_sig*)(GetFunction(EApiId_linegrid_hwr_fs_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17439
	// LAF Table : cell_hwr_fs_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17440
	inline TAknLayoutScalableParameterLimits cell_hwr_fs_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_hwr_fs_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_hwr_fs_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17442
	inline TAknWindowComponentLayout cell_hwr_fs_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_fs_pane_g1_sig*)(GetFunction(EApiId_cell_hwr_fs_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17444
	inline TAknLayoutScalableParameterLimits cell_hwr_fs_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_hwr_fs_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_hwr_fs_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17446
	inline TAknWindowComponentLayout cell_hwr_fs_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_fs_pane_g2_sig*)(GetFunction(EApiId_cell_hwr_fs_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17448
	inline TAknLayoutScalableParameterLimits cell_hwr_fs_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_hwr_fs_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cell_hwr_fs_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17450
	inline TAknWindowComponentLayout cell_hwr_fs_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_fs_pane_g3_sig*)(GetFunction(EApiId_cell_hwr_fs_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17452
	inline TAknLayoutScalableParameterLimits cell_hwr_fs_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_hwr_fs_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_cell_hwr_fs_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17454
	inline TAknWindowComponentLayout cell_hwr_fs_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_fs_pane_g4_sig*)(GetFunction(EApiId_cell_hwr_fs_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17456
	inline TAknLayoutScalableTableLimits cell_hwr_fs_pane_g_Limits() const		{ return (*(Tcell_hwr_fs_pane_g_Limits_sig*)(GetFunction(EApiId_cell_hwr_fs_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17458
	inline TAknLayoutScalableParameterLimits cell_hwr_fs_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcell_hwr_fs_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_hwr_fs_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17460
	inline TAknWindowComponentLayout cell_hwr_fs_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_fs_pane_g_sig*)(GetFunction(EApiId_cell_hwr_fs_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17462
	inline TAknTextComponentLayout cell_hwr_fs_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_fs_pane_t1_sig*)(GetFunction(EApiId_cell_hwr_fs_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17464
	inline TAknWindowComponentLayout grid_highlight_pane_cp6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp6_sig*)(GetFunction(EApiId_grid_highlight_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17466
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17467
	inline TAknWindowComponentLayout main_idle_act2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_idle_act2_pane_sig*)(GetFunction(EApiId_main_idle_act2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17469
	// LAF Table : bg_popup_sub_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17470
	inline TAknWindowComponentLayout aid_inside_area_popup_secondary(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_inside_area_popup_secondary_sig*)(GetFunction(EApiId_aid_inside_area_popup_secondary)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17472
	// LAF Table : bg_popup_window_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17473
	inline TAknLayoutScalableParameterLimits aid_inside_area_window_primary_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_inside_area_window_primary_ParamLimits_sig*)(GetFunction(EApiId_aid_inside_area_window_primary_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17474
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17475
	inline TAknWindowComponentLayout aid_inside_area_window_primary(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_inside_area_window_primary_sig*)(GetFunction(EApiId_aid_inside_area_window_primary)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17477
	// LAF Table : main_idle_act2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17478
	inline TAknWindowComponentLayout ai2_news_ticker_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai2_news_ticker_pane_sig*)(GetFunction(EApiId_ai2_news_ticker_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17480
	inline TAknLayoutScalableParameterLimits aid_size_cell_ai1_link_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_size_cell_ai1_link_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_ai1_link_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17482
	inline TAknWindowComponentLayout aid_size_cell_ai1_link(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_ai1_link_sig*)(GetFunction(EApiId_aid_size_cell_ai1_link)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17483
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17484
	inline TAknLayoutScalableParameterLimits popup_ai2_data_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_ai2_data_window_ParamLimits_sig*)(GetFunction(EApiId_popup_ai2_data_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17485
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17486
	inline TAknWindowComponentLayout popup_ai2_data_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_ai2_data_window_sig*)(GetFunction(EApiId_popup_ai2_data_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17487
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17488
	inline TAknLayoutScalableParameterLimits popup_ai2_link_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_ai2_link_window_ParamLimits_sig*)(GetFunction(EApiId_popup_ai2_link_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17490
	inline TAknWindowComponentLayout popup_ai2_link_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_ai2_link_window_sig*)(GetFunction(EApiId_popup_ai2_link_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17491
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17492
	// LAF Table : popup_ai2_link_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17493
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_sub_pane_cp4_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17495
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp4_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17496
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17497
	inline TAknLayoutScalableParameterLimits grid_ai2_link_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_ai2_link_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_ai2_link_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17498
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17499
	inline TAknWindowComponentLayout grid_ai2_link_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_ai2_link_pane_sig*)(GetFunction(EApiId_grid_ai2_link_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17500
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17501
	inline TAknLayoutScalableParameterLimits popup_ai2_link_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_ai2_link_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_ai2_link_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17502
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17503
	inline TAknWindowComponentLayout popup_ai2_link_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_ai2_link_window_g1_sig*)(GetFunction(EApiId_popup_ai2_link_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17505
	inline TAknLayoutScalableParameterLimits popup_ai2_link_window_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_ai2_link_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_ai2_link_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17507
	inline TAknWindowComponentLayout popup_ai2_link_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_ai2_link_window_g2_sig*)(GetFunction(EApiId_popup_ai2_link_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17509
	inline TAknLayoutScalableTableLimits popup_ai2_link_window_g_Limits() const		{ return (*(Tpopup_ai2_link_window_g_Limits_sig*)(GetFunction(EApiId_popup_ai2_link_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17511
	inline TAknLayoutScalableParameterLimits popup_ai2_link_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_ai2_link_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_ai2_link_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17513
	inline TAknWindowComponentLayout popup_ai2_link_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_ai2_link_window_g_sig*)(GetFunction(EApiId_popup_ai2_link_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17515
	// LAF Table : popup_ai2_data_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17516
	inline TAknWindowComponentLayout ai2_mp_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai2_mp_button_pane_sig*)(GetFunction(EApiId_ai2_mp_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17518
	inline TAknWindowComponentLayout ai2_mp_volume_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai2_mp_volume_pane_sig*)(GetFunction(EApiId_ai2_mp_volume_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17519
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17520
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_sub_pane_cp5_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17521
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17522
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp5_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17523
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17524
	inline TAknLayoutScalableParameterLimits heading_ai2_gene_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Theading_ai2_gene_pane_ParamLimits_sig*)(GetFunction(EApiId_heading_ai2_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17525
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17526
	inline TAknWindowComponentLayout heading_ai2_gene_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_ai2_gene_pane_sig*)(GetFunction(EApiId_heading_ai2_gene_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17528
	inline TAknLayoutScalableParameterLimits list_ai2_gene_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_ai2_gene_pane_ParamLimits_sig*)(GetFunction(EApiId_list_ai2_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17530
	inline TAknWindowComponentLayout list_ai2_gene_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_ai2_gene_pane_sig*)(GetFunction(EApiId_list_ai2_gene_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17532
	// LAF Table : grid_ai2_link_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17533
	inline TAknLayoutScalableParameterLimits cell_ai2_link_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_ai2_link_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_ai2_link_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17535
	inline TAknWindowComponentLayout cell_ai2_link_pane(TInt aVariety, TInt aRow, TInt aCol = 0) const		{ return (*(Tcell_ai2_link_pane_sig*)(GetFunction(EApiId_cell_ai2_link_pane)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17537
	// LAF Table : cell_ai2_link_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17538
	inline TAknWindowComponentLayout cell_ai2_link_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai2_link_pane_g1_sig*)(GetFunction(EApiId_cell_ai2_link_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17540
	inline TAknWindowComponentLayout grid_highlight_pane_cp7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp7_sig*)(GetFunction(EApiId_grid_highlight_pane_cp7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17542
	// LAF Table : ai2_mp_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17543
	inline TAknWindowComponentLayout ai2_mp_volume_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai2_mp_volume_pane_g1_sig*)(GetFunction(EApiId_ai2_mp_volume_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17545
	inline TAknWindowComponentLayout ai2_mp_volume_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai2_mp_volume_pane_g2_sig*)(GetFunction(EApiId_ai2_mp_volume_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17547
	// LAF Table : list_ai2_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17548
	inline TAknTextComponentLayout list_ai2_gene_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_ai2_gene_pane_t1_sig*)(GetFunction(EApiId_list_ai2_gene_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17550
	// LAF Table : ai2_mp_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17551
	inline TAknWindowComponentLayout ai2_mp_volume_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai2_mp_volume_pane_g3_sig*)(GetFunction(EApiId_ai2_mp_volume_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17553
	inline TAknLayoutScalableTableLimits ai2_mp_volume_pane_g_Limits() const		{ return (*(Tai2_mp_volume_pane_g_Limits_sig*)(GetFunction(EApiId_ai2_mp_volume_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17554
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17555
	inline TAknWindowComponentLayout ai2_mp_volume_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai2_mp_volume_pane_g_sig*)(GetFunction(EApiId_ai2_mp_volume_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17556
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17557
	inline TAknWindowComponentLayout volume_small_pane_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_cp3_sig*)(GetFunction(EApiId_volume_small_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17559
	// LAF Table : ai2_mp_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17560
	inline TAknWindowComponentLayout aid_size_cell_ai2_button(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_ai2_button_sig*)(GetFunction(EApiId_aid_size_cell_ai2_button)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17562
	inline TAknWindowComponentLayout grid_ai2_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_ai2_button_pane_sig*)(GetFunction(EApiId_grid_ai2_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17564
	// LAF Table : grid_ai2_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17565
	inline TAknLayoutScalableParameterLimits cell_ai2_button_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_ai2_button_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_ai2_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17567
	inline TAknWindowComponentLayout cell_ai2_button_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tcell_ai2_button_pane_sig*)(GetFunction(EApiId_cell_ai2_button_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17569
	// LAF Table : cell_ai2_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17570
	inline TAknWindowComponentLayout cell_ai2_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai2_button_pane_g1_sig*)(GetFunction(EApiId_cell_ai2_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17572
	inline TAknWindowComponentLayout grid_highlight_pane_cp8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp8_sig*)(GetFunction(EApiId_grid_highlight_pane_cp8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17574
	// LAF Table : ai2_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17575
	inline TAknLayoutScalableParameterLimits ai2_gene_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tai2_gene_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_ai2_gene_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17577
	inline TAknTextComponentLayout ai2_gene_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai2_gene_pane_t1_sig*)(GetFunction(EApiId_ai2_gene_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17579
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17580
	inline TAknWindowComponentLayout aid_height_parent_landscape(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_height_parent_landscape_sig*)(GetFunction(EApiId_aid_height_parent_landscape)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17582
	// LAF Table : set_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17583
	inline TAknWindowComponentLayout aid_height_set_list(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_height_set_list_sig*)(GetFunction(EApiId_aid_height_set_list)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17585
	inline TAknWindowComponentLayout aid_size_parent(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_parent_sig*)(GetFunction(EApiId_aid_size_parent)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17587
	// LAF Table : listscroll_popup_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17588
	inline TAknLayoutScalableParameterLimits aid_size_cell_graphic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_size_cell_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17590
	// LAF Table : popup_ai2_data_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17591
	inline TAknLayoutScalableParameterLimits popup_ai2_data_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_ai2_data_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_ai2_data_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17593
	inline TAknWindowComponentLayout popup_ai2_data_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_ai2_data_window_g1_sig*)(GetFunction(EApiId_popup_ai2_data_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17594
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17595
	// LAF Table : ai2_news_ticker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17596
	inline TAknWindowComponentLayout ai2_news_ticker_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai2_news_ticker_pane_g1_sig*)(GetFunction(EApiId_ai2_news_ticker_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17598
	inline TAknWindowComponentLayout ai2_news_ticker_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai2_news_ticker_pane_g2_sig*)(GetFunction(EApiId_ai2_news_ticker_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17600
	inline TAknLayoutScalableTableLimits ai2_news_ticker_pane_g_Limits() const		{ return (*(Tai2_news_ticker_pane_g_Limits_sig*)(GetFunction(EApiId_ai2_news_ticker_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17602
	inline TAknWindowComponentLayout ai2_news_ticker_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai2_news_ticker_pane_g_sig*)(GetFunction(EApiId_ai2_news_ticker_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17604
	inline TAknTextComponentLayout ai2_news_ticker_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai2_news_ticker_pane_t1_sig*)(GetFunction(EApiId_ai2_news_ticker_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17606
	inline TAknTextComponentLayout ai2_news_ticker_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai2_news_ticker_pane_t2_sig*)(GetFunction(EApiId_ai2_news_ticker_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17608
	inline TAknLayoutScalableTableLimits ai2_news_ticker_pane_t_Limits() const		{ return (*(Tai2_news_ticker_pane_t_Limits_sig*)(GetFunction(EApiId_ai2_news_ticker_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17610
	inline TAknTextComponentLayout ai2_news_ticker_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai2_news_ticker_pane_t_sig*)(GetFunction(EApiId_ai2_news_ticker_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17612
	// LAF Table : heading_ai2_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17613
	inline TAknWindowComponentLayout heading_ai2_gene_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_ai2_gene_pane_g1_sig*)(GetFunction(EApiId_heading_ai2_gene_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17615
	inline TAknLayoutScalableParameterLimits heading_ai2_gene_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Theading_ai2_gene_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_heading_ai2_gene_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17617
	inline TAknTextComponentLayout heading_ai2_gene_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_ai2_gene_pane_t1_sig*)(GetFunction(EApiId_heading_ai2_gene_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17619
	inline TAknWindowComponentLayout list_highlight_pane_cp6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp6_sig*)(GetFunction(EApiId_list_highlight_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17621
	// LAF Table : list_ai2_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17622
	inline TAknLayoutScalableParameterLimits ai2_gene_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tai2_gene_pane_ParamLimits_sig*)(GetFunction(EApiId_ai2_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17624
	inline TAknWindowComponentLayout ai2_gene_pane(TInt aVariety, TInt aRow = 0, TInt aCol = 0) const		{ return (*(Tai2_gene_pane_sig*)(GetFunction(EApiId_ai2_gene_pane)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17626
	inline TAknTextComponentLayout list_ai2_gene_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_ai2_gene_pane_t2_sig*)(GetFunction(EApiId_list_ai2_gene_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17628
	inline TAknLayoutScalableTableLimits list_ai2_gene_pane_t_Limits() const		{ return (*(Tlist_ai2_gene_pane_t_Limits_sig*)(GetFunction(EApiId_list_ai2_gene_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17630
	inline TAknTextComponentLayout list_ai2_gene_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_ai2_gene_pane_t_sig*)(GetFunction(EApiId_list_ai2_gene_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17632
	inline TAknLayoutScalableParameterLimits list_highlight_pane_cp8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_highlight_pane_cp8_ParamLimits_sig*)(GetFunction(EApiId_list_highlight_pane_cp8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17634
	inline TAknWindowComponentLayout list_highlight_pane_cp8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp8_sig*)(GetFunction(EApiId_list_highlight_pane_cp8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17636
	// LAF Table : ai2_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17637
	inline TAknLayoutScalableParameterLimits ai2_gene_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tai2_gene_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_ai2_gene_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17639
	inline TAknWindowComponentLayout ai2_gene_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai2_gene_pane_g1_sig*)(GetFunction(EApiId_ai2_gene_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17641
	inline TAknLayoutScalableParameterLimits ai2_gene_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tai2_gene_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_ai2_gene_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17643
	inline TAknWindowComponentLayout ai2_gene_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai2_gene_pane_g2_sig*)(GetFunction(EApiId_ai2_gene_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17645
	inline TAknLayoutScalableTableLimits ai2_gene_pane_g_Limits() const		{ return (*(Tai2_gene_pane_g_Limits_sig*)(GetFunction(EApiId_ai2_gene_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17647
	inline TAknLayoutScalableParameterLimits ai2_gene_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tai2_gene_pane_g_ParamLimits_sig*)(GetFunction(EApiId_ai2_gene_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17649
	inline TAknWindowComponentLayout ai2_gene_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai2_gene_pane_g_sig*)(GetFunction(EApiId_ai2_gene_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17651
	// LAF Table : listscroll_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17652
	inline TAknWindowComponentLayout scroll_pane_cp12(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp12_sig*)(GetFunction(EApiId_scroll_pane_cp12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17654
	// LAF Table : control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17655
	inline TAknLayoutScalableParameterLimits control_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcontrol_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_control_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17657
	inline TAknTextComponentLayout control_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_pane_t3_sig*)(GetFunction(EApiId_control_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17658
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17659
	// LAF Table : status_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17660
	inline TAknLayoutScalableParameterLimits status_small_pane_g8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tstatus_small_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_status_small_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17662
	inline TAknWindowComponentLayout status_small_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_pane_g8_sig*)(GetFunction(EApiId_status_small_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17664
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17665
	inline TAknLayoutScalableParameterLimits popup_find_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_find_window_ParamLimits_sig*)(GetFunction(EApiId_popup_find_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17667
	inline TAknLayoutScalableParameterLimits popup_note_image_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_note_image_window_ParamLimits_sig*)(GetFunction(EApiId_popup_note_image_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17669
	// LAF Table : list_double2_graphic_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17670
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_vc_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_vc_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17672
	inline TAknWindowComponentLayout list_double2_graphic_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_pane_vc_g1_sig*)(GetFunction(EApiId_list_double2_graphic_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17674
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_vc_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_vc_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17676
	inline TAknWindowComponentLayout list_double2_graphic_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_pane_vc_g2_sig*)(GetFunction(EApiId_list_double2_graphic_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17678
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_vc_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_vc_g3_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_vc_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17679
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17680
	inline TAknWindowComponentLayout list_double2_graphic_pane_vc_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_pane_vc_g3_sig*)(GetFunction(EApiId_list_double2_graphic_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17681
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17682
	inline TAknLayoutScalableTableLimits list_double2_graphic_pane_vc_g_Limits() const		{ return (*(Tlist_double2_graphic_pane_vc_g_Limits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17684
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_vc_g_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17686
	inline TAknWindowComponentLayout list_double2_graphic_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_pane_vc_g_sig*)(GetFunction(EApiId_list_double2_graphic_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17687
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17688
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17690
	inline TAknTextComponentLayout list_double2_graphic_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_graphic_pane_vc_t1_sig*)(GetFunction(EApiId_list_double2_graphic_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17692
	// LAF Table : list_single_heading_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17693
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_vc_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_vc_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17695
	inline TAknWindowComponentLayout list_single_heading_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_vc_g1_sig*)(GetFunction(EApiId_list_single_heading_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17697
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_vc_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_vc_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17699
	inline TAknWindowComponentLayout list_single_heading_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_vc_g2_sig*)(GetFunction(EApiId_list_single_heading_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17701
	inline TAknLayoutScalableTableLimits list_single_heading_pane_vc_g_Limits() const		{ return (*(Tlist_single_heading_pane_vc_g_Limits_sig*)(GetFunction(EApiId_list_single_heading_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17703
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_vc_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17705
	inline TAknWindowComponentLayout list_single_heading_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_vc_g_sig*)(GetFunction(EApiId_list_single_heading_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17707
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17708
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17709
	inline TAknTextComponentLayout list_single_heading_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_vc_t1_sig*)(GetFunction(EApiId_list_single_heading_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17711
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_vc_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_vc_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17713
	inline TAknTextComponentLayout list_single_heading_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_vc_t2_sig*)(GetFunction(EApiId_list_single_heading_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17715
	inline TAknLayoutScalableTableLimits list_single_heading_pane_vc_t_Limits() const		{ return (*(Tlist_single_heading_pane_vc_t_Limits_sig*)(GetFunction(EApiId_list_single_heading_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17717
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_vc_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17719
	inline TAknTextComponentLayout list_single_heading_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_vc_t_sig*)(GetFunction(EApiId_list_single_heading_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17721
	// LAF Table : list_setting_number_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17722
	inline TAknLayoutScalableParameterLimits list_setting_number_pane_vc_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_number_pane_vc_g1_ParamLimits_sig*)(GetFunction(EApiId_list_setting_number_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17724
	inline TAknWindowComponentLayout list_setting_number_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_number_pane_vc_g1_sig*)(GetFunction(EApiId_list_setting_number_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17726
	inline TAknLayoutScalableParameterLimits list_setting_number_pane_vc_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_number_pane_vc_g2_ParamLimits_sig*)(GetFunction(EApiId_list_setting_number_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17728
	inline TAknWindowComponentLayout list_setting_number_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_number_pane_vc_g2_sig*)(GetFunction(EApiId_list_setting_number_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17730
	inline TAknLayoutScalableTableLimits list_setting_number_pane_vc_g_Limits() const		{ return (*(Tlist_setting_number_pane_vc_g_Limits_sig*)(GetFunction(EApiId_list_setting_number_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17732
	inline TAknLayoutScalableParameterLimits list_setting_number_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_setting_number_pane_vc_g_ParamLimits_sig*)(GetFunction(EApiId_list_setting_number_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17734
	inline TAknWindowComponentLayout list_setting_number_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_number_pane_vc_g_sig*)(GetFunction(EApiId_list_setting_number_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17736
	inline TAknLayoutScalableParameterLimits list_setting_number_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_number_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_list_setting_number_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17738
	inline TAknTextComponentLayout list_setting_number_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_number_pane_vc_t1_sig*)(GetFunction(EApiId_list_setting_number_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17740
	inline TAknLayoutScalableParameterLimits list_setting_number_pane_vc_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_number_pane_vc_t2_ParamLimits_sig*)(GetFunction(EApiId_list_setting_number_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17742
	inline TAknTextComponentLayout list_setting_number_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_number_pane_vc_t2_sig*)(GetFunction(EApiId_list_setting_number_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17744
	inline TAknLayoutScalableParameterLimits list_setting_number_pane_vc_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_number_pane_vc_t3_ParamLimits_sig*)(GetFunction(EApiId_list_setting_number_pane_vc_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17746
	inline TAknTextComponentLayout list_setting_number_pane_vc_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_number_pane_vc_t3_sig*)(GetFunction(EApiId_list_setting_number_pane_vc_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17747
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17748
	inline TAknLayoutScalableTableLimits list_setting_number_pane_vc_t_Limits() const		{ return (*(Tlist_setting_number_pane_vc_t_Limits_sig*)(GetFunction(EApiId_list_setting_number_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17749
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17750
	inline TAknLayoutScalableParameterLimits list_setting_number_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_setting_number_pane_vc_t_ParamLimits_sig*)(GetFunction(EApiId_list_setting_number_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17751
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17752
	inline TAknTextComponentLayout list_setting_number_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_number_pane_vc_t_sig*)(GetFunction(EApiId_list_setting_number_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17753
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17754
	inline TAknLayoutScalableParameterLimits set_value_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tset_value_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_set_value_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17755
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17756
	inline TAknWindowComponentLayout set_value_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_value_pane_vc_sig*)(GetFunction(EApiId_set_value_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17757
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17758
	// LAF Table : list_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17759
	inline TAknLayoutScalableParameterLimits list_double2_graphic_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_graphic_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_double2_graphic_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17761
	inline TAknWindowComponentLayout list_double2_graphic_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double2_graphic_pane_vc_sig*)(GetFunction(EApiId_list_double2_graphic_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17763
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17765
	inline TAknWindowComponentLayout list_double2_large_graphic_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double2_large_graphic_pane_vc_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17767
	inline TAknLayoutScalableParameterLimits list_double2_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_double2_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17769
	inline TAknWindowComponentLayout list_double2_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double2_pane_vc_sig*)(GetFunction(EApiId_list_double2_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17771
	inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_heading_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17773
	inline TAknWindowComponentLayout list_double_graphic_heading_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_graphic_heading_pane_vc_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17775
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17776
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17777
	inline TAknWindowComponentLayout list_double_graphic_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_graphic_pane_vc_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17779
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17781
	inline TAknWindowComponentLayout list_double_heading_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_heading_pane_vc_sig*)(GetFunction(EApiId_list_double_heading_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17783
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17785
	inline TAknWindowComponentLayout list_double_large_graphic_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17787
	inline TAknLayoutScalableParameterLimits list_double_number_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17789
	inline TAknWindowComponentLayout list_double_number_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_number_pane_vc_sig*)(GetFunction(EApiId_list_double_number_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17791
	inline TAknLayoutScalableParameterLimits list_double_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17793
	inline TAknWindowComponentLayout list_double_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_pane_vc_sig*)(GetFunction(EApiId_list_double_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17795
	inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17797
	inline TAknWindowComponentLayout list_double_time_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_time_pane_vc_sig*)(GetFunction(EApiId_list_double_time_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17799
	inline TAknLayoutScalableParameterLimits list_setting_number_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_number_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_setting_number_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17801
	inline TAknWindowComponentLayout list_setting_number_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_setting_number_pane_vc_sig*)(GetFunction(EApiId_list_setting_number_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17803
	inline TAknLayoutScalableParameterLimits list_setting_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_setting_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17805
	inline TAknWindowComponentLayout list_setting_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_setting_pane_vc_sig*)(GetFunction(EApiId_list_setting_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17806
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17807
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17808
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17809
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_graphic_heading_pane_vc_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17811
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17812
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17813
	inline TAknWindowComponentLayout list_single_heading_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_heading_pane_vc_sig*)(GetFunction(EApiId_list_single_heading_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17815
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17817
	inline TAknWindowComponentLayout list_single_number_heading_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_number_heading_pane_vc_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17819
	// LAF Table : list_double_graphic_heading_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17820
	inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_vc_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_heading_pane_vc_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17822
	inline TAknWindowComponentLayout list_double_graphic_heading_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_heading_pane_vc_g1_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17824
	inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_vc_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_heading_pane_vc_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17826
	inline TAknWindowComponentLayout list_double_graphic_heading_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_heading_pane_vc_g2_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17827
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17828
	inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_vc_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_heading_pane_vc_g3_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17829
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17830
	inline TAknWindowComponentLayout list_double_graphic_heading_pane_vc_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_heading_pane_vc_g3_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17832
	inline TAknLayoutScalableTableLimits list_double_graphic_heading_pane_vc_g_Limits() const		{ return (*(Tlist_double_graphic_heading_pane_vc_g_Limits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17834
	inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_heading_pane_vc_g_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17836
	inline TAknWindowComponentLayout list_double_graphic_heading_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_heading_pane_vc_g_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17838
	inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_heading_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17840
	inline TAknTextComponentLayout list_double_graphic_heading_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_heading_pane_vc_t1_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17842
	inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_vc_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_heading_pane_vc_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17844
	inline TAknTextComponentLayout list_double_graphic_heading_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_heading_pane_vc_t2_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17846
	inline TAknLayoutScalableTableLimits list_double_graphic_heading_pane_vc_t_Limits() const		{ return (*(Tlist_double_graphic_heading_pane_vc_t_Limits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17848
	inline TAknLayoutScalableParameterLimits list_double_graphic_heading_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_heading_pane_vc_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17850
	inline TAknTextComponentLayout list_double_graphic_heading_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_heading_pane_vc_t_sig*)(GetFunction(EApiId_list_double_graphic_heading_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17852
	// LAF Table : list_setting_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17853
	inline TAknLayoutScalableParameterLimits list_setting_pane_vc_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_pane_vc_g1_ParamLimits_sig*)(GetFunction(EApiId_list_setting_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17855
	inline TAknWindowComponentLayout list_setting_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_pane_vc_g1_sig*)(GetFunction(EApiId_list_setting_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17857
	inline TAknLayoutScalableParameterLimits list_setting_pane_vc_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_pane_vc_g2_ParamLimits_sig*)(GetFunction(EApiId_list_setting_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17859
	inline TAknWindowComponentLayout list_setting_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_pane_vc_g2_sig*)(GetFunction(EApiId_list_setting_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17861
	inline TAknLayoutScalableTableLimits list_setting_pane_vc_g_Limits() const		{ return (*(Tlist_setting_pane_vc_g_Limits_sig*)(GetFunction(EApiId_list_setting_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17863
	inline TAknLayoutScalableParameterLimits list_setting_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_setting_pane_vc_g_ParamLimits_sig*)(GetFunction(EApiId_list_setting_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17865
	inline TAknWindowComponentLayout list_setting_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_pane_vc_g_sig*)(GetFunction(EApiId_list_setting_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17867
	inline TAknLayoutScalableParameterLimits list_setting_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_list_setting_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17869
	inline TAknTextComponentLayout list_setting_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_pane_vc_t1_sig*)(GetFunction(EApiId_list_setting_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17871
	inline TAknLayoutScalableParameterLimits list_setting_pane_vc_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_pane_vc_t2_ParamLimits_sig*)(GetFunction(EApiId_list_setting_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17872
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17873
	inline TAknTextComponentLayout list_setting_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_pane_vc_t2_sig*)(GetFunction(EApiId_list_setting_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17875
	inline TAknLayoutScalableTableLimits list_setting_pane_vc_t_Limits() const		{ return (*(Tlist_setting_pane_vc_t_Limits_sig*)(GetFunction(EApiId_list_setting_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17877
	inline TAknLayoutScalableParameterLimits list_setting_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_setting_pane_vc_t_ParamLimits_sig*)(GetFunction(EApiId_list_setting_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17879
	inline TAknTextComponentLayout list_setting_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_pane_vc_t_sig*)(GetFunction(EApiId_list_setting_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17881
	inline TAknLayoutScalableParameterLimits set_value_pane_cp_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tset_value_pane_cp_vc_ParamLimits_sig*)(GetFunction(EApiId_set_value_pane_cp_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17883
	inline TAknWindowComponentLayout set_value_pane_cp_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_value_pane_cp_vc_sig*)(GetFunction(EApiId_set_value_pane_cp_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17885
	// LAF Table : list_single_number_heading_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17886
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_vc_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_vc_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17887
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17888
	inline TAknWindowComponentLayout list_single_number_heading_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_vc_g1_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17890
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_vc_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_vc_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17892
	inline TAknWindowComponentLayout list_single_number_heading_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_vc_g2_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17894
	inline TAknLayoutScalableTableLimits list_single_number_heading_pane_vc_g_Limits() const		{ return (*(Tlist_single_number_heading_pane_vc_g_Limits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17895
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17896
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_vc_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17898
	inline TAknWindowComponentLayout list_single_number_heading_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_vc_g_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17900
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17902
	inline TAknTextComponentLayout list_single_number_heading_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_vc_t1_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17904
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_vc_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_vc_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17906
	inline TAknTextComponentLayout list_single_number_heading_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_vc_t2_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17908
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_vc_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_vc_t3_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17910
	inline TAknTextComponentLayout list_single_number_heading_pane_vc_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_vc_t3_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17912
	inline TAknLayoutScalableTableLimits list_single_number_heading_pane_vc_t_Limits() const		{ return (*(Tlist_single_number_heading_pane_vc_t_Limits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17913
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17914
	inline TAknLayoutScalableParameterLimits list_single_number_heading_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_number_heading_pane_vc_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17915
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17916
	inline TAknTextComponentLayout list_single_number_heading_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_number_heading_pane_vc_t_sig*)(GetFunction(EApiId_list_single_number_heading_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17917
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17918
	// LAF Table : list_single_graphic_heading_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17919
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_vc_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_vc_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17921
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_vc_g1_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17922
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17923
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_vc_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_vc_g4_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17925
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_vc_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_vc_g4_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17927
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_vc_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_vc_g5_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17929
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_vc_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_vc_g5_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17931
	inline TAknLayoutScalableTableLimits list_single_graphic_heading_pane_vc_g_Limits() const		{ return (*(Tlist_single_graphic_heading_pane_vc_g_Limits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17933
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_vc_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17935
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_vc_g_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17937
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17939
	inline TAknTextComponentLayout list_single_graphic_heading_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_vc_t1_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17940
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17941
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_vc_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_vc_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17942
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17943
	inline TAknTextComponentLayout list_single_graphic_heading_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_vc_t2_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17944
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17945
	inline TAknLayoutScalableTableLimits list_single_graphic_heading_pane_vc_t_Limits() const		{ return (*(Tlist_single_graphic_heading_pane_vc_t_Limits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17947
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_vc_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17949
	inline TAknTextComponentLayout list_single_graphic_heading_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_vc_t_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17951
	// LAF Table : list_double2_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17952
	inline TAknLayoutScalableParameterLimits list_double2_pane_vc_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_pane_vc_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double2_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17954
	inline TAknWindowComponentLayout list_double2_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_pane_vc_g1_sig*)(GetFunction(EApiId_list_double2_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17955
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17956
	inline TAknLayoutScalableParameterLimits list_double2_pane_vc_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_pane_vc_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17957
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17958
	inline TAknWindowComponentLayout list_double2_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_pane_vc_g2_sig*)(GetFunction(EApiId_list_double2_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17960
	inline TAknLayoutScalableTableLimits list_double2_pane_vc_g_Limits() const		{ return (*(Tlist_double2_pane_vc_g_Limits_sig*)(GetFunction(EApiId_list_double2_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17962
	inline TAknLayoutScalableParameterLimits list_double2_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double2_pane_vc_g_ParamLimits_sig*)(GetFunction(EApiId_list_double2_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17964
	inline TAknWindowComponentLayout list_double2_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_pane_vc_g_sig*)(GetFunction(EApiId_list_double2_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17965
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17966
	inline TAknLayoutScalableParameterLimits list_double2_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double2_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17967
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17968
	inline TAknTextComponentLayout list_double2_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_pane_vc_t1_sig*)(GetFunction(EApiId_list_double2_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17969
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17970
	// LAF Table : list_double2_large_graphic_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17971
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_vc_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_vc_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17973
	inline TAknWindowComponentLayout list_double2_large_graphic_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_large_graphic_pane_vc_g1_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17975
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_vc_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_vc_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17977
	inline TAknWindowComponentLayout list_double2_large_graphic_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_large_graphic_pane_vc_g2_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17979
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_vc_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_vc_g3_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_vc_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17980
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17981
	inline TAknWindowComponentLayout list_double2_large_graphic_pane_vc_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_large_graphic_pane_vc_g3_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17982
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17983
	inline TAknLayoutScalableTableLimits list_double2_large_graphic_pane_vc_g_Limits() const		{ return (*(Tlist_double2_large_graphic_pane_vc_g_Limits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17984
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17985
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_vc_g_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17987
	inline TAknWindowComponentLayout list_double2_large_graphic_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_large_graphic_pane_vc_g_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17988
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17989
	inline TAknLayoutScalableParameterLimits list_double2_large_graphic_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double2_large_graphic_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17990
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17991
	inline TAknTextComponentLayout list_double2_large_graphic_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double2_large_graphic_pane_vc_t1_sig*)(GetFunction(EApiId_list_double2_large_graphic_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17993
	// LAF Table : list_double_time_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17994
	inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_vc_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17995
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17996
	inline TAknWindowComponentLayout list_double_time_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_time_pane_vc_g1_sig*)(GetFunction(EApiId_list_double_time_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17997
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17998
	inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_vc_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18000
	inline TAknWindowComponentLayout list_double_time_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_time_pane_vc_g2_sig*)(GetFunction(EApiId_list_double_time_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18002
	inline TAknLayoutScalableTableLimits list_double_time_pane_vc_g_Limits() const		{ return (*(Tlist_double_time_pane_vc_g_Limits_sig*)(GetFunction(EApiId_list_double_time_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18004
	inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_vc_g_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18006
	inline TAknWindowComponentLayout list_double_time_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_time_pane_vc_g_sig*)(GetFunction(EApiId_list_double_time_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18008
	inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18010
	inline TAknTextComponentLayout list_double_time_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_time_pane_vc_t1_sig*)(GetFunction(EApiId_list_double_time_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18012
	inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_vc_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18014
	inline TAknTextComponentLayout list_double_time_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_time_pane_vc_t2_sig*)(GetFunction(EApiId_list_double_time_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18016
	inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_vc_t3_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_vc_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18018
	inline TAknTextComponentLayout list_double_time_pane_vc_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_time_pane_vc_t3_sig*)(GetFunction(EApiId_list_double_time_pane_vc_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18020
	inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_vc_t4_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_vc_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18022
	inline TAknTextComponentLayout list_double_time_pane_vc_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_time_pane_vc_t4_sig*)(GetFunction(EApiId_list_double_time_pane_vc_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18023
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18024
	inline TAknLayoutScalableTableLimits list_double_time_pane_vc_t_Limits() const		{ return (*(Tlist_double_time_pane_vc_t_Limits_sig*)(GetFunction(EApiId_list_double_time_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18025
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18026
	inline TAknLayoutScalableParameterLimits list_double_time_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_time_pane_vc_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_time_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18028
	inline TAknTextComponentLayout list_double_time_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_time_pane_vc_t_sig*)(GetFunction(EApiId_list_double_time_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18029
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18030
	// LAF Table : list_double_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18031
	inline TAknLayoutScalableParameterLimits list_double_pane_vc_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_pane_vc_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18033
	inline TAknWindowComponentLayout list_double_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_pane_vc_g1_sig*)(GetFunction(EApiId_list_double_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18035
	inline TAknLayoutScalableParameterLimits list_double_pane_vc_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_pane_vc_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18037
	inline TAknWindowComponentLayout list_double_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_pane_vc_g2_sig*)(GetFunction(EApiId_list_double_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18039
	inline TAknLayoutScalableTableLimits list_double_pane_vc_g_Limits() const		{ return (*(Tlist_double_pane_vc_g_Limits_sig*)(GetFunction(EApiId_list_double_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18041
	inline TAknLayoutScalableParameterLimits list_double_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_pane_vc_g_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18043
	inline TAknWindowComponentLayout list_double_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_pane_vc_g_sig*)(GetFunction(EApiId_list_double_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18045
	inline TAknLayoutScalableParameterLimits list_double_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18047
	inline TAknTextComponentLayout list_double_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_pane_vc_t1_sig*)(GetFunction(EApiId_list_double_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18049
	inline TAknLayoutScalableParameterLimits list_double_pane_vc_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_pane_vc_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18051
	inline TAknTextComponentLayout list_double_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_pane_vc_t2_sig*)(GetFunction(EApiId_list_double_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18052
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18053
	inline TAknLayoutScalableTableLimits list_double_pane_vc_t_Limits() const		{ return (*(Tlist_double_pane_vc_t_Limits_sig*)(GetFunction(EApiId_list_double_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18054
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18055
	inline TAknLayoutScalableParameterLimits list_double_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_pane_vc_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18056
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18057
	inline TAknTextComponentLayout list_double_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_pane_vc_t_sig*)(GetFunction(EApiId_list_double_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18058
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18059
	// LAF Table : list_double_number_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18060
	inline TAknLayoutScalableParameterLimits list_double_number_pane_vc_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_vc_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18061
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18062
	inline TAknWindowComponentLayout list_double_number_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_vc_g1_sig*)(GetFunction(EApiId_list_double_number_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18063
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18064
	inline TAknLayoutScalableParameterLimits list_double_number_pane_vc_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_vc_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18066
	inline TAknWindowComponentLayout list_double_number_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_vc_g2_sig*)(GetFunction(EApiId_list_double_number_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18068
	inline TAknLayoutScalableTableLimits list_double_number_pane_vc_g_Limits() const		{ return (*(Tlist_double_number_pane_vc_g_Limits_sig*)(GetFunction(EApiId_list_double_number_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18070
	inline TAknLayoutScalableParameterLimits list_double_number_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_vc_g_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18072
	inline TAknWindowComponentLayout list_double_number_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_vc_g_sig*)(GetFunction(EApiId_list_double_number_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18074
	inline TAknLayoutScalableParameterLimits list_double_number_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18076
	inline TAknTextComponentLayout list_double_number_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_vc_t1_sig*)(GetFunction(EApiId_list_double_number_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18078
	inline TAknLayoutScalableParameterLimits list_double_number_pane_vc_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_vc_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18079
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18080
	inline TAknTextComponentLayout list_double_number_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_vc_t2_sig*)(GetFunction(EApiId_list_double_number_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18082
	inline TAknLayoutScalableParameterLimits list_double_number_pane_vc_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_vc_t3_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_vc_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18084
	inline TAknTextComponentLayout list_double_number_pane_vc_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_vc_t3_sig*)(GetFunction(EApiId_list_double_number_pane_vc_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18086
	inline TAknLayoutScalableTableLimits list_double_number_pane_vc_t_Limits() const		{ return (*(Tlist_double_number_pane_vc_t_Limits_sig*)(GetFunction(EApiId_list_double_number_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18088
	inline TAknLayoutScalableParameterLimits list_double_number_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_number_pane_vc_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_number_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18090
	inline TAknTextComponentLayout list_double_number_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_number_pane_vc_t_sig*)(GetFunction(EApiId_list_double_number_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18092
	// LAF Table : list_double_large_graphic_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18093
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18094
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18095
	inline TAknWindowComponentLayout list_double_large_graphic_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_g1_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18096
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18097
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18098
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18099
	inline TAknWindowComponentLayout list_double_large_graphic_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_g2_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18101
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_g3_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18103
	inline TAknWindowComponentLayout list_double_large_graphic_pane_vc_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_g3_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18105
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_g4_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18107
	inline TAknWindowComponentLayout list_double_large_graphic_pane_vc_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_g4_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18109
	inline TAknLayoutScalableTableLimits list_double_large_graphic_pane_vc_g_Limits() const		{ return (*(Tlist_double_large_graphic_pane_vc_g_Limits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18111
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_g_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18113
	inline TAknWindowComponentLayout list_double_large_graphic_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_g_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18115
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18117
	inline TAknTextComponentLayout list_double_large_graphic_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_t1_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18119
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18121
	inline TAknTextComponentLayout list_double_large_graphic_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_t2_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18123
	inline TAknLayoutScalableTableLimits list_double_large_graphic_pane_vc_t_Limits() const		{ return (*(Tlist_double_large_graphic_pane_vc_t_Limits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18125
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18127
	inline TAknTextComponentLayout list_double_large_graphic_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_vc_t_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18129
	// LAF Table : list_double_heading_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18130
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_vc_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_vc_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18132
	inline TAknWindowComponentLayout list_double_heading_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_heading_pane_vc_g1_sig*)(GetFunction(EApiId_list_double_heading_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18134
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_vc_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_vc_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18136
	inline TAknWindowComponentLayout list_double_heading_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_heading_pane_vc_g2_sig*)(GetFunction(EApiId_list_double_heading_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18138
	inline TAknLayoutScalableTableLimits list_double_heading_pane_vc_g_Limits() const		{ return (*(Tlist_double_heading_pane_vc_g_Limits_sig*)(GetFunction(EApiId_list_double_heading_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18140
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_vc_g_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18142
	inline TAknWindowComponentLayout list_double_heading_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_heading_pane_vc_g_sig*)(GetFunction(EApiId_list_double_heading_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18144
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18146
	inline TAknTextComponentLayout list_double_heading_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_heading_pane_vc_t1_sig*)(GetFunction(EApiId_list_double_heading_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18148
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_vc_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_vc_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18150
	inline TAknTextComponentLayout list_double_heading_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_heading_pane_vc_t2_sig*)(GetFunction(EApiId_list_double_heading_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18152
	inline TAknLayoutScalableTableLimits list_double_heading_pane_vc_t_Limits() const		{ return (*(Tlist_double_heading_pane_vc_t_Limits_sig*)(GetFunction(EApiId_list_double_heading_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18154
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_vc_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18156
	inline TAknTextComponentLayout list_double_heading_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_heading_pane_vc_t_sig*)(GetFunction(EApiId_list_double_heading_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18158
	// LAF Table : list_double_graphic_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18159
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_vc_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_vc_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18161
	inline TAknWindowComponentLayout list_double_graphic_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_vc_g1_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18162
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18163
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_vc_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_vc_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18164
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18165
	inline TAknWindowComponentLayout list_double_graphic_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_vc_g2_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18167
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_vc_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_vc_g3_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18169
	inline TAknWindowComponentLayout list_double_graphic_pane_vc_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_vc_g3_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18171
	inline TAknLayoutScalableTableLimits list_double_graphic_pane_vc_g_Limits() const		{ return (*(Tlist_double_graphic_pane_vc_g_Limits_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18173
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_vc_g_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18175
	inline TAknWindowComponentLayout list_double_graphic_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_vc_g_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18177
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18179
	inline TAknTextComponentLayout list_double_graphic_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_vc_t1_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18181
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_vc_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_vc_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18183
	inline TAknTextComponentLayout list_double_graphic_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_vc_t2_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18185
	inline TAknLayoutScalableTableLimits list_double_graphic_pane_vc_t_Limits() const		{ return (*(Tlist_double_graphic_pane_vc_t_Limits_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18187
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_double_graphic_pane_vc_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18189
	inline TAknTextComponentLayout list_double_graphic_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_vc_t_sig*)(GetFunction(EApiId_list_double_graphic_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18191
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18192
	inline TAknWindowComponentLayout aid_size_cell_fastswap(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_fastswap_sig*)(GetFunction(EApiId_aid_size_cell_fastswap)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18193
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18194
	inline TAknLayoutScalableParameterLimits aid_size_cell_touch_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_size_cell_touch_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_touch_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18195
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18196
	inline TAknWindowComponentLayout aid_size_cell_touch(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_touch_sig*)(GetFunction(EApiId_aid_size_cell_touch)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18198
	inline TAknLayoutScalableParameterLimits popup_fast_swap_wide_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_fast_swap_wide_window_ParamLimits_sig*)(GetFunction(EApiId_popup_fast_swap_wide_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18199
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18200
	inline TAknWindowComponentLayout popup_fast_swap_wide_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fast_swap_wide_window_sig*)(GetFunction(EApiId_popup_fast_swap_wide_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18202
	inline TAknLayoutScalableParameterLimits touch_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttouch_pane_ParamLimits_sig*)(GetFunction(EApiId_touch_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18204
	inline TAknWindowComponentLayout touch_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttouch_pane_sig*)(GetFunction(EApiId_touch_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18206
	// LAF Table : list_form_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18207
	inline TAknWindowComponentLayout button_value_adjust_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbutton_value_adjust_pane_cp2_sig*)(GetFunction(EApiId_button_value_adjust_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18209
	inline TAknWindowComponentLayout button_value_adjust_pane_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbutton_value_adjust_pane_cp4_sig*)(GetFunction(EApiId_button_value_adjust_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18211
	inline TAknWindowComponentLayout form_field_data_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_pane_cp2_sig*)(GetFunction(EApiId_form_field_data_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18213
	inline TAknWindowComponentLayout form_field_data_wide_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_wide_pane_cp2_sig*)(GetFunction(EApiId_form_field_data_wide_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18215
	// LAF Table : scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18216
	inline TAknLayoutScalableParameterLimits bg_scroll_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_scroll_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_scroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18218
	inline TAknLayoutScalableParameterLimits scroll_handle_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_handle_pane_ParamLimits_sig*)(GetFunction(EApiId_scroll_handle_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18220
	inline TAknLayoutScalableParameterLimits scroll_sc2_down_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_sc2_down_pane_ParamLimits_sig*)(GetFunction(EApiId_scroll_sc2_down_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18222
	inline TAknWindowComponentLayout scroll_sc2_down_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_sc2_down_pane_sig*)(GetFunction(EApiId_scroll_sc2_down_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18224
	inline TAknLayoutScalableParameterLimits scroll_sc2_up_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_sc2_up_pane_ParamLimits_sig*)(GetFunction(EApiId_scroll_sc2_up_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18226
	inline TAknWindowComponentLayout scroll_sc2_up_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_sc2_up_pane_sig*)(GetFunction(EApiId_scroll_sc2_up_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18228
	// LAF Table : grid_wheel_folder_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18229
	inline TAknLayoutScalableParameterLimits grid_wheel_folder_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_wheel_folder_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_grid_wheel_folder_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18231
	inline TAknWindowComponentLayout grid_wheel_folder_pane_g1(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tgrid_wheel_folder_pane_g1_sig*)(GetFunction(EApiId_grid_wheel_folder_pane_g1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18233
	// LAF Table : stacon_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18234
	inline TAknLayoutScalableParameterLimits clock_nsta_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tclock_nsta_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_clock_nsta_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18236
	inline TAknWindowComponentLayout clock_nsta_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_nsta_pane_cp2_sig*)(GetFunction(EApiId_clock_nsta_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18238
	// LAF Table : main_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18239
	inline TAknLayoutScalableParameterLimits listscroll_midp_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_midp_pane_ParamLimits_sig*)(GetFunction(EApiId_listscroll_midp_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18241
	inline TAknWindowComponentLayout midp_canvas_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_canvas_pane_sig*)(GetFunction(EApiId_midp_canvas_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18243
	// LAF Table : control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18244
	inline TAknWindowComponentLayout nsta_clock_indic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnsta_clock_indic_pane_sig*)(GetFunction(EApiId_nsta_clock_indic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18246
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18247
	inline TAknWindowComponentLayout listscroll_form_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_form_pane_vc_sig*)(GetFunction(EApiId_listscroll_form_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18249
	inline TAknLayoutScalableParameterLimits listscroll_set_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_set_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_listscroll_set_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18251
	inline TAknWindowComponentLayout listscroll_set_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_set_pane_vc_sig*)(GetFunction(EApiId_listscroll_set_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18253
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18254
	inline TAknWindowComponentLayout clock_nsta_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_nsta_pane_sig*)(GetFunction(EApiId_clock_nsta_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18255
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18256
	inline TAknWindowComponentLayout indicator_nsta_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_nsta_pane_sig*)(GetFunction(EApiId_indicator_nsta_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18258
	// LAF Table : popup_toolbar_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18259
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_sub_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18261
	inline TAknLayoutScalableParameterLimits find_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfind_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_find_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18263
	inline TAknWindowComponentLayout find_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfind_pane_cp2_sig*)(GetFunction(EApiId_find_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18265
	inline TAknLayoutScalableParameterLimits grid_toobar_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_toobar_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_toobar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18267
	// LAF Table : listscroll_form_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18268
	inline TAknLayoutScalableParameterLimits list_form_gen_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_form_gen_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_form_gen_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18270
	inline TAknWindowComponentLayout list_form_gen_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_form_gen_pane_vc_sig*)(GetFunction(EApiId_list_form_gen_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18272
	inline TAknLayoutScalableParameterLimits scroll_pane_cp8_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_cp8_vc_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp8_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18274
	inline TAknWindowComponentLayout scroll_pane_cp8_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp8_vc_sig*)(GetFunction(EApiId_scroll_pane_cp8_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18276
	// LAF Table : form_field_data_wide_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18277
	inline TAknLayoutScalableParameterLimits data_form_wide_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tdata_form_wide_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_data_form_wide_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18279
	inline TAknWindowComponentLayout data_form_wide_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdata_form_wide_pane_vc_sig*)(GetFunction(EApiId_data_form_wide_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18281
	inline TAknWindowComponentLayout form_field_data_wide_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_wide_pane_vc_g1_sig*)(GetFunction(EApiId_form_field_data_wide_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18283
	inline TAknLayoutScalableParameterLimits form_field_data_wide_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_data_wide_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_form_field_data_wide_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18285
	inline TAknTextComponentLayout form_field_data_wide_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_wide_pane_vc_t1_sig*)(GetFunction(EApiId_form_field_data_wide_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18287
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp6_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp6_vc_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp6_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18289
	inline TAknWindowComponentLayout input_focus_pane_cp6_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp6_vc_sig*)(GetFunction(EApiId_input_focus_pane_cp6_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18291
	// LAF Table : listscroll_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18292
	inline TAknLayoutScalableParameterLimits list_midp_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_midp_pane_ParamLimits_sig*)(GetFunction(EApiId_list_midp_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18294
	inline TAknLayoutScalableParameterLimits scroll_pane_cp16_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_cp16_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp16_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18296
	inline TAknWindowComponentLayout scroll_pane_cp16(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp16_sig*)(GetFunction(EApiId_scroll_pane_cp16)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18298
	// LAF Table : popup_query_code_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18299
	inline TAknLayoutScalableParameterLimits button_value_adjust_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbutton_value_adjust_pane_ParamLimits_sig*)(GetFunction(EApiId_button_value_adjust_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18300
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18301
	inline TAknWindowComponentLayout button_value_adjust_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbutton_value_adjust_pane_sig*)(GetFunction(EApiId_button_value_adjust_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18302
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18303
	// LAF Table : set_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18304
	inline TAknLayoutScalableParameterLimits button_value_adjust_pane_cp6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbutton_value_adjust_pane_cp6_ParamLimits_sig*)(GetFunction(EApiId_button_value_adjust_pane_cp6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18306
	inline TAknWindowComponentLayout button_value_adjust_pane_cp6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbutton_value_adjust_pane_cp6_sig*)(GetFunction(EApiId_button_value_adjust_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18307
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18308
	inline TAknLayoutScalableParameterLimits settings_code_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsettings_code_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_settings_code_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18310
	inline TAknWindowComponentLayout settings_code_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsettings_code_pane_cp_sig*)(GetFunction(EApiId_settings_code_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18312
	// LAF Table : cell_touch_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18313
	inline TAknWindowComponentLayout cell_touch_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_touch_pane_g1_sig*)(GetFunction(EApiId_cell_touch_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18315
	inline TAknWindowComponentLayout cell_touch_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_touch_pane_g2_sig*)(GetFunction(EApiId_cell_touch_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18317
	inline TAknLayoutScalableTableLimits cell_touch_pane_g_Limits() const		{ return (*(Tcell_touch_pane_g_Limits_sig*)(GetFunction(EApiId_cell_touch_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18319
	inline TAknWindowComponentLayout cell_touch_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_touch_pane_g_sig*)(GetFunction(EApiId_cell_touch_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18321
	// LAF Table : grid_touch_1_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18322
	inline TAknLayoutScalableParameterLimits cell_touch_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_touch_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_cell_touch_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18324
	inline TAknWindowComponentLayout cell_touch_pane_cp(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_touch_pane_cp_sig*)(GetFunction(EApiId_cell_touch_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18326
	// LAF Table : grid_touch_2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18327
	inline TAknLayoutScalableParameterLimits cell_touch_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_touch_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_touch_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18328
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18329
	inline TAknWindowComponentLayout cell_touch_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_touch_pane_sig*)(GetFunction(EApiId_cell_touch_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18331
	// LAF Table : scroll_sc2_down_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18332
	inline TAknWindowComponentLayout scroll_sc2_down_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_sc2_down_pane_g1_sig*)(GetFunction(EApiId_scroll_sc2_down_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18334
	// LAF Table : scroll_sc2_up_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18335
	inline TAknWindowComponentLayout scroll_sc2_up_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_sc2_up_pane_g1_sig*)(GetFunction(EApiId_scroll_sc2_up_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18337
	// LAF Table : list_set_graphic_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18338
	inline TAknWindowComponentLayout bg_set_opt_pane_cp4_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_cp4_vc_sig*)(GetFunction(EApiId_bg_set_opt_pane_cp4_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18339
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18340
	inline TAknLayoutScalableParameterLimits list_set_graphic_pane_vc_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_set_graphic_pane_vc_g1_ParamLimits_sig*)(GetFunction(EApiId_list_set_graphic_pane_vc_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18341
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18342
	inline TAknWindowComponentLayout list_set_graphic_pane_vc_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_set_graphic_pane_vc_g1_sig*)(GetFunction(EApiId_list_set_graphic_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18343
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18344
	inline TAknLayoutScalableParameterLimits list_set_graphic_pane_vc_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_set_graphic_pane_vc_g2_ParamLimits_sig*)(GetFunction(EApiId_list_set_graphic_pane_vc_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18345
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18346
	inline TAknWindowComponentLayout list_set_graphic_pane_vc_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_set_graphic_pane_vc_g2_sig*)(GetFunction(EApiId_list_set_graphic_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18348
	inline TAknLayoutScalableTableLimits list_set_graphic_pane_vc_g_Limits() const		{ return (*(Tlist_set_graphic_pane_vc_g_Limits_sig*)(GetFunction(EApiId_list_set_graphic_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18350
	inline TAknLayoutScalableParameterLimits list_set_graphic_pane_vc_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_set_graphic_pane_vc_g_ParamLimits_sig*)(GetFunction(EApiId_list_set_graphic_pane_vc_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18352
	inline TAknWindowComponentLayout list_set_graphic_pane_vc_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_set_graphic_pane_vc_g_sig*)(GetFunction(EApiId_list_set_graphic_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18354
	inline TAknLayoutScalableParameterLimits text_primary_small_cp13_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttext_primary_small_cp13_vc_ParamLimits_sig*)(GetFunction(EApiId_text_primary_small_cp13_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18356
	inline TAknTextComponentLayout text_primary_small_cp13_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttext_primary_small_cp13_vc_sig*)(GetFunction(EApiId_text_primary_small_cp13_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18358
	// LAF Table : list_set_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18359
	inline TAknLayoutScalableParameterLimits list_set_graphic_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_set_graphic_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_set_graphic_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18361
	inline TAknWindowComponentLayout list_set_graphic_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_set_graphic_pane_vc_sig*)(GetFunction(EApiId_list_set_graphic_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18363
	// LAF Table : setting_code_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18364
	inline TAknWindowComponentLayout input_focus_pane_cp2_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp2_vc_sig*)(GetFunction(EApiId_input_focus_pane_cp2_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18366
	inline TAknWindowComponentLayout setting_code_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_code_pane_vc_g1_sig*)(GetFunction(EApiId_setting_code_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18368
	inline TAknTextComponentLayout setting_code_pane_vc_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_code_pane_vc_t1_sig*)(GetFunction(EApiId_setting_code_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18370
	// LAF Table : list_set_text_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18371
	inline TAknLayoutScalableParameterLimits set_text_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tset_text_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_set_text_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18373
	inline TAknTextComponentLayout set_text_pane_vc_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tset_text_pane_vc_t1_sig*)(GetFunction(EApiId_set_text_pane_vc_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18375
	// LAF Table : setting_text_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18376
	inline TAknWindowComponentLayout input_focus_pane_cp1_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp1_vc_sig*)(GetFunction(EApiId_input_focus_pane_cp1_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18378
	inline TAknWindowComponentLayout list_set_text_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_set_text_pane_vc_sig*)(GetFunction(EApiId_list_set_text_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18380
	inline TAknWindowComponentLayout setting_text_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_text_pane_vc_g1_sig*)(GetFunction(EApiId_setting_text_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18382
	// LAF Table : setting_slider_graphic_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18383
	inline TAknWindowComponentLayout bg_set_opt_pane_cp2_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_cp2_vc_sig*)(GetFunction(EApiId_bg_set_opt_pane_cp2_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18385
	inline TAknWindowComponentLayout setting_slider_graphic_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_graphic_pane_vc_g1_sig*)(GetFunction(EApiId_setting_slider_graphic_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18387
	inline TAknTextComponentLayout setting_slider_graphic_pane_vc_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_graphic_pane_vc_t1_sig*)(GetFunction(EApiId_setting_slider_graphic_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18389
	inline TAknTextComponentLayout setting_slider_graphic_pane_vc_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_graphic_pane_vc_t2_sig*)(GetFunction(EApiId_setting_slider_graphic_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18391
	inline TAknLayoutScalableTableLimits setting_slider_graphic_pane_vc_t_Limits() const		{ return (*(Tsetting_slider_graphic_pane_vc_t_Limits_sig*)(GetFunction(EApiId_setting_slider_graphic_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18393
	inline TAknTextComponentLayout setting_slider_graphic_pane_vc_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_graphic_pane_vc_t_sig*)(GetFunction(EApiId_setting_slider_graphic_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18395
	inline TAknWindowComponentLayout slider_set_pane_cp_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_cp_vc_sig*)(GetFunction(EApiId_slider_set_pane_cp_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18397
	// LAF Table : slider_set_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18398
	inline TAknWindowComponentLayout slider_set_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_vc_g1_sig*)(GetFunction(EApiId_slider_set_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18399
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18400
	inline TAknWindowComponentLayout slider_set_pane_vc_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_vc_g2_sig*)(GetFunction(EApiId_slider_set_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18401
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18402
	inline TAknLayoutScalableTableLimits slider_set_pane_vc_g_Limits() const		{ return (*(Tslider_set_pane_vc_g_Limits_sig*)(GetFunction(EApiId_slider_set_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18404
	inline TAknWindowComponentLayout slider_set_pane_vc_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_vc_g_sig*)(GetFunction(EApiId_slider_set_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18406
	// LAF Table : bg_set_opt_pane_cp_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18407
	inline TAknWindowComponentLayout set_opt_bg_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g1_copy1_sig*)(GetFunction(EApiId_set_opt_bg_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18409
	inline TAknWindowComponentLayout set_opt_bg_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g2_copy1_sig*)(GetFunction(EApiId_set_opt_bg_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18411
	inline TAknWindowComponentLayout set_opt_bg_pane_g3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g3_copy1_sig*)(GetFunction(EApiId_set_opt_bg_pane_g3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18413
	inline TAknWindowComponentLayout set_opt_bg_pane_g4_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g4_copy1_sig*)(GetFunction(EApiId_set_opt_bg_pane_g4_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18415
	inline TAknWindowComponentLayout set_opt_bg_pane_g5_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g5_copy1_sig*)(GetFunction(EApiId_set_opt_bg_pane_g5_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18417
	inline TAknWindowComponentLayout set_opt_bg_pane_g6_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g6_copy1_sig*)(GetFunction(EApiId_set_opt_bg_pane_g6_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18419
	inline TAknWindowComponentLayout set_opt_bg_pane_g7_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g7_copy1_sig*)(GetFunction(EApiId_set_opt_bg_pane_g7_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18421
	inline TAknWindowComponentLayout set_opt_bg_pane_g8_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g8_copy1_sig*)(GetFunction(EApiId_set_opt_bg_pane_g8_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18423
	inline TAknWindowComponentLayout set_opt_bg_pane_g9_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g9_copy1_sig*)(GetFunction(EApiId_set_opt_bg_pane_g9_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18425
	// LAF Table : setting_slider_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18426
	inline TAknWindowComponentLayout bg_set_opt_pane_cp_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_cp_vc_sig*)(GetFunction(EApiId_bg_set_opt_pane_cp_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18428
	inline TAknTextComponentLayout setting_slider_pane_vc_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_pane_vc_t1_sig*)(GetFunction(EApiId_setting_slider_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18429
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18430
	inline TAknTextComponentLayout setting_slider_pane_vc_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_pane_vc_t2_sig*)(GetFunction(EApiId_setting_slider_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18432
	inline TAknTextComponentLayout setting_slider_pane_vc_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_pane_vc_t3_sig*)(GetFunction(EApiId_setting_slider_pane_vc_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18434
	inline TAknLayoutScalableTableLimits setting_slider_pane_vc_t_Limits() const		{ return (*(Tsetting_slider_pane_vc_t_Limits_sig*)(GetFunction(EApiId_setting_slider_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18436
	inline TAknTextComponentLayout setting_slider_pane_vc_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_pane_vc_t_sig*)(GetFunction(EApiId_setting_slider_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18438
	inline TAknWindowComponentLayout slider_set_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_vc_sig*)(GetFunction(EApiId_slider_set_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18440
	// LAF Table : volume_set_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18441
	inline TAknWindowComponentLayout volume_set_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_vc_g1_sig*)(GetFunction(EApiId_volume_set_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18443
	inline TAknWindowComponentLayout volume_set_pane_vc_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_vc_g2_sig*)(GetFunction(EApiId_volume_set_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18445
	inline TAknWindowComponentLayout volume_set_pane_vc_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_vc_g3_sig*)(GetFunction(EApiId_volume_set_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18447
	inline TAknWindowComponentLayout volume_set_pane_vc_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_vc_g4_sig*)(GetFunction(EApiId_volume_set_pane_vc_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18449
	inline TAknWindowComponentLayout volume_set_pane_vc_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_vc_g5_sig*)(GetFunction(EApiId_volume_set_pane_vc_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18451
	inline TAknWindowComponentLayout volume_set_pane_vc_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_vc_g6_sig*)(GetFunction(EApiId_volume_set_pane_vc_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18453
	inline TAknWindowComponentLayout volume_set_pane_vc_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_vc_g7_sig*)(GetFunction(EApiId_volume_set_pane_vc_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18455
	inline TAknWindowComponentLayout volume_set_pane_vc_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_vc_g8_sig*)(GetFunction(EApiId_volume_set_pane_vc_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18457
	inline TAknWindowComponentLayout volume_set_pane_vc_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_vc_g9_sig*)(GetFunction(EApiId_volume_set_pane_vc_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18459
	inline TAknWindowComponentLayout volume_set_pane_vc_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_vc_g10_sig*)(GetFunction(EApiId_volume_set_pane_vc_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18461
	inline TAknLayoutScalableTableLimits volume_set_pane_vc_g_Limits() const		{ return (*(Tvolume_set_pane_vc_g_Limits_sig*)(GetFunction(EApiId_volume_set_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18463
	inline TAknWindowComponentLayout volume_set_pane_vc_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_vc_g_sig*)(GetFunction(EApiId_volume_set_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18465
	// LAF Table : setting_volume_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18466
	inline TAknWindowComponentLayout volume_set_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_vc_sig*)(GetFunction(EApiId_volume_set_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18468
	// LAF Table : set_content_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18469
	inline TAknWindowComponentLayout button_value_adjust_pane_cp1_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbutton_value_adjust_pane_cp1_vc_sig*)(GetFunction(EApiId_button_value_adjust_pane_cp1_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18471
	inline TAknWindowComponentLayout list_highlight_pane_cp2_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp2_vc_sig*)(GetFunction(EApiId_list_highlight_pane_cp2_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18473
	inline TAknLayoutScalableParameterLimits list_set_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_set_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_set_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18474
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18475
	inline TAknWindowComponentLayout list_set_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_set_pane_vc_sig*)(GetFunction(EApiId_list_set_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18477
	inline TAknLayoutScalableParameterLimits main_pane_set_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_pane_set_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_main_pane_set_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18479
	inline TAknTextComponentLayout main_pane_set_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_set_vc_t1_sig*)(GetFunction(EApiId_main_pane_set_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18481
	inline TAknLayoutScalableParameterLimits main_pane_set_vc_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_pane_set_vc_t2_ParamLimits_sig*)(GetFunction(EApiId_main_pane_set_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18483
	inline TAknTextComponentLayout main_pane_set_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_set_vc_t2_sig*)(GetFunction(EApiId_main_pane_set_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18485
	inline TAknLayoutScalableParameterLimits main_pane_set_vc_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_pane_set_vc_t3_ParamLimits_sig*)(GetFunction(EApiId_main_pane_set_vc_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18487
	inline TAknTextComponentLayout main_pane_set_vc_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_set_vc_t3_sig*)(GetFunction(EApiId_main_pane_set_vc_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18489
	inline TAknLayoutScalableParameterLimits main_pane_set_vc_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_pane_set_vc_t4_ParamLimits_sig*)(GetFunction(EApiId_main_pane_set_vc_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18491
	inline TAknTextComponentLayout main_pane_set_vc_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_set_vc_t4_sig*)(GetFunction(EApiId_main_pane_set_vc_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18493
	inline TAknLayoutScalableTableLimits main_pane_set_vc_t_Limits() const		{ return (*(Tmain_pane_set_vc_t_Limits_sig*)(GetFunction(EApiId_main_pane_set_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18495
	inline TAknLayoutScalableParameterLimits main_pane_set_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_pane_set_vc_t_ParamLimits_sig*)(GetFunction(EApiId_main_pane_set_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18496
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18497
	inline TAknTextComponentLayout main_pane_set_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_set_vc_t_sig*)(GetFunction(EApiId_main_pane_set_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18498
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18499
	inline TAknLayoutScalableParameterLimits setting_code_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsetting_code_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_setting_code_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18500
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18501
	inline TAknWindowComponentLayout setting_code_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_code_pane_vc_sig*)(GetFunction(EApiId_setting_code_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18502
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18503
	inline TAknWindowComponentLayout setting_slider_graphic_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_graphic_pane_vc_sig*)(GetFunction(EApiId_setting_slider_graphic_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18505
	inline TAknWindowComponentLayout setting_slider_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_pane_vc_sig*)(GetFunction(EApiId_setting_slider_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18507
	inline TAknWindowComponentLayout setting_text_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_text_pane_vc_sig*)(GetFunction(EApiId_setting_text_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18509
	inline TAknWindowComponentLayout setting_volume_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_volume_pane_vc_sig*)(GetFunction(EApiId_setting_volume_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18511
	// LAF Table : listscroll_set_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18512
	inline TAknWindowComponentLayout scroll_pane_cp121_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp121_vc_sig*)(GetFunction(EApiId_scroll_pane_cp121_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18514
	inline TAknWindowComponentLayout set_content_pane_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_content_pane_vc_sig*)(GetFunction(EApiId_set_content_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18516
	// LAF Table : button_value_adjust_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18517
	inline TAknWindowComponentLayout button_value_adjust_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbutton_value_adjust_pane_g1_sig*)(GetFunction(EApiId_button_value_adjust_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18519
	inline TAknWindowComponentLayout button_value_adjust_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbutton_value_adjust_pane_g2_sig*)(GetFunction(EApiId_button_value_adjust_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18521
	inline TAknLayoutScalableTableLimits button_value_adjust_pane_g_Limits() const		{ return (*(Tbutton_value_adjust_pane_g_Limits_sig*)(GetFunction(EApiId_button_value_adjust_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18523
	inline TAknWindowComponentLayout button_value_adjust_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbutton_value_adjust_pane_g_sig*)(GetFunction(EApiId_button_value_adjust_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18525
	// LAF Table : form_field_slider_wide_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18526
	inline TAknLayoutScalableParameterLimits form_field_slider_wide_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_slider_wide_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_form_field_slider_wide_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18528
	inline TAknTextComponentLayout form_field_slider_wide_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_wide_pane_vc_t1_sig*)(GetFunction(EApiId_form_field_slider_wide_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18530
	inline TAknLayoutScalableParameterLimits form_field_slider_wide_pane_vc_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_slider_wide_pane_vc_t2_ParamLimits_sig*)(GetFunction(EApiId_form_field_slider_wide_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18532
	inline TAknTextComponentLayout form_field_slider_wide_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_wide_pane_vc_t2_sig*)(GetFunction(EApiId_form_field_slider_wide_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18534
	inline TAknLayoutScalableTableLimits form_field_slider_wide_pane_vc_t_Limits() const		{ return (*(Tform_field_slider_wide_pane_vc_t_Limits_sig*)(GetFunction(EApiId_form_field_slider_wide_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18536
	inline TAknLayoutScalableParameterLimits form_field_slider_wide_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tform_field_slider_wide_pane_vc_t_ParamLimits_sig*)(GetFunction(EApiId_form_field_slider_wide_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18538
	inline TAknTextComponentLayout form_field_slider_wide_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_wide_pane_vc_t_sig*)(GetFunction(EApiId_form_field_slider_wide_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18540
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp10_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp10_vc_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp10_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18542
	inline TAknWindowComponentLayout input_focus_pane_cp10_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp10_vc_sig*)(GetFunction(EApiId_input_focus_pane_cp10_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18544
	inline TAknLayoutScalableParameterLimits slider_cont_pane_cp1_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tslider_cont_pane_cp1_vc_ParamLimits_sig*)(GetFunction(EApiId_slider_cont_pane_cp1_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18546
	inline TAknWindowComponentLayout slider_cont_pane_cp1_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_cont_pane_cp1_vc_sig*)(GetFunction(EApiId_slider_cont_pane_cp1_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18548
	// LAF Table : slider_form_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18549
	inline TAknWindowComponentLayout slider_form_pane_g1_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_g1_cp2_sig*)(GetFunction(EApiId_slider_form_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18551
	inline TAknWindowComponentLayout slider_form_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_g2_cp2_sig*)(GetFunction(EApiId_slider_form_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18553
	// LAF Table : slider_cont_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18554
	inline TAknTextComponentLayout form_field_slider_pane_vc_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_pane_vc_t3_sig*)(GetFunction(EApiId_form_field_slider_pane_vc_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18556
	inline TAknTextComponentLayout form_field_slider_pane_vc_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_pane_vc_t4_sig*)(GetFunction(EApiId_form_field_slider_pane_vc_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18557
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18558
	inline TAknLayoutScalableParameterLimits slider_form_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tslider_form_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_slider_form_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18559
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18560
	inline TAknWindowComponentLayout slider_form_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_vc_sig*)(GetFunction(EApiId_slider_form_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18562
	// LAF Table : form_field_slider_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18563
	inline TAknLayoutScalableParameterLimits form_field_slider_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_slider_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_form_field_slider_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18564
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18565
	inline TAknTextComponentLayout form_field_slider_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_pane_vc_t1_sig*)(GetFunction(EApiId_form_field_slider_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18567
	inline TAknLayoutScalableParameterLimits form_field_slider_pane_vc_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_slider_pane_vc_t2_ParamLimits_sig*)(GetFunction(EApiId_form_field_slider_pane_vc_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18569
	inline TAknTextComponentLayout form_field_slider_pane_vc_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_pane_vc_t2_sig*)(GetFunction(EApiId_form_field_slider_pane_vc_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18571
	inline TAknLayoutScalableTableLimits form_field_slider_pane_vc_t_Limits() const		{ return (*(Tform_field_slider_pane_vc_t_Limits_sig*)(GetFunction(EApiId_form_field_slider_pane_vc_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18572
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18573
	inline TAknLayoutScalableParameterLimits form_field_slider_pane_vc_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tform_field_slider_pane_vc_t_ParamLimits_sig*)(GetFunction(EApiId_form_field_slider_pane_vc_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18574
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18575
	inline TAknTextComponentLayout form_field_slider_pane_vc_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_pane_vc_t_sig*)(GetFunction(EApiId_form_field_slider_pane_vc_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18577
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp9_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp9_vc_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp9_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18579
	inline TAknWindowComponentLayout input_focus_pane_cp9_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp9_vc_sig*)(GetFunction(EApiId_input_focus_pane_cp9_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18581
	inline TAknLayoutScalableParameterLimits slider_cont_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tslider_cont_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_slider_cont_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18582
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18583
	inline TAknWindowComponentLayout slider_cont_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_cont_pane_vc_sig*)(GetFunction(EApiId_slider_cont_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18585
	// LAF Table : list_form_wide_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18586
	inline TAknLayoutScalableParameterLimits list_form_graphic_pane_cp_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_form_graphic_pane_cp_vc_ParamLimits_sig*)(GetFunction(EApiId_list_form_graphic_pane_cp_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18588
	inline TAknWindowComponentLayout list_form_graphic_pane_cp_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_form_graphic_pane_cp_vc_sig*)(GetFunction(EApiId_list_form_graphic_pane_cp_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18590
	// LAF Table : form_field_popup_wide_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18591
	inline TAknWindowComponentLayout form_field_popup_wide_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_popup_wide_pane_vc_g1_sig*)(GetFunction(EApiId_form_field_popup_wide_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18593
	inline TAknLayoutScalableParameterLimits form_field_popup_wide_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_popup_wide_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_form_field_popup_wide_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18594
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18595
	inline TAknTextComponentLayout form_field_popup_wide_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_popup_wide_pane_vc_t1_sig*)(GetFunction(EApiId_form_field_popup_wide_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18596
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18597
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp8_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp8_vc_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp8_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18598
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18599
	inline TAknWindowComponentLayout input_focus_pane_cp8_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp8_vc_sig*)(GetFunction(EApiId_input_focus_pane_cp8_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18600
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18601
	inline TAknLayoutScalableParameterLimits list_form_wide_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_form_wide_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_form_wide_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18603
	inline TAknWindowComponentLayout list_form_wide_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_form_wide_pane_vc_sig*)(GetFunction(EApiId_list_form_wide_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18605
	// LAF Table : list_form_graphic_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18606
	inline TAknWindowComponentLayout list_form_graphic_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_form_graphic_pane_vc_g1_sig*)(GetFunction(EApiId_list_form_graphic_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18608
	inline TAknLayoutScalableParameterLimits list_form_graphic_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_form_graphic_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_list_form_graphic_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18610
	inline TAknTextComponentLayout list_form_graphic_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_form_graphic_pane_vc_t1_sig*)(GetFunction(EApiId_list_form_graphic_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18612
	inline TAknLayoutScalableParameterLimits list_highlight_pane_cp5_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_highlight_pane_cp5_vc_ParamLimits_sig*)(GetFunction(EApiId_list_highlight_pane_cp5_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18614
	inline TAknWindowComponentLayout list_highlight_pane_cp5_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp5_vc_sig*)(GetFunction(EApiId_list_highlight_pane_cp5_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18616
	// LAF Table : list_form_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18617
	inline TAknLayoutScalableParameterLimits list_form_graphic_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_form_graphic_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_form_graphic_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18619
	inline TAknWindowComponentLayout list_form_graphic_pane_vc(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_form_graphic_pane_vc_sig*)(GetFunction(EApiId_list_form_graphic_pane_vc)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18621
	// LAF Table : form_field_popup_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18622
	inline TAknWindowComponentLayout form_field_popup_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_popup_pane_vc_g1_sig*)(GetFunction(EApiId_form_field_popup_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18624
	inline TAknLayoutScalableParameterLimits form_field_popup_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_popup_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_form_field_popup_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18626
	inline TAknTextComponentLayout form_field_popup_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_popup_pane_vc_t1_sig*)(GetFunction(EApiId_form_field_popup_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18628
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp7_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp7_vc_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp7_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18630
	inline TAknWindowComponentLayout input_focus_pane_cp7_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp7_vc_sig*)(GetFunction(EApiId_input_focus_pane_cp7_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18632
	inline TAknLayoutScalableParameterLimits list_form_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_form_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_list_form_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18634
	inline TAknWindowComponentLayout list_form_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_form_pane_vc_sig*)(GetFunction(EApiId_list_form_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18636
	// LAF Table : data_form_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18637
	inline TAknLayoutScalableParameterLimits data_form_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tdata_form_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_data_form_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18639
	inline TAknTextComponentLayout data_form_pane_vc_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tdata_form_pane_vc_t1_sig*)(GetFunction(EApiId_data_form_pane_vc_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18641
	// LAF Table : input_focus_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18642
	inline TAknWindowComponentLayout input_focus_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_vc_g1_sig*)(GetFunction(EApiId_input_focus_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18644
	inline TAknWindowComponentLayout input_focus_pane_vc_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_vc_g2_sig*)(GetFunction(EApiId_input_focus_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18646
	inline TAknWindowComponentLayout input_focus_pane_vc_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_vc_g3_sig*)(GetFunction(EApiId_input_focus_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18648
	inline TAknWindowComponentLayout input_focus_pane_vc_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_vc_g4_sig*)(GetFunction(EApiId_input_focus_pane_vc_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18650
	inline TAknWindowComponentLayout input_focus_pane_vc_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_vc_g5_sig*)(GetFunction(EApiId_input_focus_pane_vc_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18652
	inline TAknWindowComponentLayout input_focus_pane_vc_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_vc_g6_sig*)(GetFunction(EApiId_input_focus_pane_vc_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18654
	inline TAknWindowComponentLayout input_focus_pane_vc_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_vc_g7_sig*)(GetFunction(EApiId_input_focus_pane_vc_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18656
	inline TAknWindowComponentLayout input_focus_pane_vc_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_vc_g8_sig*)(GetFunction(EApiId_input_focus_pane_vc_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18658
	inline TAknWindowComponentLayout input_focus_pane_vc_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_vc_g9_sig*)(GetFunction(EApiId_input_focus_pane_vc_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18660
	inline TAknWindowComponentLayout input_focus_pane_vc_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_vc_g10_sig*)(GetFunction(EApiId_input_focus_pane_vc_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18662
	inline TAknLayoutScalableTableLimits input_focus_pane_vc_g_Limits() const		{ return (*(Tinput_focus_pane_vc_g_Limits_sig*)(GetFunction(EApiId_input_focus_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18664
	inline TAknWindowComponentLayout input_focus_pane_vc_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_vc_g_sig*)(GetFunction(EApiId_input_focus_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18666
	// LAF Table : form_field_data_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18667
	inline TAknLayoutScalableParameterLimits data_form_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tdata_form_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_data_form_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18669
	inline TAknWindowComponentLayout data_form_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdata_form_pane_vc_sig*)(GetFunction(EApiId_data_form_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18670
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18671
	inline TAknWindowComponentLayout form_field_data_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_pane_vc_g1_sig*)(GetFunction(EApiId_form_field_data_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18672
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18673
	inline TAknLayoutScalableParameterLimits form_field_data_pane_vc_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_data_pane_vc_t1_ParamLimits_sig*)(GetFunction(EApiId_form_field_data_pane_vc_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18675
	inline TAknTextComponentLayout form_field_data_pane_vc_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_pane_vc_t1_sig*)(GetFunction(EApiId_form_field_data_pane_vc_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18677
	inline TAknLayoutScalableParameterLimits input_focus_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18679
	inline TAknWindowComponentLayout input_focus_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_vc_sig*)(GetFunction(EApiId_input_focus_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18681
	// LAF Table : list_form_gen_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18682
	inline TAknWindowComponentLayout button_value_adjust_pane_cp3_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbutton_value_adjust_pane_cp3_vc_sig*)(GetFunction(EApiId_button_value_adjust_pane_cp3_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18684
	inline TAknWindowComponentLayout button_value_adjust_pane_cp5_vc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbutton_value_adjust_pane_cp5_vc_sig*)(GetFunction(EApiId_button_value_adjust_pane_cp5_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18686
	inline TAknLayoutScalableParameterLimits form_field_data_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_data_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_form_field_data_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18687
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18688
	inline TAknWindowComponentLayout form_field_data_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_pane_vc_sig*)(GetFunction(EApiId_form_field_data_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18690
	inline TAknWindowComponentLayout form_field_data_pane_vc_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_pane_vc_cp2_sig*)(GetFunction(EApiId_form_field_data_pane_vc_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18692
	inline TAknLayoutScalableParameterLimits form_field_data_wide_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_data_wide_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_form_field_data_wide_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18694
	inline TAknWindowComponentLayout form_field_data_wide_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_wide_pane_vc_sig*)(GetFunction(EApiId_form_field_data_wide_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18696
	inline TAknWindowComponentLayout form_field_data_wide_pane_vc_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_wide_pane_vc_cp2_sig*)(GetFunction(EApiId_form_field_data_wide_pane_vc_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18698
	inline TAknLayoutScalableParameterLimits form_field_popup_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_popup_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_form_field_popup_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18700
	inline TAknWindowComponentLayout form_field_popup_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_popup_pane_vc_sig*)(GetFunction(EApiId_form_field_popup_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18702
	inline TAknLayoutScalableParameterLimits form_field_popup_wide_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_popup_wide_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_form_field_popup_wide_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18704
	inline TAknWindowComponentLayout form_field_popup_wide_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_popup_wide_pane_vc_sig*)(GetFunction(EApiId_form_field_popup_wide_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18706
	inline TAknLayoutScalableParameterLimits form_field_slider_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_slider_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_form_field_slider_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18707
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18708
	inline TAknWindowComponentLayout form_field_slider_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_pane_vc_sig*)(GetFunction(EApiId_form_field_slider_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18710
	inline TAknLayoutScalableParameterLimits form_field_slider_wide_pane_vc_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_field_slider_wide_pane_vc_ParamLimits_sig*)(GetFunction(EApiId_form_field_slider_wide_pane_vc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18712
	inline TAknWindowComponentLayout form_field_slider_wide_pane_vc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_slider_wide_pane_vc_sig*)(GetFunction(EApiId_form_field_slider_wide_pane_vc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18714
	// LAF Table : touch_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18715
	inline TAknLayoutScalableParameterLimits grid_touch_1_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_touch_1_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_touch_1_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18717
	inline TAknWindowComponentLayout grid_touch_1_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_touch_1_pane_sig*)(GetFunction(EApiId_grid_touch_1_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18719
	inline TAknLayoutScalableParameterLimits grid_touch_2_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_touch_2_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_touch_2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18721
	inline TAknWindowComponentLayout grid_touch_2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_touch_2_pane_sig*)(GetFunction(EApiId_grid_touch_2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18723
	inline TAknLayoutScalableParameterLimits touch_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttouch_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_touch_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18725
	inline TAknWindowComponentLayout touch_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttouch_pane_g1_sig*)(GetFunction(EApiId_touch_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18727
	// LAF Table : grid_popup_fast_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18728
	inline TAknLayoutScalableParameterLimits cell_app_pane_cp_wide_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_app_pane_cp_wide_ParamLimits_sig*)(GetFunction(EApiId_cell_app_pane_cp_wide_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18730
	inline TAknWindowComponentLayout cell_app_pane_cp_wide(TInt aCol, TInt aVariety = 0, TInt aRow = 0) const		{ return (*(Tcell_app_pane_cp_wide_sig*)(GetFunction(EApiId_cell_app_pane_cp_wide)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18732
	// LAF Table : listscroll_popup_fast_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18733
	inline TAknLayoutScalableParameterLimits grid_popup_fast_wide_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_popup_fast_wide_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_popup_fast_wide_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18735
	inline TAknWindowComponentLayout grid_popup_fast_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_popup_fast_wide_pane_sig*)(GetFunction(EApiId_grid_popup_fast_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18737
	inline TAknLayoutScalableParameterLimits scroll_pane_cp19_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_cp19_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp19_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18739
	inline TAknWindowComponentLayout scroll_pane_cp19(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp19_sig*)(GetFunction(EApiId_scroll_pane_cp19)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18741
	// LAF Table : popup_fast_swap_wide_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18742
	inline TAknWindowComponentLayout bg_popup_window_pane_cp20(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp20_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp20)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18744
	inline TAknWindowComponentLayout listscroll_popup_fast_wide_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_fast_wide_pane_sig*)(GetFunction(EApiId_listscroll_popup_fast_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18746
	// LAF Table : indicator_nsta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18747
	inline TAknWindowComponentLayout grid_indicator_nsta_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_indicator_nsta_pane_sig*)(GetFunction(EApiId_grid_indicator_nsta_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18749
	// LAF Table : clock_nsta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18750
	inline TAknWindowComponentLayout clock_nsta_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_nsta_pane_g1_sig*)(GetFunction(EApiId_clock_nsta_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18751
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18752
	inline TAknTextComponentLayout clock_nsta_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_nsta_pane_t1_sig*)(GetFunction(EApiId_clock_nsta_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18753
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18754
	// LAF Table : grid_indicator_nsta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18755
	inline TAknLayoutScalableParameterLimits cell_indicator_nsta_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_indicator_nsta_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_indicator_nsta_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18757
	inline TAknWindowComponentLayout cell_indicator_nsta_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0) const		{ return (*(Tcell_indicator_nsta_pane_sig*)(GetFunction(EApiId_cell_indicator_nsta_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18759
	// LAF Table : cell_indicator_nsta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18760
	inline TAknWindowComponentLayout cell_indicator_nsta_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_indicator_nsta_pane_g1_sig*)(GetFunction(EApiId_cell_indicator_nsta_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18761
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18762
	inline TAknWindowComponentLayout cell_indicator_nsta_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_indicator_nsta_pane_g2_sig*)(GetFunction(EApiId_cell_indicator_nsta_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18764
	inline TAknLayoutScalableTableLimits cell_indicator_nsta_pane_g_Limits() const		{ return (*(Tcell_indicator_nsta_pane_g_Limits_sig*)(GetFunction(EApiId_cell_indicator_nsta_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18766
	inline TAknWindowComponentLayout cell_indicator_nsta_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_indicator_nsta_pane_g_sig*)(GetFunction(EApiId_cell_indicator_nsta_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18768
	// LAF Table : nsta_clock_indic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18769
	inline TAknWindowComponentLayout clock_nsta_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_nsta_pane_cp_sig*)(GetFunction(EApiId_clock_nsta_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18771
	inline TAknWindowComponentLayout indicator_nsta_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_nsta_pane_cp_sig*)(GetFunction(EApiId_indicator_nsta_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18773
	inline TAknWindowComponentLayout nsta_clock_indic_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnsta_clock_indic_pane_g1_sig*)(GetFunction(EApiId_nsta_clock_indic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18775
	// LAF Table : indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18776
	inline TAknWindowComponentLayout grid_indicator_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_indicator_pane_sig*)(GetFunction(EApiId_grid_indicator_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18778
	// LAF Table : popup_fep_japan_predictive_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18779
	inline TAknWindowComponentLayout scroll_pane_cp29(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp29_sig*)(GetFunction(EApiId_scroll_pane_cp29)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18781
	// LAF Table : stacon_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18782
	inline TAknLayoutScalableParameterLimits indicator_nsta_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tindicator_nsta_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_indicator_nsta_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18784
	inline TAknWindowComponentLayout indicator_nsta_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_nsta_pane_cp2_sig*)(GetFunction(EApiId_indicator_nsta_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18786
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18787
	inline TAknWindowComponentLayout main_apps_wheel_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_apps_wheel_pane_sig*)(GetFunction(EApiId_main_apps_wheel_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18789
	// LAF Table : listscroll_form_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18790
	inline TAknLayoutScalableParameterLimits form_midp_field_text_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform_midp_field_text_pane_ParamLimits_sig*)(GetFunction(EApiId_form_midp_field_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18792
	// LAF Table : midp_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18793
	inline TAknLayoutScalableParameterLimits scroll_bar_cp050_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_bar_cp050_ParamLimits_sig*)(GetFunction(EApiId_scroll_bar_cp050_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18795
	// LAF Table : grid_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18796
	inline TAknLayoutScalableParameterLimits cell_indicator_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_indicator_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_indicator_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18798
	inline TAknWindowComponentLayout cell_indicator_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tcell_indicator_pane_sig*)(GetFunction(EApiId_cell_indicator_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18800
	// LAF Table : cell_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18801
	inline TAknWindowComponentLayout cell_indicator_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_indicator_pane_g1_sig*)(GetFunction(EApiId_cell_indicator_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18803
	// LAF Table : main_apps_wheel_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18804
	inline TAknLayoutScalableParameterLimits grid_wheel_folder_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_wheel_folder_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_wheel_folder_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18806
	inline TAknWindowComponentLayout grid_wheel_folder_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_wheel_folder_pane_sig*)(GetFunction(EApiId_grid_wheel_folder_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18808
	inline TAknLayoutScalableParameterLimits list_wheel_apps_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_wheel_apps_pane_ParamLimits_sig*)(GetFunction(EApiId_list_wheel_apps_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18810
	inline TAknWindowComponentLayout list_wheel_apps_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_wheel_apps_pane_sig*)(GetFunction(EApiId_list_wheel_apps_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18812
	inline TAknLayoutScalableParameterLimits main_apps_wheel_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_apps_wheel_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_apps_wheel_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18814
	inline TAknWindowComponentLayout main_apps_wheel_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_apps_wheel_pane_g1_sig*)(GetFunction(EApiId_main_apps_wheel_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18816
	inline TAknLayoutScalableParameterLimits main_apps_wheel_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_apps_wheel_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_apps_wheel_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18818
	inline TAknWindowComponentLayout main_apps_wheel_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_apps_wheel_pane_g2_sig*)(GetFunction(EApiId_main_apps_wheel_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18820
	inline TAknLayoutScalableTableLimits main_apps_wheel_pane_g_Limits() const		{ return (*(Tmain_apps_wheel_pane_g_Limits_sig*)(GetFunction(EApiId_main_apps_wheel_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18822
	inline TAknLayoutScalableParameterLimits main_apps_wheel_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_apps_wheel_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_apps_wheel_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18824
	inline TAknWindowComponentLayout main_apps_wheel_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_apps_wheel_pane_g_sig*)(GetFunction(EApiId_main_apps_wheel_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18826
	inline TAknLayoutScalableParameterLimits main_apps_wheel_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_apps_wheel_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_apps_wheel_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18827
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18828
	inline TAknTextComponentLayout main_apps_wheel_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_apps_wheel_pane_t1_sig*)(GetFunction(EApiId_main_apps_wheel_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18829
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18830
	// LAF Table : list_wheel_apps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18831
	inline TAknWindowComponentLayout list_wheel_apps_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_wheel_apps_pane_g1_sig*)(GetFunction(EApiId_list_wheel_apps_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18833
	inline TAknWindowComponentLayout list_wheel_apps_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_wheel_apps_pane_g2_sig*)(GetFunction(EApiId_list_wheel_apps_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18835
	inline TAknWindowComponentLayout list_wheel_apps_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_wheel_apps_pane_g3_sig*)(GetFunction(EApiId_list_wheel_apps_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18837
	inline TAknWindowComponentLayout list_wheel_apps_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_wheel_apps_pane_g4_sig*)(GetFunction(EApiId_list_wheel_apps_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18839
	inline TAknWindowComponentLayout list_wheel_apps_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_wheel_apps_pane_g5_sig*)(GetFunction(EApiId_list_wheel_apps_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18841
	inline TAknLayoutScalableTableLimits list_wheel_apps_pane_g_Limits() const		{ return (*(Tlist_wheel_apps_pane_g_Limits_sig*)(GetFunction(EApiId_list_wheel_apps_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18842
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18843
	inline TAknWindowComponentLayout list_wheel_apps_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_wheel_apps_pane_g_sig*)(GetFunction(EApiId_list_wheel_apps_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18844
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18845
	// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18846
	inline TAknWindowComponentLayout navi_icon_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_icon_text_pane_sig*)(GetFunction(EApiId_navi_icon_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18848
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18849
	inline TAknWindowComponentLayout aid_fill_nsta(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_fill_nsta_sig*)(GetFunction(EApiId_aid_fill_nsta)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18851
	// LAF Table : navi_icon_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18852
	inline TAknWindowComponentLayout navi_icon_text_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_icon_text_pane_g1_sig*)(GetFunction(EApiId_navi_icon_text_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18854
	inline TAknTextComponentLayout navi_icon_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_icon_text_pane_t1_sig*)(GetFunction(EApiId_navi_icon_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18856
	// LAF Table : list_set_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18857
	inline TAknLayoutScalableParameterLimits list_set_graphic_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_set_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_set_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18859
	inline TAknTextComponentLayout list_set_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_set_graphic_pane_t1_sig*)(GetFunction(EApiId_list_set_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18861
	// LAF Table : popup_midp_note_alarm_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18862
	inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t6_ParamLimits_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18864
	inline TAknTextComponentLayout popup_midp_note_alarm_window_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t6_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18866
	inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t7_ParamLimits_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18868
	inline TAknTextComponentLayout popup_midp_note_alarm_window_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t7_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18870
	inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t8_ParamLimits_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18872
	inline TAknTextComponentLayout popup_midp_note_alarm_window_t8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t8_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18874
	inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t9_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t9_ParamLimits_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18876
	inline TAknTextComponentLayout popup_midp_note_alarm_window_t9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t9_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18878
	inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t10_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t10_ParamLimits_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18880
	inline TAknTextComponentLayout popup_midp_note_alarm_window_t10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t10_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18881
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18882
	inline TAknLayoutScalableParameterLimits popup_midp_note_alarm_window_t11_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t11_ParamLimits_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18884
	inline TAknTextComponentLayout popup_midp_note_alarm_window_t11(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_midp_note_alarm_window_t11_sig*)(GetFunction(EApiId_popup_midp_note_alarm_window_t11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18886
	inline TAknLayoutScalableParameterLimits scroll_pane_cp17_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_cp17_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp17_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18887
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18888
	inline TAknWindowComponentLayout scroll_pane_cp17(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp17_sig*)(GetFunction(EApiId_scroll_pane_cp17)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18890
	// LAF Table : volume_small_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18891
	inline TAknWindowComponentLayout volume_small_pane_cp_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_cp_g1_sig*)(GetFunction(EApiId_volume_small_pane_cp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18893
	inline TAknWindowComponentLayout volume_small_pane_cp_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_cp_g2_sig*)(GetFunction(EApiId_volume_small_pane_cp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18895
	inline TAknWindowComponentLayout volume_small_pane_cp_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_cp_g3_sig*)(GetFunction(EApiId_volume_small_pane_cp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18897
	inline TAknWindowComponentLayout volume_small_pane_cp_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_cp_g4_sig*)(GetFunction(EApiId_volume_small_pane_cp_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18899
	inline TAknWindowComponentLayout volume_small_pane_cp_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_cp_g5_sig*)(GetFunction(EApiId_volume_small_pane_cp_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18900
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18901
	inline TAknWindowComponentLayout volume_small_pane_cp_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_cp_g6_sig*)(GetFunction(EApiId_volume_small_pane_cp_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18903
	inline TAknWindowComponentLayout volume_small_pane_cp_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_cp_g7_sig*)(GetFunction(EApiId_volume_small_pane_cp_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18905
	inline TAknWindowComponentLayout volume_small_pane_cp_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_cp_g8_sig*)(GetFunction(EApiId_volume_small_pane_cp_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18907
	inline TAknWindowComponentLayout volume_small_pane_cp_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_cp_g9_sig*)(GetFunction(EApiId_volume_small_pane_cp_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18909
	inline TAknWindowComponentLayout volume_small_pane_cp_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small_pane_cp_g10_sig*)(GetFunction(EApiId_volume_small_pane_cp_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18911
	// LAF Table : midp_ticker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18912
	inline TAknLayoutScalableParameterLimits midp_ticker_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmidp_ticker_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_midp_ticker_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18913
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18914
	inline TAknLayoutScalableParameterLimits midp_ticker_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmidp_ticker_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_midp_ticker_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18915
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18916
	inline TAknLayoutScalableParameterLimits midp_ticker_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmidp_ticker_pane_g_ParamLimits_sig*)(GetFunction(EApiId_midp_ticker_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18917
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18918
	inline TAknLayoutScalableParameterLimits midp_ticker_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmidp_ticker_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_midp_ticker_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18919
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18920
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18921
	inline TAknWindowComponentLayout aid_fill_nsta_2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_fill_nsta_2_sig*)(GetFunction(EApiId_aid_fill_nsta_2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18922
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18923
	// LAF Table : midp_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18924
	inline TAknWindowComponentLayout list_form2_midp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_form2_midp_pane_sig*)(GetFunction(EApiId_list_form2_midp_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18926
	// LAF Table : navi_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18927
	inline TAknLayoutScalableParameterLimits midp_editing_number_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmidp_editing_number_pane_ParamLimits_sig*)(GetFunction(EApiId_midp_editing_number_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18929
	inline TAknLayoutScalableParameterLimits midp_ticker_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmidp_ticker_pane_ParamLimits_sig*)(GetFunction(EApiId_midp_ticker_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18931
	// LAF Table : list_form2_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18932
	inline TAknWindowComponentLayout form2_midp_field_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_field_pane_sig*)(GetFunction(EApiId_form2_midp_field_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18934
	inline TAknWindowComponentLayout scroll_pane_cp51(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp51_sig*)(GetFunction(EApiId_scroll_pane_cp51)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18936
	// LAF Table : form2_midp_field_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18937
	inline TAknLayoutScalableParameterLimits form2_midp_button_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform2_midp_button_pane_ParamLimits_sig*)(GetFunction(EApiId_form2_midp_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18939
	inline TAknWindowComponentLayout form2_midp_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_button_pane_sig*)(GetFunction(EApiId_form2_midp_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18940
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18941
	inline TAknLayoutScalableParameterLimits form2_midp_content_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform2_midp_content_pane_ParamLimits_sig*)(GetFunction(EApiId_form2_midp_content_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18942
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18943
	inline TAknWindowComponentLayout form2_midp_content_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_content_pane_sig*)(GetFunction(EApiId_form2_midp_content_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18944
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18945
	inline TAknWindowComponentLayout form2_midp_field_choice_group_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_field_choice_group_pane_sig*)(GetFunction(EApiId_form2_midp_field_choice_group_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18947
	inline TAknWindowComponentLayout form2_midp_field_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_field_pane_g1_sig*)(GetFunction(EApiId_form2_midp_field_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18949
	inline TAknWindowComponentLayout form2_midp_field_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_field_pane_g2_sig*)(GetFunction(EApiId_form2_midp_field_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18951
	inline TAknWindowComponentLayout form2_midp_field_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_field_pane_g3_sig*)(GetFunction(EApiId_form2_midp_field_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18952
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18953
	inline TAknWindowComponentLayout form2_midp_field_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_field_pane_g4_sig*)(GetFunction(EApiId_form2_midp_field_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18955
	inline TAknLayoutScalableTableLimits form2_midp_field_pane_g_Limits() const		{ return (*(Tform2_midp_field_pane_g_Limits_sig*)(GetFunction(EApiId_form2_midp_field_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18957
	inline TAknWindowComponentLayout form2_midp_field_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_field_pane_g_sig*)(GetFunction(EApiId_form2_midp_field_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18959
	inline TAknWindowComponentLayout form2_midp_gauge_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_gauge_slider_pane_sig*)(GetFunction(EApiId_form2_midp_gauge_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18961
	inline TAknWindowComponentLayout form2_midp_gauge_wait_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_gauge_wait_pane_sig*)(GetFunction(EApiId_form2_midp_gauge_wait_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18963
	inline TAknLayoutScalableParameterLimits form2_midp_image_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform2_midp_image_pane_ParamLimits_sig*)(GetFunction(EApiId_form2_midp_image_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18964
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18965
	inline TAknWindowComponentLayout form2_midp_image_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_image_pane_sig*)(GetFunction(EApiId_form2_midp_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18967
	inline TAknLayoutScalableParameterLimits form2_midp_label_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform2_midp_label_pane_ParamLimits_sig*)(GetFunction(EApiId_form2_midp_label_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18969
	inline TAknWindowComponentLayout form2_midp_label_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_label_pane_sig*)(GetFunction(EApiId_form2_midp_label_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18971
	inline TAknLayoutScalableParameterLimits form2_midp_label_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform2_midp_label_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_form2_midp_label_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18973
	inline TAknWindowComponentLayout form2_midp_label_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_label_pane_cp_sig*)(GetFunction(EApiId_form2_midp_label_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18975
	inline TAknLayoutScalableParameterLimits form2_midp_string_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform2_midp_string_pane_ParamLimits_sig*)(GetFunction(EApiId_form2_midp_string_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18977
	inline TAknWindowComponentLayout form2_midp_string_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_string_pane_sig*)(GetFunction(EApiId_form2_midp_string_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18979
	inline TAknLayoutScalableParameterLimits form2_midp_text_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform2_midp_text_pane_ParamLimits_sig*)(GetFunction(EApiId_form2_midp_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18980
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18981
	inline TAknWindowComponentLayout form2_midp_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_text_pane_sig*)(GetFunction(EApiId_form2_midp_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18982
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18983
	inline TAknWindowComponentLayout form2_midp_time_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_time_pane_sig*)(GetFunction(EApiId_form2_midp_time_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18984
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18985
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp51_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp51_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp51_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18987
	inline TAknWindowComponentLayout input_focus_pane_cp51(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp51_sig*)(GetFunction(EApiId_input_focus_pane_cp51)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18988
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18989
	// LAF Table : form2_midp_label_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18990
	inline TAknLayoutScalableParameterLimits form2_midp_label_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform2_midp_label_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_form2_midp_label_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18992
	inline TAknTextComponentLayout form2_midp_label_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tform2_midp_label_pane_t1_sig*)(GetFunction(EApiId_form2_midp_label_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18994
	// LAF Table : form2_midp_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18995
	inline TAknLayoutScalableParameterLimits form2_mdip_text_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform2_mdip_text_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_form2_mdip_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18997
	inline TAknTextComponentLayout form2_mdip_text_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tform2_mdip_text_pane_t1_sig*)(GetFunction(EApiId_form2_mdip_text_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18999
	// LAF Table : form2_midp_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19000
	inline TAknTextComponentLayout form2_midp_time_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_time_pane_t1_sig*)(GetFunction(EApiId_form2_midp_time_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19002
	// LAF Table : form2_midp_gauge_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19003
	inline TAknTextComponentLayout form2_midp_gauge_slider_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_gauge_slider_pane_t1_sig*)(GetFunction(EApiId_form2_midp_gauge_slider_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19005
	inline TAknTextComponentLayout form2_midp_gauge_slider_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_gauge_slider_pane_t2_sig*)(GetFunction(EApiId_form2_midp_gauge_slider_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19006
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19007
	inline TAknTextComponentLayout form2_midp_gauge_slider_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_gauge_slider_pane_t3_sig*)(GetFunction(EApiId_form2_midp_gauge_slider_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19008
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19009
	inline TAknLayoutScalableTableLimits form2_midp_gauge_slider_pane_t_Limits() const		{ return (*(Tform2_midp_gauge_slider_pane_t_Limits_sig*)(GetFunction(EApiId_form2_midp_gauge_slider_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19011
	inline TAknTextComponentLayout form2_midp_gauge_slider_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_gauge_slider_pane_t_sig*)(GetFunction(EApiId_form2_midp_gauge_slider_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19013
	inline TAknWindowComponentLayout form2_midp_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_slider_pane_sig*)(GetFunction(EApiId_form2_midp_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19014
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19015
	// LAF Table : form2_midp_gauge_wait_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19016
	inline TAknTextComponentLayout form2_midp_gauge_wait_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_gauge_wait_pane_t1_sig*)(GetFunction(EApiId_form2_midp_gauge_wait_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19018
	inline TAknLayoutScalableParameterLimits form2_midp_wait_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform2_midp_wait_pane_ParamLimits_sig*)(GetFunction(EApiId_form2_midp_wait_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19020
	inline TAknWindowComponentLayout form2_midp_wait_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_wait_pane_sig*)(GetFunction(EApiId_form2_midp_wait_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19022
	// LAF Table : form2_midp_field_choice_group_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19023
	inline TAknLayoutScalableParameterLimits list_single_2graphic_pane_cp4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_pane_cp4_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19025
	inline TAknWindowComponentLayout list_single_2graphic_pane_cp4(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_2graphic_pane_cp4_sig*)(GetFunction(EApiId_list_single_2graphic_pane_cp4)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19026
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19027
	inline TAknLayoutScalableParameterLimits list_single_midp_graphic_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_midp_graphic_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_list_single_midp_graphic_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19029
	inline TAknWindowComponentLayout list_single_midp_graphic_pane_cp(TInt aVariety, TInt aRow, TInt aCol = 0) const		{ return (*(Tlist_single_midp_graphic_pane_cp_sig*)(GetFunction(EApiId_list_single_midp_graphic_pane_cp)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19031
	// LAF Table : list_single_2graphic_pane_cp4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19032
	inline TAknWindowComponentLayout list_highlight_pane_cp20(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp20_sig*)(GetFunction(EApiId_list_highlight_pane_cp20)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19033
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19034
	inline TAknWindowComponentLayout list_single_2graphic_pane_g1_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_g1_cp4_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g1_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19035
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19036
	inline TAknWindowComponentLayout list_single_2graphic_pane_g2_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_g2_cp4_sig*)(GetFunction(EApiId_list_single_2graphic_pane_g2_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19038
	inline TAknTextComponentLayout list_single_2graphic_pane_t1_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_pane_t1_cp4_sig*)(GetFunction(EApiId_list_single_2graphic_pane_t1_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19040
	// LAF Table : list_single_midp_graphic_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19041
	inline TAknWindowComponentLayout list_highlight_pane_cp21(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp21_sig*)(GetFunction(EApiId_list_highlight_pane_cp21)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19043
	inline TAknWindowComponentLayout list_single_midp_graphic_pane_g4_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_midp_graphic_pane_g4_cp_sig*)(GetFunction(EApiId_list_single_midp_graphic_pane_g4_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19045
	inline TAknTextComponentLayout list_single_midp_graphic_pane_t1_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_midp_graphic_pane_t1_cp_sig*)(GetFunction(EApiId_list_single_midp_graphic_pane_t1_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19047
	// LAF Table : form2_midp_string_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19048
	inline TAknLayoutScalableParameterLimits form2_mdip_string_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tform2_mdip_string_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_form2_mdip_string_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19050
	inline TAknTextComponentLayout form2_mdip_string_pane_t1(TInt aVariety, TInt aRow, TInt aCol = 0) const		{ return (*(Tform2_mdip_string_pane_t1_sig*)(GetFunction(EApiId_form2_mdip_string_pane_t1)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19052
	// LAF Table : form2_midp_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19053
	inline TAknWindowComponentLayout bg_wml_button_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_wml_button_pane_cp2_sig*)(GetFunction(EApiId_bg_wml_button_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19054
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19055
	// LAF Table : form2_midp_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19056
	inline TAknWindowComponentLayout form2_midp_image_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_image_pane_g1_sig*)(GetFunction(EApiId_form2_midp_image_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19058
	// LAF Table : list_double_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19059
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19061
	inline TAknWindowComponentLayout list_double_large_graphic_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_pane_g5_sig*)(GetFunction(EApiId_list_double_large_graphic_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19062
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19063
	// LAF Table : main_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19064
	inline TAknLayoutScalableParameterLimits midp_form_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmidp_form_pane_ParamLimits_sig*)(GetFunction(EApiId_midp_form_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19066
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19067
	inline TAknLayoutScalableParameterLimits main_apps_wheel_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_apps_wheel_pane_ParamLimits_sig*)(GetFunction(EApiId_main_apps_wheel_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19069
	inline TAknLayoutScalableParameterLimits popup_preview_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_preview_window_ParamLimits_sig*)(GetFunction(EApiId_popup_preview_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19071
	inline TAknWindowComponentLayout popup_preview_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_preview_window_sig*)(GetFunction(EApiId_popup_preview_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19073
	inline TAknLayoutScalableParameterLimits popup_touch_info_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_touch_info_window_ParamLimits_sig*)(GetFunction(EApiId_popup_touch_info_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19075
	inline TAknWindowComponentLayout popup_touch_info_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_touch_info_window_sig*)(GetFunction(EApiId_popup_touch_info_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19077
	inline TAknLayoutScalableParameterLimits popup_touch_menu_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_touch_menu_window_ParamLimits_sig*)(GetFunction(EApiId_popup_touch_menu_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19079
	inline TAknWindowComponentLayout popup_touch_menu_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_touch_menu_window_sig*)(GetFunction(EApiId_popup_touch_menu_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19081
	// LAF Table : popup_touch_menu_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19082
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp6_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19084
	inline TAknWindowComponentLayout list_touch_menu_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_touch_menu_pane_sig*)(GetFunction(EApiId_list_touch_menu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19086
	// LAF Table : list_touch_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19087
	inline TAknLayoutScalableParameterLimits list_single_touch_menu_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_touch_menu_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_touch_menu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19088
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19089
	inline TAknWindowComponentLayout list_single_touch_menu_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_touch_menu_pane_sig*)(GetFunction(EApiId_list_single_touch_menu_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19090
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19091
	// LAF Table : list_single_touch_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19092
	inline TAknTextComponentLayout list_single_touch_menu_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_touch_menu_pane_t1_sig*)(GetFunction(EApiId_list_single_touch_menu_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19094
	// LAF Table : popup_touch_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19095
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_sub_pane_cp7_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19096
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19097
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp7_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19098
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19099
	inline TAknWindowComponentLayout heading_sub_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_sub_pane_sig*)(GetFunction(EApiId_heading_sub_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19101
	inline TAknLayoutScalableParameterLimits list_touch_info_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_touch_info_pane_ParamLimits_sig*)(GetFunction(EApiId_list_touch_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19103
	inline TAknWindowComponentLayout list_touch_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_touch_info_pane_sig*)(GetFunction(EApiId_list_touch_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19105
	// LAF Table : list_touch_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19106
	inline TAknLayoutScalableParameterLimits list_single_touch_info_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_touch_info_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_touch_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19108
	inline TAknWindowComponentLayout list_single_touch_info_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_touch_info_pane_sig*)(GetFunction(EApiId_list_single_touch_info_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19110
	// LAF Table : list_single_touch_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19111
	inline TAknTextComponentLayout list_single_touch_info_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_touch_info_pane_t1_sig*)(GetFunction(EApiId_list_single_touch_info_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19113
	inline TAknTextComponentLayout list_single_touch_info_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_touch_info_pane_t2_sig*)(GetFunction(EApiId_list_single_touch_info_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19115
	inline TAknLayoutScalableTableLimits list_single_touch_info_pane_t_Limits() const		{ return (*(Tlist_single_touch_info_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_touch_info_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19117
	inline TAknTextComponentLayout list_single_touch_info_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_touch_info_pane_t_sig*)(GetFunction(EApiId_list_single_touch_info_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19119
	// LAF Table : heading_sub_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19120
	inline TAknWindowComponentLayout bg_popup_heading_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_heading_pane_cp_sig*)(GetFunction(EApiId_bg_popup_heading_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19122
	inline TAknTextComponentLayout heading_sub_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_sub_pane_t1_sig*)(GetFunction(EApiId_heading_sub_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19124
	// LAF Table : popup_preview_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19125
	inline TAknLayoutScalableParameterLimits bg_popup_preview_window_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_preview_window_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19127
	inline TAknWindowComponentLayout bg_popup_preview_window_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_preview_window_pane_cp_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19129
	inline TAknWindowComponentLayout heading_preview_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_preview_pane_sig*)(GetFunction(EApiId_heading_preview_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19131
	inline TAknLayoutScalableParameterLimits list_preview_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_preview_pane_ParamLimits_sig*)(GetFunction(EApiId_list_preview_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19133
	inline TAknWindowComponentLayout list_preview_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_preview_pane_sig*)(GetFunction(EApiId_list_preview_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19135
	inline TAknWindowComponentLayout popup_preview_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_preview_window_g1_sig*)(GetFunction(EApiId_popup_preview_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19137
	// LAF Table : list_preview_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19138
	inline TAknLayoutScalableParameterLimits list_single_preview_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_preview_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_preview_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19140
	inline TAknWindowComponentLayout list_single_preview_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_preview_pane_sig*)(GetFunction(EApiId_list_single_preview_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19142
	// LAF Table : list_single_preview_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19143
	inline TAknWindowComponentLayout list_single_preview_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_preview_pane_g1_sig*)(GetFunction(EApiId_list_single_preview_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19144
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19145
	inline TAknTextComponentLayout list_single_preview_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_preview_pane_t1_sig*)(GetFunction(EApiId_list_single_preview_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19146
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19147
	inline TAknTextComponentLayout list_single_preview_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_preview_pane_t2_sig*)(GetFunction(EApiId_list_single_preview_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19149
	inline TAknLayoutScalableTableLimits list_single_preview_pane_t_Limits() const		{ return (*(Tlist_single_preview_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_preview_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19151
	inline TAknTextComponentLayout list_single_preview_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_preview_pane_t_sig*)(GetFunction(EApiId_list_single_preview_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19153
	// LAF Table : heading_preview_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19154
	inline TAknLayoutScalableParameterLimits bg_popup_heading_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_heading_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_heading_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19156
	inline TAknWindowComponentLayout bg_popup_heading_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_heading_pane_cp2_sig*)(GetFunction(EApiId_bg_popup_heading_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19158
	inline TAknWindowComponentLayout heading_preview_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_preview_pane_g1_sig*)(GetFunction(EApiId_heading_preview_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19160
	inline TAknLayoutScalableParameterLimits heading_preview_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Theading_preview_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_heading_preview_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19162
	inline TAknTextComponentLayout heading_preview_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_preview_pane_t1_sig*)(GetFunction(EApiId_heading_preview_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19164
	// LAF Table : soft_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19165
	inline TAknLayoutScalableParameterLimits soft_indicator_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsoft_indicator_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_soft_indicator_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19167
	// LAF Table : listscroll_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19168
	inline TAknLayoutScalableParameterLimits scroll_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19170
	// LAF Table : scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19171
	inline TAknWindowComponentLayout scroll_sc2_left_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_sc2_left_pane_sig*)(GetFunction(EApiId_scroll_sc2_left_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19173
	inline TAknWindowComponentLayout scroll_sc2_right_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_sc2_right_pane_sig*)(GetFunction(EApiId_scroll_sc2_right_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19175
	// LAF Table : bg_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19176
	inline TAknLayoutScalableParameterLimits scroll_bg_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_bg_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_scroll_bg_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19177
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19178
	inline TAknLayoutScalableParameterLimits scroll_bg_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_bg_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_scroll_bg_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19180
	inline TAknLayoutScalableParameterLimits scroll_bg_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_bg_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_scroll_bg_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19181
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19182
	inline TAknLayoutScalableParameterLimits scroll_bg_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tscroll_bg_pane_g_ParamLimits_sig*)(GetFunction(EApiId_scroll_bg_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19183
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19184
	// LAF Table : scroll_handle_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19185
	inline TAknLayoutScalableParameterLimits scroll_handle_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_handle_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_scroll_handle_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19187
	inline TAknLayoutScalableParameterLimits scroll_handle_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_handle_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_scroll_handle_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19189
	inline TAknLayoutScalableParameterLimits scroll_handle_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_handle_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_scroll_handle_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19191
	inline TAknLayoutScalableParameterLimits scroll_handle_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tscroll_handle_pane_g_ParamLimits_sig*)(GetFunction(EApiId_scroll_handle_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19193
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19194
	inline TAknLayoutScalableParameterLimits popup_choice_list_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_choice_list_window_ParamLimits_sig*)(GetFunction(EApiId_popup_choice_list_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19195
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19196
	inline TAknWindowComponentLayout popup_choice_list_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_choice_list_window_sig*)(GetFunction(EApiId_popup_choice_list_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19198
	// LAF Table : popup_toolbar_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19199
	inline TAknWindowComponentLayout choice_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tchoice_list_pane_sig*)(GetFunction(EApiId_choice_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19201
	// LAF Table : cell_toolbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19202
	inline TAknTextComponentLayout cell_toolbar_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_toolbar_pane_t1_sig*)(GetFunction(EApiId_cell_toolbar_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19204
	inline TAknLayoutScalableParameterLimits toolbar_button_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttoolbar_button_pane_ParamLimits_sig*)(GetFunction(EApiId_toolbar_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19206
	// LAF Table : ai_gene_pane_1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19207
	inline TAknLayoutScalableParameterLimits ai_gene_pane_1_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tai_gene_pane_1_t2_ParamLimits_sig*)(GetFunction(EApiId_ai_gene_pane_1_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19209
	inline TAknTextComponentLayout ai_gene_pane_1_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_gene_pane_1_t2_sig*)(GetFunction(EApiId_ai_gene_pane_1_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19211
	inline TAknLayoutScalableTableLimits ai_gene_pane_1_t_Limits() const		{ return (*(Tai_gene_pane_1_t_Limits_sig*)(GetFunction(EApiId_ai_gene_pane_1_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19213
	inline TAknLayoutScalableParameterLimits ai_gene_pane_1_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tai_gene_pane_1_t_ParamLimits_sig*)(GetFunction(EApiId_ai_gene_pane_1_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19215
	inline TAknTextComponentLayout ai_gene_pane_1_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_gene_pane_1_t_sig*)(GetFunction(EApiId_ai_gene_pane_1_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19217
	// LAF Table : scroll_sc2_left_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19218
	inline TAknWindowComponentLayout scroll_sc2_left_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_sc2_left_pane_g1_sig*)(GetFunction(EApiId_scroll_sc2_left_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19220
	// LAF Table : scroll_sc2_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19221
	inline TAknWindowComponentLayout scroll_sc2_right_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_sc2_right_pane_g1_sig*)(GetFunction(EApiId_scroll_sc2_right_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19223
	// LAF Table : popup_choice_list_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19224
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp10_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19226
	inline TAknWindowComponentLayout list_choice_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_choice_list_pane_sig*)(GetFunction(EApiId_list_choice_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19228
	// LAF Table : list_choice_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19229
	inline TAknLayoutScalableParameterLimits list_single_choice_list_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_choice_list_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_choice_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19231
	inline TAknWindowComponentLayout list_single_choice_list_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_choice_list_pane_sig*)(GetFunction(EApiId_list_single_choice_list_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19233
	// LAF Table : list_single_choice_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19234
	inline TAknWindowComponentLayout list_single_choice_list_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_choice_list_pane_g1_sig*)(GetFunction(EApiId_list_single_choice_list_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19236
	inline TAknLayoutScalableParameterLimits list_single_choice_list_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_choice_list_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_choice_list_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19238
	inline TAknTextComponentLayout list_single_choice_list_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_choice_list_pane_t1_sig*)(GetFunction(EApiId_list_single_choice_list_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19240
	// LAF Table : choice_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19241
	inline TAknWindowComponentLayout choice_list_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tchoice_list_pane_g1_sig*)(GetFunction(EApiId_choice_list_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19243
	inline TAknTextComponentLayout choice_list_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tchoice_list_pane_t1_sig*)(GetFunction(EApiId_choice_list_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19244
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19245
	inline TAknWindowComponentLayout input_focus_pane_cp11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp11_sig*)(GetFunction(EApiId_input_focus_pane_cp11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19247
	// LAF Table : title_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19248
	inline TAknLayoutScalableParameterLimits title_pane_stacon_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttitle_pane_stacon_g2_ParamLimits_sig*)(GetFunction(EApiId_title_pane_stacon_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19250
	inline TAknWindowComponentLayout title_pane_stacon_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttitle_pane_stacon_g2_sig*)(GetFunction(EApiId_title_pane_stacon_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19252
	inline TAknLayoutScalableTableLimits title_pane_stacon_g_Limits() const		{ return (*(Ttitle_pane_stacon_g_Limits_sig*)(GetFunction(EApiId_title_pane_stacon_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19253
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19254
	inline TAknLayoutScalableParameterLimits title_pane_stacon_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Ttitle_pane_stacon_g_ParamLimits_sig*)(GetFunction(EApiId_title_pane_stacon_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19255
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19256
	inline TAknWindowComponentLayout title_pane_stacon_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttitle_pane_stacon_g_sig*)(GetFunction(EApiId_title_pane_stacon_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19258
	// LAF Table : texts_graphics
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19259
	inline TAknWindowComponentLayout cursor_press_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_press_pane_sig*)(GetFunction(EApiId_cursor_press_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19261
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19262
	inline TAknLayoutScalableParameterLimits popup_fep_hwr_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_fep_hwr_window_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_hwr_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19264
	inline TAknWindowComponentLayout popup_fep_hwr_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_hwr_window_sig*)(GetFunction(EApiId_popup_fep_hwr_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19266
	inline TAknLayoutScalableParameterLimits popup_fep_vkb_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_fep_vkb_window_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_vkb_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19268
	inline TAknWindowComponentLayout popup_fep_vkb_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_vkb_window_sig*)(GetFunction(EApiId_popup_fep_vkb_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19270
	// LAF Table : cursor_press_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19271
	inline TAknWindowComponentLayout cursor_press_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcursor_press_pane_g1_sig*)(GetFunction(EApiId_cursor_press_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19273
	// LAF Table : fep_vkb_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19274
	inline TAknLayoutScalableTableLimits fep_vkb_side_pane_g_Limits() const		{ return (*(Tfep_vkb_side_pane_g_Limits_sig*)(GetFunction(EApiId_fep_vkb_side_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19276
	inline TAknLayoutScalableParameterLimits fep_vkb_side_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tfep_vkb_side_pane_g_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_side_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19278
	// LAF Table : popup_fep_hwr_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19279
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_candidate_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19281
	inline TAknWindowComponentLayout fep_hwr_candidate_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_pane_sig*)(GetFunction(EApiId_fep_hwr_candidate_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19283
	inline TAknLayoutScalableParameterLimits fep_hwr_side_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_side_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_side_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19285
	inline TAknWindowComponentLayout fep_hwr_side_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_side_pane_sig*)(GetFunction(EApiId_fep_hwr_side_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19287
	inline TAknLayoutScalableParameterLimits fep_hwr_top_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_top_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_top_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19289
	inline TAknWindowComponentLayout fep_hwr_top_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_top_pane_sig*)(GetFunction(EApiId_fep_hwr_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19291
	inline TAknLayoutScalableParameterLimits fep_hwr_write_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_write_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_write_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19293
	inline TAknWindowComponentLayout fep_hwr_write_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_write_pane_sig*)(GetFunction(EApiId_fep_hwr_write_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19295
	// LAF Table : fep_vkb_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19296
	inline TAknWindowComponentLayout fep_vkb_side_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_side_pane_g_sig*)(GetFunction(EApiId_fep_vkb_side_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19298
	// LAF Table : fep_hwr_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19299
	inline TAknWindowComponentLayout fep_hwr_top_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_top_pane_g1_sig*)(GetFunction(EApiId_fep_hwr_top_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19300
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19301
	inline TAknWindowComponentLayout fep_hwr_top_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_top_pane_g2_sig*)(GetFunction(EApiId_fep_hwr_top_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19302
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19303
	inline TAknWindowComponentLayout fep_hwr_top_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_top_pane_g3_sig*)(GetFunction(EApiId_fep_hwr_top_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19305
	inline TAknLayoutScalableTableLimits fep_hwr_top_pane_g_Limits() const		{ return (*(Tfep_hwr_top_pane_g_Limits_sig*)(GetFunction(EApiId_fep_hwr_top_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19307
	inline TAknWindowComponentLayout fep_hwr_top_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_top_pane_g_sig*)(GetFunction(EApiId_fep_hwr_top_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19309
	inline TAknWindowComponentLayout fep_hwr_top_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_top_text_pane_sig*)(GetFunction(EApiId_fep_hwr_top_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19311
	// LAF Table : fep_hwr_top_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19312
	inline TAknWindowComponentLayout fep_hwr_top_text_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_top_text_pane_g1_sig*)(GetFunction(EApiId_fep_hwr_top_text_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19313
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19314
	inline TAknTextComponentLayout fep_hwr_top_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_top_text_pane_t1_sig*)(GetFunction(EApiId_fep_hwr_top_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19316
	// LAF Table : fep_hwr_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19317
	inline TAknWindowComponentLayout fep_hwr_candidate_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_pane_g1_sig*)(GetFunction(EApiId_fep_hwr_candidate_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19319
	// LAF Table : fep_vkb_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19320
	inline TAknLayoutScalableParameterLimits fep_vkb_keypad_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_keypad_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_keypad_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19322
	inline TAknWindowComponentLayout fep_vkb_keypad_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_keypad_pane_g3_sig*)(GetFunction(EApiId_fep_vkb_keypad_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19324
	inline TAknLayoutScalableParameterLimits fep_vkb_keypad_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_keypad_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_keypad_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19326
	inline TAknWindowComponentLayout fep_vkb_keypad_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_keypad_pane_g4_sig*)(GetFunction(EApiId_fep_vkb_keypad_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19328
	// LAF Table : fep_vkb_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19329
	inline TAknLayoutScalableParameterLimits fep_vkb_bottom_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_bottom_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_bottom_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19331
	inline TAknWindowComponentLayout fep_vkb_bottom_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_bottom_pane_g2_sig*)(GetFunction(EApiId_fep_vkb_bottom_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19333
	inline TAknLayoutScalableTableLimits fep_vkb_bottom_pane_g_Limits() const		{ return (*(Tfep_vkb_bottom_pane_g_Limits_sig*)(GetFunction(EApiId_fep_vkb_bottom_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19335
	inline TAknLayoutScalableParameterLimits fep_vkb_bottom_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tfep_vkb_bottom_pane_g_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_bottom_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19337
	inline TAknWindowComponentLayout fep_vkb_bottom_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_bottom_pane_g_sig*)(GetFunction(EApiId_fep_vkb_bottom_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19339
	// LAF Table : cell_vkb_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19340
	inline TAknWindowComponentLayout cell_vkb_side_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_side_pane_g2_sig*)(GetFunction(EApiId_cell_vkb_side_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19341
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19342
	inline TAknLayoutScalableTableLimits cell_vkb_side_pane_g_Limits() const		{ return (*(Tcell_vkb_side_pane_g_Limits_sig*)(GetFunction(EApiId_cell_vkb_side_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19343
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19344
	inline TAknWindowComponentLayout cell_vkb_side_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_side_pane_g_sig*)(GetFunction(EApiId_cell_vkb_side_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19345
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19346
	inline TAknTextComponentLayout cell_vkb_side_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_side_pane_t1_sig*)(GetFunction(EApiId_cell_vkb_side_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19348
	inline TAknTextComponentLayout cell_vkb_side_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_side_pane_t1_copy1_sig*)(GetFunction(EApiId_cell_vkb_side_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19350
	// LAF Table : fep_vkb_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19351
	inline TAknWindowComponentLayout bg_fep_vkb_candidate_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_fep_vkb_candidate_pane_g2_sig*)(GetFunction(EApiId_bg_fep_vkb_candidate_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19353
	inline TAknLayoutScalableParameterLimits cell_vkb_candidate_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_vkb_candidate_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb_candidate_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19355
	// LAF Table : popup_fep_vkb_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19356
	inline TAknLayoutScalableParameterLimits aid_size_cell_vkb_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_size_cell_vkb_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_vkb_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19358
	inline TAknWindowComponentLayout aid_size_cell_vkb(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_vkb_sig*)(GetFunction(EApiId_aid_size_cell_vkb)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19360
	// LAF Table : fep_vkb_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19361
	inline TAknWindowComponentLayout cell_vkb_candidate_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_candidate_pane_sig*)(GetFunction(EApiId_cell_vkb_candidate_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19363
	// LAF Table : bg_popup_fep_shadow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19364
	inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_g1_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19366
	// LAF Table : popup_fep_vkb_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19367
	inline TAknLayoutScalableParameterLimits fep_vkb_bottom_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_bottom_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_bottom_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19369
	inline TAknWindowComponentLayout fep_vkb_bottom_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_bottom_pane_sig*)(GetFunction(EApiId_fep_vkb_bottom_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19371
	inline TAknLayoutScalableParameterLimits fep_vkb_candidate_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_candidate_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_candidate_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19373
	inline TAknWindowComponentLayout fep_vkb_candidate_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_pane_sig*)(GetFunction(EApiId_fep_vkb_candidate_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19375
	inline TAknLayoutScalableParameterLimits fep_vkb_keypad_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_keypad_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19377
	inline TAknWindowComponentLayout fep_vkb_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_keypad_pane_sig*)(GetFunction(EApiId_fep_vkb_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19379
	inline TAknLayoutScalableParameterLimits fep_vkb_side_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_side_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_side_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19380
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19381
	inline TAknWindowComponentLayout fep_vkb_side_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_side_pane_sig*)(GetFunction(EApiId_fep_vkb_side_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19383
	inline TAknLayoutScalableParameterLimits fep_vkb_top_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_top_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_top_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19385
	inline TAknWindowComponentLayout fep_vkb_top_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_top_pane_sig*)(GetFunction(EApiId_fep_vkb_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19387
	// LAF Table : fep_vkb_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19388
	inline TAknLayoutScalableParameterLimits fep_vkb_top_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_top_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_top_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19390
	inline TAknWindowComponentLayout fep_vkb_top_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_top_pane_g1_sig*)(GetFunction(EApiId_fep_vkb_top_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19392
	inline TAknLayoutScalableParameterLimits fep_vkb_top_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_top_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_top_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19394
	inline TAknWindowComponentLayout fep_vkb_top_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_top_pane_g2_sig*)(GetFunction(EApiId_fep_vkb_top_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19396
	inline TAknLayoutScalableParameterLimits fep_vkb_top_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_top_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_top_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19397
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19398
	inline TAknWindowComponentLayout fep_vkb_top_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_top_pane_g3_sig*)(GetFunction(EApiId_fep_vkb_top_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19399
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19400
	inline TAknLayoutScalableTableLimits fep_vkb_top_pane_g_Limits() const		{ return (*(Tfep_vkb_top_pane_g_Limits_sig*)(GetFunction(EApiId_fep_vkb_top_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19401
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19402
	inline TAknLayoutScalableParameterLimits fep_vkb_top_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tfep_vkb_top_pane_g_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_top_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19404
	inline TAknWindowComponentLayout fep_vkb_top_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_top_pane_g_sig*)(GetFunction(EApiId_fep_vkb_top_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19406
	inline TAknLayoutScalableParameterLimits fep_vkb_top_text_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_top_text_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_top_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19408
	inline TAknWindowComponentLayout fep_vkb_top_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_top_text_pane_sig*)(GetFunction(EApiId_fep_vkb_top_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19410
	// LAF Table : fep_vkb_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19411
	inline TAknLayoutScalableParameterLimits fep_vkb_side_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_side_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_side_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19413
	inline TAknWindowComponentLayout fep_vkb_side_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_side_pane_g1_sig*)(GetFunction(EApiId_fep_vkb_side_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19415
	inline TAknLayoutScalableParameterLimits grid_vkb_side_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_vkb_side_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_vkb_side_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19417
	inline TAknWindowComponentLayout grid_vkb_side_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_vkb_side_pane_sig*)(GetFunction(EApiId_grid_vkb_side_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19419
	// LAF Table : bg_popup_fep_shadow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19420
	inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_g2_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19422
	inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_g3_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19424
	inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_g4_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19426
	inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_g5_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19428
	inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_g6_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19429
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19430
	inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_g7_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19432
	inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_g8_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19434
	// LAF Table : fep_vkb_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19435
	inline TAknLayoutScalableParameterLimits grid_vkb_keypad_number_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_vkb_keypad_number_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_vkb_keypad_number_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19437
	inline TAknWindowComponentLayout grid_vkb_keypad_number_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_vkb_keypad_number_pane_sig*)(GetFunction(EApiId_grid_vkb_keypad_number_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19439
	inline TAknLayoutScalableParameterLimits grid_vkb_keypad_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_vkb_keypad_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_vkb_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19441
	inline TAknWindowComponentLayout grid_vkb_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_vkb_keypad_pane_sig*)(GetFunction(EApiId_grid_vkb_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19443
	// LAF Table : fep_vkb_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19444
	inline TAknLayoutScalableParameterLimits fep_vkb_bottom_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_bottom_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_bottom_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19446
	inline TAknWindowComponentLayout fep_vkb_bottom_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_bottom_pane_g1_sig*)(GetFunction(EApiId_fep_vkb_bottom_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19448
	inline TAknLayoutScalableParameterLimits grid_vkb_keypad_bottom_left_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_vkb_keypad_bottom_left_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_vkb_keypad_bottom_left_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19450
	inline TAknWindowComponentLayout grid_vkb_keypad_bottom_left_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_vkb_keypad_bottom_left_pane_sig*)(GetFunction(EApiId_grid_vkb_keypad_bottom_left_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19452
	inline TAknLayoutScalableParameterLimits grid_vkb_keypad_bottom_right_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_vkb_keypad_bottom_right_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_vkb_keypad_bottom_right_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19454
	inline TAknWindowComponentLayout grid_vkb_keypad_bottom_right_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_vkb_keypad_bottom_right_pane_sig*)(GetFunction(EApiId_grid_vkb_keypad_bottom_right_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19456
	// LAF Table : fep_vkb_top_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19457
	inline TAknWindowComponentLayout fep_vkb_top_text_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_top_text_pane_g1_sig*)(GetFunction(EApiId_fep_vkb_top_text_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19459
	inline TAknTextComponentLayout fep_vkb_top_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_top_text_pane_t1_sig*)(GetFunction(EApiId_fep_vkb_top_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19461
	// LAF Table : grid_vkb_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19462
	inline TAknLayoutScalableParameterLimits cell_vkb_side_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_vkb_side_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb_side_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19464
	inline TAknWindowComponentLayout cell_vkb_side_pane(TInt aVariety, TInt aRow, TInt aCol = 0) const		{ return (*(Tcell_vkb_side_pane_sig*)(GetFunction(EApiId_cell_vkb_side_pane)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19466
	// LAF Table : cell_vkb_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19467
	inline TAknWindowComponentLayout cell_vkb_side_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_side_pane_g1_sig*)(GetFunction(EApiId_cell_vkb_side_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19469
	// LAF Table : grid_vkb_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19470
	inline TAknLayoutScalableParameterLimits cell_vkb_keypad_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_vkb_keypad_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19472
	inline TAknWindowComponentLayout cell_vkb_keypad_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_vkb_keypad_pane_sig*)(GetFunction(EApiId_cell_vkb_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19474
	// LAF Table : cell_vkb_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19475
	inline TAknWindowComponentLayout cell_vkb_keypad_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_keypad_pane_g1_sig*)(GetFunction(EApiId_cell_vkb_keypad_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19477
	// LAF Table : bg_popup_fep_shadow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19478
	inline TAknLayoutScalableTableLimits bg_popup_fep_shadow_pane_g_Limits() const		{ return (*(Tbg_popup_fep_shadow_pane_g_Limits_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19480
	inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_g_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19482
	// LAF Table : cell_hwr_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19483
	inline TAknWindowComponentLayout cell_hwr_side_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_side_pane_g1_sig*)(GetFunction(EApiId_cell_hwr_side_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19485
	inline TAknWindowComponentLayout cell_hwr_side_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_side_pane_g2_sig*)(GetFunction(EApiId_cell_hwr_side_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19487
	// LAF Table : cell_vkb_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19488
	inline TAknTextComponentLayout cell_vkb_keypad_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_keypad_pane_t1_sig*)(GetFunction(EApiId_cell_vkb_keypad_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19490
	// LAF Table : grid_vkb_keypad_bottom_left_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19491
	inline TAknLayoutScalableParameterLimits cell_vkb_keypad_bottom_left_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_vkb_keypad_bottom_left_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb_keypad_bottom_left_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19493
	inline TAknWindowComponentLayout cell_vkb_keypad_bottom_left_pane(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tcell_vkb_keypad_bottom_left_pane_sig*)(GetFunction(EApiId_cell_vkb_keypad_bottom_left_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19495
	// LAF Table : grid_vkb_keypad_bottom_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19496
	inline TAknLayoutScalableParameterLimits cell_vkb_keypad_bottom_right_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_vkb_keypad_bottom_right_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb_keypad_bottom_right_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19498
	inline TAknWindowComponentLayout cell_vkb_keypad_bottom_right_pane(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tcell_vkb_keypad_bottom_right_pane_sig*)(GetFunction(EApiId_cell_vkb_keypad_bottom_right_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19500
	// LAF Table : cell_vkb_keypad_bottom_left_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19501
	inline TAknWindowComponentLayout cell_vkb_keypad_bottom_left_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_keypad_bottom_left_pane_g1_sig*)(GetFunction(EApiId_cell_vkb_keypad_bottom_left_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19502
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19503
	// LAF Table : cell_vkb_keypad_bottom_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19504
	inline TAknWindowComponentLayout cell_vkb_keypad_bottom_right_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_keypad_bottom_right_pane_g1_sig*)(GetFunction(EApiId_cell_vkb_keypad_bottom_right_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19506
	// LAF Table : grid_vkb_keypad_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19507
	inline TAknLayoutScalableParameterLimits cell_vkb_keypad_number_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_vkb_keypad_number_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb_keypad_number_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19509
	inline TAknWindowComponentLayout cell_vkb_keypad_number_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_vkb_keypad_number_pane_sig*)(GetFunction(EApiId_cell_vkb_keypad_number_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19511
	// LAF Table : cell_vkb_keypad_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19512
	inline TAknWindowComponentLayout cell_vkb_keypad_number_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_keypad_number_pane_g1_sig*)(GetFunction(EApiId_cell_vkb_keypad_number_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19514
	inline TAknWindowComponentLayout cell_vkb_keypad_number_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_keypad_number_pane_g2_sig*)(GetFunction(EApiId_cell_vkb_keypad_number_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19516
	inline TAknWindowComponentLayout cell_vkb_keypad_number_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_keypad_number_pane_g3_sig*)(GetFunction(EApiId_cell_vkb_keypad_number_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19518
	inline TAknLayoutScalableTableLimits cell_vkb_keypad_number_pane_g_Limits() const		{ return (*(Tcell_vkb_keypad_number_pane_g_Limits_sig*)(GetFunction(EApiId_cell_vkb_keypad_number_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19519
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19520
	inline TAknWindowComponentLayout cell_vkb_keypad_number_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_keypad_number_pane_g_sig*)(GetFunction(EApiId_cell_vkb_keypad_number_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19521
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19522
	inline TAknTextComponentLayout cell_vkb_keypad_number_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_keypad_number_pane_t1_sig*)(GetFunction(EApiId_cell_vkb_keypad_number_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19523
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19524
	// LAF Table : fep_vkb_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19525
	inline TAknWindowComponentLayout fep_vkb_candidate_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_pane_g1_sig*)(GetFunction(EApiId_fep_vkb_candidate_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19527
	// LAF Table : cell_hwr_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19528
	inline TAknLayoutScalableTableLimits cell_hwr_side_pane_g_Limits() const		{ return (*(Tcell_hwr_side_pane_g_Limits_sig*)(GetFunction(EApiId_cell_hwr_side_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19530
	inline TAknWindowComponentLayout cell_hwr_side_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_side_pane_g_sig*)(GetFunction(EApiId_cell_hwr_side_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19532
	inline TAknTextComponentLayout cell_hwr_side_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_side_pane_t1_sig*)(GetFunction(EApiId_cell_hwr_side_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19534
	inline TAknTextComponentLayout cell_hwr_side_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_side_pane_t1_copy1_sig*)(GetFunction(EApiId_cell_hwr_side_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19536
	// LAF Table : cell_hwr_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19537
	inline TAknWindowComponentLayout cell_hwr_candidate_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_candidate_pane_g1_sig*)(GetFunction(EApiId_cell_hwr_candidate_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19539
	inline TAknTextComponentLayout cell_hwr_candidate_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_candidate_pane_t1_sig*)(GetFunction(EApiId_cell_hwr_candidate_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19541
	// LAF Table : cell_vkb_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19542
	inline TAknWindowComponentLayout cell_vkb_candidate_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_candidate_pane_g2_sig*)(GetFunction(EApiId_cell_vkb_candidate_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19544
	inline TAknTextComponentLayout cell_vkb_candidate_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_candidate_pane_t1_sig*)(GetFunction(EApiId_cell_vkb_candidate_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19546
	// LAF Table : popup_fep_hwr_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19547
	inline TAknLayoutScalableParameterLimits bg_popup_fep_shadow_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19549
	inline TAknWindowComponentLayout bg_popup_fep_shadow_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19551
	// LAF Table : fep_hwr_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19552
	inline TAknWindowComponentLayout bg_fep_hwr_top_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_fep_hwr_top_pane_g4_sig*)(GetFunction(EApiId_bg_fep_hwr_top_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19554
	// LAF Table : fep_hwr_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19555
	inline TAknLayoutScalableParameterLimits bg_hwr_side_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_hwr_side_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_bg_hwr_side_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19556
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19557
	inline TAknWindowComponentLayout bg_hwr_side_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hwr_side_pane_g1_sig*)(GetFunction(EApiId_bg_hwr_side_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19559
	inline TAknLayoutScalableParameterLimits cell_hwr_side_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_hwr_side_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_hwr_side_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19561
	inline TAknWindowComponentLayout cell_hwr_side_pane(TInt aVariety, TInt aRow, TInt aCol = 0) const		{ return (*(Tcell_hwr_side_pane_sig*)(GetFunction(EApiId_cell_hwr_side_pane)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19563
	// LAF Table : fep_hwr_write_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19564
	inline TAknLayoutScalableParameterLimits fep_hwr_write_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_write_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_write_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19566
	inline TAknWindowComponentLayout fep_hwr_write_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_write_pane_g1_sig*)(GetFunction(EApiId_fep_hwr_write_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19568
	inline TAknLayoutScalableParameterLimits fep_hwr_write_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_write_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_write_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19570
	inline TAknWindowComponentLayout fep_hwr_write_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_write_pane_g2_sig*)(GetFunction(EApiId_fep_hwr_write_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19572
	inline TAknLayoutScalableParameterLimits fep_hwr_write_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_write_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_write_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19574
	inline TAknWindowComponentLayout fep_hwr_write_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_write_pane_g3_sig*)(GetFunction(EApiId_fep_hwr_write_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19576
	inline TAknLayoutScalableParameterLimits fep_hwr_write_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_write_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_write_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19578
	inline TAknWindowComponentLayout fep_hwr_write_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_write_pane_g4_sig*)(GetFunction(EApiId_fep_hwr_write_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19580
	inline TAknLayoutScalableTableLimits fep_hwr_write_pane_g_Limits() const		{ return (*(Tfep_hwr_write_pane_g_Limits_sig*)(GetFunction(EApiId_fep_hwr_write_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19582
	inline TAknLayoutScalableParameterLimits fep_hwr_write_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tfep_hwr_write_pane_g_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_write_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19584
	inline TAknWindowComponentLayout fep_hwr_write_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_write_pane_g_sig*)(GetFunction(EApiId_fep_hwr_write_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19586
	// LAF Table : fep_hwr_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19587
	inline TAknLayoutScalableParameterLimits bg_fep_hwr_candidate_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_fep_hwr_candidate_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_bg_fep_hwr_candidate_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19589
	inline TAknWindowComponentLayout bg_fep_hwr_candidate_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_fep_hwr_candidate_pane_g2_sig*)(GetFunction(EApiId_bg_fep_hwr_candidate_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19591
	inline TAknLayoutScalableParameterLimits cell_hwr_candidate_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_hwr_candidate_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_hwr_candidate_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19593
	inline TAknWindowComponentLayout cell_hwr_candidate_pane(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tcell_hwr_candidate_pane_sig*)(GetFunction(EApiId_cell_hwr_candidate_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19594
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19595
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_candidate_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19596
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19597
	// LAF Table : popup_fep_vkb_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19598
	inline TAknLayoutScalableParameterLimits bg_popup_fep_shadow_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19600
	inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_cp2_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19602
	// LAF Table : fep_vkb_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19603
	inline TAknLayoutScalableParameterLimits fep_vkb_top_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_top_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_top_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19605
	inline TAknWindowComponentLayout fep_vkb_top_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_top_pane_g4_sig*)(GetFunction(EApiId_fep_vkb_top_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19607
	// LAF Table : fep_vkb_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19608
	inline TAknLayoutScalableParameterLimits fep_vkb_side_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_side_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_side_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19610
	inline TAknWindowComponentLayout fep_vkb_side_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_side_pane_g2_sig*)(GetFunction(EApiId_fep_vkb_side_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19612
	// LAF Table : list_setting_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19613
	inline TAknLayoutScalableParameterLimits list_setting_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_list_setting_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19615
	inline TAknTextComponentLayout list_setting_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_pane_t4_sig*)(GetFunction(EApiId_list_setting_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19617
	// LAF Table : list_setting_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19618
	inline TAknLayoutScalableParameterLimits list_setting_number_pane_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_setting_number_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_list_setting_number_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19620
	inline TAknTextComponentLayout list_setting_number_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_setting_number_pane_t5_sig*)(GetFunction(EApiId_list_setting_number_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19621
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19622
	// LAF Table : list_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19623
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19625
	inline TAknWindowComponentLayout list_double_heading_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_heading_pane_cp2_sig*)(GetFunction(EApiId_list_double_heading_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19627
	// LAF Table : list_double_heading_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19628
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_g1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_g1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19630
	inline TAknWindowComponentLayout list_double_heading_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_heading_pane_g1_cp2_sig*)(GetFunction(EApiId_list_double_heading_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19632
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_g2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_g2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19634
	inline TAknWindowComponentLayout list_double_heading_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_heading_pane_g2_cp2_sig*)(GetFunction(EApiId_list_double_heading_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19636
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_t1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_t1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_t1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19638
	inline TAknTextComponentLayout list_double_heading_pane_t1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_heading_pane_t1_cp2_sig*)(GetFunction(EApiId_list_double_heading_pane_t1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19640
	inline TAknLayoutScalableParameterLimits list_double_heading_pane_t2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_heading_pane_t2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_double_heading_pane_t2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19642
	inline TAknTextComponentLayout list_double_heading_pane_t2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_heading_pane_t2_cp2_sig*)(GetFunction(EApiId_list_double_heading_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19644
	// LAF Table : Screen
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19645
	inline TAknWindowComponentLayout aid_value_unit2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_value_unit2_sig*)(GetFunction(EApiId_aid_value_unit2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19647
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19648
	inline TAknWindowComponentLayout popup_preview_fixed_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_preview_fixed_window_sig*)(GetFunction(EApiId_popup_preview_fixed_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19650
	// LAF Table : popup_preview_fixed_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19651
	inline TAknWindowComponentLayout bg_popup_preview_window_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_preview_window_pane_cp02_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19653
	inline TAknWindowComponentLayout list_preview_fixed_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_preview_fixed_pane_sig*)(GetFunction(EApiId_list_preview_fixed_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19655
	// LAF Table : list_preview_fixed_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19656
	inline TAknLayoutScalableParameterLimits list_empty_pane_fp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_empty_pane_fp_ParamLimits_sig*)(GetFunction(EApiId_list_empty_pane_fp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19658
	inline TAknWindowComponentLayout list_empty_pane_fp(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_empty_pane_fp_sig*)(GetFunction(EApiId_list_empty_pane_fp)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19660
	inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19662
	inline TAknWindowComponentLayout list_single_cale_day_pane_fp(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19664
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19666
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_fp(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19668
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_fp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_fp_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_fp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19670
	inline TAknWindowComponentLayout list_single_graphic_pane_fp(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_graphic_pane_fp_sig*)(GetFunction(EApiId_list_single_graphic_pane_fp)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19672
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_fp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_fp_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_fp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19674
	inline TAknWindowComponentLayout list_single_heading_pane_fp(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_heading_pane_fp_sig*)(GetFunction(EApiId_list_single_heading_pane_fp)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19676
	inline TAknLayoutScalableParameterLimits list_single_pane_fp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_pane_fp_ParamLimits_sig*)(GetFunction(EApiId_list_single_pane_fp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19678
	inline TAknWindowComponentLayout list_single_pane_fp(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_pane_fp_sig*)(GetFunction(EApiId_list_single_pane_fp)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19679
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19680
	// LAF Table : list_single_pane_fp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19681
	inline TAknLayoutScalableParameterLimits list_single_pane_fp_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_pane_fp_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_pane_fp_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19683
	inline TAknWindowComponentLayout list_single_pane_fp_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_pane_fp_g1_sig*)(GetFunction(EApiId_list_single_pane_fp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19685
	inline TAknLayoutScalableParameterLimits list_single_pane_fp_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_pane_fp_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_pane_fp_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19687
	inline TAknWindowComponentLayout list_single_pane_fp_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_pane_fp_g2_sig*)(GetFunction(EApiId_list_single_pane_fp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19689
	inline TAknLayoutScalableParameterLimits list_single_pane_fp_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_pane_fp_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_pane_fp_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19691
	inline TAknWindowComponentLayout list_single_pane_fp_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_pane_fp_g3_sig*)(GetFunction(EApiId_list_single_pane_fp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19693
	inline TAknLayoutScalableParameterLimits list_single_pane_fp_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_pane_fp_g4_ParamLimits_sig*)(GetFunction(EApiId_list_single_pane_fp_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19695
	inline TAknWindowComponentLayout list_single_pane_fp_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_pane_fp_g4_sig*)(GetFunction(EApiId_list_single_pane_fp_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19697
	inline TAknLayoutScalableTableLimits list_single_pane_fp_g_Limits() const		{ return (*(Tlist_single_pane_fp_g_Limits_sig*)(GetFunction(EApiId_list_single_pane_fp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19699
	inline TAknLayoutScalableParameterLimits list_single_pane_fp_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_pane_fp_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_pane_fp_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19701
	inline TAknWindowComponentLayout list_single_pane_fp_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_pane_fp_g_sig*)(GetFunction(EApiId_list_single_pane_fp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19703
	inline TAknLayoutScalableParameterLimits list_single_pane_fp_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_pane_fp_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_pane_fp_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19705
	inline TAknTextComponentLayout list_single_pane_fp_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_pane_fp_t1_sig*)(GetFunction(EApiId_list_single_pane_fp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19707
	// LAF Table : list_single_graphic_pane_fp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19708
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_fp_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_fp_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_fp_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19710
	inline TAknWindowComponentLayout list_single_graphic_pane_fp_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_pane_fp_g1_sig*)(GetFunction(EApiId_list_single_graphic_pane_fp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19712
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_fp_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_fp_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_fp_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19714
	inline TAknWindowComponentLayout list_single_graphic_pane_fp_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_pane_fp_g2_sig*)(GetFunction(EApiId_list_single_graphic_pane_fp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19716
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_fp_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_fp_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_fp_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19718
	inline TAknWindowComponentLayout list_single_graphic_pane_fp_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_pane_fp_g3_sig*)(GetFunction(EApiId_list_single_graphic_pane_fp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19720
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_fp_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_fp_g4_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_fp_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19721
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19722
	inline TAknWindowComponentLayout list_single_graphic_pane_fp_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_pane_fp_g4_sig*)(GetFunction(EApiId_list_single_graphic_pane_fp_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19724
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_fp_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_fp_g5_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_fp_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19726
	inline TAknWindowComponentLayout list_single_graphic_pane_fp_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_pane_fp_g5_sig*)(GetFunction(EApiId_list_single_graphic_pane_fp_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19728
	inline TAknLayoutScalableTableLimits list_single_graphic_pane_fp_g_Limits() const		{ return (*(Tlist_single_graphic_pane_fp_g_Limits_sig*)(GetFunction(EApiId_list_single_graphic_pane_fp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19730
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_fp_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_fp_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_fp_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19732
	inline TAknWindowComponentLayout list_single_graphic_pane_fp_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_pane_fp_g_sig*)(GetFunction(EApiId_list_single_graphic_pane_fp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19734
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_fp_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_fp_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_fp_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19736
	inline TAknTextComponentLayout list_single_graphic_pane_fp_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_pane_fp_t1_sig*)(GetFunction(EApiId_list_single_graphic_pane_fp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19738
	// LAF Table : list_single_graphic_heading_pane_fp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19739
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19741
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_fp_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_g1_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19743
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19745
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_fp_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_g2_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19747
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19749
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_fp_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_g3_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19751
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_g4_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19753
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_fp_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_g4_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19755
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_g5_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19757
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_fp_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_g5_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19759
	inline TAknLayoutScalableTableLimits list_single_graphic_heading_pane_fp_g_Limits() const		{ return (*(Tlist_single_graphic_heading_pane_fp_g_Limits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19761
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19763
	inline TAknWindowComponentLayout list_single_graphic_heading_pane_fp_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_g_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19765
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19767
	inline TAknTextComponentLayout list_single_graphic_heading_pane_fp_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_t1_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19769
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19771
	inline TAknTextComponentLayout list_single_graphic_heading_pane_fp_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_t2_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19773
	inline TAknLayoutScalableTableLimits list_single_graphic_heading_pane_fp_t_Limits() const		{ return (*(Tlist_single_graphic_heading_pane_fp_t_Limits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19775
	inline TAknLayoutScalableParameterLimits list_single_graphic_heading_pane_fp_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19776
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19777
	inline TAknTextComponentLayout list_single_graphic_heading_pane_fp_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_heading_pane_fp_t_sig*)(GetFunction(EApiId_list_single_graphic_heading_pane_fp_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19779
	// LAF Table : list_single_cale_day_pane_fp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19780
	inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19782
	inline TAknWindowComponentLayout list_single_cale_day_pane_fp_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_g1_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19784
	inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19786
	inline TAknWindowComponentLayout list_single_cale_day_pane_fp_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_g2_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19788
	inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19790
	inline TAknWindowComponentLayout list_single_cale_day_pane_fp_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_g3_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19792
	inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_g4_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19794
	inline TAknWindowComponentLayout list_single_cale_day_pane_fp_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_g4_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19796
	inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_g5_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19798
	inline TAknWindowComponentLayout list_single_cale_day_pane_fp_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_g5_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19800
	inline TAknLayoutScalableTableLimits list_single_cale_day_pane_fp_g_Limits() const		{ return (*(Tlist_single_cale_day_pane_fp_g_Limits_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19802
	inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19804
	inline TAknWindowComponentLayout list_single_cale_day_pane_fp_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_g_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19806
	inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19808
	inline TAknTextComponentLayout list_single_cale_day_pane_fp_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_t1_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19810
	inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19812
	inline TAknTextComponentLayout list_single_cale_day_pane_fp_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_t2_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19814
	inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_t3_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19816
	inline TAknTextComponentLayout list_single_cale_day_pane_fp_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_t3_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19818
	inline TAknLayoutScalableTableLimits list_single_cale_day_pane_fp_t_Limits() const		{ return (*(Tlist_single_cale_day_pane_fp_t_Limits_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19820
	inline TAknLayoutScalableParameterLimits list_single_cale_day_pane_fp_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19822
	inline TAknTextComponentLayout list_single_cale_day_pane_fp_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_day_pane_fp_t_sig*)(GetFunction(EApiId_list_single_cale_day_pane_fp_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19824
	// LAF Table : list_empty_pane_fp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19825
	inline TAknLayoutScalableParameterLimits list_empty_pane_fp_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_empty_pane_fp_g1_ParamLimits_sig*)(GetFunction(EApiId_list_empty_pane_fp_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19827
	inline TAknWindowComponentLayout list_empty_pane_fp_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_empty_pane_fp_g1_sig*)(GetFunction(EApiId_list_empty_pane_fp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19829
	inline TAknTextComponentLayout list_empty_pane_fp_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_empty_pane_fp_t1_sig*)(GetFunction(EApiId_list_empty_pane_fp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19831
	inline TAknTextComponentLayout list_empty_pane_fp_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_empty_pane_fp_t2_sig*)(GetFunction(EApiId_list_empty_pane_fp_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19833
	inline TAknLayoutScalableTableLimits list_empty_pane_fp_t_Limits() const		{ return (*(Tlist_empty_pane_fp_t_Limits_sig*)(GetFunction(EApiId_list_empty_pane_fp_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19835
	inline TAknTextComponentLayout list_empty_pane_fp_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_empty_pane_fp_t_sig*)(GetFunction(EApiId_list_empty_pane_fp_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19837
	// LAF Table : list_single_heading_pane_fp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19838
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_fp_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_fp_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_fp_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19840
	inline TAknWindowComponentLayout list_single_heading_pane_fp_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_fp_g1_sig*)(GetFunction(EApiId_list_single_heading_pane_fp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19842
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_fp_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_fp_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_fp_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19844
	inline TAknWindowComponentLayout list_single_heading_pane_fp_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_fp_g2_sig*)(GetFunction(EApiId_list_single_heading_pane_fp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19846
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_fp_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_fp_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_fp_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19848
	inline TAknWindowComponentLayout list_single_heading_pane_fp_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_fp_g3_sig*)(GetFunction(EApiId_list_single_heading_pane_fp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19850
	inline TAknLayoutScalableTableLimits list_single_heading_pane_fp_g_Limits() const		{ return (*(Tlist_single_heading_pane_fp_g_Limits_sig*)(GetFunction(EApiId_list_single_heading_pane_fp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19852
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_fp_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_fp_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_fp_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19854
	inline TAknWindowComponentLayout list_single_heading_pane_fp_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_fp_g_sig*)(GetFunction(EApiId_list_single_heading_pane_fp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19856
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_fp_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_fp_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_fp_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19858
	inline TAknTextComponentLayout list_single_heading_pane_fp_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_fp_t1_sig*)(GetFunction(EApiId_list_single_heading_pane_fp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19860
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_fp_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_fp_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_fp_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19862
	inline TAknTextComponentLayout list_single_heading_pane_fp_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_fp_t2_sig*)(GetFunction(EApiId_list_single_heading_pane_fp_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19864
	inline TAknLayoutScalableTableLimits list_single_heading_pane_fp_t_Limits() const		{ return (*(Tlist_single_heading_pane_fp_t_Limits_sig*)(GetFunction(EApiId_list_single_heading_pane_fp_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19866
	inline TAknLayoutScalableParameterLimits list_single_heading_pane_fp_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_heading_pane_fp_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_heading_pane_fp_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19868
	inline TAknTextComponentLayout list_single_heading_pane_fp_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_heading_pane_fp_t_sig*)(GetFunction(EApiId_list_single_heading_pane_fp_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19870
	// LAF Table : popup_fast_swap_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19871
	inline TAknWindowComponentLayout aid_size_cell_fast(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_fast_sig*)(GetFunction(EApiId_aid_size_cell_fast)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19872
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19873
	// LAF Table : soft_indicator_pane_cp1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19874
	inline TAknTextComponentLayout soft_indicator_pane_cp1_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsoft_indicator_pane_cp1_t1_sig*)(GetFunction(EApiId_soft_indicator_pane_cp1_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19876
	// LAF Table : grid_popup_fast_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19877
	inline TAknLayoutScalableParameterLimits cell_app_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_app_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_cell_app_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19879
	inline TAknWindowComponentLayout cell_app_pane_cp2(TInt aRow = 0, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tcell_app_pane_cp2_sig*)(GetFunction(EApiId_cell_app_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19881
	// LAF Table : popup_fep_hwr_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19882
	inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19884
	// LAF Table : fep_hwr_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19885
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_candidate_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19887
	inline TAknWindowComponentLayout fep_hwr_candidate_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_pane_g3_sig*)(GetFunction(EApiId_fep_hwr_candidate_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19889
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_candidate_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19891
	inline TAknWindowComponentLayout fep_hwr_candidate_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_pane_g4_sig*)(GetFunction(EApiId_fep_hwr_candidate_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19893
	inline TAknLayoutScalableTableLimits fep_hwr_candidate_pane_g_Limits() const		{ return (*(Tfep_hwr_candidate_pane_g_Limits_sig*)(GetFunction(EApiId_fep_hwr_candidate_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19895
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tfep_hwr_candidate_pane_g_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19897
	inline TAknWindowComponentLayout fep_hwr_candidate_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_pane_g_sig*)(GetFunction(EApiId_fep_hwr_candidate_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19899
	// LAF Table : popup_fep_vkb_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19900
	inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19902
	inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19904
	// LAF Table : fep_vkb_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19905
	inline TAknWindowComponentLayout fep_vkb_candidate_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_pane_g3_sig*)(GetFunction(EApiId_fep_vkb_candidate_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19907
	inline TAknWindowComponentLayout fep_vkb_candidate_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_pane_g4_sig*)(GetFunction(EApiId_fep_vkb_candidate_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19909
	inline TAknLayoutScalableTableLimits fep_vkb_candidate_pane_g_Limits() const		{ return (*(Tfep_vkb_candidate_pane_g_Limits_sig*)(GetFunction(EApiId_fep_vkb_candidate_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19911
	inline TAknWindowComponentLayout fep_vkb_candidate_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_pane_g_sig*)(GetFunction(EApiId_fep_vkb_candidate_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19913
	// LAF Table : cell_hwr_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19914
	inline TAknLayoutScalableParameterLimits cell_hwr_candidate_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_hwr_candidate_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_hwr_candidate_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19915
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19916
	inline TAknLayoutScalableParameterLimits cell_hwr_candidate_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_hwr_candidate_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cell_hwr_candidate_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19917
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19918
	inline TAknWindowComponentLayout cell_hwr_candidate_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_candidate_pane_g3_sig*)(GetFunction(EApiId_cell_hwr_candidate_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19919
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19920
	inline TAknLayoutScalableParameterLimits cell_hwr_candidate_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_hwr_candidate_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_cell_hwr_candidate_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19921
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19922
	inline TAknWindowComponentLayout cell_hwr_candidate_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_candidate_pane_g4_sig*)(GetFunction(EApiId_cell_hwr_candidate_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19923
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19924
	inline TAknLayoutScalableTableLimits cell_hwr_candidate_pane_g_Limits() const		{ return (*(Tcell_hwr_candidate_pane_g_Limits_sig*)(GetFunction(EApiId_cell_hwr_candidate_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19926
	inline TAknLayoutScalableParameterLimits cell_hwr_candidate_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcell_hwr_candidate_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_hwr_candidate_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19928
	inline TAknWindowComponentLayout cell_hwr_candidate_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_candidate_pane_g_sig*)(GetFunction(EApiId_cell_hwr_candidate_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19930
	// LAF Table : cell_vkb_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19931
	inline TAknLayoutScalableParameterLimits cell_vkb_candidate_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_vkb_candidate_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb_candidate_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19933
	inline TAknWindowComponentLayout cell_vkb_candidate_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_candidate_pane_g3_sig*)(GetFunction(EApiId_cell_vkb_candidate_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19935
	inline TAknLayoutScalableParameterLimits cell_vkb_candidate_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_vkb_candidate_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb_candidate_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19937
	inline TAknWindowComponentLayout cell_vkb_candidate_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb_candidate_pane_g4_sig*)(GetFunction(EApiId_cell_vkb_candidate_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19939
	// LAF Table : cell_app_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19940
	inline TAknLayoutScalableParameterLimits cell_app_pane_cp2_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_app_pane_cp2_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_app_pane_cp2_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19942
	inline TAknWindowComponentLayout cell_app_pane_cp2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_app_pane_cp2_g1_sig*)(GetFunction(EApiId_cell_app_pane_cp2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19944
	inline TAknLayoutScalableParameterLimits cell_app_pane_cp2_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_app_pane_cp2_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_app_pane_cp2_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19946
	inline TAknWindowComponentLayout cell_app_pane_cp2_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_app_pane_cp2_g2_sig*)(GetFunction(EApiId_cell_app_pane_cp2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19948
	inline TAknLayoutScalableTableLimits cell_app_pane_cp2_g_Limits() const		{ return (*(Tcell_app_pane_cp2_g_Limits_sig*)(GetFunction(EApiId_cell_app_pane_cp2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19950
	inline TAknLayoutScalableParameterLimits cell_app_pane_cp2_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcell_app_pane_cp2_g_ParamLimits_sig*)(GetFunction(EApiId_cell_app_pane_cp2_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19952
	inline TAknWindowComponentLayout cell_app_pane_cp2_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_app_pane_cp2_g_sig*)(GetFunction(EApiId_cell_app_pane_cp2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19954
	inline TAknLayoutScalableParameterLimits cell_app_pane_cp2_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_app_pane_cp2_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_app_pane_cp2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19955
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19956
	inline TAknTextComponentLayout cell_app_pane_cp2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_app_pane_cp2_t1_sig*)(GetFunction(EApiId_cell_app_pane_cp2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19957
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19958
	inline TAknLayoutScalableParameterLimits grid_highlight_pane_cp1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_highlight_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_grid_highlight_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19960
	inline TAknWindowComponentLayout grid_highlight_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp1_sig*)(GetFunction(EApiId_grid_highlight_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19962
	// LAF Table : fep_hwr_candidate_drop_down_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19963
	inline TAknLayoutScalableParameterLimits cell_hwr_candidate_pane_cp1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_hwr_candidate_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_cell_hwr_candidate_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19964
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19965
	inline TAknWindowComponentLayout cell_hwr_candidate_pane_cp1(TInt aCol, TInt aRow, TInt aVariety = 0) const		{ return (*(Tcell_hwr_candidate_pane_cp1_sig*)(GetFunction(EApiId_cell_hwr_candidate_pane_cp1)))(aCol, aRow, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19967
	inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g1_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19969
	inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g2_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19971
	inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g3_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19973
	inline TAknLayoutScalableTableLimits fep_hwr_candidate_drop_down_list_pane_g_Limits() const		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g_Limits_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19975
	inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19977
	inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19979
	// LAF Table : fep_hwr_candidate_drop_down_list_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19980
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19982
	inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g1_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19984
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19986
	inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g2_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19988
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19990
	inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g3_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19992
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19994
	inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g4_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19995
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19996
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19997
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19998
	inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g5_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20000
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20002
	inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g6_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20004
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20006
	inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g7_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20008
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20010
	inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g8_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20012
	inline TAknLayoutScalableTableLimits fep_hwr_candidate_drop_down_list_scroll_pane_g_Limits() const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g_Limits_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20014
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_scroll_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20016
	inline TAknWindowComponentLayout fep_hwr_candidate_drop_down_list_scroll_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_candidate_drop_down_list_scroll_pane_g_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_scroll_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20018
	// LAF Table : fep_vkb_candidate_drop_down_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20019
	inline TAknLayoutScalableParameterLimits cell_vkb_candidate_pane_cp1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_vkb_candidate_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb_candidate_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20020
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20021
	inline TAknWindowComponentLayout cell_vkb_candidate_pane_cp1(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_vkb_candidate_pane_cp1_sig*)(GetFunction(EApiId_cell_vkb_candidate_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20023
	inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20025
	inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g1_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20026
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20027
	inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20029
	inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g2_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20031
	inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20033
	inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g3_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20035
	inline TAknLayoutScalableTableLimits fep_vkb_candidate_drop_down_list_pane_g_Limits() const		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g_Limits_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20037
	inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20039
	inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_pane_g_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20041
	inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20043
	inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20045
	// LAF Table : fep_vkb_candidate_drop_down_list_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20046
	inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20047
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20048
	inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g1_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20050
	inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20052
	inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g2_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20053
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20054
	inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20056
	inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g3_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20058
	inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20059
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20060
	inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g4_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20061
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20062
	inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20063
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20064
	inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g5_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20066
	inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20068
	inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g6_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20070
	inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20072
	inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g7_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20074
	inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20076
	inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g8_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20078
	inline TAknLayoutScalableTableLimits fep_vkb_candidate_drop_down_list_scroll_pane_g_Limits() const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g_Limits_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20079
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20080
	inline TAknLayoutScalableParameterLimits fep_vkb_candidate_drop_down_list_scroll_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20082
	inline TAknWindowComponentLayout fep_vkb_candidate_drop_down_list_scroll_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_candidate_drop_down_list_scroll_pane_g_sig*)(GetFunction(EApiId_fep_vkb_candidate_drop_down_list_scroll_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20084
	// LAF Table : title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20085
	inline TAknLayoutScalableParameterLimits title_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttitle_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_title_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20087
	inline TAknLayoutScalableParameterLimits title_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttitle_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_title_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20088
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20089
	inline TAknLayoutScalableParameterLimits title_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Ttitle_pane_g_ParamLimits_sig*)(GetFunction(EApiId_title_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20090
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20091
	// LAF Table : popup_clock_analogue_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20092
	inline TAknWindowComponentLayout aid_call2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_call2_pane_sig*)(GetFunction(EApiId_aid_call2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20094
	inline TAknWindowComponentLayout aid_call_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_call_pane_sig*)(GetFunction(EApiId_aid_call_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20096
	inline TAknWindowComponentLayout popup_clock_analogue_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_analogue_window_g1_sig*)(GetFunction(EApiId_popup_clock_analogue_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20098
	inline TAknWindowComponentLayout popup_clock_analogue_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_analogue_window_g2_sig*)(GetFunction(EApiId_popup_clock_analogue_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20100
	inline TAknWindowComponentLayout popup_clock_analogue_window_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_analogue_window_g3_sig*)(GetFunction(EApiId_popup_clock_analogue_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20102
	inline TAknWindowComponentLayout popup_clock_analogue_window_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_analogue_window_g4_sig*)(GetFunction(EApiId_popup_clock_analogue_window_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20104
	inline TAknWindowComponentLayout popup_clock_analogue_window_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_analogue_window_g5_sig*)(GetFunction(EApiId_popup_clock_analogue_window_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20106
	inline TAknLayoutScalableTableLimits popup_clock_analogue_window_g_Limits() const		{ return (*(Tpopup_clock_analogue_window_g_Limits_sig*)(GetFunction(EApiId_popup_clock_analogue_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20108
	inline TAknWindowComponentLayout popup_clock_analogue_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_analogue_window_g_sig*)(GetFunction(EApiId_popup_clock_analogue_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20110
	inline TAknTextComponentLayout popup_clock_analogue_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_analogue_window_t1_sig*)(GetFunction(EApiId_popup_clock_analogue_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20112
	// LAF Table : popup_clock_digital_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20113
	inline TAknLayoutScalableParameterLimits clock_digital_number_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tclock_digital_number_pane_ParamLimits_sig*)(GetFunction(EApiId_clock_digital_number_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20115
	inline TAknWindowComponentLayout clock_digital_number_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_number_pane_sig*)(GetFunction(EApiId_clock_digital_number_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20117
	inline TAknLayoutScalableParameterLimits clock_digital_number_pane_cp02_ParamLimits(TInt aVariety = 0) const		{ return (*(Tclock_digital_number_pane_cp02_ParamLimits_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20119
	inline TAknWindowComponentLayout clock_digital_number_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_number_pane_cp02_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20121
	inline TAknLayoutScalableParameterLimits clock_digital_number_pane_cp03_ParamLimits(TInt aVariety = 0) const		{ return (*(Tclock_digital_number_pane_cp03_ParamLimits_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20123
	inline TAknWindowComponentLayout clock_digital_number_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_number_pane_cp03_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20125
	inline TAknLayoutScalableParameterLimits clock_digital_number_pane_cp04_ParamLimits(TInt aVariety = 0) const		{ return (*(Tclock_digital_number_pane_cp04_ParamLimits_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp04_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20127
	inline TAknWindowComponentLayout clock_digital_number_pane_cp04(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_number_pane_cp04_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20129
	inline TAknLayoutScalableParameterLimits clock_digital_separator_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tclock_digital_separator_pane_ParamLimits_sig*)(GetFunction(EApiId_clock_digital_separator_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20131
	inline TAknWindowComponentLayout clock_digital_separator_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_separator_pane_sig*)(GetFunction(EApiId_clock_digital_separator_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20133
	inline TAknLayoutScalableParameterLimits popup_clock_digital_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_clock_digital_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_clock_digital_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20135
	inline TAknTextComponentLayout popup_clock_digital_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_digital_window_t1_sig*)(GetFunction(EApiId_popup_clock_digital_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20137
	// LAF Table : clock_digital_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20138
	inline TAknWindowComponentLayout clock_digital_number_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_number_pane_g1_sig*)(GetFunction(EApiId_clock_digital_number_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20140
	inline TAknWindowComponentLayout clock_digital_number_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_number_pane_g2_sig*)(GetFunction(EApiId_clock_digital_number_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20142
	inline TAknLayoutScalableTableLimits clock_digital_number_pane_g_Limits() const		{ return (*(Tclock_digital_number_pane_g_Limits_sig*)(GetFunction(EApiId_clock_digital_number_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20144
	inline TAknWindowComponentLayout clock_digital_number_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_number_pane_g_sig*)(GetFunction(EApiId_clock_digital_number_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20146
	// LAF Table : clock_digital_separator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20147
	inline TAknWindowComponentLayout clock_digital_separator_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_separator_pane_g1_sig*)(GetFunction(EApiId_clock_digital_separator_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20149
	inline TAknWindowComponentLayout clock_digital_separator_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_separator_pane_g2_sig*)(GetFunction(EApiId_clock_digital_separator_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20151
	inline TAknLayoutScalableTableLimits clock_digital_separator_pane_g_Limits() const		{ return (*(Tclock_digital_separator_pane_g_Limits_sig*)(GetFunction(EApiId_clock_digital_separator_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20153
	inline TAknWindowComponentLayout clock_digital_separator_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_separator_pane_g_sig*)(GetFunction(EApiId_clock_digital_separator_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20155
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20156
	inline TAknLayoutScalableParameterLimits aid_fill_nsta_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_fill_nsta_ParamLimits_sig*)(GetFunction(EApiId_aid_fill_nsta_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20158
	inline TAknLayoutScalableParameterLimits indicator_nsta_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tindicator_nsta_pane_ParamLimits_sig*)(GetFunction(EApiId_indicator_nsta_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20160
	inline TAknWindowComponentLayout popup_clock_analogue_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_analogue_window_sig*)(GetFunction(EApiId_popup_clock_analogue_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20162
	inline TAknWindowComponentLayout popup_clock_digital_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_digital_window_sig*)(GetFunction(EApiId_popup_clock_digital_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20164
	// LAF Table : indicator_nsta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20165
	inline TAknLayoutScalableParameterLimits grid_indicator_nsta_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_indicator_nsta_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_indicator_nsta_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20167
	// LAF Table : clock_nsta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20168
	inline TAknTextComponentLayout clock_nsta_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_nsta_pane_t2_sig*)(GetFunction(EApiId_clock_nsta_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20170
	inline TAknLayoutScalableTableLimits clock_nsta_pane_t_Limits() const		{ return (*(Tclock_nsta_pane_t_Limits_sig*)(GetFunction(EApiId_clock_nsta_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20172
	inline TAknTextComponentLayout clock_nsta_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_nsta_pane_t_sig*)(GetFunction(EApiId_clock_nsta_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20173
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20174
	// LAF Table : scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20175
	inline TAknWindowComponentLayout aid_size_max_handle(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_max_handle_sig*)(GetFunction(EApiId_aid_size_max_handle)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20177
	inline TAknWindowComponentLayout aid_size_min_handle(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_min_handle_sig*)(GetFunction(EApiId_aid_size_min_handle)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20179
	// LAF Table : texts_graphics
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20180
	inline TAknWindowComponentLayout editor_scroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teditor_scroll_pane_sig*)(GetFunction(EApiId_editor_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20181
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20182
	// LAF Table : editor_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20183
	inline TAknWindowComponentLayout ex_editor_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tex_editor_pane_sig*)(GetFunction(EApiId_ex_editor_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20185
	inline TAknWindowComponentLayout scroll_pane_cp13(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp13_sig*)(GetFunction(EApiId_scroll_pane_cp13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20187
	// LAF Table : listscroll_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20188
	inline TAknWindowComponentLayout scroll_pane_cp14(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp14_sig*)(GetFunction(EApiId_scroll_pane_cp14)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20190
	// LAF Table : listscroll_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20191
	inline TAknWindowComponentLayout scroll_pane_cp36(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp36_sig*)(GetFunction(EApiId_scroll_pane_cp36)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20193
	// LAF Table : list_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20194
	inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_hl_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20195
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20196
	inline TAknWindowComponentLayout list_single_graphic_hl_pane_cp2(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_graphic_hl_pane_cp2_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_cp2)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20198
	// LAF Table : list_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20199
	inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_hl_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20201
	inline TAknWindowComponentLayout list_single_graphic_hl_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_graphic_hl_pane_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20203
	// LAF Table : list_single_graphic_hl_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20204
	inline TAknWindowComponentLayout aid_size_min_hl_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_min_hl_cp1_sig*)(GetFunction(EApiId_aid_size_min_hl_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20206
	inline TAknLayoutScalableParameterLimits list_highlight_pane_cp34_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_highlight_pane_cp34_ParamLimits_sig*)(GetFunction(EApiId_list_highlight_pane_cp34_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20208
	inline TAknWindowComponentLayout list_highlight_pane_cp34(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp34_sig*)(GetFunction(EApiId_list_highlight_pane_cp34)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20210
	inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20211
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20212
	inline TAknWindowComponentLayout list_single_graphic_hl_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g1_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20213
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20214
	inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20215
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20216
	inline TAknWindowComponentLayout list_single_graphic_hl_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g2_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20218
	inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20220
	inline TAknWindowComponentLayout list_single_graphic_hl_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g3_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20222
	inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20224
	inline TAknWindowComponentLayout list_single_graphic_hl_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g4_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20226
	inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20228
	inline TAknWindowComponentLayout list_single_graphic_hl_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g5_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20230
	inline TAknLayoutScalableTableLimits list_single_graphic_hl_pane_g_Limits() const		{ return (*(Tlist_single_graphic_hl_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20232
	inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20234
	inline TAknWindowComponentLayout list_single_graphic_hl_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20236
	inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_hl_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20238
	inline TAknTextComponentLayout list_single_graphic_hl_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_hl_pane_t1_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20240
	// LAF Table : list_single_graphic_hl_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20241
	inline TAknWindowComponentLayout aid_size_min_hl_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_min_hl_cp2_sig*)(GetFunction(EApiId_aid_size_min_hl_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20243
	inline TAknLayoutScalableParameterLimits list_highlight_pane_cp34_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_highlight_pane_cp34_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_highlight_pane_cp34_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20244
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20245
	inline TAknWindowComponentLayout list_highlight_pane_cp34_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp34_cp2_sig*)(GetFunction(EApiId_list_highlight_pane_cp34_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20247
	inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g1_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g1_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g1_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20249
	inline TAknWindowComponentLayout list_single_graphic_hl_pane_g1_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g1_cp2_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20251
	inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g2_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g2_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g2_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20253
	inline TAknWindowComponentLayout list_single_graphic_hl_pane_g2_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g2_cp2_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20255
	inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g3_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g3_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g3_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20257
	inline TAknWindowComponentLayout list_single_graphic_hl_pane_g3_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g3_cp2_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20259
	inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g4_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g4_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g4_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20261
	inline TAknWindowComponentLayout list_single_graphic_hl_pane_g4_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g4_cp2_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g4_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20263
	inline TAknLayoutScalableParameterLimits list_single_graphic_hl_pane_g5_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g5_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g5_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20265
	inline TAknWindowComponentLayout list_single_graphic_hl_pane_g5_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_hl_pane_g5_cp2_sig*)(GetFunction(EApiId_list_single_graphic_hl_pane_g5_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20267
	// LAF Table : control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20268
	inline TAknLayoutScalableParameterLimits control_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcontrol_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_control_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20270
	inline TAknWindowComponentLayout control_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_pane_g4_sig*)(GetFunction(EApiId_control_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20272
	// LAF Table : popup_choice_list_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20273
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp10_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_sub_pane_cp10_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20275
	inline TAknLayoutScalableParameterLimits list_choice_list_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_choice_list_pane_ParamLimits_sig*)(GetFunction(EApiId_list_choice_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20277
	inline TAknWindowComponentLayout scroll_pane_cp23(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp23_sig*)(GetFunction(EApiId_scroll_pane_cp23)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20279
	// LAF Table : popup_preview_fixed_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20280
	inline TAknLayoutScalableParameterLimits bg_popup_preview_window_pane_cp02_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_preview_window_pane_cp02_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20282
	inline TAknLayoutScalableParameterLimits list_preview_fixed_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_preview_fixed_pane_ParamLimits_sig*)(GetFunction(EApiId_list_preview_fixed_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20283
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20284
	inline TAknLayoutScalableParameterLimits list_preview_fixed_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_preview_fixed_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_list_preview_fixed_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20286
	inline TAknWindowComponentLayout list_preview_fixed_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_preview_fixed_pane_cp_sig*)(GetFunction(EApiId_list_preview_fixed_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20287
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20288
	inline TAknLayoutScalableParameterLimits popup_preview_fixed_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_preview_fixed_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_preview_fixed_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20289
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20290
	inline TAknWindowComponentLayout popup_preview_fixed_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_preview_fixed_window_g1_sig*)(GetFunction(EApiId_popup_preview_fixed_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20292
	inline TAknLayoutScalableParameterLimits popup_preview_fixed_window_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_preview_fixed_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_preview_fixed_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20294
	inline TAknWindowComponentLayout popup_preview_fixed_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_preview_fixed_window_g2_sig*)(GetFunction(EApiId_popup_preview_fixed_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20296
	inline TAknLayoutScalableTableLimits popup_preview_fixed_window_g_Limits() const		{ return (*(Tpopup_preview_fixed_window_g_Limits_sig*)(GetFunction(EApiId_popup_preview_fixed_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20298
	inline TAknLayoutScalableParameterLimits popup_preview_fixed_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_preview_fixed_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_preview_fixed_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20300
	inline TAknWindowComponentLayout popup_preview_fixed_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_preview_fixed_window_g_sig*)(GetFunction(EApiId_popup_preview_fixed_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20302
	// LAF Table : navi_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20303
	inline TAknLayoutScalableParameterLimits aid_navi_side_left_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_navi_side_left_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_navi_side_left_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20305
	inline TAknLayoutScalableParameterLimits aid_navi_side_right_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_navi_side_right_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_navi_side_right_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20307
	inline TAknLayoutScalableParameterLimits navi_icon_pane_stacon_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_icon_pane_stacon_ParamLimits_sig*)(GetFunction(EApiId_navi_icon_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20309
	inline TAknLayoutScalableParameterLimits navi_navi_pane_stacon_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_navi_pane_stacon_ParamLimits_sig*)(GetFunction(EApiId_navi_navi_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20311
	inline TAknLayoutScalableParameterLimits navi_text_pane_stacon_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_text_pane_stacon_ParamLimits_sig*)(GetFunction(EApiId_navi_text_pane_stacon_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20312
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20313
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20314
	inline TAknWindowComponentLayout main_text_info_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_text_info_pane_sig*)(GetFunction(EApiId_main_text_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20316
	// LAF Table : main_text_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20317
	inline TAknWindowComponentLayout listscroll_text_info_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_text_info_pane_sig*)(GetFunction(EApiId_listscroll_text_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20319
	// LAF Table : listscroll_text_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20320
	inline TAknLayoutScalableParameterLimits list_text_info_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_text_info_pane_ParamLimits_sig*)(GetFunction(EApiId_list_text_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20322
	inline TAknWindowComponentLayout list_text_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_text_info_pane_sig*)(GetFunction(EApiId_list_text_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20324
	inline TAknLayoutScalableParameterLimits scroll_pane_cp24_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_cp24_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp24_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20326
	inline TAknWindowComponentLayout scroll_pane_cp24(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp24_sig*)(GetFunction(EApiId_scroll_pane_cp24)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20328
	// LAF Table : list_text_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20329
	inline TAknLayoutScalableParameterLimits list_text_info_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_text_info_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_text_info_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20331
	inline TAknTextComponentLayout list_text_info_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_text_info_pane_t1_sig*)(GetFunction(EApiId_list_text_info_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20333
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20334
	inline TAknLayoutScalableParameterLimits popup_fast_swap2_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_fast_swap2_window_ParamLimits_sig*)(GetFunction(EApiId_popup_fast_swap2_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20336
	inline TAknWindowComponentLayout popup_fast_swap2_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fast_swap2_window_sig*)(GetFunction(EApiId_popup_fast_swap2_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20338
	// LAF Table : popup_fast_swap2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20339
	inline TAknWindowComponentLayout aid_size_cell_fast2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_fast2_sig*)(GetFunction(EApiId_aid_size_cell_fast2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20341
	inline TAknWindowComponentLayout bg_popup_window_pane_cp17(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp17_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp17)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20343
	inline TAknWindowComponentLayout heading_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_cp2_sig*)(GetFunction(EApiId_heading_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20345
	inline TAknWindowComponentLayout listscroll_fast2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_fast2_pane_sig*)(GetFunction(EApiId_listscroll_fast2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20347
	// LAF Table : listscroll_fast2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20348
	inline TAknWindowComponentLayout grid_fast2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_fast2_pane_sig*)(GetFunction(EApiId_grid_fast2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20350
	inline TAknWindowComponentLayout listscroll_fast2_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_fast2_pane_g1_sig*)(GetFunction(EApiId_listscroll_fast2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20352
	inline TAknWindowComponentLayout listscroll_fast2_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_fast2_pane_g2_sig*)(GetFunction(EApiId_listscroll_fast2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20354
	inline TAknLayoutScalableTableLimits listscroll_fast2_pane_g_Limits() const		{ return (*(Tlistscroll_fast2_pane_g_Limits_sig*)(GetFunction(EApiId_listscroll_fast2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20356
	inline TAknWindowComponentLayout listscroll_fast2_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_fast2_pane_g_sig*)(GetFunction(EApiId_listscroll_fast2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20358
	inline TAknWindowComponentLayout scroll_pane_cp26(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp26_sig*)(GetFunction(EApiId_scroll_pane_cp26)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20360
	// LAF Table : grid_fast2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20361
	inline TAknLayoutScalableParameterLimits cell_fast2_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_fast2_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_fast2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20363
	inline TAknWindowComponentLayout cell_fast2_pane(TInt aCol, TInt aRow, TInt aVariety = 0) const		{ return (*(Tcell_fast2_pane_sig*)(GetFunction(EApiId_cell_fast2_pane)))(aCol, aRow, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20365
	// LAF Table : cell_fast2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20366
	inline TAknWindowComponentLayout cell_fast2_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fast2_pane_g1_sig*)(GetFunction(EApiId_cell_fast2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20368
	inline TAknWindowComponentLayout cell_fast2_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fast2_pane_g2_sig*)(GetFunction(EApiId_cell_fast2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20370
	inline TAknWindowComponentLayout cell_fast2_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fast2_pane_g3_sig*)(GetFunction(EApiId_cell_fast2_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20372
	inline TAknLayoutScalableTableLimits cell_fast2_pane_g_Limits() const		{ return (*(Tcell_fast2_pane_g_Limits_sig*)(GetFunction(EApiId_cell_fast2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20374
	inline TAknWindowComponentLayout cell_fast2_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fast2_pane_g_sig*)(GetFunction(EApiId_cell_fast2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20376
	inline TAknWindowComponentLayout grid_highlight_pane_cp9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp9_sig*)(GetFunction(EApiId_grid_highlight_pane_cp9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20378
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20379
	inline TAknLayoutScalableParameterLimits main_eswt_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_eswt_pane_ParamLimits_sig*)(GetFunction(EApiId_main_eswt_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20380
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20381
	inline TAknWindowComponentLayout main_eswt_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_eswt_pane_sig*)(GetFunction(EApiId_main_eswt_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20383
	// LAF Table : list_text_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20384
	inline TAknWindowComponentLayout list_single_text_info_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_text_info_pane_sig*)(GetFunction(EApiId_list_single_text_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20386
	// LAF Table : main_eswt_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20387
	inline TAknWindowComponentLayout eswt_ctrl_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_ctrl_button_pane_sig*)(GetFunction(EApiId_eswt_ctrl_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20389
	inline TAknWindowComponentLayout eswt_ctrl_canvas_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_ctrl_canvas_pane_sig*)(GetFunction(EApiId_eswt_ctrl_canvas_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20391
	inline TAknWindowComponentLayout eswt_ctrl_combo_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_ctrl_combo_pane_sig*)(GetFunction(EApiId_eswt_ctrl_combo_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20393
	inline TAknWindowComponentLayout eswt_ctrl_default_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_ctrl_default_pane_sig*)(GetFunction(EApiId_eswt_ctrl_default_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20395
	inline TAknWindowComponentLayout eswt_ctrl_label_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_ctrl_label_pane_sig*)(GetFunction(EApiId_eswt_ctrl_label_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20397
	inline TAknWindowComponentLayout eswt_ctrl_wait_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_ctrl_wait_pane_sig*)(GetFunction(EApiId_eswt_ctrl_wait_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20399
	inline TAknWindowComponentLayout eswt_shell_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_shell_pane_sig*)(GetFunction(EApiId_eswt_shell_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20401
	inline TAknWindowComponentLayout listscroll_eswt_app_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_eswt_app_pane_sig*)(GetFunction(EApiId_listscroll_eswt_app_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20403
	inline TAknLayoutScalableParameterLimits popup_eswt_tasktip_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_eswt_tasktip_window_ParamLimits_sig*)(GetFunction(EApiId_popup_eswt_tasktip_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20405
	inline TAknWindowComponentLayout popup_eswt_tasktip_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_eswt_tasktip_window_sig*)(GetFunction(EApiId_popup_eswt_tasktip_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20407
	// LAF Table : eswt_shell_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20408
	inline TAknWindowComponentLayout bg_popup_window_pane_cp18(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp18_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp18)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20410
	// LAF Table : common_borders_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20411
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20413
	inline TAknWindowComponentLayout eswt_control_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g1_sig*)(GetFunction(EApiId_eswt_control_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20415
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20417
	inline TAknWindowComponentLayout eswt_control_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g2_sig*)(GetFunction(EApiId_eswt_control_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20419
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20421
	inline TAknWindowComponentLayout eswt_control_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g3_sig*)(GetFunction(EApiId_eswt_control_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20423
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20425
	inline TAknWindowComponentLayout eswt_control_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g4_sig*)(GetFunction(EApiId_eswt_control_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20427
	inline TAknLayoutScalableTableLimits eswt_control_pane_g_Limits() const		{ return (*(Teswt_control_pane_g_Limits_sig*)(GetFunction(EApiId_eswt_control_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20429
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20431
	inline TAknWindowComponentLayout eswt_control_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g_sig*)(GetFunction(EApiId_eswt_control_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20433
	// LAF Table : eswt_ctrl_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20434
	inline TAknLayoutScalableParameterLimits bg_button_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_button_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20436
	inline TAknWindowComponentLayout bg_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_sig*)(GetFunction(EApiId_bg_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20438
	inline TAknLayoutScalableParameterLimits common_borders_pane_copy2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcommon_borders_pane_copy2_ParamLimits_sig*)(GetFunction(EApiId_common_borders_pane_copy2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20440
	inline TAknWindowComponentLayout common_borders_pane_copy2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcommon_borders_pane_copy2_sig*)(GetFunction(EApiId_common_borders_pane_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20442
	inline TAknLayoutScalableParameterLimits control_button_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcontrol_button_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_control_button_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20444
	inline TAknWindowComponentLayout control_button_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_button_pane_g1_sig*)(GetFunction(EApiId_control_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20446
	inline TAknLayoutScalableParameterLimits control_button_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcontrol_button_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_control_button_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20448
	inline TAknWindowComponentLayout control_button_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_button_pane_g2_sig*)(GetFunction(EApiId_control_button_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20450
	inline TAknLayoutScalableParameterLimits control_button_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcontrol_button_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_control_button_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20452
	inline TAknWindowComponentLayout control_button_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_button_pane_g3_sig*)(GetFunction(EApiId_control_button_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20454
	inline TAknLayoutScalableTableLimits control_button_pane_g_Limits() const		{ return (*(Tcontrol_button_pane_g_Limits_sig*)(GetFunction(EApiId_control_button_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20456
	inline TAknLayoutScalableParameterLimits control_button_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcontrol_button_pane_g_ParamLimits_sig*)(GetFunction(EApiId_control_button_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20458
	inline TAknWindowComponentLayout control_button_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_button_pane_g_sig*)(GetFunction(EApiId_control_button_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20460
	inline TAknTextComponentLayout control_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_button_pane_t1_sig*)(GetFunction(EApiId_control_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20462
	inline TAknTextComponentLayout control_button_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_button_pane_t2_sig*)(GetFunction(EApiId_control_button_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20464
	inline TAknLayoutScalableTableLimits control_button_pane_t_Limits() const		{ return (*(Tcontrol_button_pane_t_Limits_sig*)(GetFunction(EApiId_control_button_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20466
	inline TAknTextComponentLayout control_button_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_button_pane_t_sig*)(GetFunction(EApiId_control_button_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20468
	// LAF Table : bg_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20469
	inline TAknWindowComponentLayout bg_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_g1_sig*)(GetFunction(EApiId_bg_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20471
	inline TAknWindowComponentLayout bg_button_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_g2_sig*)(GetFunction(EApiId_bg_button_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20473
	inline TAknWindowComponentLayout bg_button_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_g3_sig*)(GetFunction(EApiId_bg_button_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20474
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20475
	inline TAknWindowComponentLayout bg_button_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_g4_sig*)(GetFunction(EApiId_bg_button_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20477
	inline TAknWindowComponentLayout bg_button_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_g5_sig*)(GetFunction(EApiId_bg_button_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20479
	inline TAknWindowComponentLayout bg_button_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_g6_sig*)(GetFunction(EApiId_bg_button_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20481
	inline TAknWindowComponentLayout bg_button_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_g7_sig*)(GetFunction(EApiId_bg_button_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20483
	inline TAknWindowComponentLayout bg_button_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_g8_sig*)(GetFunction(EApiId_bg_button_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20485
	inline TAknWindowComponentLayout bg_button_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_g9_sig*)(GetFunction(EApiId_bg_button_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20487
	inline TAknLayoutScalableTableLimits bg_button_pane_g_Limits() const		{ return (*(Tbg_button_pane_g_Limits_sig*)(GetFunction(EApiId_bg_button_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20489
	inline TAknWindowComponentLayout bg_button_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_g_sig*)(GetFunction(EApiId_bg_button_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20491
	// LAF Table : eswt_ctrl_default_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20492
	inline TAknLayoutScalableParameterLimits common_borders_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcommon_borders_pane_ParamLimits_sig*)(GetFunction(EApiId_common_borders_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20494
	inline TAknWindowComponentLayout common_borders_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcommon_borders_pane_sig*)(GetFunction(EApiId_common_borders_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20496
	// LAF Table : common_borders_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20497
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g1_copy1_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g1_copy1_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20498
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20499
	inline TAknWindowComponentLayout eswt_control_pane_g1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g1_copy1_sig*)(GetFunction(EApiId_eswt_control_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20500
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20501
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g2_copy1_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g2_copy1_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g2_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20502
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20503
	inline TAknWindowComponentLayout eswt_control_pane_g2_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g2_copy1_sig*)(GetFunction(EApiId_eswt_control_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20505
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g3_copy1_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g3_copy1_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g3_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20507
	inline TAknWindowComponentLayout eswt_control_pane_g3_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g3_copy1_sig*)(GetFunction(EApiId_eswt_control_pane_g3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20509
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g4_copy1_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g4_copy1_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g4_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20511
	inline TAknWindowComponentLayout eswt_control_pane_g4_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g4_copy1_sig*)(GetFunction(EApiId_eswt_control_pane_g4_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20513
	// LAF Table : eswt_ctrl_canvas_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20514
	inline TAknWindowComponentLayout bg_eswt_ctrl_canvas_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_eswt_ctrl_canvas_pane_g1_sig*)(GetFunction(EApiId_bg_eswt_ctrl_canvas_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20516
	inline TAknLayoutScalableParameterLimits common_borders_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcommon_borders_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_common_borders_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20518
	inline TAknWindowComponentLayout common_borders_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcommon_borders_pane_cp2_sig*)(GetFunction(EApiId_common_borders_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20519
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20520
	// LAF Table : eswt_ctrl_label_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20521
	inline TAknLayoutScalableParameterLimits common_borders_pane_cp3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcommon_borders_pane_cp3_ParamLimits_sig*)(GetFunction(EApiId_common_borders_pane_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20523
	inline TAknWindowComponentLayout common_borders_pane_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcommon_borders_pane_cp3_sig*)(GetFunction(EApiId_common_borders_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20525
	inline TAknWindowComponentLayout separator_horizontal_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tseparator_horizontal_pane_sig*)(GetFunction(EApiId_separator_horizontal_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20527
	inline TAknWindowComponentLayout separator_vertical_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tseparator_vertical_pane_sig*)(GetFunction(EApiId_separator_vertical_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20529
	// LAF Table : common_borders_pane_cp3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20530
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g1_copy2_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g1_copy2_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g1_copy2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20532
	inline TAknWindowComponentLayout eswt_control_pane_g1_copy2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g1_copy2_sig*)(GetFunction(EApiId_eswt_control_pane_g1_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20534
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g2_copy2_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g2_copy2_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g2_copy2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20536
	inline TAknWindowComponentLayout eswt_control_pane_g2_copy2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g2_copy2_sig*)(GetFunction(EApiId_eswt_control_pane_g2_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20538
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g3_copy2_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g3_copy2_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g3_copy2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20540
	inline TAknWindowComponentLayout eswt_control_pane_g3_copy2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g3_copy2_sig*)(GetFunction(EApiId_eswt_control_pane_g3_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20542
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g4_copy2_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g4_copy2_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g4_copy2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20544
	inline TAknWindowComponentLayout eswt_control_pane_g4_copy2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g4_copy2_sig*)(GetFunction(EApiId_eswt_control_pane_g4_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20546
	// LAF Table : separator_horizontal_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20547
	inline TAknWindowComponentLayout common_borders_pane_cp4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcommon_borders_pane_cp4_sig*)(GetFunction(EApiId_common_borders_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20549
	inline TAknWindowComponentLayout separator_horizontal_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tseparator_horizontal_pane_g1_sig*)(GetFunction(EApiId_separator_horizontal_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20551
	inline TAknWindowComponentLayout separator_horizontal_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tseparator_horizontal_pane_g2_sig*)(GetFunction(EApiId_separator_horizontal_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20553
	inline TAknWindowComponentLayout separator_horizontal_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tseparator_horizontal_pane_g3_sig*)(GetFunction(EApiId_separator_horizontal_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20554
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20555
	inline TAknLayoutScalableTableLimits separator_horizontal_pane_g_Limits() const		{ return (*(Tseparator_horizontal_pane_g_Limits_sig*)(GetFunction(EApiId_separator_horizontal_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20556
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20557
	inline TAknWindowComponentLayout separator_horizontal_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tseparator_horizontal_pane_g_sig*)(GetFunction(EApiId_separator_horizontal_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20559
	// LAF Table : common_borders_pane_cp4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20560
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g1_copy3_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g1_copy3_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g1_copy3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20562
	inline TAknWindowComponentLayout eswt_control_pane_g1_copy3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g1_copy3_sig*)(GetFunction(EApiId_eswt_control_pane_g1_copy3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20564
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g2_copy3_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g2_copy3_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g2_copy3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20566
	inline TAknWindowComponentLayout eswt_control_pane_g2_copy3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g2_copy3_sig*)(GetFunction(EApiId_eswt_control_pane_g2_copy3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20568
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g3_copy3_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g3_copy3_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g3_copy3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20570
	inline TAknWindowComponentLayout eswt_control_pane_g3_copy3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g3_copy3_sig*)(GetFunction(EApiId_eswt_control_pane_g3_copy3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20572
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g4_copy3_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g4_copy3_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g4_copy3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20574
	inline TAknWindowComponentLayout eswt_control_pane_g4_copy3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g4_copy3_sig*)(GetFunction(EApiId_eswt_control_pane_g4_copy3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20576
	// LAF Table : separator_vertical_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20577
	inline TAknWindowComponentLayout common_borders_pane_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcommon_borders_pane_cp5_sig*)(GetFunction(EApiId_common_borders_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20579
	inline TAknWindowComponentLayout separator_vertical_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tseparator_vertical_pane_g1_sig*)(GetFunction(EApiId_separator_vertical_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20581
	inline TAknWindowComponentLayout separator_vertical_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tseparator_vertical_pane_g2_sig*)(GetFunction(EApiId_separator_vertical_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20582
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20583
	inline TAknWindowComponentLayout separator_vertical_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tseparator_vertical_pane_g3_sig*)(GetFunction(EApiId_separator_vertical_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20585
	inline TAknLayoutScalableTableLimits separator_vertical_pane_g_Limits() const		{ return (*(Tseparator_vertical_pane_g_Limits_sig*)(GetFunction(EApiId_separator_vertical_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20587
	inline TAknWindowComponentLayout separator_vertical_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tseparator_vertical_pane_g_sig*)(GetFunction(EApiId_separator_vertical_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20589
	// LAF Table : common_borders_pane_cp5
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20590
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g1_copy4_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g1_copy4_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g1_copy4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20592
	inline TAknWindowComponentLayout eswt_control_pane_g1_copy4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g1_copy4_sig*)(GetFunction(EApiId_eswt_control_pane_g1_copy4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20594
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g2_copy4_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g2_copy4_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g2_copy4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20596
	inline TAknWindowComponentLayout eswt_control_pane_g2_copy4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g2_copy4_sig*)(GetFunction(EApiId_eswt_control_pane_g2_copy4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20598
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g3_copy4_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g3_copy4_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g3_copy4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20600
	inline TAknWindowComponentLayout eswt_control_pane_g3_copy4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g3_copy4_sig*)(GetFunction(EApiId_eswt_control_pane_g3_copy4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20602
	inline TAknLayoutScalableParameterLimits eswt_control_pane_g4_copy4_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_control_pane_g4_copy4_ParamLimits_sig*)(GetFunction(EApiId_eswt_control_pane_g4_copy4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20604
	inline TAknWindowComponentLayout eswt_control_pane_g4_copy4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_control_pane_g4_copy4_sig*)(GetFunction(EApiId_eswt_control_pane_g4_copy4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20606
	// LAF Table : eswt_ctrl_combo_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20607
	inline TAknWindowComponentLayout eswt_ctrl_combo_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_ctrl_combo_button_pane_sig*)(GetFunction(EApiId_eswt_ctrl_combo_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20609
	inline TAknWindowComponentLayout eswt_ctrl_input_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_ctrl_input_pane_sig*)(GetFunction(EApiId_eswt_ctrl_input_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20611
	inline TAknWindowComponentLayout popup_choice_list_window_cp70(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_choice_list_window_cp70_sig*)(GetFunction(EApiId_popup_choice_list_window_cp70)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20613
	// LAF Table : eswt_ctrl_input_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20614
	inline TAknTextComponentLayout eswt_ctrl_input_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_ctrl_input_pane_t1_sig*)(GetFunction(EApiId_eswt_ctrl_input_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20616
	inline TAknWindowComponentLayout input_focus_pane_cp70(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp70_sig*)(GetFunction(EApiId_input_focus_pane_cp70)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20618
	// LAF Table : eswt_ctrl_combo_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20619
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp70_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_button_pane_cp70_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp70_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20621
	inline TAknWindowComponentLayout bg_button_pane_cp70(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp70_sig*)(GetFunction(EApiId_bg_button_pane_cp70)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20623
	inline TAknWindowComponentLayout eswt_ctrl_combo_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Teswt_ctrl_combo_button_pane_g1_sig*)(GetFunction(EApiId_eswt_ctrl_combo_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20625
	// LAF Table : eswt_ctrl_wait_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20626
	inline TAknWindowComponentLayout wait_bar_pane_cp70(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_bar_pane_cp70_sig*)(GetFunction(EApiId_wait_bar_pane_cp70)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20628
	// LAF Table : popup_eswt_tasktip_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20629
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp70_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_cp70_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp70_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20630
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20631
	inline TAknWindowComponentLayout bg_popup_window_pane_cp70(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp70_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp70)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20633
	inline TAknTextComponentLayout popup_eswt_tasktip_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_eswt_tasktip_window_t1_sig*)(GetFunction(EApiId_popup_eswt_tasktip_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20635
	inline TAknLayoutScalableParameterLimits wait_bar_pane_cp71_ParamLimits(TInt aVariety = 0) const		{ return (*(Twait_bar_pane_cp71_ParamLimits_sig*)(GetFunction(EApiId_wait_bar_pane_cp71_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20637
	inline TAknWindowComponentLayout wait_bar_pane_cp71(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_bar_pane_cp71_sig*)(GetFunction(EApiId_wait_bar_pane_cp71)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20639
	// LAF Table : listscroll_eswt_app_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20640
	inline TAknWindowComponentLayout grid_eswt_app_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_eswt_app_pane_sig*)(GetFunction(EApiId_grid_eswt_app_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20642
	inline TAknWindowComponentLayout scroll_pane_cp70(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp70_sig*)(GetFunction(EApiId_scroll_pane_cp70)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20644
	// LAF Table : grid_eswt_app_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20645
	inline TAknLayoutScalableParameterLimits cell_eswt_app_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_eswt_app_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_eswt_app_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20647
	inline TAknWindowComponentLayout cell_eswt_app_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_eswt_app_pane_sig*)(GetFunction(EApiId_cell_eswt_app_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20649
	// LAF Table : cell_eswt_app_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20650
	inline TAknLayoutScalableParameterLimits cell_eswt_app_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_eswt_app_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_eswt_app_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20652
	inline TAknWindowComponentLayout cell_eswt_app_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_eswt_app_pane_g1_sig*)(GetFunction(EApiId_cell_eswt_app_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20654
	inline TAknLayoutScalableParameterLimits cell_eswt_app_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_eswt_app_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_eswt_app_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20656
	inline TAknWindowComponentLayout cell_eswt_app_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_eswt_app_pane_g2_sig*)(GetFunction(EApiId_cell_eswt_app_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20658
	inline TAknLayoutScalableTableLimits cell_eswt_app_pane_g_Limits() const		{ return (*(Tcell_eswt_app_pane_g_Limits_sig*)(GetFunction(EApiId_cell_eswt_app_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20660
	inline TAknLayoutScalableParameterLimits cell_eswt_app_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcell_eswt_app_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_eswt_app_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20662
	inline TAknWindowComponentLayout cell_eswt_app_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_eswt_app_pane_g_sig*)(GetFunction(EApiId_cell_eswt_app_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20664
	inline TAknLayoutScalableParameterLimits cell_eswt_app_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_eswt_app_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_eswt_app_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20666
	inline TAknTextComponentLayout cell_eswt_app_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_eswt_app_pane_t1_sig*)(GetFunction(EApiId_cell_eswt_app_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20668
	inline TAknLayoutScalableParameterLimits grid_highlight_pane_cp70_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_highlight_pane_cp70_ParamLimits_sig*)(GetFunction(EApiId_grid_highlight_pane_cp70_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20670
	inline TAknWindowComponentLayout grid_highlight_pane_cp70(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp70_sig*)(GetFunction(EApiId_grid_highlight_pane_cp70)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20672
	// LAF Table : set_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20673
	inline TAknWindowComponentLayout set_content_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_content_pane_g1_sig*)(GetFunction(EApiId_set_content_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20675
	// LAF Table : status_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20676
	inline TAknWindowComponentLayout status_small_volume_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_volume_pane_sig*)(GetFunction(EApiId_status_small_volume_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20678
	// LAF Table : status_small_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20679
	inline TAknWindowComponentLayout status_small_volume_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_small_volume_pane_g1_sig*)(GetFunction(EApiId_status_small_volume_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20681
	inline TAknWindowComponentLayout volume_small2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small2_pane_sig*)(GetFunction(EApiId_volume_small2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20683
	// LAF Table : volume_small2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20684
	inline TAknWindowComponentLayout volume_small2_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small2_pane_g1_sig*)(GetFunction(EApiId_volume_small2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20686
	inline TAknWindowComponentLayout volume_small2_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small2_pane_g2_sig*)(GetFunction(EApiId_volume_small2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20687
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20688
	inline TAknWindowComponentLayout volume_small2_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small2_pane_g3_sig*)(GetFunction(EApiId_volume_small2_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20690
	inline TAknWindowComponentLayout volume_small2_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small2_pane_g4_sig*)(GetFunction(EApiId_volume_small2_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20692
	inline TAknWindowComponentLayout volume_small2_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small2_pane_g5_sig*)(GetFunction(EApiId_volume_small2_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20694
	inline TAknWindowComponentLayout volume_small2_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small2_pane_g6_sig*)(GetFunction(EApiId_volume_small2_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20696
	inline TAknWindowComponentLayout volume_small2_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small2_pane_g7_sig*)(GetFunction(EApiId_volume_small2_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20698
	inline TAknWindowComponentLayout volume_small2_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small2_pane_g8_sig*)(GetFunction(EApiId_volume_small2_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20700
	inline TAknWindowComponentLayout volume_small2_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small2_pane_g9_sig*)(GetFunction(EApiId_volume_small2_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20702
	inline TAknWindowComponentLayout volume_small2_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small2_pane_g10_sig*)(GetFunction(EApiId_volume_small2_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20704
	inline TAknLayoutScalableTableLimits volume_small2_pane_g_Limits() const		{ return (*(Tvolume_small2_pane_g_Limits_sig*)(GetFunction(EApiId_volume_small2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20706
	inline TAknWindowComponentLayout volume_small2_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_small2_pane_g_sig*)(GetFunction(EApiId_volume_small2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20707
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20708
	// LAF Table : fep_vkb_top_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20709
	inline TAknLayoutScalableParameterLimits fep_vkb_top_text_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_top_text_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_top_text_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20711
	inline TAknLayoutScalableParameterLimits fep_vkb_top_text_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_vkb_top_text_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_top_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20713
	// LAF Table : popup_preview_fixed_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20714
	inline TAknLayoutScalableParameterLimits popup_preview_fixed_window_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_preview_fixed_window_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_preview_fixed_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20716
	inline TAknWindowComponentLayout popup_preview_fixed_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_preview_fixed_window_g3_sig*)(GetFunction(EApiId_popup_preview_fixed_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20718
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20719
	inline TAknWindowComponentLayout popup_toolbar_trans_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_toolbar_trans_pane_sig*)(GetFunction(EApiId_popup_toolbar_trans_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20721
	// LAF Table : set_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20722
	inline TAknLayoutScalableParameterLimits aid_height_set_list_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_height_set_list_ParamLimits_sig*)(GetFunction(EApiId_aid_height_set_list_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20724
	inline TAknLayoutScalableParameterLimits aid_size_parent_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_size_parent_ParamLimits_sig*)(GetFunction(EApiId_aid_size_parent_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20726
	inline TAknLayoutScalableParameterLimits list_highlight_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_highlight_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_list_highlight_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20728
	inline TAknLayoutScalableParameterLimits set_content_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tset_content_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_set_content_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20730
	// LAF Table : list_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20731
	inline TAknLayoutScalableParameterLimits list_single_image_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_image_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_image_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20733
	inline TAknWindowComponentLayout list_single_image_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_image_pane_sig*)(GetFunction(EApiId_list_single_image_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20735
	// LAF Table : list_single_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20736
	inline TAknLayoutScalableParameterLimits aid_size_cell_image_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_size_cell_image_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_image_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20738
	inline TAknWindowComponentLayout aid_size_cell_image(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_image_sig*)(GetFunction(EApiId_aid_size_cell_image)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20740
	inline TAknLayoutScalableParameterLimits grid_single_image_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_single_image_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_single_image_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20742
	inline TAknWindowComponentLayout grid_single_image_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_single_image_pane_sig*)(GetFunction(EApiId_grid_single_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20744
	inline TAknLayoutScalableParameterLimits list_single_image_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_image_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_image_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20746
	inline TAknWindowComponentLayout list_single_image_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_image_pane_g1_sig*)(GetFunction(EApiId_list_single_image_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20747
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20748
	inline TAknLayoutScalableParameterLimits list_single_image_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_image_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_image_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20749
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20750
	inline TAknWindowComponentLayout list_single_image_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_image_pane_g2_sig*)(GetFunction(EApiId_list_single_image_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20751
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20752
	inline TAknLayoutScalableTableLimits list_single_image_pane_g_Limits() const		{ return (*(Tlist_single_image_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_image_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20753
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20754
	inline TAknLayoutScalableParameterLimits list_single_image_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_image_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_image_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20755
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20756
	inline TAknWindowComponentLayout list_single_image_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_image_pane_g_sig*)(GetFunction(EApiId_list_single_image_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20757
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20758
	inline TAknLayoutScalableParameterLimits list_single_image_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_image_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_image_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20759
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20760
	inline TAknTextComponentLayout list_single_image_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_image_pane_t1_sig*)(GetFunction(EApiId_list_single_image_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20761
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20762
	// LAF Table : grid_single_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20763
	inline TAknLayoutScalableParameterLimits cell_image_list_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_image_list_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_image_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20765
	inline TAknWindowComponentLayout cell_image_list_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0) const		{ return (*(Tcell_image_list_pane_sig*)(GetFunction(EApiId_cell_image_list_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20767
	// LAF Table : cell_image_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20768
	inline TAknWindowComponentLayout cell_image_list_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_image_list_pane_g1_sig*)(GetFunction(EApiId_cell_image_list_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20770
	inline TAknWindowComponentLayout cell_image_list_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_image_list_pane_g2_sig*)(GetFunction(EApiId_cell_image_list_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20772
	inline TAknLayoutScalableTableLimits cell_image_list_pane_g_Limits() const		{ return (*(Tcell_image_list_pane_g_Limits_sig*)(GetFunction(EApiId_cell_image_list_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20774
	inline TAknWindowComponentLayout cell_image_list_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_image_list_pane_g_sig*)(GetFunction(EApiId_cell_image_list_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20776
	// LAF Table : popup_toolbar_trans_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20777
	inline TAknWindowComponentLayout aid_size_cell_tb_trans_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_tb_trans_pane_sig*)(GetFunction(EApiId_aid_size_cell_tb_trans_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20779
	inline TAknWindowComponentLayout bg_tb_trans_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_sig*)(GetFunction(EApiId_bg_tb_trans_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20781
	inline TAknWindowComponentLayout grid_tb_trans_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_tb_trans_pane_sig*)(GetFunction(EApiId_grid_tb_trans_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20783
	// LAF Table : bg_tb_trans_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20784
	inline TAknWindowComponentLayout bg_tb_trans_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_g1_sig*)(GetFunction(EApiId_bg_tb_trans_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20786
	inline TAknWindowComponentLayout bg_tb_trans_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_g2_sig*)(GetFunction(EApiId_bg_tb_trans_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20788
	inline TAknWindowComponentLayout bg_tb_trans_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_g3_sig*)(GetFunction(EApiId_bg_tb_trans_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20790
	inline TAknWindowComponentLayout bg_tb_trans_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_g4_sig*)(GetFunction(EApiId_bg_tb_trans_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20792
	inline TAknWindowComponentLayout bg_tb_trans_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_g5_sig*)(GetFunction(EApiId_bg_tb_trans_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20794
	inline TAknWindowComponentLayout bg_tb_trans_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_g6_sig*)(GetFunction(EApiId_bg_tb_trans_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20796
	inline TAknWindowComponentLayout bg_tb_trans_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_g7_sig*)(GetFunction(EApiId_bg_tb_trans_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20798
	inline TAknWindowComponentLayout bg_tb_trans_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_g8_sig*)(GetFunction(EApiId_bg_tb_trans_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20800
	inline TAknWindowComponentLayout bg_tb_trans_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_g9_sig*)(GetFunction(EApiId_bg_tb_trans_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20802
	inline TAknLayoutScalableTableLimits bg_tb_trans_pane_g_Limits() const		{ return (*(Tbg_tb_trans_pane_g_Limits_sig*)(GetFunction(EApiId_bg_tb_trans_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20804
	inline TAknWindowComponentLayout bg_tb_trans_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_g_sig*)(GetFunction(EApiId_bg_tb_trans_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20806
	// LAF Table : grid_tb_trans_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20807
	inline TAknLayoutScalableParameterLimits cell_toolbar_trans_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_toolbar_trans_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_toolbar_trans_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20808
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20809
	inline TAknWindowComponentLayout cell_toolbar_trans_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tcell_toolbar_trans_pane_sig*)(GetFunction(EApiId_cell_toolbar_trans_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20811
	// LAF Table : cell_toolbar_trans_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20812
	inline TAknWindowComponentLayout cell_toolbar_trans_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_toolbar_trans_pane_g1_sig*)(GetFunction(EApiId_cell_toolbar_trans_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20814
	// LAF Table : list_form2_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20815
	inline TAknTextComponentLayout list_form2_midp_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_form2_midp_pane_t1_sig*)(GetFunction(EApiId_list_form2_midp_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20817
	inline TAknTextComponentLayout list_form2_midp_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_form2_midp_pane_t2_sig*)(GetFunction(EApiId_list_form2_midp_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20819
	inline TAknLayoutScalableTableLimits list_form2_midp_pane_t_Limits() const		{ return (*(Tlist_form2_midp_pane_t_Limits_sig*)(GetFunction(EApiId_list_form2_midp_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20820
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20821
	inline TAknTextComponentLayout list_form2_midp_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_form2_midp_pane_t_sig*)(GetFunction(EApiId_list_form2_midp_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20822
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20823
	inline TAknLayoutScalableParameterLimits scroll_pane_cp51_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_cp51_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp51_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20825
	// LAF Table : form2_midp_wait_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20826
	inline TAknWindowComponentLayout form2_midp_wait_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_wait_pane_g1_sig*)(GetFunction(EApiId_form2_midp_wait_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20827
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20828
	inline TAknWindowComponentLayout form2_midp_wait_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_wait_pane_g2_sig*)(GetFunction(EApiId_form2_midp_wait_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20829
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20830
	inline TAknWindowComponentLayout form2_midp_wait_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_wait_pane_g3_sig*)(GetFunction(EApiId_form2_midp_wait_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20832
	inline TAknLayoutScalableTableLimits form2_midp_wait_pane_g_Limits() const		{ return (*(Tform2_midp_wait_pane_g_Limits_sig*)(GetFunction(EApiId_form2_midp_wait_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20834
	inline TAknWindowComponentLayout form2_midp_wait_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_wait_pane_g_sig*)(GetFunction(EApiId_form2_midp_wait_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20836
	// LAF Table : list_single_midp_graphic_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20837
	inline TAknLayoutScalableParameterLimits list_highlight_pane_cp21_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_highlight_pane_cp21_ParamLimits_sig*)(GetFunction(EApiId_list_highlight_pane_cp21_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20839
	inline TAknLayoutScalableParameterLimits list_single_midp_graphic_pane_g4_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_midp_graphic_pane_g4_cp_ParamLimits_sig*)(GetFunction(EApiId_list_single_midp_graphic_pane_g4_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20841
	inline TAknLayoutScalableParameterLimits list_single_midp_graphic_pane_t1_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_midp_graphic_pane_t1_cp_ParamLimits_sig*)(GetFunction(EApiId_list_single_midp_graphic_pane_t1_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20842
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20843
	// LAF Table : list_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20844
	inline TAknLayoutScalableParameterLimits list_single_2graphic_im_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_im_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_im_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20846
	inline TAknWindowComponentLayout list_single_2graphic_im_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_2graphic_im_pane_sig*)(GetFunction(EApiId_list_single_2graphic_im_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20848
	// LAF Table : list_single_2graphic_im_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20849
	inline TAknLayoutScalableParameterLimits list_single_2graphic_im_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_im_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_im_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20851
	inline TAknWindowComponentLayout list_single_2graphic_im_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_im_pane_g1_sig*)(GetFunction(EApiId_list_single_2graphic_im_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20853
	inline TAknLayoutScalableParameterLimits list_single_2graphic_im_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_im_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_im_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20855
	inline TAknWindowComponentLayout list_single_2graphic_im_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_im_pane_g2_sig*)(GetFunction(EApiId_list_single_2graphic_im_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20857
	inline TAknLayoutScalableParameterLimits list_single_2graphic_im_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_im_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_im_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20859
	inline TAknWindowComponentLayout list_single_2graphic_im_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_im_pane_g3_sig*)(GetFunction(EApiId_list_single_2graphic_im_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20861
	inline TAknLayoutScalableTableLimits list_single_2graphic_im_pane_g_Limits() const		{ return (*(Tlist_single_2graphic_im_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_2graphic_im_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20863
	inline TAknLayoutScalableParameterLimits list_single_2graphic_im_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_im_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_im_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20865
	inline TAknWindowComponentLayout list_single_2graphic_im_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_im_pane_g_sig*)(GetFunction(EApiId_list_single_2graphic_im_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20867
	inline TAknLayoutScalableParameterLimits list_single_2graphic_im_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2graphic_im_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_im_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20869
	inline TAknTextComponentLayout list_single_2graphic_im_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_im_pane_t1_sig*)(GetFunction(EApiId_list_single_2graphic_im_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20871
	// LAF Table : list_preview_fixed_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20872
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20874
	inline TAknWindowComponentLayout list_single_graphic_2heading_pane_fp(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20876
	// LAF Table : list_single_graphic_2heading_pane_fp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20877
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20879
	inline TAknWindowComponentLayout list_single_graphic_2heading_pane_fp_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_g1_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20881
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20883
	inline TAknWindowComponentLayout list_single_graphic_2heading_pane_fp_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_g2_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20885
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20887
	inline TAknWindowComponentLayout list_single_graphic_2heading_pane_fp_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_g3_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20889
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_g4_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20891
	inline TAknWindowComponentLayout list_single_graphic_2heading_pane_fp_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_g4_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20893
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_g5_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20895
	inline TAknWindowComponentLayout list_single_graphic_2heading_pane_fp_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_g5_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20897
	inline TAknLayoutScalableTableLimits list_single_graphic_2heading_pane_fp_g_Limits() const		{ return (*(Tlist_single_graphic_2heading_pane_fp_g_Limits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20899
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20900
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20901
	inline TAknWindowComponentLayout list_single_graphic_2heading_pane_fp_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_g_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20903
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20905
	inline TAknTextComponentLayout list_single_graphic_2heading_pane_fp_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_t1_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20907
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20909
	inline TAknTextComponentLayout list_single_graphic_2heading_pane_fp_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_t2_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20911
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_t3_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20913
	inline TAknTextComponentLayout list_single_graphic_2heading_pane_fp_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_t3_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20915
	inline TAknLayoutScalableTableLimits list_single_graphic_2heading_pane_fp_t_Limits() const		{ return (*(Tlist_single_graphic_2heading_pane_fp_t_Limits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20917
	inline TAknLayoutScalableParameterLimits list_single_graphic_2heading_pane_fp_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20919
	inline TAknTextComponentLayout list_single_graphic_2heading_pane_fp_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_2heading_pane_fp_t_sig*)(GetFunction(EApiId_list_single_graphic_2heading_pane_fp_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20921
	// LAF Table : fep_hwr_write_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20922
	inline TAknLayoutScalableParameterLimits fep_hwr_write_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_write_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_write_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20923
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20924
	inline TAknWindowComponentLayout fep_hwr_write_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_write_pane_g5_sig*)(GetFunction(EApiId_fep_hwr_write_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20926
	inline TAknLayoutScalableParameterLimits fep_hwr_write_pane_g6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfep_hwr_write_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_write_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20928
	inline TAknWindowComponentLayout fep_hwr_write_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_write_pane_g6_sig*)(GetFunction(EApiId_fep_hwr_write_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20930
	// LAF Table : main_eswt_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20931
	inline TAknLayoutScalableParameterLimits eswt_shell_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Teswt_shell_pane_ParamLimits_sig*)(GetFunction(EApiId_eswt_shell_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20933
	// LAF Table : eswt_shell_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20934
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp18_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_cp18_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp18_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20936
	inline TAknWindowComponentLayout heading_pane_cp70(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_cp70_sig*)(GetFunction(EApiId_heading_pane_cp70)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20938
	// LAF Table : popup_eswt_tasktip_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20939
	inline TAknLayoutScalableParameterLimits popup_eswt_tasktip_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_eswt_tasktip_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_eswt_tasktip_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20940
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20941
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20942
	inline TAknWindowComponentLayout aid_touch_tab_arrow_left(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_tab_arrow_left_sig*)(GetFunction(EApiId_aid_touch_tab_arrow_left)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20944
	inline TAknWindowComponentLayout aid_touch_tab_arrow_right(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_tab_arrow_right_sig*)(GetFunction(EApiId_aid_touch_tab_arrow_right)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20946
	// LAF Table : title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20947
	inline TAknLayoutScalableParameterLimits title_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Ttitle_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_title_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20949
	inline TAknWindowComponentLayout title_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttitle_pane_g3_sig*)(GetFunction(EApiId_title_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20951
	// LAF Table : set_value_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20952
	inline TAknWindowComponentLayout set_value_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_value_pane_g1_sig*)(GetFunction(EApiId_set_value_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20954
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20955
	inline TAknLayoutScalableParameterLimits popup_toolbar_trans_pane_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_toolbar_trans_pane_ParamLimits_sig*)(GetFunction(EApiId_popup_toolbar_trans_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20957
	// LAF Table : popup_toolbar_trans_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20958
	inline TAknLayoutScalableParameterLimits aid_size_cell_tb_trans_pane_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_tb_trans_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_tb_trans_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20960
	inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_tb_trans_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_tb_trans_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20962
	inline TAknLayoutScalableParameterLimits grid_tb_trans_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_tb_trans_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_tb_trans_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20964
	// LAF Table : popup_note_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20965
	inline TAknLayoutScalableParameterLimits cont_note_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcont_note_pane_ParamLimits_sig*)(GetFunction(EApiId_cont_note_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20967
	inline TAknWindowComponentLayout cont_note_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcont_note_pane_sig*)(GetFunction(EApiId_cont_note_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20969
	// LAF Table : popup_snote_single_text_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20970
	inline TAknLayoutScalableParameterLimits cont_snote2_single_text_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcont_snote2_single_text_pane_ParamLimits_sig*)(GetFunction(EApiId_cont_snote2_single_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20971
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20972
	inline TAknWindowComponentLayout cont_snote2_single_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcont_snote2_single_text_pane_sig*)(GetFunction(EApiId_cont_snote2_single_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20974
	// LAF Table : popup_snote_single_graphic_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20975
	inline TAknLayoutScalableParameterLimits cont_snote2_single_graphic_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcont_snote2_single_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_cont_snote2_single_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20977
	inline TAknWindowComponentLayout cont_snote2_single_graphic_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcont_snote2_single_graphic_pane_sig*)(GetFunction(EApiId_cont_snote2_single_graphic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20979
	// LAF Table : popup_note_wait_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20980
	inline TAknLayoutScalableParameterLimits cont_note_wait_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcont_note_wait_pane_ParamLimits_sig*)(GetFunction(EApiId_cont_note_wait_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20982
	inline TAknWindowComponentLayout cont_note_wait_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcont_note_wait_pane_sig*)(GetFunction(EApiId_cont_note_wait_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20984
	// LAF Table : popup_note_image_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20985
	inline TAknLayoutScalableParameterLimits cont_note_image_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcont_note_image_pane_ParamLimits_sig*)(GetFunction(EApiId_cont_note_image_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20987
	inline TAknWindowComponentLayout cont_note_image_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcont_note_image_pane_sig*)(GetFunction(EApiId_cont_note_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20988
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20989
	// LAF Table : cont_note_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20990
	inline TAknLayoutScalableParameterLimits popup_note2_window_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20992
	inline TAknWindowComponentLayout popup_note2_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_window_g1_sig*)(GetFunction(EApiId_popup_note2_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20994
	inline TAknLayoutScalableParameterLimits popup_note2_window_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20995
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20996
	inline TAknTextComponentLayout popup_note2_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_window_t1_sig*)(GetFunction(EApiId_popup_note2_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20997
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20998
	inline TAknLayoutScalableParameterLimits popup_note2_window_t2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21000
	inline TAknTextComponentLayout popup_note2_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_window_t2_sig*)(GetFunction(EApiId_popup_note2_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21002
	inline TAknLayoutScalableParameterLimits popup_note2_window_t3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21004
	inline TAknTextComponentLayout popup_note2_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_window_t3_sig*)(GetFunction(EApiId_popup_note2_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21006
	inline TAknLayoutScalableParameterLimits popup_note2_window_t4_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21008
	inline TAknTextComponentLayout popup_note2_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_window_t4_sig*)(GetFunction(EApiId_popup_note2_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21010
	inline TAknLayoutScalableParameterLimits popup_note2_window_t5_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_window_t5_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21012
	inline TAknTextComponentLayout popup_note2_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_window_t5_sig*)(GetFunction(EApiId_popup_note2_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21014
	inline TAknLayoutScalableTableLimits popup_note2_window_t_Limits() const		{ return (*(Tpopup_note2_window_t_Limits_sig*)(GetFunction(EApiId_popup_note2_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21016
	inline TAknLayoutScalableParameterLimits popup_note2_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_note2_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21018
	inline TAknTextComponentLayout popup_note2_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_window_t_sig*)(GetFunction(EApiId_popup_note2_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21020
	// LAF Table : cont_note_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21021
	inline TAknLayoutScalableParameterLimits popup_note2_image_window_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_image_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_image_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21023
	inline TAknWindowComponentLayout popup_note2_image_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_image_window_g1_sig*)(GetFunction(EApiId_popup_note2_image_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21025
	inline TAknLayoutScalableParameterLimits popup_note2_image_window_g2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_image_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_image_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21026
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21027
	inline TAknWindowComponentLayout popup_note2_image_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_image_window_g2_sig*)(GetFunction(EApiId_popup_note2_image_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21029
	inline TAknLayoutScalableTableLimits popup_note2_image_window_g_Limits() const		{ return (*(Tpopup_note2_image_window_g_Limits_sig*)(GetFunction(EApiId_popup_note2_image_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21031
	inline TAknLayoutScalableParameterLimits popup_note2_image_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_note2_image_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_image_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21033
	inline TAknWindowComponentLayout popup_note2_image_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_image_window_g_sig*)(GetFunction(EApiId_popup_note2_image_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21035
	inline TAknLayoutScalableParameterLimits popup_note2_image_window_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_image_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_image_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21037
	inline TAknTextComponentLayout popup_note2_image_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_image_window_t1_sig*)(GetFunction(EApiId_popup_note2_image_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21039
	inline TAknLayoutScalableParameterLimits popup_note2_image_window_t2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_image_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_image_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21041
	inline TAknTextComponentLayout popup_note2_image_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_image_window_t2_sig*)(GetFunction(EApiId_popup_note2_image_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21043
	inline TAknLayoutScalableParameterLimits popup_note2_image_window_t3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_image_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_image_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21045
	inline TAknTextComponentLayout popup_note2_image_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_image_window_t3_sig*)(GetFunction(EApiId_popup_note2_image_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21047
	inline TAknLayoutScalableTableLimits popup_note2_image_window_t_Limits() const		{ return (*(Tpopup_note2_image_window_t_Limits_sig*)(GetFunction(EApiId_popup_note2_image_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21049
	inline TAknLayoutScalableParameterLimits popup_note2_image_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_note2_image_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_image_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21051
	inline TAknTextComponentLayout popup_note2_image_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_image_window_t_sig*)(GetFunction(EApiId_popup_note2_image_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21052
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21053
	// LAF Table : cont_note_wait_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21054
	inline TAknLayoutScalableParameterLimits popup_note2_wait_window_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_wait_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_wait_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21056
	inline TAknWindowComponentLayout popup_note2_wait_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_wait_window_g1_sig*)(GetFunction(EApiId_popup_note2_wait_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21058
	inline TAknLayoutScalableParameterLimits popup_note2_wait_window_g2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_wait_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_wait_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21059
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21060
	inline TAknWindowComponentLayout popup_note2_wait_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_wait_window_g2_sig*)(GetFunction(EApiId_popup_note2_wait_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21061
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21062
	inline TAknLayoutScalableParameterLimits popup_note2_wait_window_g3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_wait_window_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_wait_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21063
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21064
	inline TAknWindowComponentLayout popup_note2_wait_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_wait_window_g3_sig*)(GetFunction(EApiId_popup_note2_wait_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21066
	inline TAknLayoutScalableTableLimits popup_note2_wait_window_g_Limits() const		{ return (*(Tpopup_note2_wait_window_g_Limits_sig*)(GetFunction(EApiId_popup_note2_wait_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21068
	inline TAknLayoutScalableParameterLimits popup_note2_wait_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_note2_wait_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_wait_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21070
	inline TAknWindowComponentLayout popup_note2_wait_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_wait_window_g_sig*)(GetFunction(EApiId_popup_note2_wait_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21072
	inline TAknLayoutScalableParameterLimits popup_note2_wait_window_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_wait_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_wait_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21074
	inline TAknTextComponentLayout popup_note2_wait_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_wait_window_t1_sig*)(GetFunction(EApiId_popup_note2_wait_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21076
	inline TAknLayoutScalableParameterLimits popup_note2_wait_window_t2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_wait_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_wait_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21078
	inline TAknTextComponentLayout popup_note2_wait_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_wait_window_t2_sig*)(GetFunction(EApiId_popup_note2_wait_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21079
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21080
	inline TAknLayoutScalableParameterLimits popup_note2_wait_window_t3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_wait_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_wait_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21082
	inline TAknTextComponentLayout popup_note2_wait_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_wait_window_t3_sig*)(GetFunction(EApiId_popup_note2_wait_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21084
	inline TAknLayoutScalableParameterLimits popup_note2_wait_window_t4_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_wait_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_wait_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21086
	inline TAknTextComponentLayout popup_note2_wait_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_wait_window_t4_sig*)(GetFunction(EApiId_popup_note2_wait_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21088
	inline TAknLayoutScalableTableLimits popup_note2_wait_window_t_Limits() const		{ return (*(Tpopup_note2_wait_window_t_Limits_sig*)(GetFunction(EApiId_popup_note2_wait_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21090
	inline TAknLayoutScalableParameterLimits popup_note2_wait_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_note2_wait_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_wait_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21092
	inline TAknTextComponentLayout popup_note2_wait_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_wait_window_t_sig*)(GetFunction(EApiId_popup_note2_wait_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21094
	inline TAknLayoutScalableParameterLimits wait_bar2_pane_ParamLimits(TInt aVariety) const		{ return (*(Twait_bar2_pane_ParamLimits_sig*)(GetFunction(EApiId_wait_bar2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21096
	inline TAknWindowComponentLayout wait_bar2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_bar2_pane_sig*)(GetFunction(EApiId_wait_bar2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21098
	// LAF Table : cont_snote2_single_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21099
	inline TAknLayoutScalableParameterLimits popup_snote2_single_text_window_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_snote2_single_text_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_snote2_single_text_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21101
	inline TAknWindowComponentLayout popup_snote2_single_text_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote2_single_text_window_g1_sig*)(GetFunction(EApiId_popup_snote2_single_text_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21103
	inline TAknLayoutScalableParameterLimits popup_snote2_single_text_window_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_snote2_single_text_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_snote2_single_text_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21105
	inline TAknTextComponentLayout popup_snote2_single_text_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote2_single_text_window_t1_sig*)(GetFunction(EApiId_popup_snote2_single_text_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21107
	inline TAknLayoutScalableParameterLimits popup_snote2_single_text_window_t2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_snote2_single_text_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_snote2_single_text_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21109
	inline TAknTextComponentLayout popup_snote2_single_text_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote2_single_text_window_t2_sig*)(GetFunction(EApiId_popup_snote2_single_text_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21111
	inline TAknLayoutScalableParameterLimits popup_snote2_single_text_window_t3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_snote2_single_text_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_snote2_single_text_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21113
	inline TAknTextComponentLayout popup_snote2_single_text_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote2_single_text_window_t3_sig*)(GetFunction(EApiId_popup_snote2_single_text_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21115
	inline TAknLayoutScalableParameterLimits popup_snote2_single_text_window_t4_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_snote2_single_text_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_snote2_single_text_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21117
	inline TAknTextComponentLayout popup_snote2_single_text_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote2_single_text_window_t4_sig*)(GetFunction(EApiId_popup_snote2_single_text_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21119
	inline TAknLayoutScalableParameterLimits popup_snote2_single_text_window_t5_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_snote2_single_text_window_t5_ParamLimits_sig*)(GetFunction(EApiId_popup_snote2_single_text_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21121
	inline TAknTextComponentLayout popup_snote2_single_text_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote2_single_text_window_t5_sig*)(GetFunction(EApiId_popup_snote2_single_text_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21123
	inline TAknLayoutScalableTableLimits popup_snote2_single_text_window_t_Limits() const		{ return (*(Tpopup_snote2_single_text_window_t_Limits_sig*)(GetFunction(EApiId_popup_snote2_single_text_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21125
	inline TAknLayoutScalableParameterLimits popup_snote2_single_text_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_snote2_single_text_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_snote2_single_text_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21127
	inline TAknTextComponentLayout popup_snote2_single_text_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote2_single_text_window_t_sig*)(GetFunction(EApiId_popup_snote2_single_text_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21129
	// LAF Table : cont_snote2_single_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21130
	inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_snote2_single_graphic_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21132
	inline TAknWindowComponentLayout popup_snote2_single_graphic_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote2_single_graphic_window_g1_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21134
	inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_g2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_snote2_single_graphic_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21136
	inline TAknWindowComponentLayout popup_snote2_single_graphic_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote2_single_graphic_window_g2_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21138
	inline TAknLayoutScalableTableLimits popup_snote2_single_graphic_window_g_Limits() const		{ return (*(Tpopup_snote2_single_graphic_window_g_Limits_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21140
	inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_snote2_single_graphic_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21142
	inline TAknWindowComponentLayout popup_snote2_single_graphic_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote2_single_graphic_window_g_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21144
	inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_snote2_single_graphic_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21146
	inline TAknTextComponentLayout popup_snote2_single_graphic_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote2_single_graphic_window_t1_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21148
	inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_t2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_snote2_single_graphic_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21150
	inline TAknTextComponentLayout popup_snote2_single_graphic_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote2_single_graphic_window_t2_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21152
	inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_t3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_snote2_single_graphic_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21154
	inline TAknTextComponentLayout popup_snote2_single_graphic_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote2_single_graphic_window_t3_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21156
	inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_t4_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_snote2_single_graphic_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21158
	inline TAknTextComponentLayout popup_snote2_single_graphic_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote2_single_graphic_window_t4_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21160
	inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_t5_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_snote2_single_graphic_window_t5_ParamLimits_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21162
	inline TAknTextComponentLayout popup_snote2_single_graphic_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote2_single_graphic_window_t5_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21164
	inline TAknLayoutScalableTableLimits popup_snote2_single_graphic_window_t_Limits() const		{ return (*(Tpopup_snote2_single_graphic_window_t_Limits_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21166
	inline TAknLayoutScalableParameterLimits popup_snote2_single_graphic_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_snote2_single_graphic_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21168
	inline TAknTextComponentLayout popup_snote2_single_graphic_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_snote2_single_graphic_window_t_sig*)(GetFunction(EApiId_popup_snote2_single_graphic_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21170
	// LAF Table : clock_nsta_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21171
	inline TAknTextComponentLayout clock_nsta_pane_cp2_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_nsta_pane_cp2_t1_sig*)(GetFunction(EApiId_clock_nsta_pane_cp2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21173
	inline TAknTextComponentLayout clock_nsta_pane_cp2_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_nsta_pane_cp2_t2_sig*)(GetFunction(EApiId_clock_nsta_pane_cp2_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21175
	inline TAknLayoutScalableTableLimits clock_nsta_pane_cp2_t_Limits() const		{ return (*(Tclock_nsta_pane_cp2_t_Limits_sig*)(GetFunction(EApiId_clock_nsta_pane_cp2_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21177
	inline TAknTextComponentLayout clock_nsta_pane_cp2_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_nsta_pane_cp2_t_sig*)(GetFunction(EApiId_clock_nsta_pane_cp2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21179
	// LAF Table : form_field_data_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21180
	inline TAknLayoutScalableParameterLimits form_field_data_wide_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tform_field_data_wide_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_form_field_data_wide_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21181
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21182
	inline TAknLayoutScalableParameterLimits form_field_data_wide_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tform_field_data_wide_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_form_field_data_wide_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21183
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21184
	inline TAknWindowComponentLayout form_field_data_wide_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_wide_pane_g2_sig*)(GetFunction(EApiId_form_field_data_wide_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21186
	inline TAknLayoutScalableParameterLimits form_field_data_wide_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tform_field_data_wide_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_form_field_data_wide_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21188
	inline TAknWindowComponentLayout form_field_data_wide_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_wide_pane_g3_sig*)(GetFunction(EApiId_form_field_data_wide_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21190
	inline TAknLayoutScalableTableLimits form_field_data_wide_pane_g_Limits() const		{ return (*(Tform_field_data_wide_pane_g_Limits_sig*)(GetFunction(EApiId_form_field_data_wide_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21191
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21192
	inline TAknLayoutScalableParameterLimits form_field_data_wide_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tform_field_data_wide_pane_g_ParamLimits_sig*)(GetFunction(EApiId_form_field_data_wide_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21193
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21194
	inline TAknWindowComponentLayout form_field_data_wide_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform_field_data_wide_pane_g_sig*)(GetFunction(EApiId_form_field_data_wide_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21195
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21196
	// LAF Table : touch_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21197
	inline TAknLayoutScalableParameterLimits grid_touch_3_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_touch_3_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_touch_3_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21199
	inline TAknWindowComponentLayout grid_touch_3_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_touch_3_pane_sig*)(GetFunction(EApiId_grid_touch_3_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21201
	// LAF Table : grid_touch_3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21202
	inline TAknLayoutScalableParameterLimits cell_touch_3_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_touch_3_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_touch_3_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21204
	inline TAknWindowComponentLayout cell_touch_3_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_touch_3_pane_sig*)(GetFunction(EApiId_cell_touch_3_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21206
	// LAF Table : cell_touch_3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21207
	inline TAknWindowComponentLayout cell_touch_3_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_touch_3_pane_g1_sig*)(GetFunction(EApiId_cell_touch_3_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21209
	inline TAknWindowComponentLayout cell_touch_3_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_touch_3_pane_g2_sig*)(GetFunction(EApiId_cell_touch_3_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21211
	inline TAknLayoutScalableTableLimits cell_touch_3_pane_g_Limits() const		{ return (*(Tcell_touch_3_pane_g_Limits_sig*)(GetFunction(EApiId_cell_touch_3_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21213
	inline TAknWindowComponentLayout cell_touch_3_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_touch_3_pane_g_sig*)(GetFunction(EApiId_cell_touch_3_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21215
	// LAF Table : popup_query_data_code_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21216
	inline TAknWindowComponentLayout cont_query_data_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcont_query_data_pane_sig*)(GetFunction(EApiId_cont_query_data_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21218
	inline TAknWindowComponentLayout cont_query_data_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcont_query_data_pane_cp1_sig*)(GetFunction(EApiId_cont_query_data_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21220
	// LAF Table : cont_query_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21221
	inline TAknWindowComponentLayout button_value_adjust_pane_cp7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbutton_value_adjust_pane_cp7_sig*)(GetFunction(EApiId_button_value_adjust_pane_cp7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21223
	inline TAknWindowComponentLayout query_popup_pane_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tquery_popup_pane_cp3_sig*)(GetFunction(EApiId_query_popup_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21224
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21225
	// LAF Table : popup_side_volume_key_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21226
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp22_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_sub_pane_cp22_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp22_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21228
	inline TAknWindowComponentLayout navi_navi_volume_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_navi_volume_pane_cp2_sig*)(GetFunction(EApiId_navi_navi_volume_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21230
	inline TAknWindowComponentLayout popup_side_volume_key_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_side_volume_key_window_g2_sig*)(GetFunction(EApiId_popup_side_volume_key_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21232
	inline TAknWindowComponentLayout popup_side_volume_key_window_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_side_volume_key_window_g3_sig*)(GetFunction(EApiId_popup_side_volume_key_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21234
	inline TAknLayoutScalableTableLimits popup_side_volume_key_window_g_Limits() const		{ return (*(Tpopup_side_volume_key_window_g_Limits_sig*)(GetFunction(EApiId_popup_side_volume_key_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21236
	inline TAknWindowComponentLayout popup_side_volume_key_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_side_volume_key_window_g_sig*)(GetFunction(EApiId_popup_side_volume_key_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21238
	inline TAknTextComponentLayout popup_side_volume_key_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_side_volume_key_window_t2_sig*)(GetFunction(EApiId_popup_side_volume_key_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21240
	inline TAknLayoutScalableTableLimits popup_side_volume_key_window_t_Limits() const		{ return (*(Tpopup_side_volume_key_window_t_Limits_sig*)(GetFunction(EApiId_popup_side_volume_key_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21242
	inline TAknTextComponentLayout popup_side_volume_key_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_side_volume_key_window_t_sig*)(GetFunction(EApiId_popup_side_volume_key_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21244
	// LAF Table : area_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21245
	inline TAknLayoutScalableParameterLimits popup_side_volume_key_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_side_volume_key_window_ParamLimits_sig*)(GetFunction(EApiId_popup_side_volume_key_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21247
	// LAF Table : list_double_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21248
	inline TAknLayoutScalableParameterLimits list_double_graphic_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_graphic_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_list_double_graphic_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21250
	inline TAknWindowComponentLayout list_double_graphic_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_graphic_pane_g4_sig*)(GetFunction(EApiId_list_double_graphic_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21252
	// LAF Table : list_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21253
	inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_2heading_msg_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21255
	inline TAknWindowComponentLayout list_single_2heading_msg_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_2heading_msg_pane_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21257
	// LAF Table : list_single_2heading_msg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21258
	inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_2heading_msg_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21260
	inline TAknWindowComponentLayout list_single_2heading_msg_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2heading_msg_pane_g1_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21262
	inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_2heading_msg_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21264
	inline TAknWindowComponentLayout list_single_2heading_msg_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2heading_msg_pane_g2_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21266
	inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_2heading_msg_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21268
	inline TAknWindowComponentLayout list_single_2heading_msg_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2heading_msg_pane_g3_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21270
	inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_2heading_msg_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21272
	inline TAknWindowComponentLayout list_single_2heading_msg_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2heading_msg_pane_g4_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21274
	inline TAknLayoutScalableTableLimits list_single_2heading_msg_pane_g_Limits() const		{ return (*(Tlist_single_2heading_msg_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21276
	inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_2heading_msg_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21278
	inline TAknWindowComponentLayout list_single_2heading_msg_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2heading_msg_pane_g_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21280
	inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_2heading_msg_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21282
	inline TAknTextComponentLayout list_single_2heading_msg_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2heading_msg_pane_t1_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21283
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21284
	inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_2heading_msg_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21286
	inline TAknTextComponentLayout list_single_2heading_msg_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2heading_msg_pane_t2_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21287
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21288
	inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_2heading_msg_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21289
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21290
	inline TAknTextComponentLayout list_single_2heading_msg_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2heading_msg_pane_t3_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21292
	inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_2heading_msg_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21294
	inline TAknTextComponentLayout list_single_2heading_msg_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2heading_msg_pane_t4_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21296
	inline TAknLayoutScalableTableLimits list_single_2heading_msg_pane_t_Limits() const		{ return (*(Tlist_single_2heading_msg_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21298
	inline TAknLayoutScalableParameterLimits list_single_2heading_msg_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_2heading_msg_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21300
	inline TAknTextComponentLayout list_single_2heading_msg_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2heading_msg_pane_t_sig*)(GetFunction(EApiId_list_single_2heading_msg_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21302
	// LAF Table : title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21303
	inline TAknLayoutScalableParameterLimits title_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Ttitle_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_title_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21305
	inline TAknWindowComponentLayout title_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttitle_pane_g4_sig*)(GetFunction(EApiId_title_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21307
	// LAF Table : title_pane_stacon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21308
	inline TAknLayoutScalableParameterLimits title_pane_stacon_g3_ParamLimits(TInt aVariety) const		{ return (*(Ttitle_pane_stacon_g3_ParamLimits_sig*)(GetFunction(EApiId_title_pane_stacon_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21310
	inline TAknWindowComponentLayout title_pane_stacon_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttitle_pane_stacon_g3_sig*)(GetFunction(EApiId_title_pane_stacon_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21312
	// LAF Table : list_single_2graphic_im_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21313
	inline TAknLayoutScalableParameterLimits list_single_2graphic_im_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_2graphic_im_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_list_single_2graphic_im_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21315
	inline TAknWindowComponentLayout list_single_2graphic_im_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_2graphic_im_pane_g4_sig*)(GetFunction(EApiId_list_single_2graphic_im_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21317
	// LAF Table : ai_gene_pane_1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21318
	inline TAknWindowComponentLayout popup_side_volume_key_window_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_side_volume_key_window_cp_sig*)(GetFunction(EApiId_popup_side_volume_key_window_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21320
	// LAF Table : main_idle_act2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21321
	inline TAknTextComponentLayout main_idle_act2_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_idle_act2_pane_t1_sig*)(GetFunction(EApiId_main_idle_act2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21323
	// LAF Table : toolbar_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21324
	inline TAknWindowComponentLayout toolbar_button_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar_button_pane_g10_sig*)(GetFunction(EApiId_toolbar_button_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21326
	// LAF Table : listscroll_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21327
	inline TAknWindowComponentLayout popup_toolbar_window_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_toolbar_window_cp1_sig*)(GetFunction(EApiId_popup_toolbar_window_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21328
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21329
	// LAF Table : clock_nsta_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21330
	inline TAknTextComponentLayout clock_nsta_pane_cp_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_nsta_pane_cp_t1_sig*)(GetFunction(EApiId_clock_nsta_pane_cp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21332
	inline TAknTextComponentLayout clock_nsta_pane_cp_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_nsta_pane_cp_t2_sig*)(GetFunction(EApiId_clock_nsta_pane_cp_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21334
	inline TAknLayoutScalableTableLimits clock_nsta_pane_cp_t_Limits() const		{ return (*(Tclock_nsta_pane_cp_t_Limits_sig*)(GetFunction(EApiId_clock_nsta_pane_cp_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21336
	inline TAknTextComponentLayout clock_nsta_pane_cp_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_nsta_pane_cp_t_sig*)(GetFunction(EApiId_clock_nsta_pane_cp_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21338
	// LAF Table : popup_side_volume_key_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21339
	inline TAknLayoutScalableParameterLimits navi_navi_volume_pane_cp2_ParamLimits(TInt aVariety) const		{ return (*(Tnavi_navi_volume_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_navi_navi_volume_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21341
	inline TAknLayoutScalableParameterLimits popup_side_volume_key_window_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_side_volume_key_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_side_volume_key_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21343
	inline TAknLayoutScalableParameterLimits popup_side_volume_key_window_g2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_side_volume_key_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_side_volume_key_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21345
	inline TAknLayoutScalableParameterLimits popup_side_volume_key_window_g3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_side_volume_key_window_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_side_volume_key_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21347
	inline TAknLayoutScalableParameterLimits popup_side_volume_key_window_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tpopup_side_volume_key_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_side_volume_key_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21349
	// LAF Table : popup_fep_hwr_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21350
	inline TAknWindowComponentLayout fep_hwr_aid_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_aid_pane_sig*)(GetFunction(EApiId_fep_hwr_aid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21352
	// LAF Table : fep_hwr_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21353
	inline TAknLayoutScalableParameterLimits bg_fep_hwr_top_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tbg_fep_hwr_top_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_bg_fep_hwr_top_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21355
	inline TAknLayoutScalableParameterLimits fep_hwr_top_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tfep_hwr_top_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_top_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21356
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21357
	inline TAknLayoutScalableParameterLimits fep_hwr_top_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tfep_hwr_top_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_top_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21358
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21359
	inline TAknLayoutScalableParameterLimits fep_hwr_top_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tfep_hwr_top_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_top_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21361
	inline TAknLayoutScalableParameterLimits fep_hwr_top_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tfep_hwr_top_pane_g_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_top_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21363
	inline TAknLayoutScalableParameterLimits fep_hwr_top_text_pane_ParamLimits(TInt aVariety) const		{ return (*(Tfep_hwr_top_text_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_top_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21365
	// LAF Table : navi_navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21366
	inline TAknWindowComponentLayout aid_touch_tab_arrow_arrow_2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_tab_arrow_arrow_2_sig*)(GetFunction(EApiId_aid_touch_tab_arrow_arrow_2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21368
	inline TAknWindowComponentLayout aid_touch_tab_arrow_left_2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_tab_arrow_left_2_sig*)(GetFunction(EApiId_aid_touch_tab_arrow_left_2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21370
	// LAF Table : popup_fep_hwr_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21371
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_pane_ParamLimits(TInt aVariety) const		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21373
	inline TAknWindowComponentLayout fep_hwr_prediction_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_prediction_pane_sig*)(GetFunction(EApiId_fep_hwr_prediction_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21375
	// LAF Table : popup_fep_vkb_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21376
	inline TAknWindowComponentLayout fep_vkb_prediction_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_prediction_pane_sig*)(GetFunction(EApiId_fep_vkb_prediction_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21378
	// LAF Table : fep_vkb_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21379
	inline TAknLayoutScalableParameterLimits fep_vkb_side_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tfep_vkb_side_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_side_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21380
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21381
	inline TAknWindowComponentLayout fep_vkb_side_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_side_pane_g3_sig*)(GetFunction(EApiId_fep_vkb_side_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21383
	// LAF Table : fep_hwr_candidate_drop_down_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21384
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21386
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21388
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21390
	inline TAknLayoutScalableParameterLimits fep_hwr_candidate_drop_down_list_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tfep_hwr_candidate_drop_down_list_pane_g_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_candidate_drop_down_list_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21392
	// LAF Table : fep_hwr_prediction_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21393
	inline TAknWindowComponentLayout fep_hwr_prediction_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_prediction_pane_g1_sig*)(GetFunction(EApiId_fep_hwr_prediction_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21395
	inline TAknWindowComponentLayout fep_hwr_prediction_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_prediction_pane_g2_sig*)(GetFunction(EApiId_fep_hwr_prediction_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21397
	inline TAknWindowComponentLayout fep_hwr_prediction_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_prediction_pane_g3_sig*)(GetFunction(EApiId_fep_hwr_prediction_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21399
	inline TAknWindowComponentLayout fep_hwr_prediction_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_prediction_pane_g4_sig*)(GetFunction(EApiId_fep_hwr_prediction_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21401
	inline TAknLayoutScalableTableLimits fep_hwr_prediction_pane_g_Limits() const		{ return (*(Tfep_hwr_prediction_pane_g_Limits_sig*)(GetFunction(EApiId_fep_hwr_prediction_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21403
	inline TAknWindowComponentLayout fep_hwr_prediction_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_hwr_prediction_pane_g_sig*)(GetFunction(EApiId_fep_hwr_prediction_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21405
	// LAF Table : fep_vkb_prediction_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21406
	inline TAknWindowComponentLayout fep_vkb_prediction_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_prediction_pane_g1_sig*)(GetFunction(EApiId_fep_vkb_prediction_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21408
	inline TAknWindowComponentLayout fep_vkb_prediction_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_prediction_pane_g2_sig*)(GetFunction(EApiId_fep_vkb_prediction_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21410
	inline TAknWindowComponentLayout fep_vkb_prediction_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_prediction_pane_g3_sig*)(GetFunction(EApiId_fep_vkb_prediction_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21411
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21412
	inline TAknWindowComponentLayout fep_vkb_prediction_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_prediction_pane_g4_sig*)(GetFunction(EApiId_fep_vkb_prediction_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21413
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21414
	inline TAknLayoutScalableTableLimits fep_vkb_prediction_pane_g_Limits() const		{ return (*(Tfep_vkb_prediction_pane_g_Limits_sig*)(GetFunction(EApiId_fep_vkb_prediction_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21416
	inline TAknWindowComponentLayout fep_vkb_prediction_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_prediction_pane_g_sig*)(GetFunction(EApiId_fep_vkb_prediction_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21418
	// LAF Table : slider_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21419
	inline TAknWindowComponentLayout slider_set_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_g3_sig*)(GetFunction(EApiId_slider_set_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21421
	inline TAknWindowComponentLayout slider_set_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_g4_sig*)(GetFunction(EApiId_slider_set_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21423
	inline TAknWindowComponentLayout slider_set_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_g5_sig*)(GetFunction(EApiId_slider_set_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21425
	inline TAknWindowComponentLayout slider_set_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_g6_sig*)(GetFunction(EApiId_slider_set_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21427
	inline TAknWindowComponentLayout slider_set_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_g7_sig*)(GetFunction(EApiId_slider_set_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21429
	// LAF Table : slider_form_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21430
	inline TAknWindowComponentLayout slider_form_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_g3_sig*)(GetFunction(EApiId_slider_form_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21432
	inline TAknWindowComponentLayout slider_form_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_g4_sig*)(GetFunction(EApiId_slider_form_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21434
	inline TAknWindowComponentLayout slider_form_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_g5_sig*)(GetFunction(EApiId_slider_form_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21436
	inline TAknWindowComponentLayout slider_form_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_g6_sig*)(GetFunction(EApiId_slider_form_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21438
	inline TAknWindowComponentLayout slider_form_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_g7_sig*)(GetFunction(EApiId_slider_form_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21440
	// LAF Table : slider_set_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21441
	inline TAknWindowComponentLayout slider_set_pane_vc_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_vc_g3_sig*)(GetFunction(EApiId_slider_set_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21443
	inline TAknWindowComponentLayout slider_set_pane_vc_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_vc_g4_sig*)(GetFunction(EApiId_slider_set_pane_vc_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21445
	inline TAknWindowComponentLayout slider_set_pane_vc_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_vc_g5_sig*)(GetFunction(EApiId_slider_set_pane_vc_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21447
	inline TAknWindowComponentLayout slider_set_pane_vc_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_vc_g6_sig*)(GetFunction(EApiId_slider_set_pane_vc_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21449
	inline TAknWindowComponentLayout slider_set_pane_vc_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_vc_g7_sig*)(GetFunction(EApiId_slider_set_pane_vc_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21451
	// LAF Table : slider_form_pane_vc
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21452
	inline TAknWindowComponentLayout slider_form_pane_vc_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_vc_g1_sig*)(GetFunction(EApiId_slider_form_pane_vc_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21454
	inline TAknWindowComponentLayout slider_form_pane_vc_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_vc_g2_sig*)(GetFunction(EApiId_slider_form_pane_vc_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21456
	inline TAknWindowComponentLayout slider_form_pane_vc_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_vc_g3_sig*)(GetFunction(EApiId_slider_form_pane_vc_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21458
	inline TAknWindowComponentLayout slider_form_pane_vc_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_vc_g4_sig*)(GetFunction(EApiId_slider_form_pane_vc_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21460
	inline TAknWindowComponentLayout slider_form_pane_vc_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_vc_g5_sig*)(GetFunction(EApiId_slider_form_pane_vc_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21462
	inline TAknLayoutScalableTableLimits slider_form_pane_vc_g_Limits() const		{ return (*(Tslider_form_pane_vc_g_Limits_sig*)(GetFunction(EApiId_slider_form_pane_vc_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21464
	inline TAknWindowComponentLayout slider_form_pane_vc_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_form_pane_vc_g_sig*)(GetFunction(EApiId_slider_form_pane_vc_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21466
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21467
	inline TAknWindowComponentLayout main_idle_act3_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_idle_act3_pane_sig*)(GetFunction(EApiId_main_idle_act3_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21469
	// LAF Table : main_idle_act3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21470
	inline TAknWindowComponentLayout ai3_links_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai3_links_pane_sig*)(GetFunction(EApiId_ai3_links_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21472
	inline TAknLayoutScalableParameterLimits popup_ai3_data_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_ai3_data_window_ParamLimits_sig*)(GetFunction(EApiId_popup_ai3_data_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21474
	inline TAknWindowComponentLayout popup_ai3_data_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_ai3_data_window_sig*)(GetFunction(EApiId_popup_ai3_data_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21476
	// LAF Table : ai3_links_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21477
	inline TAknWindowComponentLayout grid_ai3_links_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_ai3_links_pane_sig*)(GetFunction(EApiId_grid_ai3_links_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21479
	// LAF Table : grid_ai3_links_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21480
	inline TAknLayoutScalableParameterLimits cell_ai3_links_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_ai3_links_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_ai3_links_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21482
	inline TAknWindowComponentLayout cell_ai3_links_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0) const		{ return (*(Tcell_ai3_links_pane_sig*)(GetFunction(EApiId_cell_ai3_links_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21483
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21484
	// LAF Table : cell_ai3_links_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21485
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp11_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21487
	inline TAknWindowComponentLayout cell_ai3_links_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai3_links_pane_g1_sig*)(GetFunction(EApiId_cell_ai3_links_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21489
	// LAF Table : popup_ai3_data_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21490
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp12(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp12_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21491
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21492
	inline TAknWindowComponentLayout heading_ai3_data_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_ai3_data_pane_sig*)(GetFunction(EApiId_heading_ai3_data_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21494
	inline TAknWindowComponentLayout list_ai3_gene_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_ai3_gene_pane_sig*)(GetFunction(EApiId_list_ai3_gene_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21496
	inline TAknWindowComponentLayout popup_ai3_data_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_ai3_data_window_g1_sig*)(GetFunction(EApiId_popup_ai3_data_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21498
	// LAF Table : heading_ai3_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21499
	inline TAknWindowComponentLayout heading_ai3_data_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_ai3_data_pane_g1_sig*)(GetFunction(EApiId_heading_ai3_data_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21500
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21501
	inline TAknTextComponentLayout heading_ai3_data_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_ai3_data_pane_t1_sig*)(GetFunction(EApiId_heading_ai3_data_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21502
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21503
	// LAF Table : list_ai3_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21504
	inline TAknLayoutScalableParameterLimits list_double_ai3_gene_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_ai3_gene_pane_ParamLimits_sig*)(GetFunction(EApiId_list_double_ai3_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21506
	inline TAknWindowComponentLayout list_double_ai3_gene_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_double_ai3_gene_pane_sig*)(GetFunction(EApiId_list_double_ai3_gene_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21507
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21508
	inline TAknLayoutScalableParameterLimits list_single_ai3_gene_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_ai3_gene_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_ai3_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21510
	inline TAknWindowComponentLayout list_single_ai3_gene_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_ai3_gene_pane_sig*)(GetFunction(EApiId_list_single_ai3_gene_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21512
	// LAF Table : list_single_ai3_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21513
	inline TAknLayoutScalableParameterLimits list_highlight_pane_cp7_ParamLimits(TInt aVariety) const		{ return (*(Tlist_highlight_pane_cp7_ParamLimits_sig*)(GetFunction(EApiId_list_highlight_pane_cp7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21515
	inline TAknWindowComponentLayout list_highlight_pane_cp7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp7_sig*)(GetFunction(EApiId_list_highlight_pane_cp7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21517
	inline TAknLayoutScalableParameterLimits list_single_a13_gene_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_a13_gene_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_a13_gene_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21519
	inline TAknTextComponentLayout list_single_a13_gene_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_a13_gene_pane_t1_sig*)(GetFunction(EApiId_list_single_a13_gene_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21521
	inline TAknWindowComponentLayout list_single_ai3_gene_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_ai3_gene_pane_g1_sig*)(GetFunction(EApiId_list_single_ai3_gene_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21523
	inline TAknWindowComponentLayout list_single_ai3_gene_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_ai3_gene_pane_g2_sig*)(GetFunction(EApiId_list_single_ai3_gene_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21525
	inline TAknLayoutScalableTableLimits list_single_ai3_gene_pane_g_Limits() const		{ return (*(Tlist_single_ai3_gene_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_ai3_gene_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21527
	inline TAknWindowComponentLayout list_single_ai3_gene_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_ai3_gene_pane_g_sig*)(GetFunction(EApiId_list_single_ai3_gene_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21529
	// LAF Table : list_double_ai3_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21530
	inline TAknLayoutScalableParameterLimits list_double_ai3_gene_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_ai3_gene_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_ai3_gene_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21532
	inline TAknWindowComponentLayout list_double_ai3_gene_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_ai3_gene_pane_g1_sig*)(GetFunction(EApiId_list_double_ai3_gene_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21534
	inline TAknLayoutScalableParameterLimits list_double_ai3_gene_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_ai3_gene_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_ai3_gene_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21536
	inline TAknTextComponentLayout list_double_ai3_gene_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_ai3_gene_pane_t1_sig*)(GetFunction(EApiId_list_double_ai3_gene_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21538
	inline TAknLayoutScalableParameterLimits list_double_ai3_gene_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_ai3_gene_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_ai3_gene_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21540
	inline TAknTextComponentLayout list_double_ai3_gene_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_ai3_gene_pane_t2_sig*)(GetFunction(EApiId_list_double_ai3_gene_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21542
	inline TAknLayoutScalableParameterLimits list_double_ai3_gene_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_ai3_gene_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_list_double_ai3_gene_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21544
	inline TAknTextComponentLayout list_double_ai3_gene_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_ai3_gene_pane_t3_sig*)(GetFunction(EApiId_list_double_ai3_gene_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21546
	inline TAknLayoutScalableTableLimits list_double_ai3_gene_pane_t_Limits() const		{ return (*(Tlist_double_ai3_gene_pane_t_Limits_sig*)(GetFunction(EApiId_list_double_ai3_gene_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21548
	inline TAknLayoutScalableParameterLimits list_double_ai3_gene_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_double_ai3_gene_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_ai3_gene_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21550
	inline TAknTextComponentLayout list_double_ai3_gene_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_ai3_gene_pane_t_sig*)(GetFunction(EApiId_list_double_ai3_gene_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21551
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21552
	// Generic API
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21553
	inline TAknLayoutScalableComponentType GetComponentTypeById(TInt aComponentId) const		{ return (*(TGetComponentTypeById_sig*)(GetFunction(EApiId_GetComponentTypeById)))(aComponentId); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21554
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21555
	inline TAknLayoutScalableParameterLimits GetParamLimitsById(TInt aComponentId, TInt aVariety) const		{ return (*(TGetParamLimitsById_sig*)(GetFunction(EApiId_GetParamLimitsById)))(aComponentId, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21556
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21557
	inline TAknWindowComponentLayout GetWindowComponentById(TInt aComponentId, TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(TGetWindowComponentById_sig*)(GetFunction(EApiId_GetWindowComponentById)))(aComponentId, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21559
	inline TAknTextComponentLayout GetTextComponentById(TInt aComponentId, TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(TGetTextComponentById_sig*)(GetFunction(EApiId_GetTextComponentById)))(aComponentId, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21561
	// LAF Table : list_single_2heading_msg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21562
	inline TAknWindowComponentLayout aid_size_min_col_2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_min_col_2_sig*)(GetFunction(EApiId_aid_size_min_col_2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21564
	inline TAknLayoutScalableParameterLimits aid_size_min_msg_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_min_msg_ParamLimits_sig*)(GetFunction(EApiId_aid_size_min_msg_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21566
	inline TAknWindowComponentLayout aid_size_min_msg(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_min_msg_sig*)(GetFunction(EApiId_aid_size_min_msg)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21568
	// LAF Table : fep_vkb_top_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21569
	inline TAknLayoutScalableParameterLimits fep_vkb_top_text_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tfep_vkb_top_text_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_top_text_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21571
	inline TAknWindowComponentLayout fep_vkb_top_text_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_top_text_pane_g2_sig*)(GetFunction(EApiId_fep_vkb_top_text_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21572
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21573
	inline TAknLayoutScalableTableLimits fep_vkb_top_text_pane_g_Limits() const		{ return (*(Tfep_vkb_top_text_pane_g_Limits_sig*)(GetFunction(EApiId_fep_vkb_top_text_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21574
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21575
	inline TAknLayoutScalableParameterLimits fep_vkb_top_text_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tfep_vkb_top_text_pane_g_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_top_text_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21577
	inline TAknWindowComponentLayout fep_vkb_top_text_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_top_text_pane_g_sig*)(GetFunction(EApiId_fep_vkb_top_text_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21579
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21580
	inline TAknWindowComponentLayout main_hc_apps_shell_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_hc_apps_shell_pane_sig*)(GetFunction(EApiId_main_hc_apps_shell_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21582
	// LAF Table : main_hc_apps_shell_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21583
	inline TAknLayoutScalableParameterLimits grid_hc_apps_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_hc_apps_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_hc_apps_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21585
	inline TAknWindowComponentLayout grid_hc_apps_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_hc_apps_pane_sig*)(GetFunction(EApiId_grid_hc_apps_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21587
	inline TAknWindowComponentLayout list_hc_apps_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_hc_apps_pane_sig*)(GetFunction(EApiId_list_hc_apps_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21589
	inline TAknLayoutScalableParameterLimits scroll_pane_cp37_ParamLimits(TInt aVariety) const		{ return (*(Tscroll_pane_cp37_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp37_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21591
	inline TAknWindowComponentLayout scroll_pane_cp37(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp37_sig*)(GetFunction(EApiId_scroll_pane_cp37)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21593
	// LAF Table : grid_hc_apps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21594
	inline TAknLayoutScalableParameterLimits cell_hc_apps_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_hc_apps_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_hc_apps_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21596
	inline TAknWindowComponentLayout cell_hc_apps_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_hc_apps_pane_sig*)(GetFunction(EApiId_cell_hc_apps_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21598
	// LAF Table : cell_hc_apps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21599
	inline TAknLayoutScalableParameterLimits cell_hc_apps_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_hc_apps_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_hc_apps_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21600
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21601
	inline TAknWindowComponentLayout cell_hc_apps_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hc_apps_pane_g1_sig*)(GetFunction(EApiId_cell_hc_apps_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21603
	inline TAknLayoutScalableParameterLimits cell_hc_apps_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_hc_apps_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_hc_apps_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21605
	inline TAknWindowComponentLayout cell_hc_apps_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hc_apps_pane_g2_sig*)(GetFunction(EApiId_cell_hc_apps_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21607
	inline TAknLayoutScalableParameterLimits cell_hc_apps_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tcell_hc_apps_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cell_hc_apps_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21609
	inline TAknWindowComponentLayout cell_hc_apps_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hc_apps_pane_g3_sig*)(GetFunction(EApiId_cell_hc_apps_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21611
	inline TAknLayoutScalableTableLimits cell_hc_apps_pane_g_Limits() const		{ return (*(Tcell_hc_apps_pane_g_Limits_sig*)(GetFunction(EApiId_cell_hc_apps_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21613
	inline TAknLayoutScalableParameterLimits cell_hc_apps_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_hc_apps_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_hc_apps_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21615
	inline TAknWindowComponentLayout cell_hc_apps_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hc_apps_pane_g_sig*)(GetFunction(EApiId_cell_hc_apps_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21617
	inline TAknLayoutScalableParameterLimits cell_hc_apps_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_hc_apps_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_hc_apps_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21619
	inline TAknTextComponentLayout cell_hc_apps_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hc_apps_pane_t1_sig*)(GetFunction(EApiId_cell_hc_apps_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21621
	inline TAknLayoutScalableParameterLimits grid_highlight_pane_cp10_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_highlight_pane_cp10_ParamLimits_sig*)(GetFunction(EApiId_grid_highlight_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21623
	inline TAknWindowComponentLayout grid_highlight_pane_cp10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp10_sig*)(GetFunction(EApiId_grid_highlight_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21625
	// LAF Table : list_hc_apps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21626
	inline TAknLayoutScalableParameterLimits list_single_hc_apps_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_hc_apps_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_hc_apps_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21628
	inline TAknWindowComponentLayout list_single_hc_apps_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_hc_apps_pane_sig*)(GetFunction(EApiId_list_single_hc_apps_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21630
	// LAF Table : list_single_hc_apps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21631
	inline TAknWindowComponentLayout list_single_hc_apps_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_hc_apps_pane_g1_sig*)(GetFunction(EApiId_list_single_hc_apps_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21633
	inline TAknWindowComponentLayout list_single_hc_apps_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_hc_apps_pane_g2_sig*)(GetFunction(EApiId_list_single_hc_apps_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21635
	inline TAknLayoutScalableTableLimits list_single_hc_apps_pane_g_Limits() const		{ return (*(Tlist_single_hc_apps_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_hc_apps_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21637
	inline TAknWindowComponentLayout list_single_hc_apps_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_hc_apps_pane_g_sig*)(GetFunction(EApiId_list_single_hc_apps_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21639
	inline TAknWindowComponentLayout list_single_hc_apps_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_hc_apps_pane_g2_copy1_sig*)(GetFunction(EApiId_list_single_hc_apps_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21641
	inline TAknTextComponentLayout list_single_hc_apps_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_hc_apps_pane_t1_sig*)(GetFunction(EApiId_list_single_hc_apps_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21643
	// LAF Table : setting_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21644
	inline TAknLayoutScalableParameterLimits bg_set_opt_pane_cp_ParamLimits(TInt aVariety) const		{ return (*(Tbg_set_opt_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_bg_set_opt_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21646
	inline TAknLayoutScalableParameterLimits setting_slider_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tsetting_slider_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_setting_slider_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21648
	inline TAknLayoutScalableParameterLimits setting_slider_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tsetting_slider_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_setting_slider_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21650
	inline TAknLayoutScalableParameterLimits setting_slider_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tsetting_slider_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_setting_slider_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21652
	inline TAknLayoutScalableParameterLimits setting_slider_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tsetting_slider_pane_t_ParamLimits_sig*)(GetFunction(EApiId_setting_slider_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21654
	inline TAknLayoutScalableParameterLimits slider_set_pane_ParamLimits(TInt aVariety) const		{ return (*(Tslider_set_pane_ParamLimits_sig*)(GetFunction(EApiId_slider_set_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21656
	// LAF Table : control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21657
	inline TAknLayoutScalableParameterLimits control_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tcontrol_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_control_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21658
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21659
	inline TAknWindowComponentLayout control_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_pane_g5_sig*)(GetFunction(EApiId_control_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21660
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21661
	// LAF Table : slider_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21662
	inline TAknLayoutScalableParameterLimits slider_set_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tslider_set_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_slider_set_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21664
	inline TAknLayoutScalableParameterLimits slider_set_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tslider_set_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_slider_set_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21666
	inline TAknLayoutScalableParameterLimits slider_set_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tslider_set_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_slider_set_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21668
	inline TAknLayoutScalableParameterLimits slider_set_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tslider_set_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_slider_set_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21670
	inline TAknLayoutScalableParameterLimits slider_set_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tslider_set_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_slider_set_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21672
	inline TAknLayoutScalableParameterLimits slider_set_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tslider_set_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_slider_set_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21674
	inline TAknLayoutScalableParameterLimits slider_set_pane_g7_ParamLimits(TInt aVariety) const		{ return (*(Tslider_set_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_slider_set_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21676
	inline TAknLayoutScalableParameterLimits slider_set_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tslider_set_pane_g_ParamLimits_sig*)(GetFunction(EApiId_slider_set_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21678
	// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21679
	inline TAknLayoutScalableParameterLimits navi_icon_text_pane_ParamLimits(TInt aVariety) const		{ return (*(Tnavi_icon_text_pane_ParamLimits_sig*)(GetFunction(EApiId_navi_icon_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21681
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21682
	inline TAknLayoutScalableParameterLimits aid_fill_nsta_2_ParamLimits(TInt aVariety) const		{ return (*(Taid_fill_nsta_2_ParamLimits_sig*)(GetFunction(EApiId_aid_fill_nsta_2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21684
	inline TAknLayoutScalableParameterLimits aid_touch_tab_arrow_left_ParamLimits(TInt aVariety) const		{ return (*(Taid_touch_tab_arrow_left_ParamLimits_sig*)(GetFunction(EApiId_aid_touch_tab_arrow_left_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21686
	inline TAknLayoutScalableParameterLimits aid_touch_tab_arrow_right_ParamLimits(TInt aVariety) const		{ return (*(Taid_touch_tab_arrow_right_ParamLimits_sig*)(GetFunction(EApiId_aid_touch_tab_arrow_right_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21687
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21688
	inline TAknLayoutScalableParameterLimits clock_nsta_pane_ParamLimits(TInt aVariety) const		{ return (*(Tclock_nsta_pane_ParamLimits_sig*)(GetFunction(EApiId_clock_nsta_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21690
	// LAF Table : navi_icon_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21691
	inline TAknLayoutScalableParameterLimits navi_icon_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tnavi_icon_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_navi_icon_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21693
	// LAF Table : navi_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21694
	inline TAknLayoutScalableParameterLimits navi_text_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tnavi_text_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_navi_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21696
	// LAF Table : navi_icon_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21697
	inline TAknLayoutScalableParameterLimits navi_icon_text_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tnavi_icon_text_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_navi_icon_text_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21699
	inline TAknLayoutScalableParameterLimits navi_icon_text_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tnavi_icon_text_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_navi_icon_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21701
	// LAF Table : list_single_hc_apps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21702
	inline TAknLayoutScalableParameterLimits list_single_hc_apps_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_hc_apps_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_hc_apps_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21704
	inline TAknLayoutScalableParameterLimits list_single_hc_apps_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_hc_apps_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_hc_apps_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21706
	inline TAknLayoutScalableParameterLimits list_single_hc_apps_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_single_hc_apps_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_hc_apps_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21707
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21708
	inline TAknLayoutScalableParameterLimits list_single_hc_apps_pane_g2_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_hc_apps_pane_g2_copy1_ParamLimits_sig*)(GetFunction(EApiId_list_single_hc_apps_pane_g2_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21710
	inline TAknLayoutScalableParameterLimits list_single_hc_apps_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_hc_apps_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_hc_apps_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21712
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21713
	inline TAknLayoutScalableParameterLimits popup_toolbar2_fixed_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_toolbar2_fixed_window_ParamLimits_sig*)(GetFunction(EApiId_popup_toolbar2_fixed_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21715
	inline TAknWindowComponentLayout popup_toolbar2_fixed_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_toolbar2_fixed_window_sig*)(GetFunction(EApiId_popup_toolbar2_fixed_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21717
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21718
	inline TAknWindowComponentLayout popup_toolbar2_float_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_toolbar2_float_window_sig*)(GetFunction(EApiId_popup_toolbar2_float_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21720
	// LAF Table : popup_toolbar2_float_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21721
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp27(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp27_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp27)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21723
	inline TAknWindowComponentLayout grid_toolbar2_float_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_toolbar2_float_pane_sig*)(GetFunction(EApiId_grid_toolbar2_float_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21725
	// LAF Table : popup_toolbar2_fixed_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21726
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp26(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp26_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp26)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21728
	inline TAknWindowComponentLayout grid_toolbar2_fixed_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_toolbar2_fixed_pane_sig*)(GetFunction(EApiId_grid_toolbar2_fixed_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21730
	// LAF Table : grid_toolbar2_fixed_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21731
	inline TAknLayoutScalableParameterLimits cell_toolbar2_fixed_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_toolbar2_fixed_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_toolbar2_fixed_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21733
	inline TAknWindowComponentLayout cell_toolbar2_fixed_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_toolbar2_fixed_pane_sig*)(GetFunction(EApiId_cell_toolbar2_fixed_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21735
	// LAF Table : cell_toolbar2_fixed_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21736
	inline TAknWindowComponentLayout cell_toolbar2_fixed_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_toolbar2_fixed_pane_g1_sig*)(GetFunction(EApiId_cell_toolbar2_fixed_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21738
	inline TAknWindowComponentLayout toolbar2_fixed_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar2_fixed_button_pane_sig*)(GetFunction(EApiId_toolbar2_fixed_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21740
	// LAF Table : toolbar2_fixed_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21741
	inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar2_fixed_button_pane_g1_sig*)(GetFunction(EApiId_toolbar2_fixed_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21743
	inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar2_fixed_button_pane_g2_sig*)(GetFunction(EApiId_toolbar2_fixed_button_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21745
	inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar2_fixed_button_pane_g3_sig*)(GetFunction(EApiId_toolbar2_fixed_button_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21747
	inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar2_fixed_button_pane_g4_sig*)(GetFunction(EApiId_toolbar2_fixed_button_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21749
	inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar2_fixed_button_pane_g5_sig*)(GetFunction(EApiId_toolbar2_fixed_button_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21751
	inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar2_fixed_button_pane_g6_sig*)(GetFunction(EApiId_toolbar2_fixed_button_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21753
	inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar2_fixed_button_pane_g7_sig*)(GetFunction(EApiId_toolbar2_fixed_button_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21755
	inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar2_fixed_button_pane_g8_sig*)(GetFunction(EApiId_toolbar2_fixed_button_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21757
	inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar2_fixed_button_pane_g9_sig*)(GetFunction(EApiId_toolbar2_fixed_button_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21759
	inline TAknLayoutScalableTableLimits toolbar2_fixed_button_pane_g_Limits() const		{ return (*(Ttoolbar2_fixed_button_pane_g_Limits_sig*)(GetFunction(EApiId_toolbar2_fixed_button_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21761
	inline TAknWindowComponentLayout toolbar2_fixed_button_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar2_fixed_button_pane_g_sig*)(GetFunction(EApiId_toolbar2_fixed_button_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21763
	// LAF Table : grid_toolbar2_float_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21764
	inline TAknLayoutScalableParameterLimits cell_toolbar2_float_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_toolbar2_float_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_toolbar2_float_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21766
	inline TAknWindowComponentLayout cell_toolbar2_float_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0) const		{ return (*(Tcell_toolbar2_float_pane_sig*)(GetFunction(EApiId_cell_toolbar2_float_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21768
	// LAF Table : cell_toolbar2_float_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21769
	inline TAknWindowComponentLayout cell_toolbar2_float_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_toolbar2_float_pane_g1_sig*)(GetFunction(EApiId_cell_toolbar2_float_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21771
	inline TAknWindowComponentLayout toolbar2_fixed_button_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar2_fixed_button_pane_cp_sig*)(GetFunction(EApiId_toolbar2_fixed_button_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21773
	// LAF Table : popup_fep_vkb_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21774
	inline TAknLayoutScalableParameterLimits fep_vkb_accented_list_pane_ParamLimits(TInt aVariety) const		{ return (*(Tfep_vkb_accented_list_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_vkb_accented_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21776
	inline TAknWindowComponentLayout fep_vkb_accented_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_vkb_accented_list_pane_sig*)(GetFunction(EApiId_fep_vkb_accented_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21778
	// LAF Table : bg_popup_fep_shadow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21779
	inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_g9_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21781
	// LAF Table : fep_vkb_accented_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21782
	inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_cp3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_cp3_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21784
	inline TAknWindowComponentLayout list_accented_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_accented_list_pane_sig*)(GetFunction(EApiId_list_accented_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21786
	// LAF Table : list_accented_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21787
	inline TAknLayoutScalableParameterLimits list_single_accented_list_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_accented_list_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_accented_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21789
	inline TAknWindowComponentLayout list_single_accented_list_pane(TInt aCol, TInt aRow, TInt aVariety = 0) const		{ return (*(Tlist_single_accented_list_pane_sig*)(GetFunction(EApiId_list_single_accented_list_pane)))(aCol, aRow, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21791
	// LAF Table : list_single_accented_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21792
	inline TAknWindowComponentLayout list_highlight_pane_cp10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp10_sig*)(GetFunction(EApiId_list_highlight_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21794
	inline TAknTextComponentLayout list_single_accented_list_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_accented_list_pane_t1_sig*)(GetFunction(EApiId_list_single_accented_list_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21796
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21797
	inline TAknLayoutScalableParameterLimits popup_slider_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_slider_window_ParamLimits_sig*)(GetFunction(EApiId_popup_slider_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21799
	inline TAknWindowComponentLayout popup_slider_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_slider_window_sig*)(GetFunction(EApiId_popup_slider_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21801
	// LAF Table : list_single_2heading_msg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21802
	inline TAknWindowComponentLayout aid_indentation_list_msg(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_indentation_list_msg_sig*)(GetFunction(EApiId_aid_indentation_list_msg)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21804
	// LAF Table : popup_slider_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21805
	inline TAknWindowComponentLayout bg_popup_window_pane_cp19(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp19_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp19)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21806
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21807
	inline TAknWindowComponentLayout popup_slider_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_slider_window_g1_sig*)(GetFunction(EApiId_popup_slider_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21808
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21809
	inline TAknWindowComponentLayout popup_slider_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_slider_window_g2_sig*)(GetFunction(EApiId_popup_slider_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21811
	inline TAknWindowComponentLayout popup_slider_window_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_slider_window_g3_sig*)(GetFunction(EApiId_popup_slider_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21812
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21813
	inline TAknLayoutScalableTableLimits popup_slider_window_g_Limits() const		{ return (*(Tpopup_slider_window_g_Limits_sig*)(GetFunction(EApiId_popup_slider_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21815
	inline TAknWindowComponentLayout popup_slider_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_slider_window_g_sig*)(GetFunction(EApiId_popup_slider_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21817
	inline TAknTextComponentLayout popup_slider_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_slider_window_t1_sig*)(GetFunction(EApiId_popup_slider_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21819
	inline TAknWindowComponentLayout small_volume_slider_vertical_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmall_volume_slider_vertical_pane_sig*)(GetFunction(EApiId_small_volume_slider_vertical_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21820
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21821
	// LAF Table : small_volume_slider_vertical_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21822
	inline TAknWindowComponentLayout small_volume_slider_vertical_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmall_volume_slider_vertical_pane_g1_sig*)(GetFunction(EApiId_small_volume_slider_vertical_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21824
	inline TAknWindowComponentLayout small_volume_slider_vertical_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmall_volume_slider_vertical_pane_g2_sig*)(GetFunction(EApiId_small_volume_slider_vertical_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21826
	inline TAknWindowComponentLayout small_volume_slider_vertical_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmall_volume_slider_vertical_pane_g3_sig*)(GetFunction(EApiId_small_volume_slider_vertical_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21827
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21828
	inline TAknLayoutScalableTableLimits small_volume_slider_vertical_pane_g_Limits() const		{ return (*(Tsmall_volume_slider_vertical_pane_g_Limits_sig*)(GetFunction(EApiId_small_volume_slider_vertical_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21829
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21830
	inline TAknWindowComponentLayout small_volume_slider_vertical_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmall_volume_slider_vertical_pane_g_sig*)(GetFunction(EApiId_small_volume_slider_vertical_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21832
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21833
	inline TAknLayoutScalableParameterLimits area_side_right_pane_ParamLimits(TInt aVariety) const		{ return (*(Tarea_side_right_pane_ParamLimits_sig*)(GetFunction(EApiId_area_side_right_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21835
	inline TAknWindowComponentLayout area_side_right_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_side_right_pane_sig*)(GetFunction(EApiId_area_side_right_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21837
	// LAF Table : area_side_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21838
	inline TAknLayoutScalableParameterLimits aid_size_side_button_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_side_button_ParamLimits_sig*)(GetFunction(EApiId_aid_size_side_button_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21840
	inline TAknWindowComponentLayout aid_size_side_button(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_side_button_sig*)(GetFunction(EApiId_aid_size_side_button)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21842
	inline TAknLayoutScalableParameterLimits grid_sctrl_middle_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_sctrl_middle_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_sctrl_middle_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21844
	inline TAknWindowComponentLayout grid_sctrl_middle_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_sctrl_middle_pane_sig*)(GetFunction(EApiId_grid_sctrl_middle_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21846
	inline TAknWindowComponentLayout sctrl_sk_bottom_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsctrl_sk_bottom_pane_sig*)(GetFunction(EApiId_sctrl_sk_bottom_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21848
	inline TAknWindowComponentLayout sctrl_sk_top_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsctrl_sk_top_pane_sig*)(GetFunction(EApiId_sctrl_sk_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21850
	// LAF Table : sctrl_sk_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21851
	inline TAknWindowComponentLayout aid_touch_sctrl_top(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_sctrl_top_sig*)(GetFunction(EApiId_aid_touch_sctrl_top)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21853
	inline TAknLayoutScalableParameterLimits bg_sctrl_sk_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_sctrl_sk_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_sctrl_sk_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21855
	inline TAknWindowComponentLayout bg_sctrl_sk_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_sk_pane_sig*)(GetFunction(EApiId_bg_sctrl_sk_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21857
	inline TAknWindowComponentLayout sctrl_sk_top_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsctrl_sk_top_pane_g1_sig*)(GetFunction(EApiId_sctrl_sk_top_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21859
	inline TAknTextComponentLayout sctrl_sk_top_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsctrl_sk_top_pane_t1_sig*)(GetFunction(EApiId_sctrl_sk_top_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21861
	// LAF Table : sctrl_sk_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21862
	inline TAknWindowComponentLayout aid_touch_sctrl_bottom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_sctrl_bottom_sig*)(GetFunction(EApiId_aid_touch_sctrl_bottom)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21864
	inline TAknLayoutScalableParameterLimits bg_sctrl_sk_pane_cp_ParamLimits(TInt aVariety) const		{ return (*(Tbg_sctrl_sk_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_bg_sctrl_sk_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21866
	inline TAknWindowComponentLayout bg_sctrl_sk_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_sk_pane_cp_sig*)(GetFunction(EApiId_bg_sctrl_sk_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21868
	inline TAknWindowComponentLayout sctrl_sk_bottom_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsctrl_sk_bottom_pane_g1_sig*)(GetFunction(EApiId_sctrl_sk_bottom_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21870
	inline TAknTextComponentLayout sctrl_sk_bottom_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsctrl_sk_bottom_pane_t1_sig*)(GetFunction(EApiId_sctrl_sk_bottom_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21872
	// LAF Table : grid_sctrl_middle_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21873
	inline TAknLayoutScalableParameterLimits cell_sctrl_middle_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_sctrl_middle_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_sctrl_middle_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21875
	inline TAknWindowComponentLayout cell_sctrl_middle_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_sctrl_middle_pane_sig*)(GetFunction(EApiId_cell_sctrl_middle_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21877
	// LAF Table : cell_sctrl_middle_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21878
	inline TAknLayoutScalableParameterLimits aid_touch_sctrl_middle_ParamLimits(TInt aVariety) const		{ return (*(Taid_touch_sctrl_middle_ParamLimits_sig*)(GetFunction(EApiId_aid_touch_sctrl_middle_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21880
	inline TAknWindowComponentLayout aid_touch_sctrl_middle(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_sctrl_middle_sig*)(GetFunction(EApiId_aid_touch_sctrl_middle)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21881
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21882
	inline TAknLayoutScalableParameterLimits bg_sctrl_middle_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_sctrl_middle_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_sctrl_middle_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21884
	inline TAknWindowComponentLayout bg_sctrl_middle_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_middle_pane_sig*)(GetFunction(EApiId_bg_sctrl_middle_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21886
	inline TAknLayoutScalableParameterLimits cell_sctrl_middle_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_sctrl_middle_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_sctrl_middle_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21887
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21888
	inline TAknWindowComponentLayout cell_sctrl_middle_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_sctrl_middle_pane_g1_sig*)(GetFunction(EApiId_cell_sctrl_middle_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21890
	inline TAknLayoutScalableParameterLimits cell_sctrl_middle_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_sctrl_middle_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_sctrl_middle_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21892
	inline TAknWindowComponentLayout cell_sctrl_middle_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_sctrl_middle_pane_g2_sig*)(GetFunction(EApiId_cell_sctrl_middle_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21894
	inline TAknLayoutScalableTableLimits cell_sctrl_middle_pane_g_Limits() const		{ return (*(Tcell_sctrl_middle_pane_g_Limits_sig*)(GetFunction(EApiId_cell_sctrl_middle_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21895
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21896
	inline TAknLayoutScalableParameterLimits cell_sctrl_middle_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_sctrl_middle_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_sctrl_middle_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21898
	inline TAknWindowComponentLayout cell_sctrl_middle_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_sctrl_middle_pane_g_sig*)(GetFunction(EApiId_cell_sctrl_middle_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21900
	// LAF Table : bg_sctrl_middle_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21901
	inline TAknWindowComponentLayout bg_sctrl_middle_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_middle_pane_g1_sig*)(GetFunction(EApiId_bg_sctrl_middle_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21903
	inline TAknWindowComponentLayout bg_sctrl_middle_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_middle_pane_g2_sig*)(GetFunction(EApiId_bg_sctrl_middle_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21905
	inline TAknWindowComponentLayout bg_sctrl_middle_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_middle_pane_g3_sig*)(GetFunction(EApiId_bg_sctrl_middle_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21907
	inline TAknWindowComponentLayout bg_sctrl_middle_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_middle_pane_g4_sig*)(GetFunction(EApiId_bg_sctrl_middle_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21909
	inline TAknWindowComponentLayout bg_sctrl_middle_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_middle_pane_g5_sig*)(GetFunction(EApiId_bg_sctrl_middle_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21911
	inline TAknWindowComponentLayout bg_sctrl_middle_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_middle_pane_g6_sig*)(GetFunction(EApiId_bg_sctrl_middle_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21913
	inline TAknWindowComponentLayout bg_sctrl_middle_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_middle_pane_g7_sig*)(GetFunction(EApiId_bg_sctrl_middle_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21915
	inline TAknWindowComponentLayout bg_sctrl_middle_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_middle_pane_g8_sig*)(GetFunction(EApiId_bg_sctrl_middle_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21917
	inline TAknLayoutScalableTableLimits bg_sctrl_middle_pane_g_Limits() const		{ return (*(Tbg_sctrl_middle_pane_g_Limits_sig*)(GetFunction(EApiId_bg_sctrl_middle_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21919
	inline TAknWindowComponentLayout bg_sctrl_middle_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_middle_pane_g_sig*)(GetFunction(EApiId_bg_sctrl_middle_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21921
	inline TAknWindowComponentLayout bg_sctrl_middle_pane_g8_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_middle_pane_g8_copy1_sig*)(GetFunction(EApiId_bg_sctrl_middle_pane_g8_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21922
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21923
	// LAF Table : bg_sctrl_sk_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21924
	inline TAknWindowComponentLayout bg_sctrl_sk_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_sk_pane_g1_sig*)(GetFunction(EApiId_bg_sctrl_sk_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21926
	inline TAknWindowComponentLayout bg_sctrl_sk_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_sk_pane_g2_sig*)(GetFunction(EApiId_bg_sctrl_sk_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21928
	inline TAknWindowComponentLayout bg_sctrl_sk_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_sk_pane_g3_sig*)(GetFunction(EApiId_bg_sctrl_sk_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21930
	inline TAknLayoutScalableTableLimits bg_sctrl_sk_pane_g_Limits() const		{ return (*(Tbg_sctrl_sk_pane_g_Limits_sig*)(GetFunction(EApiId_bg_sctrl_sk_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21932
	inline TAknWindowComponentLayout bg_sctrl_sk_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_sk_pane_g_sig*)(GetFunction(EApiId_bg_sctrl_sk_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21934
	// LAF Table : listscroll_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21935
	inline TAknWindowComponentLayout aid_size_touch_scroll_bar(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_scroll_bar_sig*)(GetFunction(EApiId_aid_size_touch_scroll_bar)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21937
	// LAF Table : bg_sctrl_sk_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21938
	inline TAknWindowComponentLayout bg_sctrl_sk_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_sk_pane_g4_sig*)(GetFunction(EApiId_bg_sctrl_sk_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21940
	inline TAknWindowComponentLayout bg_sctrl_sk_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_sk_pane_g5_sig*)(GetFunction(EApiId_bg_sctrl_sk_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21942
	inline TAknWindowComponentLayout bg_sctrl_sk_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_sk_pane_g6_sig*)(GetFunction(EApiId_bg_sctrl_sk_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21944
	inline TAknWindowComponentLayout bg_sctrl_sk_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_sk_pane_g7_sig*)(GetFunction(EApiId_bg_sctrl_sk_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21946
	inline TAknWindowComponentLayout bg_sctrl_sk_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_sk_pane_g8_sig*)(GetFunction(EApiId_bg_sctrl_sk_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21948
	inline TAknWindowComponentLayout bg_sctrl_sk_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_sk_pane_g9_sig*)(GetFunction(EApiId_bg_sctrl_sk_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21950
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21951
	inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_candidate_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_china_hwr2_fs_candidate_window_sig*)(GetFunction(EApiId_popup_fep_china_hwr2_fs_candidate_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21952
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21953
	inline TAknLayoutScalableParameterLimits popup_fep_china_hwr2_fs_control_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_fep_china_hwr2_fs_control_window_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_china_hwr2_fs_control_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21955
	inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_control_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_china_hwr2_fs_control_window_sig*)(GetFunction(EApiId_popup_fep_china_hwr2_fs_control_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21957
	// LAF Table : sctrl_sk_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21958
	inline TAknWindowComponentLayout sctrl_sk_top_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsctrl_sk_top_pane_g2_sig*)(GetFunction(EApiId_sctrl_sk_top_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21960
	inline TAknLayoutScalableTableLimits sctrl_sk_top_pane_g_Limits() const		{ return (*(Tsctrl_sk_top_pane_g_Limits_sig*)(GetFunction(EApiId_sctrl_sk_top_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21962
	inline TAknWindowComponentLayout sctrl_sk_top_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsctrl_sk_top_pane_g_sig*)(GetFunction(EApiId_sctrl_sk_top_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21964
	// LAF Table : popup_fep_china_hwr2_fs_control_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21965
	inline TAknLayoutScalableParameterLimits aid_fep_china_hwr2_fs_cell_ParamLimits(TInt aVariety) const		{ return (*(Taid_fep_china_hwr2_fs_cell_ParamLimits_sig*)(GetFunction(EApiId_aid_fep_china_hwr2_fs_cell_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21967
	inline TAknWindowComponentLayout aid_fep_china_hwr2_fs_cell(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_fep_china_hwr2_fs_cell_sig*)(GetFunction(EApiId_aid_fep_china_hwr2_fs_cell)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21969
	inline TAknLayoutScalableParameterLimits bg_popup_fep_shadow_pane_cp4_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_fep_shadow_pane_cp4_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21971
	inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_cp4_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21973
	inline TAknLayoutScalableParameterLimits bg_popup_fep_shadow_pane_cp5_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_fep_shadow_pane_cp5_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21975
	inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_cp5_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21977
	inline TAknLayoutScalableParameterLimits popup_fep_china_hwr2_fs_control_bar_grid_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_fep_china_hwr2_fs_control_bar_grid_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_china_hwr2_fs_control_bar_grid_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21979
	inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_control_bar_grid(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_china_hwr2_fs_control_bar_grid_sig*)(GetFunction(EApiId_popup_fep_china_hwr2_fs_control_bar_grid)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21980
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21981
	inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_control_funtion_grid(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_china_hwr2_fs_control_funtion_grid_sig*)(GetFunction(EApiId_popup_fep_china_hwr2_fs_control_funtion_grid)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21982
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21983
	// LAF Table : popup_fep_china_hwr2_fs_candidate_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21984
	inline TAknWindowComponentLayout aid_fep_china_hwr2_fs_candi_cell(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_fep_china_hwr2_fs_candi_cell_sig*)(GetFunction(EApiId_aid_fep_china_hwr2_fs_candi_cell)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21986
	inline TAknWindowComponentLayout bg_popup_fep_shadow_pane_cp6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_shadow_pane_cp6_sig*)(GetFunction(EApiId_bg_popup_fep_shadow_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21988
	inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_candidate_grid(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_china_hwr2_fs_candidate_grid_sig*)(GetFunction(EApiId_popup_fep_china_hwr2_fs_candidate_grid)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21990
	// LAF Table : popup_fep_china_hwr2_fs_control_funtion_grid
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21991
	inline TAknLayoutScalableParameterLimits cell_fep_china_hwr2_fs_funtion_grid_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_ParamLimits_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_funtion_grid_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21993
	inline TAknWindowComponentLayout cell_fep_china_hwr2_fs_funtion_grid(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_funtion_grid)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21995
	inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_control_funtion_grid_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_china_hwr2_fs_control_funtion_grid_g1_sig*)(GetFunction(EApiId_popup_fep_china_hwr2_fs_control_funtion_grid_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21997
	// LAF Table : cell_fep_china_hwr2_fs_funtion_grid
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21998
	inline TAknLayoutScalableParameterLimits cell_fep_china_hwr2_fs_funtion_grid_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_funtion_grid_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22000
	inline TAknWindowComponentLayout cell_fep_china_hwr2_fs_funtion_grid_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_g1_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_funtion_grid_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22002
	inline TAknLayoutScalableParameterLimits cell_fep_china_hwr2_fs_funtion_grid_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_funtion_grid_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22004
	inline TAknWindowComponentLayout cell_fep_china_hwr2_fs_funtion_grid_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_g2_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_funtion_grid_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22006
	inline TAknLayoutScalableTableLimits cell_fep_china_hwr2_fs_funtion_grid_g_Limits() const		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_g_Limits_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_funtion_grid_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22008
	inline TAknLayoutScalableParameterLimits cell_fep_china_hwr2_fs_funtion_grid_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_g_ParamLimits_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_funtion_grid_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22010
	inline TAknWindowComponentLayout cell_fep_china_hwr2_fs_funtion_grid_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_g_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_funtion_grid_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22012
	inline TAknLayoutScalableParameterLimits cell_fep_china_hwr2_fs_funtion_grid_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_funtion_grid_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22014
	inline TAknTextComponentLayout cell_fep_china_hwr2_fs_funtion_grid_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_t1_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_funtion_grid_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22016
	inline TAknLayoutScalableParameterLimits cell_fep_china_hwr2_fs_funtion_grid_t2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_t2_ParamLimits_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_funtion_grid_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22018
	inline TAknTextComponentLayout cell_fep_china_hwr2_fs_funtion_grid_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_t2_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_funtion_grid_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22020
	inline TAknLayoutScalableTableLimits cell_fep_china_hwr2_fs_funtion_grid_t_Limits() const		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_t_Limits_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_funtion_grid_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22022
	inline TAknLayoutScalableParameterLimits cell_fep_china_hwr2_fs_funtion_grid_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_t_ParamLimits_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_funtion_grid_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22023
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22024
	inline TAknTextComponentLayout cell_fep_china_hwr2_fs_funtion_grid_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fep_china_hwr2_fs_funtion_grid_t_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_funtion_grid_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22025
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22026
	// LAF Table : popup_fep_china_hwr2_fs_control_bar_grid
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22027
	inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_control_bar_grid_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_china_hwr2_fs_control_bar_grid_g1_sig*)(GetFunction(EApiId_popup_fep_china_hwr2_fs_control_bar_grid_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22029
	inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_control_bar_grid_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_china_hwr2_fs_control_bar_grid_g2_sig*)(GetFunction(EApiId_popup_fep_china_hwr2_fs_control_bar_grid_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22031
	inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_control_bar_grid_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_china_hwr2_fs_control_bar_grid_g3_sig*)(GetFunction(EApiId_popup_fep_china_hwr2_fs_control_bar_grid_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22033
	inline TAknLayoutScalableTableLimits popup_fep_china_hwr2_fs_control_bar_grid_g_Limits() const		{ return (*(Tpopup_fep_china_hwr2_fs_control_bar_grid_g_Limits_sig*)(GetFunction(EApiId_popup_fep_china_hwr2_fs_control_bar_grid_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22035
	inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_control_bar_grid_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_china_hwr2_fs_control_bar_grid_g_sig*)(GetFunction(EApiId_popup_fep_china_hwr2_fs_control_bar_grid_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22037
	// LAF Table : popup_fep_china_hwr2_fs_candidate_grid
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22038
	inline TAknLayoutScalableParameterLimits cell_fep_china_hwr2_fs_candidate_grid_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_fep_china_hwr2_fs_candidate_grid_ParamLimits_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_candidate_grid_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22040
	inline TAknWindowComponentLayout cell_fep_china_hwr2_fs_candidate_grid(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fep_china_hwr2_fs_candidate_grid_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_candidate_grid)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22042
	inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_candidate_grid_g20(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_china_hwr2_fs_candidate_grid_g20_sig*)(GetFunction(EApiId_popup_fep_china_hwr2_fs_candidate_grid_g20)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22043
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22044
	inline TAknWindowComponentLayout popup_fep_china_hwr2_fs_candidate_grid_g21(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_china_hwr2_fs_candidate_grid_g21_sig*)(GetFunction(EApiId_popup_fep_china_hwr2_fs_candidate_grid_g21)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22046
	// LAF Table : cell_fep_china_hwr2_fs_candidate_grid
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22047
	inline TAknWindowComponentLayout cell_fep_china_hwr2_fs_candidate_grid_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fep_china_hwr2_fs_candidate_grid_g1_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_candidate_grid_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22049
	inline TAknWindowComponentLayout cell_fep_china_hwr2_fs_candidate_grid_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fep_china_hwr2_fs_candidate_grid_g2_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_candidate_grid_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22051
	inline TAknLayoutScalableTableLimits cell_fep_china_hwr2_fs_candidate_grid_g_Limits() const		{ return (*(Tcell_fep_china_hwr2_fs_candidate_grid_g_Limits_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_candidate_grid_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22052
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22053
	inline TAknWindowComponentLayout cell_fep_china_hwr2_fs_candidate_grid_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fep_china_hwr2_fs_candidate_grid_g_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_candidate_grid_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22054
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22055
	inline TAknTextComponentLayout cell_fep_china_hwr2_fs_candidate_grid_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fep_china_hwr2_fs_candidate_grid_t1_sig*)(GetFunction(EApiId_cell_fep_china_hwr2_fs_candidate_grid_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22056
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22057
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22058
	inline TAknLayoutScalableParameterLimits clock_nsta_pane_cp_24_ParamLimits(TInt aVariety) const		{ return (*(Tclock_nsta_pane_cp_24_ParamLimits_sig*)(GetFunction(EApiId_clock_nsta_pane_cp_24_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22059
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22060
	inline TAknWindowComponentLayout clock_nsta_pane_cp_24(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_nsta_pane_cp_24_sig*)(GetFunction(EApiId_clock_nsta_pane_cp_24)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22061
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22062
	inline TAknLayoutScalableParameterLimits indicator_nsta_pane_cp_24_ParamLimits(TInt aVariety) const		{ return (*(Tindicator_nsta_pane_cp_24_ParamLimits_sig*)(GetFunction(EApiId_indicator_nsta_pane_cp_24_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22063
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22064
	inline TAknWindowComponentLayout indicator_nsta_pane_cp_24(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_nsta_pane_cp_24_sig*)(GetFunction(EApiId_indicator_nsta_pane_cp_24)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22066
	// LAF Table : heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22067
	inline TAknWindowComponentLayout heading_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_g1_sig*)(GetFunction(EApiId_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22069
	inline TAknLayoutScalableTableLimits heading_pane_g_Limits() const		{ return (*(Theading_pane_g_Limits_sig*)(GetFunction(EApiId_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22071
	inline TAknWindowComponentLayout heading_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_g_sig*)(GetFunction(EApiId_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22073
	// LAF Table : listscroll_popup_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22074
	inline TAknWindowComponentLayout grid_sct_catagory_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_sct_catagory_button_pane_sig*)(GetFunction(EApiId_grid_sct_catagory_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22076
	inline TAknLayoutScalableParameterLimits scroll_pane_cp5_ParamLimits(TInt aVariety) const		{ return (*(Tscroll_pane_cp5_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22078
	// LAF Table : form2_midp_field_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22079
	inline TAknLayoutScalableParameterLimits button_value_adjust_pane_cp5_ParamLimits(TInt aVariety) const		{ return (*(Tbutton_value_adjust_pane_cp5_ParamLimits_sig*)(GetFunction(EApiId_button_value_adjust_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22081
	inline TAknWindowComponentLayout button_value_adjust_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbutton_value_adjust_pane_cp5_sig*)(GetFunction(EApiId_button_value_adjust_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22082
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22083
	inline TAknLayoutScalableParameterLimits form2_midp_time_pane_ParamLimits(TInt aVariety) const		{ return (*(Tform2_midp_time_pane_ParamLimits_sig*)(GetFunction(EApiId_form2_midp_time_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22084
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22085
	// LAF Table : grid_sct_catagory_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22086
	inline TAknLayoutScalableParameterLimits cell_sct_catagory_button_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_sct_catagory_button_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_sct_catagory_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22088
	inline TAknWindowComponentLayout cell_sct_catagory_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_sct_catagory_button_pane_sig*)(GetFunction(EApiId_cell_sct_catagory_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22090
	// LAF Table : cell_sct_catagory_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22091
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22092
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22093
	inline TAknWindowComponentLayout bg_button_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp01_sig*)(GetFunction(EApiId_bg_button_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22094
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22095
	inline TAknWindowComponentLayout cell_sct_catagory_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_sct_catagory_button_pane_g1_sig*)(GetFunction(EApiId_cell_sct_catagory_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22096
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22097
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22098
	inline TAknWindowComponentLayout popup_tb_extension_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_tb_extension_window_sig*)(GetFunction(EApiId_popup_tb_extension_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22100
	// LAF Table : popup_tb_extension_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22101
	inline TAknLayoutScalableParameterLimits aid_size_cell_ext_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_ext_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_ext_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22103
	inline TAknWindowComponentLayout aid_size_cell_ext(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_ext_sig*)(GetFunction(EApiId_aid_size_cell_ext)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22105
	inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_cp1_ParamLimits(TInt aVariety) const		{ return (*(Tbg_tb_trans_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22107
	inline TAknWindowComponentLayout bg_tb_trans_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_cp1_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22109
	inline TAknLayoutScalableParameterLimits grid_tb_ext_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_tb_ext_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_tb_ext_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22111
	inline TAknWindowComponentLayout grid_tb_ext_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_tb_ext_pane_sig*)(GetFunction(EApiId_grid_tb_ext_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22113
	// LAF Table : grid_tb_ext_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22114
	inline TAknLayoutScalableParameterLimits cell_tb_ext_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_tb_ext_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_tb_ext_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22116
	inline TAknWindowComponentLayout cell_tb_ext_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_tb_ext_pane_sig*)(GetFunction(EApiId_cell_tb_ext_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22118
	// LAF Table : cell_tb_ext_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22119
	inline TAknLayoutScalableParameterLimits cell_tb_ext_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_tb_ext_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_tb_ext_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22121
	inline TAknWindowComponentLayout cell_tb_ext_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_tb_ext_pane_g1_sig*)(GetFunction(EApiId_cell_tb_ext_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22123
	inline TAknTextComponentLayout cell_tb_ext_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_tb_ext_pane_t1_sig*)(GetFunction(EApiId_cell_tb_ext_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22125
	inline TAknLayoutScalableParameterLimits list_highlight_pane_cp11_ParamLimits(TInt aVariety) const		{ return (*(Tlist_highlight_pane_cp11_ParamLimits_sig*)(GetFunction(EApiId_list_highlight_pane_cp11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22127
	inline TAknWindowComponentLayout list_highlight_pane_cp11(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp11_sig*)(GetFunction(EApiId_list_highlight_pane_cp11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22129
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22130
	inline TAknLayoutScalableParameterLimits popup_uni_indicator_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_uni_indicator_window_ParamLimits_sig*)(GetFunction(EApiId_popup_uni_indicator_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22132
	inline TAknWindowComponentLayout popup_uni_indicator_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_uni_indicator_window_sig*)(GetFunction(EApiId_popup_uni_indicator_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22134
	// LAF Table : popup_uni_indicator_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22135
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp14(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp14_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp14)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22137
	inline TAknWindowComponentLayout list_uniindi_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_uniindi_pane_sig*)(GetFunction(EApiId_list_uniindi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22139
	inline TAknWindowComponentLayout uniindi_top_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuniindi_top_pane_sig*)(GetFunction(EApiId_uniindi_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22141
	// LAF Table : uniindi_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22142
	inline TAknWindowComponentLayout bg_uniindi_top_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_uniindi_top_pane_sig*)(GetFunction(EApiId_bg_uniindi_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22144
	inline TAknWindowComponentLayout uniindi_top_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuniindi_top_pane_g1_sig*)(GetFunction(EApiId_uniindi_top_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22146
	inline TAknWindowComponentLayout uniindi_top_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuniindi_top_pane_g2_sig*)(GetFunction(EApiId_uniindi_top_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22148
	inline TAknLayoutScalableTableLimits uniindi_top_pane_g_Limits() const		{ return (*(Tuniindi_top_pane_g_Limits_sig*)(GetFunction(EApiId_uniindi_top_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22150
	inline TAknWindowComponentLayout uniindi_top_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuniindi_top_pane_g_sig*)(GetFunction(EApiId_uniindi_top_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22152
	inline TAknTextComponentLayout uniindi_top_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuniindi_top_pane_t1_sig*)(GetFunction(EApiId_uniindi_top_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22154
	// LAF Table : list_uniindi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22155
	inline TAknLayoutScalableParameterLimits list_single_uniindi_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_uniindi_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_uniindi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22157
	inline TAknWindowComponentLayout list_single_uniindi_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_uniindi_pane_sig*)(GetFunction(EApiId_list_single_uniindi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22159
	// LAF Table : bg_uniindi_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22160
	inline TAknWindowComponentLayout bg_uniindi_top_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_uniindi_top_pane_g1_sig*)(GetFunction(EApiId_bg_uniindi_top_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22162
	// LAF Table : list_single_uniindi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22163
	inline TAknWindowComponentLayout list_single_uniindi_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_uniindi_pane_g1_sig*)(GetFunction(EApiId_list_single_uniindi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22164
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22165
	inline TAknTextComponentLayout list_single_uniindi_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_uniindi_pane_t1_sig*)(GetFunction(EApiId_list_single_uniindi_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22167
	// LAF Table : control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22168
	inline TAknWindowComponentLayout control_bg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_bg_pane_sig*)(GetFunction(EApiId_control_bg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22170
	// LAF Table : control_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22171
	inline TAknWindowComponentLayout bg_sctrl_sk_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_sk_pane_cp1_sig*)(GetFunction(EApiId_bg_sctrl_sk_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22173
	inline TAknWindowComponentLayout bg_sctrl_sk_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sctrl_sk_pane_cp2_sig*)(GetFunction(EApiId_bg_sctrl_sk_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22175
	inline TAknWindowComponentLayout control_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_bg_pane_g1_sig*)(GetFunction(EApiId_control_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22177
	inline TAknWindowComponentLayout control_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_bg_pane_g2_sig*)(GetFunction(EApiId_control_bg_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22179
	inline TAknLayoutScalableTableLimits control_bg_pane_g_Limits() const		{ return (*(Tcontrol_bg_pane_g_Limits_sig*)(GetFunction(EApiId_control_bg_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22181
	inline TAknWindowComponentLayout control_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_bg_pane_g_sig*)(GetFunction(EApiId_control_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22183
	// LAF Table : cell_indicator_nsta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22184
	inline TAknLayoutScalableParameterLimits cell_indicator_nsta_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_indicator_nsta_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_indicator_nsta_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22186
	inline TAknLayoutScalableParameterLimits cell_indicator_nsta_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_indicator_nsta_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_indicator_nsta_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22188
	inline TAknLayoutScalableParameterLimits cell_indicator_nsta_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_indicator_nsta_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_indicator_nsta_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22190
	// LAF Table : form2_midp_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22191
	inline TAknLayoutScalableParameterLimits form2_midp_time_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tform2_midp_time_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_form2_midp_time_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22193
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22194
	inline TAknLayoutScalableParameterLimits main_idle_act4_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_idle_act4_pane_ParamLimits_sig*)(GetFunction(EApiId_main_idle_act4_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22195
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22196
	inline TAknWindowComponentLayout main_idle_act4_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_idle_act4_pane_sig*)(GetFunction(EApiId_main_idle_act4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22198
	inline TAknLayoutScalableParameterLimits popup_tb_extension_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_tb_extension_window_ParamLimits_sig*)(GetFunction(EApiId_popup_tb_extension_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22199
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22200
	// LAF Table : popup_tb_extension_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22201
	inline TAknLayoutScalableParameterLimits tb_ext_find_pane_ParamLimits(TInt aVariety) const		{ return (*(Ttb_ext_find_pane_ParamLimits_sig*)(GetFunction(EApiId_tb_ext_find_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22203
	inline TAknWindowComponentLayout tb_ext_find_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttb_ext_find_pane_sig*)(GetFunction(EApiId_tb_ext_find_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22204
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22205
	// LAF Table : main_idle_act4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22206
	inline TAknWindowComponentLayout ai_gene_pane_1_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_gene_pane_1_cp1_sig*)(GetFunction(EApiId_ai_gene_pane_1_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22208
	inline TAknWindowComponentLayout ai_gene_pane_2_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_gene_pane_2_cp1_sig*)(GetFunction(EApiId_ai_gene_pane_2_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22210
	inline TAknWindowComponentLayout list_single_idle_plugin_calendar_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_calendar_pane_sig*)(GetFunction(EApiId_list_single_idle_plugin_calendar_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22211
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22212
	inline TAknWindowComponentLayout list_single_idle_plugin_notification_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_notification_pane_sig*)(GetFunction(EApiId_list_single_idle_plugin_notification_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22213
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22214
	inline TAknWindowComponentLayout list_single_idle_plugin_player_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_player_pane_sig*)(GetFunction(EApiId_list_single_idle_plugin_player_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22215
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22216
	inline TAknLayoutScalableParameterLimits list_single_idle_plugin_shortcut_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_idle_plugin_shortcut_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_idle_plugin_shortcut_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22218
	inline TAknWindowComponentLayout list_single_idle_plugin_shortcut_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_shortcut_pane_sig*)(GetFunction(EApiId_list_single_idle_plugin_shortcut_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22220
	inline TAknTextComponentLayout main_idle_act4_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_idle_act4_pane_t1_sig*)(GetFunction(EApiId_main_idle_act4_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22222
	inline TAknTextComponentLayout main_idle_act4_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_idle_act4_pane_t2_sig*)(GetFunction(EApiId_main_idle_act4_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22224
	inline TAknLayoutScalableTableLimits main_idle_act4_pane_t_Limits() const		{ return (*(Tmain_idle_act4_pane_t_Limits_sig*)(GetFunction(EApiId_main_idle_act4_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22226
	inline TAknTextComponentLayout main_idle_act4_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_idle_act4_pane_t_sig*)(GetFunction(EApiId_main_idle_act4_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22228
	inline TAknLayoutScalableParameterLimits middle_sk_idle_act4_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmiddle_sk_idle_act4_pane_ParamLimits_sig*)(GetFunction(EApiId_middle_sk_idle_act4_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22230
	inline TAknWindowComponentLayout middle_sk_idle_act4_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmiddle_sk_idle_act4_pane_sig*)(GetFunction(EApiId_middle_sk_idle_act4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22232
	inline TAknWindowComponentLayout popup_clock_digital_analogue_window_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_digital_analogue_window_cp2_sig*)(GetFunction(EApiId_popup_clock_digital_analogue_window_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22234
	inline TAknLayoutScalableParameterLimits shortcut_wheel_idle_act4_pane_ParamLimits(TInt aVariety) const		{ return (*(Tshortcut_wheel_idle_act4_pane_ParamLimits_sig*)(GetFunction(EApiId_shortcut_wheel_idle_act4_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22236
	inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tshortcut_wheel_idle_act4_pane_sig*)(GetFunction(EApiId_shortcut_wheel_idle_act4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22238
	// LAF Table : shortcut_wheel_idle_act4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22239
	inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tshortcut_wheel_idle_act4_pane_g1_sig*)(GetFunction(EApiId_shortcut_wheel_idle_act4_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22241
	inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tshortcut_wheel_idle_act4_pane_g2_sig*)(GetFunction(EApiId_shortcut_wheel_idle_act4_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22243
	inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tshortcut_wheel_idle_act4_pane_g3_sig*)(GetFunction(EApiId_shortcut_wheel_idle_act4_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22244
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22245
	inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tshortcut_wheel_idle_act4_pane_g4_sig*)(GetFunction(EApiId_shortcut_wheel_idle_act4_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22247
	inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tshortcut_wheel_idle_act4_pane_g5_sig*)(GetFunction(EApiId_shortcut_wheel_idle_act4_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22249
	inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tshortcut_wheel_idle_act4_pane_g6_sig*)(GetFunction(EApiId_shortcut_wheel_idle_act4_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22251
	inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tshortcut_wheel_idle_act4_pane_g7_sig*)(GetFunction(EApiId_shortcut_wheel_idle_act4_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22253
	inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tshortcut_wheel_idle_act4_pane_g8_sig*)(GetFunction(EApiId_shortcut_wheel_idle_act4_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22255
	inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tshortcut_wheel_idle_act4_pane_g9_sig*)(GetFunction(EApiId_shortcut_wheel_idle_act4_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22257
	inline TAknLayoutScalableTableLimits shortcut_wheel_idle_act4_pane_g_Limits() const		{ return (*(Tshortcut_wheel_idle_act4_pane_g_Limits_sig*)(GetFunction(EApiId_shortcut_wheel_idle_act4_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22259
	inline TAknWindowComponentLayout shortcut_wheel_idle_act4_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tshortcut_wheel_idle_act4_pane_g_sig*)(GetFunction(EApiId_shortcut_wheel_idle_act4_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22261
	// LAF Table : middle_sk_idle_act4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22262
	inline TAknLayoutScalableParameterLimits middle_sk_idle_act4_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmiddle_sk_idle_act4_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_middle_sk_idle_act4_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22264
	inline TAknWindowComponentLayout middle_sk_idle_act4_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmiddle_sk_idle_act4_pane_g1_sig*)(GetFunction(EApiId_middle_sk_idle_act4_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22266
	inline TAknLayoutScalableParameterLimits middle_sk_idle_act4_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmiddle_sk_idle_act4_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_middle_sk_idle_act4_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22268
	inline TAknWindowComponentLayout middle_sk_idle_act4_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmiddle_sk_idle_act4_pane_g2_sig*)(GetFunction(EApiId_middle_sk_idle_act4_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22270
	inline TAknLayoutScalableTableLimits middle_sk_idle_act4_pane_g_Limits() const		{ return (*(Tmiddle_sk_idle_act4_pane_g_Limits_sig*)(GetFunction(EApiId_middle_sk_idle_act4_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22272
	inline TAknLayoutScalableParameterLimits middle_sk_idle_act4_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmiddle_sk_idle_act4_pane_g_ParamLimits_sig*)(GetFunction(EApiId_middle_sk_idle_act4_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22274
	inline TAknWindowComponentLayout middle_sk_idle_act4_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmiddle_sk_idle_act4_pane_g_sig*)(GetFunction(EApiId_middle_sk_idle_act4_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22276
	inline TAknLayoutScalableParameterLimits middle_sk_idle_act4_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmiddle_sk_idle_act4_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_middle_sk_idle_act4_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22278
	inline TAknTextComponentLayout middle_sk_idle_act4_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmiddle_sk_idle_act4_pane_t1_sig*)(GetFunction(EApiId_middle_sk_idle_act4_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22280
	// LAF Table : list_single_idle_plugin_shortcut_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22281
	inline TAknLayoutScalableParameterLimits grid_ai_shortcut_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_ai_shortcut_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_ai_shortcut_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22283
	inline TAknWindowComponentLayout grid_ai_shortcut_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_ai_shortcut_pane_sig*)(GetFunction(EApiId_grid_ai_shortcut_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22285
	inline TAknLayoutScalableParameterLimits list_highlight_pane_cp16_ParamLimits(TInt aVariety) const		{ return (*(Tlist_highlight_pane_cp16_ParamLimits_sig*)(GetFunction(EApiId_list_highlight_pane_cp16_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22287
	inline TAknWindowComponentLayout list_highlight_pane_cp16(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp16_sig*)(GetFunction(EApiId_list_highlight_pane_cp16)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22289
	inline TAknLayoutScalableParameterLimits list_single_idle_plugin_shortcut_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_idle_plugin_shortcut_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22291
	inline TAknWindowComponentLayout list_single_idle_plugin_shortcut_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g1_sig*)(GetFunction(EApiId_list_single_idle_plugin_shortcut_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22293
	inline TAknLayoutScalableParameterLimits list_single_idle_plugin_shortcut_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_idle_plugin_shortcut_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22295
	inline TAknWindowComponentLayout list_single_idle_plugin_shortcut_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g2_sig*)(GetFunction(EApiId_list_single_idle_plugin_shortcut_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22297
	inline TAknLayoutScalableParameterLimits list_single_idle_plugin_shortcut_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_idle_plugin_shortcut_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22298
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22299
	inline TAknWindowComponentLayout list_single_idle_plugin_shortcut_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g3_sig*)(GetFunction(EApiId_list_single_idle_plugin_shortcut_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22300
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22301
	inline TAknLayoutScalableTableLimits list_single_idle_plugin_shortcut_pane_g_Limits() const		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_idle_plugin_shortcut_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22302
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22303
	inline TAknLayoutScalableParameterLimits list_single_idle_plugin_shortcut_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_idle_plugin_shortcut_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22305
	inline TAknWindowComponentLayout list_single_idle_plugin_shortcut_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_shortcut_pane_g_sig*)(GetFunction(EApiId_list_single_idle_plugin_shortcut_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22307
	// LAF Table : grid_ai_shortcut_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22308
	inline TAknLayoutScalableParameterLimits cell_ai_shortcut_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai_shortcut_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_ai_shortcut_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22310
	inline TAknWindowComponentLayout cell_ai_shortcut_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_ai_shortcut_pane_sig*)(GetFunction(EApiId_cell_ai_shortcut_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22312
	// LAF Table : cell_ai_shortcut_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22313
	inline TAknLayoutScalableParameterLimits cell_ai_shortcut_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai_shortcut_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_ai_shortcut_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22315
	inline TAknWindowComponentLayout cell_ai_shortcut_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai_shortcut_pane_g1_sig*)(GetFunction(EApiId_cell_ai_shortcut_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22317
	// LAF Table : list_single_idle_plugin_calendar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22318
	inline TAknWindowComponentLayout ai_gene_pane_1_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_gene_pane_1_cp2_sig*)(GetFunction(EApiId_ai_gene_pane_1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22320
	inline TAknWindowComponentLayout ai_gene_pane_2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai_gene_pane_2_cp2_sig*)(GetFunction(EApiId_ai_gene_pane_2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22322
	inline TAknWindowComponentLayout list_highlight_pane_cp15(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp15_sig*)(GetFunction(EApiId_list_highlight_pane_cp15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22324
	inline TAknWindowComponentLayout list_single_idle_plugin_calendar_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_calendar_pane_g1_sig*)(GetFunction(EApiId_list_single_idle_plugin_calendar_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22326
	// LAF Table : list_single_idle_plugin_player_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22327
	inline TAknWindowComponentLayout list_highlight_pane_cp17(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp17_sig*)(GetFunction(EApiId_list_highlight_pane_cp17)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22328
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22329
	inline TAknWindowComponentLayout list_single_idle_plugin_calendar_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_calendar_pane_g1_copy1_sig*)(GetFunction(EApiId_list_single_idle_plugin_calendar_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22331
	inline TAknWindowComponentLayout list_single_idle_plugin_player_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_player_pane_g1_sig*)(GetFunction(EApiId_list_single_idle_plugin_player_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22333
	inline TAknWindowComponentLayout list_single_idle_plugin_player_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_player_pane_g2_sig*)(GetFunction(EApiId_list_single_idle_plugin_player_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22335
	inline TAknLayoutScalableTableLimits list_single_idle_plugin_player_pane_g_Limits() const		{ return (*(Tlist_single_idle_plugin_player_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_idle_plugin_player_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22337
	inline TAknWindowComponentLayout list_single_idle_plugin_player_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_player_pane_g_sig*)(GetFunction(EApiId_list_single_idle_plugin_player_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22339
	inline TAknTextComponentLayout list_single_idle_plugin_player_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_player_pane_t1_sig*)(GetFunction(EApiId_list_single_idle_plugin_player_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22341
	inline TAknTextComponentLayout list_single_idle_plugin_player_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_player_pane_t2_sig*)(GetFunction(EApiId_list_single_idle_plugin_player_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22343
	inline TAknTextComponentLayout list_single_idle_plugin_player_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_player_pane_t3_sig*)(GetFunction(EApiId_list_single_idle_plugin_player_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22345
	inline TAknTextComponentLayout list_single_idle_plugin_player_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_player_pane_t4_sig*)(GetFunction(EApiId_list_single_idle_plugin_player_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22347
	inline TAknLayoutScalableTableLimits list_single_idle_plugin_player_pane_t_Limits() const		{ return (*(Tlist_single_idle_plugin_player_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_idle_plugin_player_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22349
	inline TAknTextComponentLayout list_single_idle_plugin_player_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_player_pane_t_sig*)(GetFunction(EApiId_list_single_idle_plugin_player_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22351
	inline TAknWindowComponentLayout wait_bar_pane_cp15(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_bar_pane_cp15_sig*)(GetFunction(EApiId_wait_bar_pane_cp15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22353
	// LAF Table : list_single_idle_plugin_notification_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22354
	inline TAknWindowComponentLayout grid_ai_notification_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_ai_notification_pane_sig*)(GetFunction(EApiId_grid_ai_notification_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22356
	inline TAknWindowComponentLayout list_single_idle_plugin_notification_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_idle_plugin_notification_pane_g1_sig*)(GetFunction(EApiId_list_single_idle_plugin_notification_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22358
	// LAF Table : grid_ai_notification_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22359
	inline TAknLayoutScalableParameterLimits cell_ai_notification_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_ai_notification_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_ai_notification_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22361
	inline TAknWindowComponentLayout cell_ai_notification_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai_notification_pane_sig*)(GetFunction(EApiId_cell_ai_notification_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22363
	// LAF Table : cell_ai_notification_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22364
	inline TAknWindowComponentLayout cell_ai_notification_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai_notification_pane_g1_sig*)(GetFunction(EApiId_cell_ai_notification_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22366
	inline TAknTextComponentLayout cell_ai_notification_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai_notification_pane_t1_sig*)(GetFunction(EApiId_cell_ai_notification_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22368
	// LAF Table : tb_ext_find_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22369
	inline TAknWindowComponentLayout tb_ext_find_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttb_ext_find_button_pane_sig*)(GetFunction(EApiId_tb_ext_find_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22371
	inline TAknWindowComponentLayout tb_ext_find_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttb_ext_find_pane_g1_sig*)(GetFunction(EApiId_tb_ext_find_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22373
	inline TAknTextComponentLayout tb_ext_find_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttb_ext_find_pane_t1_sig*)(GetFunction(EApiId_tb_ext_find_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22375
	// LAF Table : tb_ext_find_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22376
	inline TAknWindowComponentLayout tb_ext_find_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttb_ext_find_button_pane_g1_sig*)(GetFunction(EApiId_tb_ext_find_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22378
	inline TAknWindowComponentLayout tb_ext_find_button_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttb_ext_find_button_pane_g2_sig*)(GetFunction(EApiId_tb_ext_find_button_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22380
	inline TAknLayoutScalableTableLimits tb_ext_find_button_pane_g_Limits() const		{ return (*(Ttb_ext_find_button_pane_g_Limits_sig*)(GetFunction(EApiId_tb_ext_find_button_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22382
	inline TAknWindowComponentLayout tb_ext_find_button_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttb_ext_find_button_pane_g_sig*)(GetFunction(EApiId_tb_ext_find_button_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22384
	// LAF Table : main_idle_act4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22385
	inline TAknLayoutScalableParameterLimits main_idle_act4_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_idle_act4_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_idle_act4_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22387
	inline TAknLayoutScalableParameterLimits main_idle_act4_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_idle_act4_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_idle_act4_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22389
	inline TAknLayoutScalableParameterLimits main_idle_act4_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_idle_act4_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_idle_act4_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22391
	inline TAknLayoutScalableParameterLimits popup_clock_digital_analogue_window_cp2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_clock_digital_analogue_window_cp2_ParamLimits_sig*)(GetFunction(EApiId_popup_clock_digital_analogue_window_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22393
	inline TAknLayoutScalableParameterLimits sat_plugin_idle_act4_pane_ParamLimits(TInt aVariety) const		{ return (*(Tsat_plugin_idle_act4_pane_ParamLimits_sig*)(GetFunction(EApiId_sat_plugin_idle_act4_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22395
	inline TAknWindowComponentLayout sat_plugin_idle_act4_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsat_plugin_idle_act4_pane_sig*)(GetFunction(EApiId_sat_plugin_idle_act4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22397
	// LAF Table : sat_plugin_idle_act4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22398
	inline TAknLayoutScalableParameterLimits sat_plugin_idle_act4_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tsat_plugin_idle_act4_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_sat_plugin_idle_act4_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22399
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22400
	inline TAknTextComponentLayout sat_plugin_idle_act4_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsat_plugin_idle_act4_pane_t1_sig*)(GetFunction(EApiId_sat_plugin_idle_act4_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22401
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22402
	inline TAknLayoutScalableParameterLimits sat_plugin_idle_act4_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tsat_plugin_idle_act4_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_sat_plugin_idle_act4_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22404
	inline TAknTextComponentLayout sat_plugin_idle_act4_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsat_plugin_idle_act4_pane_t2_sig*)(GetFunction(EApiId_sat_plugin_idle_act4_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22406
	inline TAknLayoutScalableParameterLimits sat_plugin_idle_act4_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tsat_plugin_idle_act4_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_sat_plugin_idle_act4_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22408
	inline TAknTextComponentLayout sat_plugin_idle_act4_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsat_plugin_idle_act4_pane_t3_sig*)(GetFunction(EApiId_sat_plugin_idle_act4_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22410
	inline TAknLayoutScalableParameterLimits sat_plugin_idle_act4_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tsat_plugin_idle_act4_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_sat_plugin_idle_act4_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22411
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22412
	inline TAknTextComponentLayout sat_plugin_idle_act4_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsat_plugin_idle_act4_pane_t4_sig*)(GetFunction(EApiId_sat_plugin_idle_act4_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22413
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22414
	inline TAknLayoutScalableTableLimits sat_plugin_idle_act4_pane_t_Limits() const		{ return (*(Tsat_plugin_idle_act4_pane_t_Limits_sig*)(GetFunction(EApiId_sat_plugin_idle_act4_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22416
	inline TAknLayoutScalableParameterLimits sat_plugin_idle_act4_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tsat_plugin_idle_act4_pane_t_ParamLimits_sig*)(GetFunction(EApiId_sat_plugin_idle_act4_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22418
	inline TAknTextComponentLayout sat_plugin_idle_act4_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsat_plugin_idle_act4_pane_t_sig*)(GetFunction(EApiId_sat_plugin_idle_act4_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22420
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22421
	inline TAknLayoutScalableParameterLimits popup_battery_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_battery_window_ParamLimits_sig*)(GetFunction(EApiId_popup_battery_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22423
	inline TAknWindowComponentLayout popup_battery_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_battery_window_sig*)(GetFunction(EApiId_popup_battery_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22425
	// LAF Table : popup_battery_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22426
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp25_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_sub_pane_cp25_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp25_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22428
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp25(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp25_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp25)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22429
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22430
	inline TAknLayoutScalableParameterLimits popup_battery_window_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_battery_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_battery_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22432
	inline TAknWindowComponentLayout popup_battery_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_battery_window_g1_sig*)(GetFunction(EApiId_popup_battery_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22434
	inline TAknLayoutScalableParameterLimits popup_battery_window_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_battery_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_battery_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22436
	inline TAknTextComponentLayout popup_battery_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_battery_window_t1_sig*)(GetFunction(EApiId_popup_battery_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22438
	inline TAknLayoutScalableParameterLimits popup_battery_window_t2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_battery_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_battery_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22440
	inline TAknTextComponentLayout popup_battery_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_battery_window_t2_sig*)(GetFunction(EApiId_popup_battery_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22442
	inline TAknLayoutScalableTableLimits popup_battery_window_t_Limits() const		{ return (*(Tpopup_battery_window_t_Limits_sig*)(GetFunction(EApiId_popup_battery_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22444
	inline TAknLayoutScalableParameterLimits popup_battery_window_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tpopup_battery_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_battery_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22446
	inline TAknTextComponentLayout popup_battery_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_battery_window_t_sig*)(GetFunction(EApiId_popup_battery_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22448
	// LAF Table : main_midp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22449
	inline TAknLayoutScalableParameterLimits midp_canvas_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmidp_canvas_pane_ParamLimits_sig*)(GetFunction(EApiId_midp_canvas_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22451
	inline TAknLayoutScalableParameterLimits midp_keypad_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmidp_keypad_pane_ParamLimits_sig*)(GetFunction(EApiId_midp_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22453
	inline TAknWindowComponentLayout midp_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_keypad_pane_sig*)(GetFunction(EApiId_midp_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22455
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22456
	inline TAknLayoutScalableParameterLimits main_midp_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_midp_pane_ParamLimits_sig*)(GetFunction(EApiId_main_midp_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22458
	// LAF Table : midp_canvas_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22459
	inline TAknLayoutScalableParameterLimits signal_pane_g2_cp_ParamLimits(TInt aVariety) const		{ return (*(Tsignal_pane_g2_cp_ParamLimits_sig*)(GetFunction(EApiId_signal_pane_g2_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22461
	// LAF Table : midp_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22462
	inline TAknLayoutScalableParameterLimits aid_size_cell_midp_keypad_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_midp_keypad_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_midp_keypad_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22464
	inline TAknWindowComponentLayout aid_size_cell_midp_keypad(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_midp_keypad_sig*)(GetFunction(EApiId_aid_size_cell_midp_keypad)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22466
	inline TAknLayoutScalableParameterLimits midp_keyp_game_grid_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmidp_keyp_game_grid_pane_ParamLimits_sig*)(GetFunction(EApiId_midp_keyp_game_grid_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22468
	inline TAknWindowComponentLayout midp_keyp_game_grid_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_keyp_game_grid_pane_sig*)(GetFunction(EApiId_midp_keyp_game_grid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22469
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22470
	inline TAknLayoutScalableParameterLimits midp_keyp_rocker_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmidp_keyp_rocker_pane_ParamLimits_sig*)(GetFunction(EApiId_midp_keyp_rocker_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22472
	inline TAknWindowComponentLayout midp_keyp_rocker_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_keyp_rocker_pane_sig*)(GetFunction(EApiId_midp_keyp_rocker_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22474
	inline TAknLayoutScalableParameterLimits midp_keyp_sk_left_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmidp_keyp_sk_left_pane_ParamLimits_sig*)(GetFunction(EApiId_midp_keyp_sk_left_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22476
	inline TAknWindowComponentLayout midp_keyp_sk_left_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_keyp_sk_left_pane_sig*)(GetFunction(EApiId_midp_keyp_sk_left_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22478
	inline TAknLayoutScalableParameterLimits midp_keyp_sk_right_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmidp_keyp_sk_right_pane_ParamLimits_sig*)(GetFunction(EApiId_midp_keyp_sk_right_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22480
	inline TAknWindowComponentLayout midp_keyp_sk_right_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_keyp_sk_right_pane_sig*)(GetFunction(EApiId_midp_keyp_sk_right_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22482
	// LAF Table : midp_keyp_sk_left_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22483
	inline TAknWindowComponentLayout bg_button_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp03_sig*)(GetFunction(EApiId_bg_button_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22485
	inline TAknWindowComponentLayout midp_keyp_sk_left_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_keyp_sk_left_pane_g1_sig*)(GetFunction(EApiId_midp_keyp_sk_left_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22487
	// LAF Table : midp_keyp_sk_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22488
	inline TAknWindowComponentLayout bg_button_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp04_sig*)(GetFunction(EApiId_bg_button_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22490
	inline TAknWindowComponentLayout midp_keyp_sk_right_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_keyp_sk_right_pane_g1_sig*)(GetFunction(EApiId_midp_keyp_sk_right_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22491
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22492
	// LAF Table : midp_keyp_rocker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22493
	inline TAknWindowComponentLayout midp_keyp_rocker_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmidp_keyp_rocker_pane_g1_sig*)(GetFunction(EApiId_midp_keyp_rocker_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22495
	// LAF Table : midp_keyp_game_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22496
	inline TAknLayoutScalableParameterLimits keyp_game_cell_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tkeyp_game_cell_pane_ParamLimits_sig*)(GetFunction(EApiId_keyp_game_cell_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22498
	inline TAknWindowComponentLayout keyp_game_cell_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tkeyp_game_cell_pane_sig*)(GetFunction(EApiId_keyp_game_cell_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22500
	// LAF Table : keyp_game_cell_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22501
	inline TAknWindowComponentLayout bg_button_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp02_sig*)(GetFunction(EApiId_bg_button_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22502
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22503
	inline TAknWindowComponentLayout keyp_game_cell_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tkeyp_game_cell_pane_g1_sig*)(GetFunction(EApiId_keyp_game_cell_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22505
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22506
	inline TAknLayoutScalableParameterLimits popup_fep_vkb2_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_fep_vkb2_window_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_vkb2_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22507
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22508
	inline TAknWindowComponentLayout popup_fep_vkb2_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_vkb2_window_sig*)(GetFunction(EApiId_popup_fep_vkb2_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22510
	// LAF Table : popup_fep_vkb2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22511
	inline TAknLayoutScalableParameterLimits aid_size_cell_vkb2_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_vkb2_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_vkb2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22513
	inline TAknWindowComponentLayout aid_size_cell_vkb2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_vkb2_sig*)(GetFunction(EApiId_aid_size_cell_vkb2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22515
	inline TAknLayoutScalableParameterLimits popup_fep_vkb2_window_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_fep_vkb2_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_vkb2_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22517
	inline TAknWindowComponentLayout popup_fep_vkb2_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_vkb2_window_g1_sig*)(GetFunction(EApiId_popup_fep_vkb2_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22519
	inline TAknLayoutScalableParameterLimits vkb2_area_bottom_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_area_bottom_pane_ParamLimits_sig*)(GetFunction(EApiId_vkb2_area_bottom_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22521
	inline TAknWindowComponentLayout vkb2_area_bottom_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_area_bottom_pane_sig*)(GetFunction(EApiId_vkb2_area_bottom_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22523
	inline TAknLayoutScalableParameterLimits vkb2_area_keypad_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_area_keypad_pane_ParamLimits_sig*)(GetFunction(EApiId_vkb2_area_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22525
	inline TAknWindowComponentLayout vkb2_area_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_area_keypad_pane_sig*)(GetFunction(EApiId_vkb2_area_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22527
	inline TAknLayoutScalableParameterLimits vkb2_area_top_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_area_top_pane_ParamLimits_sig*)(GetFunction(EApiId_vkb2_area_top_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22529
	inline TAknWindowComponentLayout vkb2_area_top_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_area_top_pane_sig*)(GetFunction(EApiId_vkb2_area_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22531
	// LAF Table : vkb2_area_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22532
	inline TAknLayoutScalableParameterLimits vkb2_top_entry_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_entry_pane_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_entry_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22534
	inline TAknWindowComponentLayout vkb2_top_entry_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_entry_pane_sig*)(GetFunction(EApiId_vkb2_top_entry_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22536
	inline TAknLayoutScalableParameterLimits vkb2_top_grid_left_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_grid_left_pane_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_grid_left_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22538
	inline TAknWindowComponentLayout vkb2_top_grid_left_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_grid_left_pane_sig*)(GetFunction(EApiId_vkb2_top_grid_left_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22540
	inline TAknLayoutScalableParameterLimits vkb2_top_grid_right_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_grid_right_pane_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_grid_right_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22542
	inline TAknWindowComponentLayout vkb2_top_grid_right_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_grid_right_pane_sig*)(GetFunction(EApiId_vkb2_top_grid_right_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22544
	// LAF Table : vkb2_area_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22545
	inline TAknLayoutScalableParameterLimits vkb2_cell_keypad_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_keypad_pane_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22547
	inline TAknWindowComponentLayout vkb2_cell_keypad_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tvkb2_cell_keypad_pane_sig*)(GetFunction(EApiId_vkb2_cell_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22549
	// LAF Table : vkb2_area_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22550
	inline TAknLayoutScalableParameterLimits vkb2_area_bottom_grid_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_area_bottom_grid_pane_ParamLimits_sig*)(GetFunction(EApiId_vkb2_area_bottom_grid_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22551
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22552
	inline TAknWindowComponentLayout vkb2_area_bottom_grid_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_area_bottom_grid_pane_sig*)(GetFunction(EApiId_vkb2_area_bottom_grid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22554
	inline TAknLayoutScalableParameterLimits vkb2_area_bottom_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_area_bottom_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_vkb2_area_bottom_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22556
	inline TAknWindowComponentLayout vkb2_area_bottom_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_area_bottom_pane_g1_sig*)(GetFunction(EApiId_vkb2_area_bottom_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22557
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22558
	inline TAknLayoutScalableParameterLimits vkb2_area_bottom_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_area_bottom_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_vkb2_area_bottom_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22559
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22560
	inline TAknWindowComponentLayout vkb2_area_bottom_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_area_bottom_pane_g2_sig*)(GetFunction(EApiId_vkb2_area_bottom_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22562
	inline TAknLayoutScalableParameterLimits vkb2_area_bottom_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_area_bottom_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_vkb2_area_bottom_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22564
	inline TAknWindowComponentLayout vkb2_area_bottom_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_area_bottom_pane_g3_sig*)(GetFunction(EApiId_vkb2_area_bottom_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22566
	inline TAknLayoutScalableTableLimits vkb2_area_bottom_pane_g_Limits() const		{ return (*(Tvkb2_area_bottom_pane_g_Limits_sig*)(GetFunction(EApiId_vkb2_area_bottom_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22568
	inline TAknLayoutScalableParameterLimits vkb2_area_bottom_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tvkb2_area_bottom_pane_g_ParamLimits_sig*)(GetFunction(EApiId_vkb2_area_bottom_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22570
	inline TAknWindowComponentLayout vkb2_area_bottom_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_area_bottom_pane_g_sig*)(GetFunction(EApiId_vkb2_area_bottom_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22572
	// LAF Table : vkb2_top_grid_left_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22573
	inline TAknLayoutScalableParameterLimits vkb2_top_cell_left_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_cell_left_pane_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_cell_left_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22574
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22575
	inline TAknWindowComponentLayout vkb2_top_cell_left_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_cell_left_pane_sig*)(GetFunction(EApiId_vkb2_top_cell_left_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22577
	// LAF Table : vkb2_top_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22578
	inline TAknLayoutScalableParameterLimits vkb2_top_entry_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_entry_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_entry_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22580
	inline TAknWindowComponentLayout vkb2_top_entry_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_entry_pane_g1_sig*)(GetFunction(EApiId_vkb2_top_entry_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22582
	inline TAknLayoutScalableParameterLimits vkb2_top_entry_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_entry_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_entry_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22584
	inline TAknTextComponentLayout vkb2_top_entry_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_entry_pane_t1_sig*)(GetFunction(EApiId_vkb2_top_entry_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22586
	inline TAknLayoutScalableParameterLimits vkb2_top_entry_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_entry_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_entry_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22588
	inline TAknTextComponentLayout vkb2_top_entry_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_entry_pane_t2_sig*)(GetFunction(EApiId_vkb2_top_entry_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22590
	inline TAknLayoutScalableParameterLimits vkb2_top_entry_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_entry_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_entry_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22592
	inline TAknTextComponentLayout vkb2_top_entry_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_entry_pane_t3_sig*)(GetFunction(EApiId_vkb2_top_entry_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22594
	inline TAknLayoutScalableTableLimits vkb2_top_entry_pane_t_Limits() const		{ return (*(Tvkb2_top_entry_pane_t_Limits_sig*)(GetFunction(EApiId_vkb2_top_entry_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22596
	inline TAknLayoutScalableParameterLimits vkb2_top_entry_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tvkb2_top_entry_pane_t_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_entry_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22598
	inline TAknTextComponentLayout vkb2_top_entry_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_entry_pane_t_sig*)(GetFunction(EApiId_vkb2_top_entry_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22600
	// LAF Table : vkb2_top_grid_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22601
	inline TAknLayoutScalableParameterLimits vkb2_top_grid_right_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_grid_right_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_grid_right_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22603
	inline TAknWindowComponentLayout vkb2_top_grid_right_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_grid_right_pane_g1_sig*)(GetFunction(EApiId_vkb2_top_grid_right_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22605
	inline TAknLayoutScalableParameterLimits vkb2_top_grid_right_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_grid_right_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_grid_right_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22607
	inline TAknWindowComponentLayout vkb2_top_grid_right_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_grid_right_pane_g2_sig*)(GetFunction(EApiId_vkb2_top_grid_right_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22609
	inline TAknLayoutScalableParameterLimits vkb2_top_grid_right_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_grid_right_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_grid_right_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22611
	inline TAknWindowComponentLayout vkb2_top_grid_right_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_grid_right_pane_g3_sig*)(GetFunction(EApiId_vkb2_top_grid_right_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22613
	inline TAknLayoutScalableParameterLimits vkb2_top_grid_right_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_grid_right_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_grid_right_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22615
	inline TAknWindowComponentLayout vkb2_top_grid_right_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_grid_right_pane_g4_sig*)(GetFunction(EApiId_vkb2_top_grid_right_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22617
	inline TAknLayoutScalableTableLimits vkb2_top_grid_right_pane_g_Limits() const		{ return (*(Tvkb2_top_grid_right_pane_g_Limits_sig*)(GetFunction(EApiId_vkb2_top_grid_right_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22619
	inline TAknLayoutScalableParameterLimits vkb2_top_grid_right_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tvkb2_top_grid_right_pane_g_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_grid_right_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22621
	inline TAknWindowComponentLayout vkb2_top_grid_right_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_grid_right_pane_g_sig*)(GetFunction(EApiId_vkb2_top_grid_right_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22623
	// LAF Table : vkb2_top_cell_left_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22624
	inline TAknWindowComponentLayout vkb2_top_cell_left_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_cell_left_pane_g1_sig*)(GetFunction(EApiId_vkb2_top_cell_left_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22626
	// LAF Table : vkb2_cell_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22627
	inline TAknLayoutScalableParameterLimits vkb2_cell_keypad_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_keypad_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_keypad_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22629
	inline TAknWindowComponentLayout vkb2_cell_keypad_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_cell_keypad_pane_g1_sig*)(GetFunction(EApiId_vkb2_cell_keypad_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22630
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22631
	inline TAknLayoutScalableParameterLimits vkb2_cell_keypad_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_keypad_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_keypad_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22633
	inline TAknTextComponentLayout vkb2_cell_keypad_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_cell_keypad_pane_t1_sig*)(GetFunction(EApiId_vkb2_cell_keypad_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22635
	// LAF Table : vkb2_area_bottom_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22636
	inline TAknLayoutScalableParameterLimits vkb2_cell_bottom_grid_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_bottom_grid_pane_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_bottom_grid_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22638
	inline TAknWindowComponentLayout vkb2_cell_bottom_grid_pane(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tvkb2_cell_bottom_grid_pane_sig*)(GetFunction(EApiId_vkb2_cell_bottom_grid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22640
	// LAF Table : vkb2_cell_bottom_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22641
	inline TAknWindowComponentLayout vkb2_cell_bottom_grid_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_cell_bottom_grid_pane_g1_sig*)(GetFunction(EApiId_vkb2_cell_bottom_grid_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22643
	// LAF Table : popup_clock_digital_analogue_window_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22644
	inline TAknWindowComponentLayout aid_call2_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_call2_pane_cp02_sig*)(GetFunction(EApiId_aid_call2_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22646
	inline TAknWindowComponentLayout aid_call_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_call_pane_cp02_sig*)(GetFunction(EApiId_aid_call_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22648
	inline TAknWindowComponentLayout clock_digital_number_pane_cp10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_number_pane_cp10_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22650
	inline TAknWindowComponentLayout clock_digital_number_pane_cp11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_number_pane_cp11_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22652
	inline TAknWindowComponentLayout clock_digital_number_pane_cp12(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_number_pane_cp12_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22654
	inline TAknWindowComponentLayout clock_digital_number_pane_cp13(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_number_pane_cp13_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22656
	inline TAknWindowComponentLayout clock_digital_separator_pane_cp10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_separator_pane_cp10_sig*)(GetFunction(EApiId_clock_digital_separator_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22658
	inline TAknWindowComponentLayout popup_clock_digital_analogue_window_cp2_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_digital_analogue_window_cp2_g1_sig*)(GetFunction(EApiId_popup_clock_digital_analogue_window_cp2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22660
	inline TAknWindowComponentLayout popup_clock_digital_analogue_window_cp2_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_digital_analogue_window_cp2_g2_sig*)(GetFunction(EApiId_popup_clock_digital_analogue_window_cp2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22662
	inline TAknWindowComponentLayout popup_clock_digital_analogue_window_cp2_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_digital_analogue_window_cp2_g3_sig*)(GetFunction(EApiId_popup_clock_digital_analogue_window_cp2_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22664
	inline TAknWindowComponentLayout popup_clock_digital_analogue_window_cp2_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_digital_analogue_window_cp2_g4_sig*)(GetFunction(EApiId_popup_clock_digital_analogue_window_cp2_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22666
	inline TAknWindowComponentLayout popup_clock_digital_analogue_window_cp2_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_digital_analogue_window_cp2_g5_sig*)(GetFunction(EApiId_popup_clock_digital_analogue_window_cp2_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22668
	inline TAknLayoutScalableTableLimits popup_clock_digital_analogue_window_cp2_g_Limits() const		{ return (*(Tpopup_clock_digital_analogue_window_cp2_g_Limits_sig*)(GetFunction(EApiId_popup_clock_digital_analogue_window_cp2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22670
	inline TAknWindowComponentLayout popup_clock_digital_analogue_window_cp2_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_digital_analogue_window_cp2_g_sig*)(GetFunction(EApiId_popup_clock_digital_analogue_window_cp2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22672
	inline TAknTextComponentLayout popup_clock_digital_analogue_window_cp2_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_digital_analogue_window_cp2_t1_sig*)(GetFunction(EApiId_popup_clock_digital_analogue_window_cp2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22674
	inline TAknTextComponentLayout popup_clock_digital_analogue_window_cp2_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_digital_analogue_window_cp2_t2_sig*)(GetFunction(EApiId_popup_clock_digital_analogue_window_cp2_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22676
	inline TAknLayoutScalableTableLimits popup_clock_digital_analogue_window_cp2_t_Limits() const		{ return (*(Tpopup_clock_digital_analogue_window_cp2_t_Limits_sig*)(GetFunction(EApiId_popup_clock_digital_analogue_window_cp2_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22678
	inline TAknTextComponentLayout popup_clock_digital_analogue_window_cp2_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_digital_analogue_window_cp2_t_sig*)(GetFunction(EApiId_popup_clock_digital_analogue_window_cp2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22679
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22680
	// LAF Table : clock_digital_number_pane_cp10
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22681
	inline TAknWindowComponentLayout clock_digital_number_pane_cp10_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_number_pane_cp10_g1_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp10_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22683
	inline TAknWindowComponentLayout clock_digital_number_pane_cp10_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_number_pane_cp10_g2_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp10_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22685
	inline TAknLayoutScalableTableLimits clock_digital_number_pane_cp10_g_Limits() const		{ return (*(Tclock_digital_number_pane_cp10_g_Limits_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp10_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22687
	inline TAknWindowComponentLayout clock_digital_number_pane_cp10_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_number_pane_cp10_g_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp10_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22689
	// LAF Table : clock_digital_separator_pane_cp10
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22690
	inline TAknWindowComponentLayout clock_digital_separator_pane_cp10_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_separator_pane_cp10_g1_sig*)(GetFunction(EApiId_clock_digital_separator_pane_cp10_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22692
	inline TAknWindowComponentLayout clock_digital_separator_pane_cp10_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_separator_pane_cp10_g2_sig*)(GetFunction(EApiId_clock_digital_separator_pane_cp10_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22694
	inline TAknLayoutScalableTableLimits clock_digital_separator_pane_cp10_g_Limits() const		{ return (*(Tclock_digital_separator_pane_cp10_g_Limits_sig*)(GetFunction(EApiId_clock_digital_separator_pane_cp10_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22696
	inline TAknWindowComponentLayout clock_digital_separator_pane_cp10_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_separator_pane_cp10_g_sig*)(GetFunction(EApiId_clock_digital_separator_pane_cp10_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22698
	// LAF Table : uniindi_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22699
	inline TAknWindowComponentLayout uniindi_top_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuniindi_top_pane_g3_sig*)(GetFunction(EApiId_uniindi_top_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22701
	inline TAknWindowComponentLayout uniindi_top_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuniindi_top_pane_g4_sig*)(GetFunction(EApiId_uniindi_top_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22703
	// LAF Table : vkb2_area_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22704
	inline TAknLayoutScalableParameterLimits vkb2_row_keypad_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_row_keypad_pane_ParamLimits_sig*)(GetFunction(EApiId_vkb2_row_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22706
	inline TAknWindowComponentLayout vkb2_row_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_row_keypad_pane_sig*)(GetFunction(EApiId_vkb2_row_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22707
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22708
	// LAF Table : vkb2_row_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22709
	inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_t_keypad_pane_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22711
	inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_cell_t_keypad_pane_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22713
	inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp08_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp08_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp08_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22715
	inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp08(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp08_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp08)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22717
	inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp09_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp09_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp09_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22719
	inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp09(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp09_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp09)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22721
	inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22723
	inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp01_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22725
	inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp02_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp02_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22727
	inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp02_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22729
	inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp03_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp03_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22730
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22731
	inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp03_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22733
	inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp04_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp04_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp04_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22735
	inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp04(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp04_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22737
	inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp05_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp05_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp05_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22739
	inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp05(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp05_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22741
	inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp06_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp06_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp06_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22743
	inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp06(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp06_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22745
	inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp07_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp07_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp07_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22747
	inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp07(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp07_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22749
	inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_cp10_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp10_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22751
	inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_cp10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_cell_t_keypad_pane_cp10_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22753
	// LAF Table : vkb2_cell_t_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22754
	inline TAknWindowComponentLayout vkb2_cell_t_keypad_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_cell_t_keypad_pane_g1_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22755
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22756
	inline TAknTextComponentLayout vkb2_cell_t_keypad_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_cell_t_keypad_pane_t1_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22757
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22758
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22759
	inline TAknWindowComponentLayout popup_grid_graphic2_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_grid_graphic2_window_sig*)(GetFunction(EApiId_popup_grid_graphic2_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22761
	// LAF Table : popup_grid_graphic2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22762
	inline TAknLayoutScalableParameterLimits aid_size_cell_graphic2_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_graphic2_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_graphic2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22764
	inline TAknWindowComponentLayout aid_size_cell_graphic2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_graphic2_sig*)(GetFunction(EApiId_aid_size_cell_graphic2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22766
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp21_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_window_pane_cp21_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp21_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22768
	inline TAknWindowComponentLayout bg_popup_window_pane_cp21(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp21_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp21)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22770
	inline TAknLayoutScalableParameterLimits graphic2_pages_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgraphic2_pages_pane_ParamLimits_sig*)(GetFunction(EApiId_graphic2_pages_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22772
	inline TAknWindowComponentLayout graphic2_pages_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic2_pages_pane_sig*)(GetFunction(EApiId_graphic2_pages_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22774
	inline TAknLayoutScalableParameterLimits grid_graphic2_control_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_graphic2_control_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_graphic2_control_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22776
	inline TAknWindowComponentLayout grid_graphic2_control_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_graphic2_control_pane_sig*)(GetFunction(EApiId_grid_graphic2_control_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22778
	inline TAknLayoutScalableParameterLimits grid_graphic2_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_graphic2_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_graphic2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22780
	inline TAknWindowComponentLayout grid_graphic2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_graphic2_pane_sig*)(GetFunction(EApiId_grid_graphic2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22782
	// LAF Table : grid_graphic2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22783
	inline TAknWindowComponentLayout cell_graphic2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic2_pane_sig*)(GetFunction(EApiId_cell_graphic2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22785
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22786
	inline TAknWindowComponentLayout main_comp_mode_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_comp_mode_pane_sig*)(GetFunction(EApiId_main_comp_mode_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22788
	// LAF Table : popup_ai3_data_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22789
	inline TAknLayoutScalableParameterLimits list_ai3_gene_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_ai3_gene_pane_ParamLimits_sig*)(GetFunction(EApiId_list_ai3_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22791
	// LAF Table : popup_slider_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22792
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp19_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_window_pane_cp19_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp19_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22794
	inline TAknLayoutScalableParameterLimits bg_touch_area_indi_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_touch_area_indi_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_touch_area_indi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22796
	inline TAknWindowComponentLayout bg_touch_area_indi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_touch_area_indi_pane_sig*)(GetFunction(EApiId_bg_touch_area_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22798
	inline TAknLayoutScalableParameterLimits bg_touch_area_indi_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tbg_touch_area_indi_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_bg_touch_area_indi_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22800
	inline TAknWindowComponentLayout bg_touch_area_indi_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_touch_area_indi_pane_cp01_sig*)(GetFunction(EApiId_bg_touch_area_indi_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22802
	inline TAknLayoutScalableParameterLimits bg_touch_area_indi_pane_cp02_ParamLimits(TInt aVariety) const		{ return (*(Tbg_touch_area_indi_pane_cp02_ParamLimits_sig*)(GetFunction(EApiId_bg_touch_area_indi_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22804
	inline TAknWindowComponentLayout bg_touch_area_indi_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_touch_area_indi_pane_cp02_sig*)(GetFunction(EApiId_bg_touch_area_indi_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22806
	inline TAknLayoutScalableParameterLimits bg_touch_area_indi_pane_cp03_ParamLimits(TInt aVariety) const		{ return (*(Tbg_touch_area_indi_pane_cp03_ParamLimits_sig*)(GetFunction(EApiId_bg_touch_area_indi_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22808
	inline TAknWindowComponentLayout bg_touch_area_indi_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_touch_area_indi_pane_cp03_sig*)(GetFunction(EApiId_bg_touch_area_indi_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22810
	inline TAknLayoutScalableParameterLimits popup_slider_window_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_slider_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_slider_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22812
	inline TAknLayoutScalableParameterLimits popup_slider_window_g2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_slider_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_slider_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22814
	inline TAknLayoutScalableParameterLimits popup_slider_window_g3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_slider_window_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_slider_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22816
	inline TAknLayoutScalableParameterLimits popup_slider_window_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tpopup_slider_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_slider_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22818
	inline TAknLayoutScalableParameterLimits popup_slider_window_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_slider_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_slider_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22820
	inline TAknLayoutScalableParameterLimits small_volume_slider_vertical_pane_ParamLimits(TInt aVariety) const		{ return (*(Tsmall_volume_slider_vertical_pane_ParamLimits_sig*)(GetFunction(EApiId_small_volume_slider_vertical_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22822
	// LAF Table : grid_graphic2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22823
	inline TAknLayoutScalableParameterLimits cell_graphic2_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_graphic2_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_graphic2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22825
	// LAF Table : graphic2_pages_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22826
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp10_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp10_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22827
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22828
	inline TAknWindowComponentLayout bg_button_pane_cp10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp10_sig*)(GetFunction(EApiId_bg_button_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22829
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22830
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp11_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp11_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22832
	inline TAknWindowComponentLayout bg_button_pane_cp11(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp11_sig*)(GetFunction(EApiId_bg_button_pane_cp11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22834
	inline TAknLayoutScalableParameterLimits graphic2_pages_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tgraphic2_pages_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_graphic2_pages_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22836
	inline TAknWindowComponentLayout graphic2_pages_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic2_pages_pane_g1_sig*)(GetFunction(EApiId_graphic2_pages_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22838
	inline TAknLayoutScalableParameterLimits graphic2_pages_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tgraphic2_pages_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_graphic2_pages_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22840
	inline TAknWindowComponentLayout graphic2_pages_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic2_pages_pane_g2_sig*)(GetFunction(EApiId_graphic2_pages_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22842
	inline TAknLayoutScalableTableLimits graphic2_pages_pane_g_Limits() const		{ return (*(Tgraphic2_pages_pane_g_Limits_sig*)(GetFunction(EApiId_graphic2_pages_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22844
	inline TAknLayoutScalableParameterLimits graphic2_pages_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tgraphic2_pages_pane_g_ParamLimits_sig*)(GetFunction(EApiId_graphic2_pages_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22846
	inline TAknWindowComponentLayout graphic2_pages_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic2_pages_pane_g_sig*)(GetFunction(EApiId_graphic2_pages_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22848
	inline TAknLayoutScalableParameterLimits graphic2_pages_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tgraphic2_pages_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_graphic2_pages_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22850
	inline TAknTextComponentLayout graphic2_pages_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgraphic2_pages_pane_t1_sig*)(GetFunction(EApiId_graphic2_pages_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22852
	// LAF Table : grid_graphic2_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22853
	inline TAknLayoutScalableParameterLimits cell_graphic2_control_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_graphic2_control_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_graphic2_control_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22855
	inline TAknWindowComponentLayout cell_graphic2_control_pane(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tcell_graphic2_control_pane_sig*)(GetFunction(EApiId_cell_graphic2_control_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22857
	// LAF Table : cell_graphic2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22858
	inline TAknLayoutScalableParameterLimits cell_graphic2_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_graphic2_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_graphic2_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22860
	inline TAknWindowComponentLayout cell_graphic2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic2_pane_g1_sig*)(GetFunction(EApiId_cell_graphic2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22862
	inline TAknLayoutScalableParameterLimits cell_graphic2_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_graphic2_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_graphic2_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22864
	inline TAknWindowComponentLayout cell_graphic2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic2_pane_g2_sig*)(GetFunction(EApiId_cell_graphic2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22866
	inline TAknLayoutScalableParameterLimits cell_graphic2_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tcell_graphic2_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cell_graphic2_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22868
	inline TAknWindowComponentLayout cell_graphic2_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic2_pane_g3_sig*)(GetFunction(EApiId_cell_graphic2_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22870
	inline TAknLayoutScalableParameterLimits cell_graphic2_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tcell_graphic2_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_cell_graphic2_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22872
	inline TAknWindowComponentLayout cell_graphic2_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic2_pane_g4_sig*)(GetFunction(EApiId_cell_graphic2_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22874
	inline TAknLayoutScalableParameterLimits cell_graphic2_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tcell_graphic2_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_cell_graphic2_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22876
	inline TAknWindowComponentLayout cell_graphic2_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic2_pane_g5_sig*)(GetFunction(EApiId_cell_graphic2_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22878
	inline TAknLayoutScalableTableLimits cell_graphic2_pane_g_Limits() const		{ return (*(Tcell_graphic2_pane_g_Limits_sig*)(GetFunction(EApiId_cell_graphic2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22880
	inline TAknLayoutScalableParameterLimits cell_graphic2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_graphic2_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_graphic2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22881
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22882
	inline TAknWindowComponentLayout cell_graphic2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic2_pane_g_sig*)(GetFunction(EApiId_cell_graphic2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22884
	inline TAknLayoutScalableParameterLimits cell_graphic2_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_graphic2_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_graphic2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22886
	inline TAknTextComponentLayout cell_graphic2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic2_pane_t1_sig*)(GetFunction(EApiId_cell_graphic2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22887
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22888
	inline TAknLayoutScalableParameterLimits grid_highlight_pane_cp11_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_highlight_pane_cp11_ParamLimits_sig*)(GetFunction(EApiId_grid_highlight_pane_cp11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22890
	inline TAknWindowComponentLayout grid_highlight_pane_cp11(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp11_sig*)(GetFunction(EApiId_grid_highlight_pane_cp11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22892
	// LAF Table : cell_graphic2_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22893
	inline TAknWindowComponentLayout bg_button_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp05_sig*)(GetFunction(EApiId_bg_button_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22895
	inline TAknWindowComponentLayout cell_graphic2_control_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic2_control_pane_g1_sig*)(GetFunction(EApiId_cell_graphic2_control_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22897
	// LAF Table : bg_touch_area_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22898
	inline TAknWindowComponentLayout bg_touch_area_indi_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_touch_area_indi_pane_g1_sig*)(GetFunction(EApiId_bg_touch_area_indi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22900
	// LAF Table : main_comp_mode_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22901
	inline TAknWindowComponentLayout aid_cmod_rocker_key_size(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_cmod_rocker_key_size_sig*)(GetFunction(EApiId_aid_cmod_rocker_key_size)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22903
	inline TAknWindowComponentLayout aid_cmode_itu_key_size(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_cmode_itu_key_size_sig*)(GetFunction(EApiId_aid_cmode_itu_key_size)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22905
	inline TAknWindowComponentLayout main_cmode_video_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cmode_video_pane_sig*)(GetFunction(EApiId_main_cmode_video_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22907
	inline TAknWindowComponentLayout main_comp_mode_itu_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_comp_mode_itu_pane_sig*)(GetFunction(EApiId_main_comp_mode_itu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22909
	inline TAknWindowComponentLayout main_comp_mode_rocker_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_comp_mode_rocker_pane_sig*)(GetFunction(EApiId_main_comp_mode_rocker_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22911
	// LAF Table : main_comp_mode_rocker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22912
	inline TAknLayoutScalableParameterLimits cell_cmode_rocker_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_cmode_rocker_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_cmode_rocker_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22913
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22914
	inline TAknWindowComponentLayout cell_cmode_rocker_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmode_rocker_pane_sig*)(GetFunction(EApiId_cell_cmode_rocker_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22915
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22916
	// LAF Table : main_comp_mode_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22917
	inline TAknLayoutScalableParameterLimits cell_cmode_itu_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_cmode_itu_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_cmode_itu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22919
	inline TAknWindowComponentLayout cell_cmode_itu_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmode_itu_pane_sig*)(GetFunction(EApiId_cell_cmode_itu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22921
	// LAF Table : cell_cmode_rocker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22922
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp06_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp06_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp06_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22923
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22924
	inline TAknWindowComponentLayout bg_button_pane_cp06(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp06_sig*)(GetFunction(EApiId_bg_button_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22926
	inline TAknLayoutScalableParameterLimits cell_cmode_rocker_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_cmode_rocker_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_cmode_rocker_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22928
	inline TAknWindowComponentLayout cell_cmode_rocker_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmode_rocker_pane_g1_sig*)(GetFunction(EApiId_cell_cmode_rocker_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22930
	inline TAknLayoutScalableParameterLimits cell_cmode_rocker_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_cmode_rocker_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_cmode_rocker_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22932
	inline TAknWindowComponentLayout cell_cmode_rocker_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmode_rocker_pane_g2_sig*)(GetFunction(EApiId_cell_cmode_rocker_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22934
	inline TAknLayoutScalableTableLimits cell_cmode_rocker_pane_g_Limits() const		{ return (*(Tcell_cmode_rocker_pane_g_Limits_sig*)(GetFunction(EApiId_cell_cmode_rocker_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22936
	inline TAknLayoutScalableParameterLimits cell_cmode_rocker_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_cmode_rocker_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_cmode_rocker_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22938
	inline TAknWindowComponentLayout cell_cmode_rocker_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmode_rocker_pane_g_sig*)(GetFunction(EApiId_cell_cmode_rocker_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22940
	// LAF Table : cell_cmode_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22941
	inline TAknWindowComponentLayout bg_button_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp07_sig*)(GetFunction(EApiId_bg_button_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22942
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22943
	inline TAknWindowComponentLayout cell_cmode_itu_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmode_itu_pane_g1_sig*)(GetFunction(EApiId_cell_cmode_itu_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22944
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22945
	inline TAknTextComponentLayout cell_cmode_itu_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmode_itu_pane_t1_sig*)(GetFunction(EApiId_cell_cmode_itu_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22947
	inline TAknTextComponentLayout cell_cmode_itu_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmode_itu_pane_t2_sig*)(GetFunction(EApiId_cell_cmode_itu_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22949
	inline TAknLayoutScalableTableLimits cell_cmode_itu_pane_t_Limits() const		{ return (*(Tcell_cmode_itu_pane_t_Limits_sig*)(GetFunction(EApiId_cell_cmode_itu_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22951
	inline TAknTextComponentLayout cell_cmode_itu_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmode_itu_pane_t_sig*)(GetFunction(EApiId_cell_cmode_itu_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22952
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22953
	// LAF Table : control_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22954
	inline TAknWindowComponentLayout aid_touch_ctrl_left(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_ctrl_left_sig*)(GetFunction(EApiId_aid_touch_ctrl_left)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22955
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22956
	inline TAknWindowComponentLayout aid_touch_ctrl_right(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_ctrl_right_sig*)(GetFunction(EApiId_aid_touch_ctrl_right)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22957
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22958
	// LAF Table : Screen
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22959
	inline TAknWindowComponentLayout compa_mode_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcompa_mode_pane_sig*)(GetFunction(EApiId_compa_mode_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22961
	// LAF Table : compa_mode_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22962
	inline TAknWindowComponentLayout aid_cmod_rocker_key_size_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_cmod_rocker_key_size_cp_sig*)(GetFunction(EApiId_aid_cmod_rocker_key_size_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22964
	inline TAknWindowComponentLayout aid_cmode_itu_key_size_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_cmode_itu_key_size_cp_sig*)(GetFunction(EApiId_aid_cmode_itu_key_size_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22965
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22966
	inline TAknWindowComponentLayout compa_mode_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcompa_mode_pane_g1_sig*)(GetFunction(EApiId_compa_mode_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22967
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22968
	inline TAknWindowComponentLayout compa_mode_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcompa_mode_pane_g2_sig*)(GetFunction(EApiId_compa_mode_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22969
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22970
	inline TAknWindowComponentLayout compa_mode_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcompa_mode_pane_g3_sig*)(GetFunction(EApiId_compa_mode_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22971
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22972
	inline TAknLayoutScalableTableLimits compa_mode_pane_g_Limits() const		{ return (*(Tcompa_mode_pane_g_Limits_sig*)(GetFunction(EApiId_compa_mode_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22974
	inline TAknWindowComponentLayout compa_mode_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcompa_mode_pane_g_sig*)(GetFunction(EApiId_compa_mode_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22976
	inline TAknWindowComponentLayout main_comp_mode_itu_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_comp_mode_itu_pane_cp_sig*)(GetFunction(EApiId_main_comp_mode_itu_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22978
	inline TAknWindowComponentLayout main_comp_mode_rocker_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_comp_mode_rocker_pane_cp_sig*)(GetFunction(EApiId_main_comp_mode_rocker_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22980
	// LAF Table : main_comp_mode_itu_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22981
	inline TAknLayoutScalableParameterLimits cell_cmode_itu_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_cmode_itu_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_cell_cmode_itu_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22982
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22983
	inline TAknWindowComponentLayout cell_cmode_itu_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmode_itu_pane_cp_sig*)(GetFunction(EApiId_cell_cmode_itu_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22984
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22985
	// LAF Table : main_comp_mode_rocker_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22986
	inline TAknLayoutScalableParameterLimits cell_cmode_rocker_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_cmode_rocker_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_cell_cmode_rocker_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22988
	inline TAknWindowComponentLayout cell_cmode_rocker_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmode_rocker_pane_cp_sig*)(GetFunction(EApiId_cell_cmode_rocker_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22990
	// LAF Table : cell_cmode_rocker_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22991
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp06_cp_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp06_cp_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp06_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22993
	inline TAknWindowComponentLayout bg_button_pane_cp06_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp06_cp_sig*)(GetFunction(EApiId_bg_button_pane_cp06_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22995
	inline TAknLayoutScalableParameterLimits cell_cmode_rocker_pane_g1_cp_ParamLimits(TInt aVariety) const		{ return (*(Tcell_cmode_rocker_pane_g1_cp_ParamLimits_sig*)(GetFunction(EApiId_cell_cmode_rocker_pane_g1_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22997
	inline TAknWindowComponentLayout cell_cmode_rocker_pane_g1_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmode_rocker_pane_g1_cp_sig*)(GetFunction(EApiId_cell_cmode_rocker_pane_g1_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22999
	inline TAknWindowComponentLayout cell_cmode_rocker_pane_g2_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmode_rocker_pane_g2_cp_sig*)(GetFunction(EApiId_cell_cmode_rocker_pane_g2_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23001
	// LAF Table : cell_cmode_itu_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23002
	inline TAknWindowComponentLayout bg_button_pane_cp07_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp07_cp_sig*)(GetFunction(EApiId_bg_button_pane_cp07_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23004
	inline TAknWindowComponentLayout cell_cmode_itu_pane_g1_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmode_itu_pane_g1_cp_sig*)(GetFunction(EApiId_cell_cmode_itu_pane_g1_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23006
	inline TAknTextComponentLayout cell_cmode_itu_pane_t1_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmode_itu_pane_t1_cp_sig*)(GetFunction(EApiId_cell_cmode_itu_pane_t1_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23008
	inline TAknTextComponentLayout cell_cmode_itu_pane_t2_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmode_itu_pane_t2_cp_sig*)(GetFunction(EApiId_cell_cmode_itu_pane_t2_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23010
	// LAF Table : set_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23011
	inline TAknWindowComponentLayout settings_code_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsettings_code_pane_cp2_sig*)(GetFunction(EApiId_settings_code_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23013
	// LAF Table : popup_grid_graphic_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23014
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp3_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_window_pane_cp3_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23016
	inline TAknLayoutScalableParameterLimits heading_pane_cp3_ParamLimits(TInt aVariety) const		{ return (*(Theading_pane_cp3_ParamLimits_sig*)(GetFunction(EApiId_heading_pane_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23018
	inline TAknLayoutScalableParameterLimits listscroll_popup_graphic_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlistscroll_popup_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_listscroll_popup_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23020
	// LAF Table : popup_fep_hwr_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23021
	inline TAknLayoutScalableParameterLimits fep_hwr_aid_pane_ParamLimits(TInt aVariety) const		{ return (*(Tfep_hwr_aid_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_hwr_aid_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23023
	// LAF Table : sctrl_sk_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23024
	inline TAknLayoutScalableParameterLimits aid_touch_sctrl_top_ParamLimits(TInt aVariety) const		{ return (*(Taid_touch_sctrl_top_ParamLimits_sig*)(GetFunction(EApiId_aid_touch_sctrl_top_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23025
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23026
	inline TAknLayoutScalableParameterLimits sctrl_sk_top_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tsctrl_sk_top_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_sctrl_sk_top_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23028
	inline TAknLayoutScalableParameterLimits sctrl_sk_top_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tsctrl_sk_top_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_sctrl_sk_top_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23029
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23030
	inline TAknLayoutScalableParameterLimits sctrl_sk_top_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tsctrl_sk_top_pane_g_ParamLimits_sig*)(GetFunction(EApiId_sctrl_sk_top_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23031
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23032
	inline TAknLayoutScalableParameterLimits sctrl_sk_top_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tsctrl_sk_top_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_sctrl_sk_top_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23033
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23034
	// LAF Table : sctrl_sk_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23035
	inline TAknLayoutScalableParameterLimits aid_touch_sctrl_bottom_ParamLimits(TInt aVariety) const		{ return (*(Taid_touch_sctrl_bottom_ParamLimits_sig*)(GetFunction(EApiId_aid_touch_sctrl_bottom_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23037
	inline TAknLayoutScalableParameterLimits sctrl_sk_bottom_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tsctrl_sk_bottom_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_sctrl_sk_bottom_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23039
	// LAF Table : uniindi_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23040
	inline TAknWindowComponentLayout aid_area_touch_clock(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_area_touch_clock_sig*)(GetFunction(EApiId_aid_area_touch_clock)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23042
	// LAF Table : vkb2_area_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23043
	inline TAknLayoutScalableParameterLimits aid_vkb2_area_top_pane_cell_ParamLimits(TInt aVariety) const		{ return (*(Taid_vkb2_area_top_pane_cell_ParamLimits_sig*)(GetFunction(EApiId_aid_vkb2_area_top_pane_cell_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23045
	inline TAknWindowComponentLayout aid_vkb2_area_top_pane_cell(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_vkb2_area_top_pane_cell_sig*)(GetFunction(EApiId_aid_vkb2_area_top_pane_cell)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23047
	// LAF Table : vkb2_area_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23048
	inline TAknLayoutScalableParameterLimits aid_vkb2_area_bottom_pane_cell_ParamLimits(TInt aVariety) const		{ return (*(Taid_vkb2_area_bottom_pane_cell_ParamLimits_sig*)(GetFunction(EApiId_aid_vkb2_area_bottom_pane_cell_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23050
	inline TAknWindowComponentLayout aid_vkb2_area_bottom_pane_cell(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_vkb2_area_bottom_pane_cell_sig*)(GetFunction(EApiId_aid_vkb2_area_bottom_pane_cell)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23052
	// LAF Table : vkb2_top_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23053
	inline TAknWindowComponentLayout popup_char_count_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_char_count_window_sig*)(GetFunction(EApiId_popup_char_count_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23054
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23055
	// LAF Table : popup_char_count_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23056
	inline TAknWindowComponentLayout popup_char_count_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_char_count_window_g1_sig*)(GetFunction(EApiId_popup_char_count_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23058
	inline TAknWindowComponentLayout popup_char_count_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_char_count_window_g2_sig*)(GetFunction(EApiId_popup_char_count_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23059
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23060
	inline TAknWindowComponentLayout popup_char_count_window_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_char_count_window_g3_sig*)(GetFunction(EApiId_popup_char_count_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23061
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23062
	inline TAknLayoutScalableTableLimits popup_char_count_window_g_Limits() const		{ return (*(Tpopup_char_count_window_g_Limits_sig*)(GetFunction(EApiId_popup_char_count_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23063
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23064
	inline TAknWindowComponentLayout popup_char_count_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_char_count_window_g_sig*)(GetFunction(EApiId_popup_char_count_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23066
	inline TAknTextComponentLayout popup_char_count_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_char_count_window_t1_sig*)(GetFunction(EApiId_popup_char_count_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23068
	// LAF Table : popup_fep_vkb2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23069
	inline TAknLayoutScalableParameterLimits popup_fep_char_preview_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_fep_char_preview_window_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_char_preview_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23071
	inline TAknWindowComponentLayout popup_fep_char_preview_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_char_preview_window_sig*)(GetFunction(EApiId_popup_fep_char_preview_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23073
	// LAF Table : vkb2_area_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23074
	inline TAknLayoutScalableParameterLimits vkb2_top_candi_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_candi_pane_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_candi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23076
	inline TAknWindowComponentLayout vkb2_top_candi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_candi_pane_sig*)(GetFunction(EApiId_vkb2_top_candi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23078
	// LAF Table : vkb2_top_candi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23079
	inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vkb2_top_candi_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23081
	inline TAknWindowComponentLayout cell_vkb2_top_candi_pane(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tcell_vkb2_top_candi_pane_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23082
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23083
	// LAF Table : popup_fep_char_preview_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23084
	inline TAknLayoutScalableParameterLimits bg_popup_fep_char_preview_window_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_fep_char_preview_window_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_fep_char_preview_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23086
	inline TAknWindowComponentLayout bg_popup_fep_char_preview_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_char_preview_window_sig*)(GetFunction(EApiId_bg_popup_fep_char_preview_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23088
	inline TAknLayoutScalableParameterLimits popup_fep_char_preview_window_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_fep_char_preview_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_char_preview_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23090
	inline TAknTextComponentLayout popup_fep_char_preview_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_char_preview_window_t1_sig*)(GetFunction(EApiId_popup_fep_char_preview_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23092
	// LAF Table : bg_popup_fep_char_preview_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23093
	inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_char_preview_window_g1_sig*)(GetFunction(EApiId_bg_popup_fep_char_preview_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23094
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23095
	inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_char_preview_window_g2_sig*)(GetFunction(EApiId_bg_popup_fep_char_preview_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23096
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23097
	inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_char_preview_window_g3_sig*)(GetFunction(EApiId_bg_popup_fep_char_preview_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23098
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23099
	inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_char_preview_window_g4_sig*)(GetFunction(EApiId_bg_popup_fep_char_preview_window_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23101
	inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_char_preview_window_g5_sig*)(GetFunction(EApiId_bg_popup_fep_char_preview_window_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23103
	inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_char_preview_window_g6_sig*)(GetFunction(EApiId_bg_popup_fep_char_preview_window_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23105
	inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_char_preview_window_g7_sig*)(GetFunction(EApiId_bg_popup_fep_char_preview_window_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23107
	inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_char_preview_window_g8_sig*)(GetFunction(EApiId_bg_popup_fep_char_preview_window_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23109
	inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_char_preview_window_g9_sig*)(GetFunction(EApiId_bg_popup_fep_char_preview_window_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23111
	inline TAknLayoutScalableTableLimits bg_popup_fep_char_preview_window_g_Limits() const		{ return (*(Tbg_popup_fep_char_preview_window_g_Limits_sig*)(GetFunction(EApiId_bg_popup_fep_char_preview_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23113
	inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_char_preview_window_g_sig*)(GetFunction(EApiId_bg_popup_fep_char_preview_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23115
	// LAF Table : cell_vkb2_top_candi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23116
	inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vkb2_top_candi_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23118
	inline TAknWindowComponentLayout cell_vkb2_top_candi_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb2_top_candi_pane_g1_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23120
	inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vkb2_top_candi_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23122
	inline TAknWindowComponentLayout cell_vkb2_top_candi_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb2_top_candi_pane_g2_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23124
	inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vkb2_top_candi_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23126
	inline TAknWindowComponentLayout cell_vkb2_top_candi_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb2_top_candi_pane_g3_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23128
	inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vkb2_top_candi_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23130
	inline TAknWindowComponentLayout cell_vkb2_top_candi_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb2_top_candi_pane_g4_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23132
	inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vkb2_top_candi_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23134
	inline TAknWindowComponentLayout cell_vkb2_top_candi_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb2_top_candi_pane_g5_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23136
	inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vkb2_top_candi_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23138
	inline TAknWindowComponentLayout cell_vkb2_top_candi_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb2_top_candi_pane_g6_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23140
	inline TAknLayoutScalableTableLimits cell_vkb2_top_candi_pane_g_Limits() const		{ return (*(Tcell_vkb2_top_candi_pane_g_Limits_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23142
	inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_vkb2_top_candi_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23144
	inline TAknWindowComponentLayout cell_vkb2_top_candi_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb2_top_candi_pane_g_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23146
	inline TAknTextComponentLayout cell_vkb2_top_candi_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkb2_top_candi_pane_t1_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23148
	// LAF Table : slider_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23149
	inline TAknLayoutScalableParameterLimits aid_size_touch_slider_mark_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_touch_slider_mark_ParamLimits_sig*)(GetFunction(EApiId_aid_size_touch_slider_mark_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23151
	inline TAknWindowComponentLayout aid_size_touch_slider_mark(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_slider_mark_sig*)(GetFunction(EApiId_aid_size_touch_slider_mark)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23153
	// LAF Table : popup_grid_graphic2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23154
	inline TAknLayoutScalableParameterLimits grid_graphic2_catg_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_graphic2_catg_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_graphic2_catg_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23156
	inline TAknWindowComponentLayout grid_graphic2_catg_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_graphic2_catg_pane_sig*)(GetFunction(EApiId_grid_graphic2_catg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23158
	inline TAknLayoutScalableParameterLimits popup_grid_graphic2_window_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_grid_graphic2_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_grid_graphic2_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23160
	inline TAknTextComponentLayout popup_grid_graphic2_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_grid_graphic2_window_t1_sig*)(GetFunction(EApiId_popup_grid_graphic2_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23162
	inline TAknLayoutScalableParameterLimits popup_grid_graphic2_window_t2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_grid_graphic2_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_grid_graphic2_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23164
	inline TAknTextComponentLayout popup_grid_graphic2_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_grid_graphic2_window_t2_sig*)(GetFunction(EApiId_popup_grid_graphic2_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23166
	inline TAknLayoutScalableTableLimits popup_grid_graphic2_window_t_Limits() const		{ return (*(Tpopup_grid_graphic2_window_t_Limits_sig*)(GetFunction(EApiId_popup_grid_graphic2_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23168
	inline TAknLayoutScalableParameterLimits popup_grid_graphic2_window_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tpopup_grid_graphic2_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_grid_graphic2_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23170
	inline TAknTextComponentLayout popup_grid_graphic2_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_grid_graphic2_window_t_sig*)(GetFunction(EApiId_popup_grid_graphic2_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23172
	// LAF Table : cell_graphic2_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23173
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp05_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp05_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp05_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23175
	inline TAknLayoutScalableParameterLimits cell_graphic2_control_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_graphic2_control_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_graphic2_control_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23177
	// LAF Table : grid_graphic2_catg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23178
	inline TAknLayoutScalableParameterLimits cell_graphic2_catg_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_graphic2_catg_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_graphic2_catg_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23180
	inline TAknWindowComponentLayout cell_graphic2_catg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic2_catg_pane_sig*)(GetFunction(EApiId_cell_graphic2_catg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23181
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23182
	// LAF Table : cell_graphic2_catg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23183
	inline TAknWindowComponentLayout bg_button_pane_cp12(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp12_sig*)(GetFunction(EApiId_bg_button_pane_cp12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23185
	inline TAknWindowComponentLayout cell_graphic2_catg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic2_catg_pane_g1_sig*)(GetFunction(EApiId_cell_graphic2_catg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23187
	// LAF Table : cell_tb_ext_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23188
	inline TAknLayoutScalableParameterLimits cell_tb_ext_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_tb_ext_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_tb_ext_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23190
	// LAF Table : vkb2_top_grid_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23191
	inline TAknLayoutScalableParameterLimits vkb2_top_cell_right_narrow_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_cell_right_narrow_pane_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_cell_right_narrow_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23193
	inline TAknWindowComponentLayout vkb2_top_cell_right_narrow_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_cell_right_narrow_pane_sig*)(GetFunction(EApiId_vkb2_top_cell_right_narrow_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23195
	inline TAknLayoutScalableParameterLimits vkb2_top_cell_right_wide_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_cell_right_wide_pane_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_cell_right_wide_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23197
	inline TAknWindowComponentLayout vkb2_top_cell_right_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_cell_right_wide_pane_sig*)(GetFunction(EApiId_vkb2_top_cell_right_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23199
	// LAF Table : vkb2_top_cell_left_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23200
	inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_vkb2_func_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23202
	inline TAknWindowComponentLayout bg_vkb2_func_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_sig*)(GetFunction(EApiId_bg_vkb2_func_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23204
	inline TAknLayoutScalableParameterLimits vkb2_top_cell_left_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_cell_left_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_cell_left_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23206
	// LAF Table : vkb2_cell_bottom_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23207
	inline TAknLayoutScalableParameterLimits bg_vkb2_fuc_pane_cp03_ParamLimits(TInt aVariety) const		{ return (*(Tbg_vkb2_fuc_pane_cp03_ParamLimits_sig*)(GetFunction(EApiId_bg_vkb2_fuc_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23209
	inline TAknWindowComponentLayout bg_vkb2_fuc_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_fuc_pane_cp03_sig*)(GetFunction(EApiId_bg_vkb2_fuc_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23211
	inline TAknLayoutScalableParameterLimits vkb2_cell_bottom_grid_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_bottom_grid_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_bottom_grid_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23213
	// LAF Table : bg_vkb2_func_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23214
	inline TAknWindowComponentLayout bg_vkb2_func_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_g1_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23215
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23216
	inline TAknWindowComponentLayout bg_vkb2_func_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_g2_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23218
	inline TAknWindowComponentLayout bg_vkb2_func_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_g3_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23220
	inline TAknWindowComponentLayout bg_vkb2_func_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_g4_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23222
	inline TAknWindowComponentLayout bg_vkb2_func_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_g5_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23224
	inline TAknWindowComponentLayout bg_vkb2_func_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_g6_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23226
	inline TAknWindowComponentLayout bg_vkb2_func_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_g7_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23228
	inline TAknWindowComponentLayout bg_vkb2_func_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_g8_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23230
	inline TAknWindowComponentLayout bg_vkb2_func_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_g9_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23232
	inline TAknLayoutScalableTableLimits bg_vkb2_func_pane_g_Limits() const		{ return (*(Tbg_vkb2_func_pane_g_Limits_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23234
	inline TAknWindowComponentLayout bg_vkb2_func_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_g_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23236
	// LAF Table : vkb2_top_cell_right_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23237
	inline TAknLayoutScalableParameterLimits bg_vkb2_fuc_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tbg_vkb2_fuc_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_bg_vkb2_fuc_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23238
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23239
	inline TAknWindowComponentLayout bg_vkb2_fuc_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_fuc_pane_cp01_sig*)(GetFunction(EApiId_bg_vkb2_fuc_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23241
	inline TAknLayoutScalableParameterLimits vkb2_top_cell_right_wide_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_cell_right_wide_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_cell_right_wide_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23243
	inline TAknWindowComponentLayout vkb2_top_cell_right_wide_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_cell_right_wide_pane_g1_sig*)(GetFunction(EApiId_vkb2_top_cell_right_wide_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23244
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23245
	// LAF Table : vkb2_top_cell_right_narrow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23246
	inline TAknLayoutScalableParameterLimits bg_vkb2_fuc_pane_cp02_ParamLimits(TInt aVariety) const		{ return (*(Tbg_vkb2_fuc_pane_cp02_ParamLimits_sig*)(GetFunction(EApiId_bg_vkb2_fuc_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23248
	inline TAknWindowComponentLayout bg_vkb2_fuc_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_fuc_pane_cp02_sig*)(GetFunction(EApiId_bg_vkb2_fuc_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23250
	inline TAknLayoutScalableParameterLimits vkb2_top_cell_right_narrow_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_top_cell_right_narrow_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_vkb2_top_cell_right_narrow_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23252
	inline TAknWindowComponentLayout vkb2_top_cell_right_narrow_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_top_cell_right_narrow_pane_g1_sig*)(GetFunction(EApiId_vkb2_top_cell_right_narrow_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23253
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23254
	// LAF Table : popup_slider_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23255
	inline TAknLayoutScalableParameterLimits aid_touch_area_decrease_ParamLimits(TInt aVariety) const		{ return (*(Taid_touch_area_decrease_ParamLimits_sig*)(GetFunction(EApiId_aid_touch_area_decrease_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23257
	inline TAknWindowComponentLayout aid_touch_area_decrease(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_area_decrease_sig*)(GetFunction(EApiId_aid_touch_area_decrease)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23259
	inline TAknLayoutScalableParameterLimits aid_touch_area_increase_ParamLimits(TInt aVariety) const		{ return (*(Taid_touch_area_increase_ParamLimits_sig*)(GetFunction(EApiId_aid_touch_area_increase_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23261
	inline TAknWindowComponentLayout aid_touch_area_increase(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_area_increase_sig*)(GetFunction(EApiId_aid_touch_area_increase)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23263
	inline TAknLayoutScalableParameterLimits aid_touch_area_mute_ParamLimits(TInt aVariety) const		{ return (*(Taid_touch_area_mute_ParamLimits_sig*)(GetFunction(EApiId_aid_touch_area_mute_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23265
	inline TAknWindowComponentLayout aid_touch_area_mute(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_area_mute_sig*)(GetFunction(EApiId_aid_touch_area_mute)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23267
	inline TAknLayoutScalableParameterLimits aid_touch_area_slider_ParamLimits(TInt aVariety) const		{ return (*(Taid_touch_area_slider_ParamLimits_sig*)(GetFunction(EApiId_aid_touch_area_slider_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23269
	inline TAknWindowComponentLayout aid_touch_area_slider(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_area_slider_sig*)(GetFunction(EApiId_aid_touch_area_slider)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23271
	inline TAknLayoutScalableParameterLimits popup_slider_window_g4_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_slider_window_g4_ParamLimits_sig*)(GetFunction(EApiId_popup_slider_window_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23273
	inline TAknWindowComponentLayout popup_slider_window_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_slider_window_g4_sig*)(GetFunction(EApiId_popup_slider_window_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23275
	inline TAknLayoutScalableParameterLimits popup_slider_window_g5_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_slider_window_g5_ParamLimits_sig*)(GetFunction(EApiId_popup_slider_window_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23277
	inline TAknWindowComponentLayout popup_slider_window_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_slider_window_g5_sig*)(GetFunction(EApiId_popup_slider_window_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23279
	inline TAknLayoutScalableParameterLimits popup_slider_window_g6_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_slider_window_g6_ParamLimits_sig*)(GetFunction(EApiId_popup_slider_window_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23281
	inline TAknWindowComponentLayout popup_slider_window_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_slider_window_g6_sig*)(GetFunction(EApiId_popup_slider_window_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23283
	inline TAknLayoutScalableParameterLimits popup_slider_window_t2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_slider_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_slider_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23285
	inline TAknTextComponentLayout popup_slider_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_slider_window_t2_sig*)(GetFunction(EApiId_popup_slider_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23287
	inline TAknLayoutScalableTableLimits popup_slider_window_t_Limits() const		{ return (*(Tpopup_slider_window_t_Limits_sig*)(GetFunction(EApiId_popup_slider_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23289
	inline TAknLayoutScalableParameterLimits popup_slider_window_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tpopup_slider_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_slider_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23291
	inline TAknTextComponentLayout popup_slider_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_slider_window_t_sig*)(GetFunction(EApiId_popup_slider_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23293
	inline TAknLayoutScalableParameterLimits slider_pane_ParamLimits(TInt aVariety) const		{ return (*(Tslider_pane_ParamLimits_sig*)(GetFunction(EApiId_slider_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23295
	inline TAknWindowComponentLayout slider_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_pane_sig*)(GetFunction(EApiId_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23297
	// LAF Table : slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23298
	inline TAknLayoutScalableParameterLimits slider_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tslider_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_slider_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23300
	inline TAknWindowComponentLayout slider_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_pane_g1_sig*)(GetFunction(EApiId_slider_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23302
	inline TAknLayoutScalableParameterLimits slider_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tslider_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_slider_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23304
	inline TAknWindowComponentLayout slider_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_pane_g2_sig*)(GetFunction(EApiId_slider_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23306
	inline TAknLayoutScalableParameterLimits slider_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tslider_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_slider_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23307
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23308
	inline TAknWindowComponentLayout slider_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_pane_g3_sig*)(GetFunction(EApiId_slider_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23310
	inline TAknLayoutScalableTableLimits slider_pane_g_Limits() const		{ return (*(Tslider_pane_g_Limits_sig*)(GetFunction(EApiId_slider_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23312
	inline TAknLayoutScalableParameterLimits slider_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tslider_pane_g_ParamLimits_sig*)(GetFunction(EApiId_slider_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23313
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23314
	inline TAknWindowComponentLayout slider_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_pane_g_sig*)(GetFunction(EApiId_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23316
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23317
	inline TAknLayoutScalableParameterLimits popup_tb_float_extension_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_tb_float_extension_window_ParamLimits_sig*)(GetFunction(EApiId_popup_tb_float_extension_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23319
	inline TAknWindowComponentLayout popup_tb_float_extension_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_tb_float_extension_window_sig*)(GetFunction(EApiId_popup_tb_float_extension_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23321
	// LAF Table : popup_tb_float_extension_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23322
	inline TAknWindowComponentLayout aid_size_cell_tb_float_ext(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_tb_float_ext_sig*)(GetFunction(EApiId_aid_size_cell_tb_float_ext)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23324
	inline TAknWindowComponentLayout bg_popup_sub_window_cp28(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_window_cp28_sig*)(GetFunction(EApiId_bg_popup_sub_window_cp28)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23326
	inline TAknWindowComponentLayout grid_tb_float_ext_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_tb_float_ext_pane_sig*)(GetFunction(EApiId_grid_tb_float_ext_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23328
	// LAF Table : grid_tb_float_ext_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23329
	inline TAknLayoutScalableParameterLimits cell_tb_float_ext_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_tb_float_ext_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_tb_float_ext_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23331
	inline TAknWindowComponentLayout cell_tb_float_ext_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_tb_float_ext_pane_sig*)(GetFunction(EApiId_cell_tb_float_ext_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23333
	// LAF Table : cell_tb_float_ext_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23334
	inline TAknWindowComponentLayout cell_tb_float_ext_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_tb_float_ext_pane_g1_sig*)(GetFunction(EApiId_cell_tb_float_ext_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23336
	inline TAknWindowComponentLayout grid_highlight_pane_cp12(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp12_sig*)(GetFunction(EApiId_grid_highlight_pane_cp12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23338
	// LAF Table : fep_hwr_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23339
	inline TAknLayoutScalableParameterLimits cell_last_hwr_side_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_last_hwr_side_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_last_hwr_side_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23341
	inline TAknWindowComponentLayout cell_last_hwr_side_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_last_hwr_side_pane_sig*)(GetFunction(EApiId_cell_last_hwr_side_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23343
	// LAF Table : cell_last_hwr_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23344
	inline TAknWindowComponentLayout cell_last_hwr_side_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_last_hwr_side_pane_g1_sig*)(GetFunction(EApiId_cell_last_hwr_side_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23345
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23346
	inline TAknWindowComponentLayout cell_last_hwr_side_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_last_hwr_side_pane_g2_sig*)(GetFunction(EApiId_cell_last_hwr_side_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23348
	inline TAknLayoutScalableTableLimits cell_last_hwr_side_pane_g_Limits() const		{ return (*(Tcell_last_hwr_side_pane_g_Limits_sig*)(GetFunction(EApiId_cell_last_hwr_side_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23350
	inline TAknWindowComponentLayout cell_last_hwr_side_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_last_hwr_side_pane_g_sig*)(GetFunction(EApiId_cell_last_hwr_side_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23352
	// LAF Table : vkb2_area_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23353
	inline TAknLayoutScalableParameterLimits vkb2_area_bottom_space_btn_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_area_bottom_space_btn_pane_ParamLimits_sig*)(GetFunction(EApiId_vkb2_area_bottom_space_btn_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23355
	inline TAknWindowComponentLayout vkb2_area_bottom_space_btn_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_area_bottom_space_btn_pane_sig*)(GetFunction(EApiId_vkb2_area_bottom_space_btn_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23356
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23357
	// LAF Table : vkb2_cell_t_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23358
	inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_t_keypad_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23360
	inline TAknLayoutScalableParameterLimits vkb2_cell_t_keypad_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_cell_t_keypad_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_vkb2_cell_t_keypad_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23362
	// LAF Table : cell_vkb2_top_candi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23363
	inline TAknLayoutScalableParameterLimits cell_vkb2_top_candi_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vkb2_top_candi_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_vkb2_top_candi_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23365
	// LAF Table : vkb2_area_bottom_space_btn_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23366
	inline TAknLayoutScalableParameterLimits vkb2_area_bottom_space_btn_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_area_bottom_space_btn_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_vkb2_area_bottom_space_btn_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23368
	inline TAknWindowComponentLayout vkb2_area_bottom_space_btn_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_area_bottom_space_btn_pane_g1_sig*)(GetFunction(EApiId_vkb2_area_bottom_space_btn_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23370
	inline TAknLayoutScalableParameterLimits vkb2_area_bottom_space_btn_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_area_bottom_space_btn_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_vkb2_area_bottom_space_btn_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23372
	inline TAknWindowComponentLayout vkb2_area_bottom_space_btn_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_area_bottom_space_btn_pane_g2_sig*)(GetFunction(EApiId_vkb2_area_bottom_space_btn_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23374
	inline TAknLayoutScalableParameterLimits vkb2_area_bottom_space_btn_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_area_bottom_space_btn_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_vkb2_area_bottom_space_btn_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23376
	inline TAknWindowComponentLayout vkb2_area_bottom_space_btn_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_area_bottom_space_btn_pane_g3_sig*)(GetFunction(EApiId_vkb2_area_bottom_space_btn_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23378
	inline TAknLayoutScalableTableLimits vkb2_area_bottom_space_btn_pane_g_Limits() const		{ return (*(Tvkb2_area_bottom_space_btn_pane_g_Limits_sig*)(GetFunction(EApiId_vkb2_area_bottom_space_btn_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23380
	inline TAknLayoutScalableParameterLimits vkb2_area_bottom_space_btn_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tvkb2_area_bottom_space_btn_pane_g_ParamLimits_sig*)(GetFunction(EApiId_vkb2_area_bottom_space_btn_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23382
	inline TAknWindowComponentLayout vkb2_area_bottom_space_btn_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_area_bottom_space_btn_pane_g_sig*)(GetFunction(EApiId_vkb2_area_bottom_space_btn_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23384
	// LAF Table : fep_hwr_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23385
	inline TAknLayoutScalableParameterLimits cel_fep_hwr_func_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcel_fep_hwr_func_pane_ParamLimits_sig*)(GetFunction(EApiId_cel_fep_hwr_func_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23387
	inline TAknWindowComponentLayout cel_fep_hwr_func_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcel_fep_hwr_func_pane_sig*)(GetFunction(EApiId_cel_fep_hwr_func_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23389
	// LAF Table : fep_hwr_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23390
	inline TAknLayoutScalableParameterLimits cell_hwr_side_button_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_hwr_side_button_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_hwr_side_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23392
	inline TAknWindowComponentLayout cell_hwr_side_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_side_button_pane_sig*)(GetFunction(EApiId_cell_hwr_side_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23394
	// LAF Table : uniindi_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23395
	inline TAknLayoutScalableParameterLimits aid_area_touch_clock_ParamLimits(TInt aVariety) const		{ return (*(Taid_area_touch_clock_ParamLimits_sig*)(GetFunction(EApiId_aid_area_touch_clock_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23397
	inline TAknLayoutScalableParameterLimits bg_uniindi_top_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_uniindi_top_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_uniindi_top_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23399
	inline TAknLayoutScalableParameterLimits uniindi_top_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tuniindi_top_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_uniindi_top_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23401
	inline TAknLayoutScalableParameterLimits uniindi_top_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tuniindi_top_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_uniindi_top_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23403
	inline TAknLayoutScalableParameterLimits uniindi_top_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tuniindi_top_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_uniindi_top_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23405
	inline TAknLayoutScalableParameterLimits uniindi_top_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tuniindi_top_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_uniindi_top_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23407
	inline TAknLayoutScalableParameterLimits uniindi_top_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tuniindi_top_pane_g_ParamLimits_sig*)(GetFunction(EApiId_uniindi_top_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23409
	inline TAknLayoutScalableParameterLimits uniindi_top_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tuniindi_top_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_uniindi_top_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23411
	// LAF Table : cel_fep_hwr_func_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23412
	inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tbg_vkb2_func_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23413
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23414
	inline TAknWindowComponentLayout bg_vkb2_func_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_cp01_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23416
	inline TAknLayoutScalableParameterLimits cel_fep_hwr_func_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcel_fep_hwr_func_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cel_fep_hwr_func_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23418
	inline TAknWindowComponentLayout cel_fep_hwr_func_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcel_fep_hwr_func_pane_g1_sig*)(GetFunction(EApiId_cel_fep_hwr_func_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23420
	// LAF Table : cell_hwr_side_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23421
	inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp02_ParamLimits(TInt aVariety) const		{ return (*(Tbg_vkb2_func_pane_cp02_ParamLimits_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23423
	inline TAknWindowComponentLayout bg_vkb2_func_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_cp02_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23425
	inline TAknLayoutScalableParameterLimits cell_hwr_side_button_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_hwr_side_button_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_hwr_side_button_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23427
	inline TAknWindowComponentLayout cell_hwr_side_button_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hwr_side_button_pane_g1_sig*)(GetFunction(EApiId_cell_hwr_side_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23429
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23430
	inline TAknLayoutScalableParameterLimits status_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tstatus_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_status_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23432
	inline TAknWindowComponentLayout status_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_pane_g4_sig*)(GetFunction(EApiId_status_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23434
	inline TAknTextComponentLayout status_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_pane_t1_sig*)(GetFunction(EApiId_status_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23436
	// LAF Table : form2_midp_gauge_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23437
	inline TAknWindowComponentLayout form2_midp_gauge_slider_cont_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_gauge_slider_cont_pane_sig*)(GetFunction(EApiId_form2_midp_gauge_slider_cont_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23439
	inline TAknLayoutScalableParameterLimits form2_midp_gauge_slider_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tform2_midp_gauge_slider_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_form2_midp_gauge_slider_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23441
	inline TAknLayoutScalableParameterLimits form2_midp_gauge_slider_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tform2_midp_gauge_slider_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_form2_midp_gauge_slider_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23443
	inline TAknLayoutScalableParameterLimits form2_midp_gauge_slider_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tform2_midp_gauge_slider_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_form2_midp_gauge_slider_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23445
	inline TAknLayoutScalableParameterLimits form2_midp_gauge_slider_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tform2_midp_gauge_slider_pane_t_ParamLimits_sig*)(GetFunction(EApiId_form2_midp_gauge_slider_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23447
	inline TAknLayoutScalableParameterLimits form2_midp_slider_pane_ParamLimits(TInt aVariety) const		{ return (*(Tform2_midp_slider_pane_ParamLimits_sig*)(GetFunction(EApiId_form2_midp_slider_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23449
	// LAF Table : popup_fep_vkb2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23450
	inline TAknLayoutScalableParameterLimits aid_size_cell_func_vkb2_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_func_vkb2_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_func_vkb2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23452
	inline TAknWindowComponentLayout aid_size_cell_func_vkb2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_func_vkb2_sig*)(GetFunction(EApiId_aid_size_cell_func_vkb2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23454
	// LAF Table : slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23455
	inline TAknLayoutScalableParameterLimits slider_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tslider_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_slider_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23457
	inline TAknWindowComponentLayout slider_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_pane_g4_sig*)(GetFunction(EApiId_slider_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23459
	// LAF Table : form2_midp_gauge_slider_cont_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23460
	inline TAknTextComponentLayout form2_midp_gauge_slider_pane_t2_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_gauge_slider_pane_t2_cp01_sig*)(GetFunction(EApiId_form2_midp_gauge_slider_pane_t2_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23462
	inline TAknLayoutScalableParameterLimits form2_midp_gauge_slider_pane_t3_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tform2_midp_gauge_slider_pane_t3_cp01_ParamLimits_sig*)(GetFunction(EApiId_form2_midp_gauge_slider_pane_t3_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23464
	inline TAknTextComponentLayout form2_midp_gauge_slider_pane_t3_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_gauge_slider_pane_t3_cp01_sig*)(GetFunction(EApiId_form2_midp_gauge_slider_pane_t3_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23466
	inline TAknWindowComponentLayout form2_midp_slider_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_slider_pane_cp01_sig*)(GetFunction(EApiId_form2_midp_slider_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23468
	// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23469
	inline TAknWindowComponentLayout navi_smil_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_smil_pane_sig*)(GetFunction(EApiId_navi_smil_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23471
	// LAF Table : navi_smil_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23472
	inline TAknWindowComponentLayout navi_smil_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_smil_pane_g1_sig*)(GetFunction(EApiId_navi_smil_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23474
	inline TAknTextComponentLayout navi_smil_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_smil_pane_t1_sig*)(GetFunction(EApiId_navi_smil_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23476
	// LAF Table : form2_midp_slider_pane_cp01
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23477
	inline TAknWindowComponentLayout form2_midp_slider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_slider_pane_g1_sig*)(GetFunction(EApiId_form2_midp_slider_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23479
	inline TAknWindowComponentLayout form2_midp_slider_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_slider_pane_g2_sig*)(GetFunction(EApiId_form2_midp_slider_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23481
	inline TAknWindowComponentLayout form2_midp_slider_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_slider_pane_g3_sig*)(GetFunction(EApiId_form2_midp_slider_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23483
	inline TAknWindowComponentLayout form2_midp_slider_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_slider_pane_g4_sig*)(GetFunction(EApiId_form2_midp_slider_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23485
	inline TAknWindowComponentLayout form2_midp_slider_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_slider_pane_g5_sig*)(GetFunction(EApiId_form2_midp_slider_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23487
	inline TAknLayoutScalableTableLimits form2_midp_slider_pane_g_Limits() const		{ return (*(Tform2_midp_slider_pane_g_Limits_sig*)(GetFunction(EApiId_form2_midp_slider_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23489
	inline TAknWindowComponentLayout form2_midp_slider_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tform2_midp_slider_pane_g_sig*)(GetFunction(EApiId_form2_midp_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23491
	// LAF Table : vkb2_area_bottom_space_btn_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23492
	inline TAknLayoutScalableParameterLimits vkb2_area_bottom_space_btn_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tvkb2_area_bottom_space_btn_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_vkb2_area_bottom_space_btn_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23494
	inline TAknWindowComponentLayout vkb2_area_bottom_space_btn_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvkb2_area_bottom_space_btn_pane_g4_sig*)(GetFunction(EApiId_vkb2_area_bottom_space_btn_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23496
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23497
	inline TAknLayoutScalableParameterLimits lc0_navi_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlc0_navi_pane_ParamLimits_sig*)(GetFunction(EApiId_lc0_navi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23498
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23499
	inline TAknWindowComponentLayout lc0_navi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlc0_navi_pane_sig*)(GetFunction(EApiId_lc0_navi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23500
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23501
	inline TAknLayoutScalableParameterLimits lc0_stat_indi_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlc0_stat_indi_pane_ParamLimits_sig*)(GetFunction(EApiId_lc0_stat_indi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23502
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23503
	inline TAknWindowComponentLayout lc0_stat_indi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlc0_stat_indi_pane_sig*)(GetFunction(EApiId_lc0_stat_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23505
	inline TAknLayoutScalableParameterLimits ls0_title_pane_ParamLimits(TInt aVariety) const		{ return (*(Tls0_title_pane_ParamLimits_sig*)(GetFunction(EApiId_ls0_title_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23507
	inline TAknWindowComponentLayout ls0_title_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tls0_title_pane_sig*)(GetFunction(EApiId_ls0_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23509
	// LAF Table : popup_uni_indicator_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23510
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp14_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_sub_pane_cp14_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp14_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23512
	inline TAknLayoutScalableParameterLimits list_uniindi_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_uniindi_pane_ParamLimits_sig*)(GetFunction(EApiId_list_uniindi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23514
	inline TAknLayoutScalableParameterLimits uniindi_top_pane_ParamLimits(TInt aVariety) const		{ return (*(Tuniindi_top_pane_ParamLimits_sig*)(GetFunction(EApiId_uniindi_top_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23516
	// LAF Table : list_single_uniindi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23517
	inline TAknLayoutScalableParameterLimits list_single_uniindi_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_uniindi_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_uniindi_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23519
	inline TAknLayoutScalableParameterLimits list_single_uniindi_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_uniindi_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_uniindi_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23521
	// LAF Table : lc0_stat_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23522
	inline TAknLayoutScalableParameterLimits lc0_stat_clock_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlc0_stat_clock_pane_ParamLimits_sig*)(GetFunction(EApiId_lc0_stat_clock_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23523
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23524
	inline TAknWindowComponentLayout lc0_stat_clock_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlc0_stat_clock_pane_sig*)(GetFunction(EApiId_lc0_stat_clock_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23525
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23526
	inline TAknLayoutScalableParameterLimits lc0_stat_indi_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlc0_stat_indi_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_lc0_stat_indi_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23528
	inline TAknWindowComponentLayout lc0_stat_indi_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlc0_stat_indi_pane_g1_sig*)(GetFunction(EApiId_lc0_stat_indi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23530
	inline TAknLayoutScalableParameterLimits lc0_stat_indi_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlc0_stat_indi_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_lc0_stat_indi_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23532
	inline TAknWindowComponentLayout lc0_stat_indi_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlc0_stat_indi_pane_g2_sig*)(GetFunction(EApiId_lc0_stat_indi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23534
	inline TAknLayoutScalableTableLimits lc0_stat_indi_pane_g_Limits() const		{ return (*(Tlc0_stat_indi_pane_g_Limits_sig*)(GetFunction(EApiId_lc0_stat_indi_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23536
	inline TAknLayoutScalableParameterLimits lc0_stat_indi_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlc0_stat_indi_pane_g_ParamLimits_sig*)(GetFunction(EApiId_lc0_stat_indi_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23538
	inline TAknWindowComponentLayout lc0_stat_indi_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlc0_stat_indi_pane_g_sig*)(GetFunction(EApiId_lc0_stat_indi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23540
	inline TAknLayoutScalableParameterLimits lc0_uni_indicator_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlc0_uni_indicator_pane_ParamLimits_sig*)(GetFunction(EApiId_lc0_uni_indicator_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23542
	inline TAknWindowComponentLayout lc0_uni_indicator_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlc0_uni_indicator_pane_sig*)(GetFunction(EApiId_lc0_uni_indicator_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23544
	// LAF Table : ls0_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23545
	inline TAknLayoutScalableParameterLimits ls0_title_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tls0_title_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_ls0_title_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23547
	inline TAknWindowComponentLayout ls0_title_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tls0_title_pane_g1_sig*)(GetFunction(EApiId_ls0_title_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23549
	inline TAknLayoutScalableParameterLimits ls0_title_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tls0_title_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_ls0_title_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23551
	inline TAknTextComponentLayout ls0_title_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tls0_title_pane_t1_sig*)(GetFunction(EApiId_ls0_title_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23553
	// LAF Table : lc0_uni_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23554
	inline TAknLayoutScalableParameterLimits lc0_uni_indicator_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlc0_uni_indicator_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_lc0_uni_indicator_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23556
	inline TAknWindowComponentLayout lc0_uni_indicator_pane_g1(TInt aCol, TInt aVariety = 0, TInt aRow = 0) const		{ return (*(Tlc0_uni_indicator_pane_g1_sig*)(GetFunction(EApiId_lc0_uni_indicator_pane_g1)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23557
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23558
	// LAF Table : lc0_stat_clock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23559
	inline TAknTextComponentLayout lc0_stat_clock_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlc0_stat_clock_pane_t1_sig*)(GetFunction(EApiId_lc0_stat_clock_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23561
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23562
	inline TAknWindowComponentLayout main_ai5_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_ai5_pane_sig*)(GetFunction(EApiId_main_ai5_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23564
	// LAF Table : main_ai5_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23565
	inline TAknLayoutScalableParameterLimits ai5_sk_pane_ParamLimits(TInt aVariety) const		{ return (*(Tai5_sk_pane_ParamLimits_sig*)(GetFunction(EApiId_ai5_sk_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23567
	inline TAknWindowComponentLayout ai5_sk_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_pane_sig*)(GetFunction(EApiId_ai5_sk_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23569
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23571
	inline TAknWindowComponentLayout cell_ai5_widget_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_ai5_widget_pane_sig*)(GetFunction(EApiId_cell_ai5_widget_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23572
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23573
	// LAF Table : cell_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23574
	inline TAknWindowComponentLayout aid_size_cell_widget_grid(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_widget_grid_sig*)(GetFunction(EApiId_aid_size_cell_widget_grid)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23576
	inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_ai5_widget_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23578
	inline TAknWindowComponentLayout bg_ai5_widget_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_ai5_widget_pane_sig*)(GetFunction(EApiId_bg_ai5_widget_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23580
	inline TAknWindowComponentLayout cell_ai5_widget_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_g2_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23582
	inline TAknWindowComponentLayout cell_ai5_widget_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_g3_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23584
	inline TAknWindowComponentLayout cell_ai5_widget_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_g4_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23586
	inline TAknWindowComponentLayout cell_ai5_widget_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_g5_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23588
	inline TAknWindowComponentLayout cell_ai5_widget_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_g6_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23590
	inline TAknWindowComponentLayout cell_ai5_widget_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_g7_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23592
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23594
	inline TAknTextComponentLayout cell_ai5_widget_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_t1_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23596
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23598
	inline TAknTextComponentLayout cell_ai5_widget_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_t2_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23600
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23602
	inline TAknTextComponentLayout cell_ai5_widget_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_t3_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23604
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23606
	inline TAknTextComponentLayout cell_ai5_widget_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_t4_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23608
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t5_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23610
	inline TAknTextComponentLayout cell_ai5_widget_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_t5_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23612
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t6_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_t6_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23614
	inline TAknTextComponentLayout cell_ai5_widget_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_t6_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23616
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t7_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_t7_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23618
	inline TAknTextComponentLayout cell_ai5_widget_pane_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_t7_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23620
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t8_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_t8_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23621
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23622
	inline TAknTextComponentLayout cell_ai5_widget_pane_t8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_t8_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23624
	inline TAknLayoutScalableTableLimits cell_ai5_widget_pane_t_Limits() const		{ return (*(Tcell_ai5_widget_pane_t_Limits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23626
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_t_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23628
	inline TAknTextComponentLayout cell_ai5_widget_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_t_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23630
	inline TAknWindowComponentLayout grid_ai5_widget_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_ai5_widget_pane_sig*)(GetFunction(EApiId_grid_ai5_widget_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23632
	inline TAknLayoutScalableParameterLimits highlight_cell_ai5_widget_pane_ParamLimits(TInt aVariety) const		{ return (*(Thighlight_cell_ai5_widget_pane_ParamLimits_sig*)(GetFunction(EApiId_highlight_cell_ai5_widget_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23634
	inline TAknWindowComponentLayout highlight_cell_ai5_widget_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thighlight_cell_ai5_widget_pane_sig*)(GetFunction(EApiId_highlight_cell_ai5_widget_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23636
	// LAF Table : ai5_sk_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23637
	inline TAknWindowComponentLayout ai5_sk_left_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_left_pane_sig*)(GetFunction(EApiId_ai5_sk_left_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23639
	inline TAknWindowComponentLayout ai5_sk_middle_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_middle_pane_sig*)(GetFunction(EApiId_ai5_sk_middle_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23641
	inline TAknWindowComponentLayout ai5_sk_right_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_right_pane_sig*)(GetFunction(EApiId_ai5_sk_right_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23643
	// LAF Table : bg_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23644
	inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tbg_ai5_widget_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23646
	inline TAknWindowComponentLayout bg_ai5_widget_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_ai5_widget_pane_g1_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23648
	inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tbg_ai5_widget_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23650
	inline TAknWindowComponentLayout bg_ai5_widget_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_ai5_widget_pane_g2_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23652
	inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tbg_ai5_widget_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23654
	inline TAknWindowComponentLayout bg_ai5_widget_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_ai5_widget_pane_g3_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23656
	inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tbg_ai5_widget_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23658
	inline TAknWindowComponentLayout bg_ai5_widget_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_ai5_widget_pane_g4_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23660
	inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tbg_ai5_widget_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23662
	inline TAknWindowComponentLayout bg_ai5_widget_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_ai5_widget_pane_g5_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23664
	inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tbg_ai5_widget_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23666
	inline TAknWindowComponentLayout bg_ai5_widget_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_ai5_widget_pane_g6_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23668
	inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g7_ParamLimits(TInt aVariety) const		{ return (*(Tbg_ai5_widget_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23670
	inline TAknWindowComponentLayout bg_ai5_widget_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_ai5_widget_pane_g7_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23672
	inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g8_ParamLimits(TInt aVariety) const		{ return (*(Tbg_ai5_widget_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23674
	inline TAknWindowComponentLayout bg_ai5_widget_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_ai5_widget_pane_g8_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23676
	inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g9_ParamLimits(TInt aVariety) const		{ return (*(Tbg_ai5_widget_pane_g9_ParamLimits_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23678
	inline TAknWindowComponentLayout bg_ai5_widget_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_ai5_widget_pane_g9_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23679
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23680
	inline TAknLayoutScalableTableLimits bg_ai5_widget_pane_g_Limits() const		{ return (*(Tbg_ai5_widget_pane_g_Limits_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23681
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23682
	inline TAknLayoutScalableParameterLimits bg_ai5_widget_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tbg_ai5_widget_pane_g_ParamLimits_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23684
	inline TAknWindowComponentLayout bg_ai5_widget_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_ai5_widget_pane_g_sig*)(GetFunction(EApiId_bg_ai5_widget_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23686
	// LAF Table : grid_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23687
	inline TAknLayoutScalableParameterLimits cell_shortcut_ai5_widget_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_shortcut_ai5_widget_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_shortcut_ai5_widget_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23689
	inline TAknWindowComponentLayout cell_shortcut_ai5_widget_pane(TInt aCol, TInt aRow = 0, TInt aVariety = 0) const		{ return (*(Tcell_shortcut_ai5_widget_pane_sig*)(GetFunction(EApiId_cell_shortcut_ai5_widget_pane)))(aCol, aRow, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23691
	// LAF Table : cell_shortcut_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23692
	inline TAknWindowComponentLayout bg_cell_shortcut_ai5_widget_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cell_shortcut_ai5_widget_pane_sig*)(GetFunction(EApiId_bg_cell_shortcut_ai5_widget_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23694
	inline TAknWindowComponentLayout cell_grid_ai5_widget_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_grid_ai5_widget_pane_g1_sig*)(GetFunction(EApiId_cell_grid_ai5_widget_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23696
	inline TAknWindowComponentLayout highlight_cell_shortcut_ai5_widget_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thighlight_cell_shortcut_ai5_widget_pane_sig*)(GetFunction(EApiId_highlight_cell_shortcut_ai5_widget_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23698
	// LAF Table : ai5_sk_left_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23699
	inline TAknWindowComponentLayout ai5_sk_left_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_left_pane_g1_sig*)(GetFunction(EApiId_ai5_sk_left_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23701
	inline TAknWindowComponentLayout ai5_sk_left_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_left_pane_g2_sig*)(GetFunction(EApiId_ai5_sk_left_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23703
	inline TAknWindowComponentLayout ai5_sk_left_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_left_pane_g3_sig*)(GetFunction(EApiId_ai5_sk_left_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23705
	inline TAknWindowComponentLayout ai5_sk_left_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_left_pane_g4_sig*)(GetFunction(EApiId_ai5_sk_left_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23707
	inline TAknLayoutScalableTableLimits ai5_sk_left_pane_g_Limits() const		{ return (*(Tai5_sk_left_pane_g_Limits_sig*)(GetFunction(EApiId_ai5_sk_left_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23708
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23709
	inline TAknWindowComponentLayout ai5_sk_left_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_left_pane_g_sig*)(GetFunction(EApiId_ai5_sk_left_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23711
	inline TAknTextComponentLayout ai5_sk_left_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_left_pane_t1_sig*)(GetFunction(EApiId_ai5_sk_left_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23713
	// LAF Table : ai5_sk_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23714
	inline TAknWindowComponentLayout ai5_sk_right_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_right_pane_g1_sig*)(GetFunction(EApiId_ai5_sk_right_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23716
	inline TAknWindowComponentLayout ai5_sk_right_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_right_pane_g2_sig*)(GetFunction(EApiId_ai5_sk_right_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23718
	inline TAknWindowComponentLayout ai5_sk_right_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_right_pane_g3_sig*)(GetFunction(EApiId_ai5_sk_right_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23720
	inline TAknWindowComponentLayout ai5_sk_right_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_right_pane_g4_sig*)(GetFunction(EApiId_ai5_sk_right_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23721
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23722
	inline TAknLayoutScalableTableLimits ai5_sk_right_pane_g_Limits() const		{ return (*(Tai5_sk_right_pane_g_Limits_sig*)(GetFunction(EApiId_ai5_sk_right_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23724
	inline TAknWindowComponentLayout ai5_sk_right_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_right_pane_g_sig*)(GetFunction(EApiId_ai5_sk_right_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23726
	inline TAknTextComponentLayout ai5_sk_right_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_right_pane_t1_sig*)(GetFunction(EApiId_ai5_sk_right_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23728
	// LAF Table : ai5_sk_middle_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23729
	inline TAknWindowComponentLayout ai5_sk_middle_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_middle_pane_g1_sig*)(GetFunction(EApiId_ai5_sk_middle_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23730
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23731
	inline TAknWindowComponentLayout ai5_sk_middle_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_middle_pane_g2_sig*)(GetFunction(EApiId_ai5_sk_middle_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23733
	inline TAknWindowComponentLayout ai5_sk_middle_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_middle_pane_g3_sig*)(GetFunction(EApiId_ai5_sk_middle_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23735
	inline TAknWindowComponentLayout ai5_sk_middle_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_middle_pane_g4_sig*)(GetFunction(EApiId_ai5_sk_middle_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23737
	inline TAknWindowComponentLayout ai5_sk_middle_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_middle_pane_g5_sig*)(GetFunction(EApiId_ai5_sk_middle_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23739
	inline TAknWindowComponentLayout ai5_sk_middle_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_middle_pane_g6_sig*)(GetFunction(EApiId_ai5_sk_middle_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23741
	inline TAknWindowComponentLayout ai5_sk_middle_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_middle_pane_g7_sig*)(GetFunction(EApiId_ai5_sk_middle_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23743
	inline TAknLayoutScalableTableLimits ai5_sk_middle_pane_g_Limits() const		{ return (*(Tai5_sk_middle_pane_g_Limits_sig*)(GetFunction(EApiId_ai5_sk_middle_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23745
	inline TAknWindowComponentLayout ai5_sk_middle_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tai5_sk_middle_pane_g_sig*)(GetFunction(EApiId_ai5_sk_middle_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23747
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23748
	inline TAknLayoutScalableParameterLimits aid_touch_area_size_lc0_ParamLimits(TInt aVariety) const		{ return (*(Taid_touch_area_size_lc0_ParamLimits_sig*)(GetFunction(EApiId_aid_touch_area_size_lc0_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23749
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23750
	inline TAknWindowComponentLayout aid_touch_area_size_lc0(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_area_size_lc0_sig*)(GetFunction(EApiId_aid_touch_area_size_lc0)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23751
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23752
	// LAF Table : cell_hwr_candidate_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23753
	inline TAknLayoutScalableParameterLimits cell_hwr_candidate_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_hwr_candidate_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_hwr_candidate_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23755
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23756
	inline TAknWindowComponentLayout aid_touch_navi_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_navi_pane_sig*)(GetFunction(EApiId_aid_touch_navi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23757
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23758
	inline TAknLayoutScalableParameterLimits status_dt_navi_pane_ParamLimits(TInt aVariety) const		{ return (*(Tstatus_dt_navi_pane_ParamLimits_sig*)(GetFunction(EApiId_status_dt_navi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23759
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23760
	inline TAknWindowComponentLayout status_dt_navi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_dt_navi_pane_sig*)(GetFunction(EApiId_status_dt_navi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23761
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23762
	inline TAknLayoutScalableParameterLimits status_dt_sta_pane_ParamLimits(TInt aVariety) const		{ return (*(Tstatus_dt_sta_pane_ParamLimits_sig*)(GetFunction(EApiId_status_dt_sta_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23764
	inline TAknWindowComponentLayout status_dt_sta_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_dt_sta_pane_sig*)(GetFunction(EApiId_status_dt_sta_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23766
	// LAF Table : status_dt_sta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23767
	inline TAknWindowComponentLayout dt_sta_controll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdt_sta_controll_pane_sig*)(GetFunction(EApiId_dt_sta_controll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23769
	inline TAknWindowComponentLayout dt_sta_indi_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdt_sta_indi_pane_sig*)(GetFunction(EApiId_dt_sta_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23771
	inline TAknWindowComponentLayout dt_sta_title_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdt_sta_title_pane_sig*)(GetFunction(EApiId_dt_sta_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23773
	// LAF Table : dt_sta_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23774
	inline TAknLayoutScalableParameterLimits bg_dt_sta_indi_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_dt_sta_indi_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_dt_sta_indi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23776
	inline TAknWindowComponentLayout bg_dt_sta_indi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_dt_sta_indi_pane_sig*)(GetFunction(EApiId_bg_dt_sta_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23778
	inline TAknWindowComponentLayout dt_sta_battery_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdt_sta_battery_pane_sig*)(GetFunction(EApiId_dt_sta_battery_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23780
	inline TAknWindowComponentLayout dt_sta_indi_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdt_sta_indi_pane_g1_sig*)(GetFunction(EApiId_dt_sta_indi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23782
	inline TAknWindowComponentLayout dt_sta_indi_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdt_sta_indi_pane_g2_sig*)(GetFunction(EApiId_dt_sta_indi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23784
	inline TAknWindowComponentLayout dt_sta_indi_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdt_sta_indi_pane_g3_sig*)(GetFunction(EApiId_dt_sta_indi_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23786
	inline TAknLayoutScalableTableLimits dt_sta_indi_pane_g_Limits() const		{ return (*(Tdt_sta_indi_pane_g_Limits_sig*)(GetFunction(EApiId_dt_sta_indi_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23788
	inline TAknWindowComponentLayout dt_sta_indi_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdt_sta_indi_pane_g_sig*)(GetFunction(EApiId_dt_sta_indi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23790
	inline TAknWindowComponentLayout dt_sta_signal_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdt_sta_signal_pane_sig*)(GetFunction(EApiId_dt_sta_signal_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23792
	// LAF Table : dt_sta_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23793
	inline TAknLayoutScalableParameterLimits bg_dt_sta_title_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_dt_sta_title_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_dt_sta_title_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23795
	inline TAknWindowComponentLayout bg_dt_sta_title_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_dt_sta_title_pane_sig*)(GetFunction(EApiId_bg_dt_sta_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23797
	inline TAknWindowComponentLayout dt_sta_title_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdt_sta_title_pane_g1_sig*)(GetFunction(EApiId_dt_sta_title_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23799
	inline TAknLayoutScalableParameterLimits dt_sta_title_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tdt_sta_title_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_dt_sta_title_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23801
	inline TAknTextComponentLayout dt_sta_title_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdt_sta_title_pane_t1_sig*)(GetFunction(EApiId_dt_sta_title_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23803
	// LAF Table : dt_sta_controll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23804
	inline TAknWindowComponentLayout bg_dt_sta_control_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_dt_sta_control_pane_sig*)(GetFunction(EApiId_bg_dt_sta_control_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23806
	inline TAknWindowComponentLayout dt_sta_controll_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdt_sta_controll_pane_g1_sig*)(GetFunction(EApiId_dt_sta_controll_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23808
	// LAF Table : bg_dt_sta_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23809
	inline TAknWindowComponentLayout bg_dt_sta_title_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_dt_sta_title_pane_g1_sig*)(GetFunction(EApiId_bg_dt_sta_title_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23811
	inline TAknWindowComponentLayout bg_dt_sta_title_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_dt_sta_title_pane_g2_sig*)(GetFunction(EApiId_bg_dt_sta_title_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23812
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23813
	inline TAknWindowComponentLayout bg_dt_sta_title_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_dt_sta_title_pane_g3_sig*)(GetFunction(EApiId_bg_dt_sta_title_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23815
	inline TAknLayoutScalableTableLimits bg_dt_sta_title_pane_g_Limits() const		{ return (*(Tbg_dt_sta_title_pane_g_Limits_sig*)(GetFunction(EApiId_bg_dt_sta_title_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23817
	inline TAknWindowComponentLayout bg_dt_sta_title_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_dt_sta_title_pane_g_sig*)(GetFunction(EApiId_bg_dt_sta_title_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23819
	// LAF Table : bg_dt_sta_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23820
	inline TAknWindowComponentLayout bg_dt_sta_indi_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_dt_sta_indi_pane_g1_sig*)(GetFunction(EApiId_bg_dt_sta_indi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23822
	// LAF Table : dt_sta_signal_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23823
	inline TAknWindowComponentLayout dt_sta_signal_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdt_sta_signal_pane_g1_sig*)(GetFunction(EApiId_dt_sta_signal_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23825
	inline TAknWindowComponentLayout dt_sta_signal_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdt_sta_signal_pane_g2_sig*)(GetFunction(EApiId_dt_sta_signal_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23827
	inline TAknLayoutScalableTableLimits dt_sta_signal_pane_g_Limits() const		{ return (*(Tdt_sta_signal_pane_g_Limits_sig*)(GetFunction(EApiId_dt_sta_signal_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23829
	inline TAknWindowComponentLayout dt_sta_signal_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdt_sta_signal_pane_g_sig*)(GetFunction(EApiId_dt_sta_signal_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23831
	// LAF Table : dt_sta_battery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23832
	inline TAknWindowComponentLayout dt_sta_battery_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdt_sta_battery_pane_g1_sig*)(GetFunction(EApiId_dt_sta_battery_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23834
	inline TAknTextComponentLayout dt_sta_battery_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdt_sta_battery_pane_t1_sig*)(GetFunction(EApiId_dt_sta_battery_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23836
	// LAF Table : bg_dt_sta_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23837
	inline TAknWindowComponentLayout bg_dt_sta_control_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_dt_sta_control_pane_g1_sig*)(GetFunction(EApiId_bg_dt_sta_control_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23839
	// LAF Table : popup_fep_china_uni_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23840
	inline TAknWindowComponentLayout fep_china_uni_eep_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_china_uni_eep_pane_sig*)(GetFunction(EApiId_fep_china_uni_eep_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23842
	inline TAknLayoutScalableParameterLimits fep_china_uni_entry_pane_ParamLimits(TInt aVariety) const		{ return (*(Tfep_china_uni_entry_pane_ParamLimits_sig*)(GetFunction(EApiId_fep_china_uni_entry_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23844
	inline TAknLayoutScalableParameterLimits popup_fep_china_uni_window_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_fep_china_uni_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_china_uni_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23846
	inline TAknLayoutScalableParameterLimits popup_fep_china_uni_window_g2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_fep_china_uni_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_china_uni_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23848
	inline TAknWindowComponentLayout popup_fep_china_uni_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_china_uni_window_g2_sig*)(GetFunction(EApiId_popup_fep_china_uni_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23850
	inline TAknLayoutScalableTableLimits popup_fep_china_uni_window_g_Limits() const		{ return (*(Tpopup_fep_china_uni_window_g_Limits_sig*)(GetFunction(EApiId_popup_fep_china_uni_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23852
	inline TAknLayoutScalableParameterLimits popup_fep_china_uni_window_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tpopup_fep_china_uni_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_china_uni_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23854
	inline TAknWindowComponentLayout popup_fep_china_uni_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_china_uni_window_g_sig*)(GetFunction(EApiId_popup_fep_china_uni_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23856
	// LAF Table : fep_china_uni_eep_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23857
	inline TAknWindowComponentLayout fep_china_uni_eep_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_china_uni_eep_pane_g1_sig*)(GetFunction(EApiId_fep_china_uni_eep_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23859
	inline TAknTextComponentLayout fep_china_uni_eep_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfep_china_uni_eep_pane_t1_sig*)(GetFunction(EApiId_fep_china_uni_eep_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23861
	// LAF Table : navi_smil_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23862
	inline TAknWindowComponentLayout aid_touch_area_size_smil_player(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_area_size_smil_player_sig*)(GetFunction(EApiId_aid_touch_area_size_smil_player)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23864
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23865
	inline TAknWindowComponentLayout lc0_clock_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlc0_clock_pane_sig*)(GetFunction(EApiId_lc0_clock_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23867
	inline TAknLayoutScalableParameterLimits status_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tstatus_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_status_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23869
	inline TAknWindowComponentLayout status_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_pane_g5_sig*)(GetFunction(EApiId_status_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23871
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23872
	inline TAknWindowComponentLayout popup_keymap_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_keymap_window_sig*)(GetFunction(EApiId_popup_keymap_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23874
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23875
	inline TAknWindowComponentLayout status_icon_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_icon_pane_sig*)(GetFunction(EApiId_status_icon_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23877
	// LAF Table : cell_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23878
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23880
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23881
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23882
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23884
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g8_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23886
	inline TAknWindowComponentLayout cell_ai5_widget_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_g8_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23887
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23888
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g9_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_g9_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23890
	inline TAknWindowComponentLayout cell_ai5_widget_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_g9_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23892
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g10_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_g10_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23894
	inline TAknWindowComponentLayout cell_ai5_widget_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_g10_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23895
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23896
	// LAF Table : status_icon_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23897
	inline TAknWindowComponentLayout status_icon_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tstatus_icon_pane_g1_sig*)(GetFunction(EApiId_status_icon_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23899
	// LAF Table : popup_keymap_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23900
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp13(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp13_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23902
	inline TAknTextComponentLayout popup_keymap_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_keymap_window_t1_sig*)(GetFunction(EApiId_popup_keymap_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23904
	// LAF Table : control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23905
	inline TAknLayoutScalableParameterLimits control_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tcontrol_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_control_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23907
	inline TAknWindowComponentLayout control_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_pane_g6_sig*)(GetFunction(EApiId_control_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23909
	inline TAknLayoutScalableParameterLimits control_pane_g7_ParamLimits(TInt aVariety) const		{ return (*(Tcontrol_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_control_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23911
	inline TAknWindowComponentLayout control_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_pane_g7_sig*)(GetFunction(EApiId_control_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23913
	inline TAknLayoutScalableParameterLimits control_pane_g8_ParamLimits(TInt aVariety) const		{ return (*(Tcontrol_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_control_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23915
	inline TAknWindowComponentLayout control_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_pane_g8_sig*)(GetFunction(EApiId_control_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23917
	// LAF Table : status_dt_sta_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23918
	inline TAknLayoutScalableParameterLimits dt_sta_controll_pane_ParamLimits(TInt aVariety) const		{ return (*(Tdt_sta_controll_pane_ParamLimits_sig*)(GetFunction(EApiId_dt_sta_controll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23919
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23920
	inline TAknLayoutScalableParameterLimits dt_sta_indi_pane_ParamLimits(TInt aVariety) const		{ return (*(Tdt_sta_indi_pane_ParamLimits_sig*)(GetFunction(EApiId_dt_sta_indi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23921
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23922
	inline TAknLayoutScalableParameterLimits dt_sta_title_pane_ParamLimits(TInt aVariety) const		{ return (*(Tdt_sta_title_pane_ParamLimits_sig*)(GetFunction(EApiId_dt_sta_title_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23923
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23924
	// LAF Table : listscroll_gen_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23925
	inline TAknWindowComponentLayout aid_size_touch_scroll_bar_cale(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_scroll_bar_cale_sig*)(GetFunction(EApiId_aid_size_touch_scroll_bar_cale)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23927
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23928
	inline TAknLayoutScalableParameterLimits popup_discreet_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_discreet_window_ParamLimits_sig*)(GetFunction(EApiId_popup_discreet_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23930
	inline TAknWindowComponentLayout popup_discreet_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_discreet_window_sig*)(GetFunction(EApiId_popup_discreet_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23932
	inline TAknWindowComponentLayout popup_sk_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sk_window_sig*)(GetFunction(EApiId_popup_sk_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23934
	// LAF Table : popup_discreet_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23935
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp28_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_sub_pane_cp28_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp28_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23937
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp28(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp28_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp28)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23939
	inline TAknLayoutScalableParameterLimits popup_discreet_window_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_discreet_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_discreet_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23940
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23941
	inline TAknWindowComponentLayout popup_discreet_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_discreet_window_g1_sig*)(GetFunction(EApiId_popup_discreet_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23942
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23943
	inline TAknLayoutScalableParameterLimits popup_discreet_window_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_discreet_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_discreet_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23944
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23945
	inline TAknTextComponentLayout popup_discreet_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_discreet_window_t1_sig*)(GetFunction(EApiId_popup_discreet_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23947
	inline TAknLayoutScalableParameterLimits popup_discreet_window_t2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_discreet_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_discreet_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23949
	inline TAknTextComponentLayout popup_discreet_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_discreet_window_t2_sig*)(GetFunction(EApiId_popup_discreet_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23951
	inline TAknLayoutScalableTableLimits popup_discreet_window_t_Limits() const		{ return (*(Tpopup_discreet_window_t_Limits_sig*)(GetFunction(EApiId_popup_discreet_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23952
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23953
	inline TAknLayoutScalableParameterLimits popup_discreet_window_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tpopup_discreet_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_discreet_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23955
	inline TAknTextComponentLayout popup_discreet_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_discreet_window_t_sig*)(GetFunction(EApiId_popup_discreet_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23957
	// LAF Table : popup_sk_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23958
	inline TAknWindowComponentLayout popup_sk_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sk_window_g1_sig*)(GetFunction(EApiId_popup_sk_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23960
	inline TAknWindowComponentLayout popup_sk_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sk_window_g2_sig*)(GetFunction(EApiId_popup_sk_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23962
	inline TAknLayoutScalableTableLimits popup_sk_window_g_Limits() const		{ return (*(Tpopup_sk_window_g_Limits_sig*)(GetFunction(EApiId_popup_sk_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23964
	inline TAknWindowComponentLayout popup_sk_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sk_window_g_sig*)(GetFunction(EApiId_popup_sk_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23965
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23966
	inline TAknTextComponentLayout popup_sk_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sk_window_t1_sig*)(GetFunction(EApiId_popup_sk_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23967
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23968
	inline TAknTextComponentLayout popup_sk_window_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sk_window_t1_copy1_sig*)(GetFunction(EApiId_popup_sk_window_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23969
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23970
	// LAF Table : cell_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23971
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23973
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t9_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_t9_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23975
	inline TAknTextComponentLayout cell_ai5_widget_pane_t9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_t9_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23977
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23978
	inline TAknWindowComponentLayout main_fep_fshwr2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fep_fshwr2_pane_sig*)(GetFunction(EApiId_main_fep_fshwr2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23980
	// LAF Table : main_fep_fshwr2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23981
	inline TAknWindowComponentLayout aid_fshwr2_btn_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_fshwr2_btn_pane_sig*)(GetFunction(EApiId_aid_fshwr2_btn_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23982
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23983
	inline TAknWindowComponentLayout aid_fshwr2_syb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_fshwr2_syb_pane_sig*)(GetFunction(EApiId_aid_fshwr2_syb_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23984
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23985
	inline TAknWindowComponentLayout aid_fshwr2_txt_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_fshwr2_txt_pane_sig*)(GetFunction(EApiId_aid_fshwr2_txt_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23987
	inline TAknWindowComponentLayout fshwr2_func_candi_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfshwr2_func_candi_pane_sig*)(GetFunction(EApiId_fshwr2_func_candi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23988
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23989
	inline TAknWindowComponentLayout fshwr2_hwr_syb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfshwr2_hwr_syb_pane_sig*)(GetFunction(EApiId_fshwr2_hwr_syb_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23990
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23991
	inline TAknWindowComponentLayout fshwr2_icf_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfshwr2_icf_pane_sig*)(GetFunction(EApiId_fshwr2_icf_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23993
	// LAF Table : fshwr2_icf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23994
	inline TAknWindowComponentLayout fshwr2_icf_bg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfshwr2_icf_bg_pane_sig*)(GetFunction(EApiId_fshwr2_icf_bg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23995
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23996
	inline TAknLayoutScalableParameterLimits fshwr2_icf_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfshwr2_icf_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_fshwr2_icf_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23997
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23998
	inline TAknTextComponentLayout fshwr2_icf_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfshwr2_icf_pane_t1_sig*)(GetFunction(EApiId_fshwr2_icf_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24000
	// LAF Table : fshwr2_func_candi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24001
	inline TAknWindowComponentLayout fshwr2_func_candi_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfshwr2_func_candi_pane_g1_sig*)(GetFunction(EApiId_fshwr2_func_candi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24003
	inline TAknLayoutScalableParameterLimits fshwr2_func_candi_row_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfshwr2_func_candi_row_pane_ParamLimits_sig*)(GetFunction(EApiId_fshwr2_func_candi_row_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24005
	inline TAknWindowComponentLayout fshwr2_func_candi_row_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfshwr2_func_candi_row_pane_sig*)(GetFunction(EApiId_fshwr2_func_candi_row_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24006
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24007
	// LAF Table : fshwr2_hwr_syb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24008
	inline TAknLayoutScalableParameterLimits cell_fshwr2_syb_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_fshwr2_syb_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_fshwr2_syb_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24010
	inline TAknWindowComponentLayout cell_fshwr2_syb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fshwr2_syb_pane_sig*)(GetFunction(EApiId_cell_fshwr2_syb_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24012
	inline TAknLayoutScalableParameterLimits fshwr2_hwr_syb_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tfshwr2_hwr_syb_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_fshwr2_hwr_syb_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24014
	inline TAknWindowComponentLayout fshwr2_hwr_syb_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfshwr2_hwr_syb_pane_g1_sig*)(GetFunction(EApiId_fshwr2_hwr_syb_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24016
	// LAF Table : fshwr2_icf_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24017
	inline TAknWindowComponentLayout bg_popup_call_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_pane_cp01_sig*)(GetFunction(EApiId_bg_popup_call_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24018
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24019
	// LAF Table : fshwr2_func_candi_row_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24020
	inline TAknLayoutScalableParameterLimits fshwr2_func_candi_cell_pane_ParamLimits(TInt aVariety) const		{ return (*(Tfshwr2_func_candi_cell_pane_ParamLimits_sig*)(GetFunction(EApiId_fshwr2_func_candi_cell_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24022
	inline TAknWindowComponentLayout fshwr2_func_candi_cell_pane(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tfshwr2_func_candi_cell_pane_sig*)(GetFunction(EApiId_fshwr2_func_candi_cell_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24023
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24024
	// LAF Table : fshwr2_func_candi_cell_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24025
	inline TAknLayoutScalableParameterLimits fshwr2_func_candi_cell_bg_pane_ParamLimits(TInt aVariety) const		{ return (*(Tfshwr2_func_candi_cell_bg_pane_ParamLimits_sig*)(GetFunction(EApiId_fshwr2_func_candi_cell_bg_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24026
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24027
	inline TAknWindowComponentLayout fshwr2_func_candi_cell_bg_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfshwr2_func_candi_cell_bg_pane_sig*)(GetFunction(EApiId_fshwr2_func_candi_cell_bg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24029
	inline TAknLayoutScalableParameterLimits fshwr2_func_candi_cell_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tfshwr2_func_candi_cell_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_fshwr2_func_candi_cell_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24031
	inline TAknWindowComponentLayout fshwr2_func_candi_cell_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfshwr2_func_candi_cell_pane_g1_sig*)(GetFunction(EApiId_fshwr2_func_candi_cell_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24033
	inline TAknLayoutScalableParameterLimits fshwr2_func_candi_cell_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tfshwr2_func_candi_cell_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_fshwr2_func_candi_cell_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24035
	inline TAknTextComponentLayout fshwr2_func_candi_cell_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfshwr2_func_candi_cell_pane_t1_sig*)(GetFunction(EApiId_fshwr2_func_candi_cell_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24037
	// LAF Table : fshwr2_func_candi_cell_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24038
	inline TAknWindowComponentLayout bg_button_pane_cp08(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp08_sig*)(GetFunction(EApiId_bg_button_pane_cp08)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24040
	// LAF Table : cell_fshwr2_syb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24041
	inline TAknWindowComponentLayout cell_fshwr2_syb_bg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fshwr2_syb_bg_pane_sig*)(GetFunction(EApiId_cell_fshwr2_syb_bg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24043
	inline TAknWindowComponentLayout cell_fshwr2_syb_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fshwr2_syb_bg_pane_g1_sig*)(GetFunction(EApiId_cell_fshwr2_syb_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24045
	inline TAknTextComponentLayout cell_fshwr2_syb_bg_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fshwr2_syb_bg_pane_t1_sig*)(GetFunction(EApiId_cell_fshwr2_syb_bg_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24047
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24048
	inline TAknWindowComponentLayout main_tmo_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tmo_pane_sig*)(GetFunction(EApiId_main_tmo_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24050
	// LAF Table : uni_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24051
	inline TAknLayoutScalableParameterLimits uni_indicator_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tuni_indicator_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_uni_indicator_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24052
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24053
	inline TAknLayoutScalableParameterLimits uni_indicator_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tuni_indicator_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_uni_indicator_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24054
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24055
	inline TAknLayoutScalableParameterLimits uni_indicator_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tuni_indicator_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_uni_indicator_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24056
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24057
	inline TAknLayoutScalableParameterLimits uni_indicator_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tuni_indicator_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_uni_indicator_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24058
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24059
	inline TAknWindowComponentLayout uni_indicator_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuni_indicator_pane_g4_sig*)(GetFunction(EApiId_uni_indicator_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24061
	inline TAknLayoutScalableParameterLimits uni_indicator_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tuni_indicator_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_uni_indicator_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24062
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24063
	inline TAknWindowComponentLayout uni_indicator_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuni_indicator_pane_g5_sig*)(GetFunction(EApiId_uni_indicator_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24064
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24065
	inline TAknLayoutScalableParameterLimits uni_indicator_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tuni_indicator_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_uni_indicator_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24066
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24067
	inline TAknWindowComponentLayout uni_indicator_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuni_indicator_pane_g6_sig*)(GetFunction(EApiId_uni_indicator_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24069
	inline TAknLayoutScalableParameterLimits uni_indicator_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tuni_indicator_pane_g_ParamLimits_sig*)(GetFunction(EApiId_uni_indicator_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24071
	// LAF Table : main_tmo_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24072
	inline TAknLayoutScalableParameterLimits popup_tmo_note_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_tmo_note_window_ParamLimits_sig*)(GetFunction(EApiId_popup_tmo_note_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24074
	inline TAknWindowComponentLayout popup_tmo_note_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_tmo_note_window_sig*)(GetFunction(EApiId_popup_tmo_note_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24076
	// LAF Table : main_fep_fshwr2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24077
	inline TAknWindowComponentLayout fshwr2_bg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfshwr2_bg_pane_sig*)(GetFunction(EApiId_fshwr2_bg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24079
	// LAF Table : fshwr2_func_candi_cell_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24080
	inline TAknLayoutScalableParameterLimits fshwr2_func_candi_cell_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tfshwr2_func_candi_cell_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_fshwr2_func_candi_cell_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24082
	inline TAknWindowComponentLayout fshwr2_func_candi_cell_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfshwr2_func_candi_cell_pane_g2_sig*)(GetFunction(EApiId_fshwr2_func_candi_cell_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24084
	inline TAknLayoutScalableTableLimits fshwr2_func_candi_cell_pane_g_Limits() const		{ return (*(Tfshwr2_func_candi_cell_pane_g_Limits_sig*)(GetFunction(EApiId_fshwr2_func_candi_cell_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24086
	inline TAknLayoutScalableParameterLimits fshwr2_func_candi_cell_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tfshwr2_func_candi_cell_pane_g_ParamLimits_sig*)(GetFunction(EApiId_fshwr2_func_candi_cell_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24088
	inline TAknWindowComponentLayout fshwr2_func_candi_cell_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfshwr2_func_candi_cell_pane_g_sig*)(GetFunction(EApiId_fshwr2_func_candi_cell_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24090
	// LAF Table : fshwr2_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24091
	inline TAknWindowComponentLayout bg_popup_window_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp01_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24092
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24093
	inline TAknWindowComponentLayout bg_popup_window_pane_g1_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_g1_cp01_sig*)(GetFunction(EApiId_bg_popup_window_pane_g1_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24094
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24095
	// LAF Table : popup_tmo_note_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24096
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp22_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_window_pane_cp22_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp22_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24098
	inline TAknWindowComponentLayout bg_popup_window_pane_cp22(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp22_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp22)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24100
	inline TAknLayoutScalableParameterLimits listscroll_tmo_link_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlistscroll_tmo_link_pane_ParamLimits_sig*)(GetFunction(EApiId_listscroll_tmo_link_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24102
	inline TAknWindowComponentLayout listscroll_tmo_link_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_tmo_link_pane_sig*)(GetFunction(EApiId_listscroll_tmo_link_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24104
	inline TAknLayoutScalableParameterLimits popup_tmo_note_window_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_tmo_note_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_tmo_note_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24106
	inline TAknWindowComponentLayout popup_tmo_note_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_tmo_note_window_g1_sig*)(GetFunction(EApiId_popup_tmo_note_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24108
	inline TAknLayoutScalableParameterLimits tmo_note_info_pane_ParamLimits(TInt aVariety) const		{ return (*(Ttmo_note_info_pane_ParamLimits_sig*)(GetFunction(EApiId_tmo_note_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24110
	inline TAknWindowComponentLayout tmo_note_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttmo_note_info_pane_sig*)(GetFunction(EApiId_tmo_note_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24112
	// LAF Table : tmo_note_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24113
	inline TAknLayoutScalableParameterLimits list_tmo_note_info_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_tmo_note_info_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_tmo_note_info_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24115
	inline TAknWindowComponentLayout list_tmo_note_info_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_tmo_note_info_pane_g1_sig*)(GetFunction(EApiId_list_tmo_note_info_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24117
	inline TAknLayoutScalableParameterLimits list_tmo_note_info_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_tmo_note_info_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_tmo_note_info_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24119
	inline TAknWindowComponentLayout list_tmo_note_info_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_tmo_note_info_pane_g2_sig*)(GetFunction(EApiId_list_tmo_note_info_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24121
	inline TAknLayoutScalableTableLimits list_tmo_note_info_pane_g_Limits() const		{ return (*(Tlist_tmo_note_info_pane_g_Limits_sig*)(GetFunction(EApiId_list_tmo_note_info_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24123
	inline TAknLayoutScalableParameterLimits list_tmo_note_info_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_tmo_note_info_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_tmo_note_info_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24125
	inline TAknWindowComponentLayout list_tmo_note_info_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_tmo_note_info_pane_g_sig*)(GetFunction(EApiId_list_tmo_note_info_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24127
	inline TAknLayoutScalableParameterLimits list_tmo_note_info_text_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_tmo_note_info_text_pane_ParamLimits_sig*)(GetFunction(EApiId_list_tmo_note_info_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24129
	inline TAknWindowComponentLayout list_tmo_note_info_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_tmo_note_info_text_pane_sig*)(GetFunction(EApiId_list_tmo_note_info_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24131
	// LAF Table : listscroll_tmo_link_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24132
	inline TAknWindowComponentLayout list_tmo_link_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_tmo_link_pane_sig*)(GetFunction(EApiId_list_tmo_link_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24134
	inline TAknWindowComponentLayout scroll_pane_cp20(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp20_sig*)(GetFunction(EApiId_scroll_pane_cp20)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24136
	// LAF Table : list_tmo_link_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24137
	inline TAknLayoutScalableParameterLimits list_single_tmo_link_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_tmo_link_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_tmo_link_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24139
	inline TAknWindowComponentLayout list_single_tmo_link_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_tmo_link_pane_sig*)(GetFunction(EApiId_list_single_tmo_link_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24141
	// LAF Table : list_single_tmo_link_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24142
	inline TAknTextComponentLayout list_single_tmo_link_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_tmo_link_pane_t1_sig*)(GetFunction(EApiId_list_single_tmo_link_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24144
	// LAF Table : list_tmo_note_info_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24145
	inline TAknLayoutScalableParameterLimits list_tmo_note_info_text_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_tmo_note_info_text_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_tmo_note_info_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24146
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24147
	inline TAknTextComponentLayout list_tmo_note_info_text_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_tmo_note_info_text_pane_t1_sig*)(GetFunction(EApiId_list_tmo_note_info_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24149
	// LAF Table : popup_menu_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24150
	inline TAknLayoutScalableParameterLimits aid_size_touch_scroll_bar_cp01_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_touch_scroll_bar_cp01_ParamLimits_sig*)(GetFunction(EApiId_aid_size_touch_scroll_bar_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24152
	inline TAknWindowComponentLayout aid_size_touch_scroll_bar_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_scroll_bar_cp01_sig*)(GetFunction(EApiId_aid_size_touch_scroll_bar_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24154
	// LAF Table : form_field_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24155
	inline TAknWindowComponentLayout aid_size_touch_slider_marker(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_slider_marker_sig*)(GetFunction(EApiId_aid_size_touch_slider_marker)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24157
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24158
	inline TAknLayoutScalableParameterLimits popup_settings_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_settings_window_ParamLimits_sig*)(GetFunction(EApiId_popup_settings_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24160
	inline TAknWindowComponentLayout popup_settings_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_settings_window_sig*)(GetFunction(EApiId_popup_settings_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24162
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24163
	inline TAknWindowComponentLayout popup_candi_list_indi_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_candi_list_indi_window_sig*)(GetFunction(EApiId_popup_candi_list_indi_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24164
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24165
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24166
	inline TAknLayoutScalableParameterLimits aid_touch_navi_pane_ParamLimits(TInt aVariety) const		{ return (*(Taid_touch_navi_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_touch_navi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24168
	// LAF Table : area_side_right_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24169
	inline TAknWindowComponentLayout rs_clock_indi_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trs_clock_indi_pane_sig*)(GetFunction(EApiId_rs_clock_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24171
	inline TAknLayoutScalableParameterLimits sctrl_sk_bottom_pane_ParamLimits(TInt aVariety) const		{ return (*(Tsctrl_sk_bottom_pane_ParamLimits_sig*)(GetFunction(EApiId_sctrl_sk_bottom_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24173
	inline TAknLayoutScalableParameterLimits sctrl_sk_top_pane_ParamLimits(TInt aVariety) const		{ return (*(Tsctrl_sk_top_pane_ParamLimits_sig*)(GetFunction(EApiId_sctrl_sk_top_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24175
	// LAF Table : popup_fep_vkb2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24176
	inline TAknWindowComponentLayout popup_fep_tooltip_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_tooltip_window_sig*)(GetFunction(EApiId_popup_fep_tooltip_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24177
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24178
	// LAF Table : cell_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24179
	inline TAknLayoutScalableParameterLimits aid_size_cell_widget_grid_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_widget_grid_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_widget_grid_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24181
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24183
	inline TAknWindowComponentLayout cell_ai5_widget_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_g1_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24185
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24187
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g7_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24189
	inline TAknLayoutScalableTableLimits cell_ai5_widget_pane_g_Limits() const		{ return (*(Tcell_ai5_widget_pane_g_Limits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24191
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24193
	inline TAknWindowComponentLayout cell_ai5_widget_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_g_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24195
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_pane_t10_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_pane_t10_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24197
	inline TAknTextComponentLayout cell_ai5_widget_pane_t10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_pane_t10_sig*)(GetFunction(EApiId_cell_ai5_widget_pane_t10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24199
	inline TAknLayoutScalableParameterLimits grid_ai5_widget_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_ai5_widget_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_ai5_widget_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24201
	// LAF Table : grid_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24202
	inline TAknLayoutScalableParameterLimits cell_contacts_ai5_widget_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_contacts_ai5_widget_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_contacts_ai5_widget_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24204
	inline TAknWindowComponentLayout cell_contacts_ai5_widget_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_contacts_ai5_widget_pane_sig*)(GetFunction(EApiId_cell_contacts_ai5_widget_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24206
	// LAF Table : popup_discreet_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24207
	inline TAknLayoutScalableParameterLimits popup_discreet_window_t3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_discreet_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_discreet_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24209
	inline TAknTextComponentLayout popup_discreet_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_discreet_window_t3_sig*)(GetFunction(EApiId_popup_discreet_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24211
	// LAF Table : main_fep_fshwr2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24212
	inline TAknLayoutScalableParameterLimits popup_fshwr2_char_preview_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_fshwr2_char_preview_window_ParamLimits_sig*)(GetFunction(EApiId_popup_fshwr2_char_preview_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24213
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24214
	inline TAknWindowComponentLayout popup_fshwr2_char_preview_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fshwr2_char_preview_window_sig*)(GetFunction(EApiId_popup_fshwr2_char_preview_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24215
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24216
	// LAF Table : tmo_note_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24217
	inline TAknTextComponentLayout tmo_note_info_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttmo_note_info_pane_t1_sig*)(GetFunction(EApiId_tmo_note_info_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24219
	inline TAknTextComponentLayout tmo_note_info_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttmo_note_info_pane_t2_sig*)(GetFunction(EApiId_tmo_note_info_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24221
	inline TAknTextComponentLayout tmo_note_info_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttmo_note_info_pane_t3_sig*)(GetFunction(EApiId_tmo_note_info_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24223
	inline TAknTextComponentLayout tmo_note_info_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttmo_note_info_pane_t4_sig*)(GetFunction(EApiId_tmo_note_info_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24224
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24225
	inline TAknTextComponentLayout tmo_note_info_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttmo_note_info_pane_t5_sig*)(GetFunction(EApiId_tmo_note_info_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24227
	inline TAknLayoutScalableTableLimits tmo_note_info_pane_t_Limits() const		{ return (*(Ttmo_note_info_pane_t_Limits_sig*)(GetFunction(EApiId_tmo_note_info_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24229
	inline TAknTextComponentLayout tmo_note_info_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttmo_note_info_pane_t_sig*)(GetFunction(EApiId_tmo_note_info_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24231
	// LAF Table : listscroll_tmo_link_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24232
	inline TAknLayoutScalableParameterLimits list_tmo_link_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_tmo_link_pane_ParamLimits_sig*)(GetFunction(EApiId_list_tmo_link_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24234
	inline TAknLayoutScalableParameterLimits scroll_pane_cp20_ParamLimits(TInt aVariety) const		{ return (*(Tscroll_pane_cp20_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp20_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24236
	// LAF Table : popup_fshwr2_char_preview_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24237
	inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_char_preview_window_cp01_sig*)(GetFunction(EApiId_bg_popup_fep_char_preview_window_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24238
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24239
	inline TAknTextComponentLayout popup_fshwr2_char_preview_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fshwr2_char_preview_window_t1_sig*)(GetFunction(EApiId_popup_fshwr2_char_preview_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24241
	// LAF Table : popup_candi_list_indi_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24242
	inline TAknWindowComponentLayout popup_candi_list_indi_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_candi_list_indi_window_g1_sig*)(GetFunction(EApiId_popup_candi_list_indi_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24244
	// LAF Table : cell_contacts_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24245
	inline TAknWindowComponentLayout bg_cell_contacts_ai5_widget_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cell_contacts_ai5_widget_pane_sig*)(GetFunction(EApiId_bg_cell_contacts_ai5_widget_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24247
	inline TAknWindowComponentLayout cell_contacts_ai5_widget_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_contacts_ai5_widget_pane_g1_sig*)(GetFunction(EApiId_cell_contacts_ai5_widget_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24249
	inline TAknWindowComponentLayout cell_contacts_ai5_widget_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_contacts_ai5_widget_pane_g2_sig*)(GetFunction(EApiId_cell_contacts_ai5_widget_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24251
	inline TAknWindowComponentLayout cell_contacts_ai5_widget_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_contacts_ai5_widget_pane_g3_sig*)(GetFunction(EApiId_cell_contacts_ai5_widget_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24253
	inline TAknLayoutScalableTableLimits cell_contacts_ai5_widget_pane_g_Limits() const		{ return (*(Tcell_contacts_ai5_widget_pane_g_Limits_sig*)(GetFunction(EApiId_cell_contacts_ai5_widget_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24255
	inline TAknWindowComponentLayout cell_contacts_ai5_widget_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_contacts_ai5_widget_pane_g_sig*)(GetFunction(EApiId_cell_contacts_ai5_widget_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24257
	inline TAknTextComponentLayout cell_contacts_ai5_widget_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_contacts_ai5_widget_pane_t1_sig*)(GetFunction(EApiId_cell_contacts_ai5_widget_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24259
	inline TAknWindowComponentLayout highlight_cell_shortcut_ai5_widget_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thighlight_cell_shortcut_ai5_widget_pane_cp01_sig*)(GetFunction(EApiId_highlight_cell_shortcut_ai5_widget_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24261
	// LAF Table : popup_settings_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24262
	inline TAknWindowComponentLayout settings_container_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsettings_container_pane_sig*)(GetFunction(EApiId_settings_container_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24264
	// LAF Table : settings_container_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24265
	inline TAknWindowComponentLayout listscroll_set_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_set_pane_copy1_sig*)(GetFunction(EApiId_listscroll_set_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24267
	// LAF Table : listscroll_set_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24268
	inline TAknWindowComponentLayout scroll_pane_cp121_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp121_copy1_sig*)(GetFunction(EApiId_scroll_pane_cp121_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24270
	inline TAknWindowComponentLayout set_content_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_content_pane_copy1_sig*)(GetFunction(EApiId_set_content_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24272
	// LAF Table : set_content_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24273
	inline TAknLayoutScalableParameterLimits aid_height_set_list_copy1_ParamLimits(TInt aVariety) const		{ return (*(Taid_height_set_list_copy1_ParamLimits_sig*)(GetFunction(EApiId_aid_height_set_list_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24275
	inline TAknWindowComponentLayout aid_height_set_list_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_height_set_list_copy1_sig*)(GetFunction(EApiId_aid_height_set_list_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24277
	inline TAknLayoutScalableParameterLimits aid_size_parent_copy1_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_parent_copy1_ParamLimits_sig*)(GetFunction(EApiId_aid_size_parent_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24279
	inline TAknWindowComponentLayout aid_size_parent_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_parent_copy1_sig*)(GetFunction(EApiId_aid_size_parent_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24281
	inline TAknLayoutScalableParameterLimits button_value_adjust_pane_cp6_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tbutton_value_adjust_pane_cp6_copy1_ParamLimits_sig*)(GetFunction(EApiId_button_value_adjust_pane_cp6_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24283
	inline TAknWindowComponentLayout button_value_adjust_pane_cp6_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbutton_value_adjust_pane_cp6_copy1_sig*)(GetFunction(EApiId_button_value_adjust_pane_cp6_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24285
	inline TAknLayoutScalableParameterLimits list_highlight_pane_cp2_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_highlight_pane_cp2_copy1_ParamLimits_sig*)(GetFunction(EApiId_list_highlight_pane_cp2_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24287
	inline TAknWindowComponentLayout list_highlight_pane_cp2_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp2_copy1_sig*)(GetFunction(EApiId_list_highlight_pane_cp2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24289
	inline TAknLayoutScalableParameterLimits list_set_pane_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_set_pane_copy1_ParamLimits_sig*)(GetFunction(EApiId_list_set_pane_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24291
	inline TAknWindowComponentLayout list_set_pane_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_set_pane_copy1_sig*)(GetFunction(EApiId_list_set_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24293
	// LAF Table : popup_settings_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24294
	inline TAknLayoutScalableParameterLimits main_pane_set_t1_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_pane_set_t1_copy1_ParamLimits_sig*)(GetFunction(EApiId_main_pane_set_t1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24296
	inline TAknTextComponentLayout main_pane_set_t1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_set_t1_copy1_sig*)(GetFunction(EApiId_main_pane_set_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24298
	inline TAknLayoutScalableParameterLimits main_pane_set_t2_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_pane_set_t2_copy1_ParamLimits_sig*)(GetFunction(EApiId_main_pane_set_t2_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24300
	inline TAknTextComponentLayout main_pane_set_t2_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_set_t2_copy1_sig*)(GetFunction(EApiId_main_pane_set_t2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24302
	// LAF Table : set_content_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24303
	inline TAknTextComponentLayout main_pane_set_t3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_set_t3_copy1_sig*)(GetFunction(EApiId_main_pane_set_t3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24305
	inline TAknTextComponentLayout main_pane_set_t4_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_set_t4_copy1_sig*)(GetFunction(EApiId_main_pane_set_t4_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24307
	// LAF Table : popup_settings_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24308
	inline TAknLayoutScalableParameterLimits set_content_pane_g1_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tset_content_pane_g1_copy1_ParamLimits_sig*)(GetFunction(EApiId_set_content_pane_g1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24310
	inline TAknWindowComponentLayout set_content_pane_g1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_content_pane_g1_copy1_sig*)(GetFunction(EApiId_set_content_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24312
	// LAF Table : set_content_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24313
	inline TAknWindowComponentLayout setting_code_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_code_pane_copy1_sig*)(GetFunction(EApiId_setting_code_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24315
	inline TAknWindowComponentLayout setting_slider_graphic_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_graphic_pane_copy1_sig*)(GetFunction(EApiId_setting_slider_graphic_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24317
	inline TAknWindowComponentLayout setting_slider_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_pane_copy1_sig*)(GetFunction(EApiId_setting_slider_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24319
	inline TAknWindowComponentLayout setting_text_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_text_pane_copy1_sig*)(GetFunction(EApiId_setting_text_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24321
	inline TAknWindowComponentLayout setting_volume_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_volume_pane_copy1_sig*)(GetFunction(EApiId_setting_volume_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24323
	inline TAknWindowComponentLayout settings_code_pane_cp2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsettings_code_pane_cp2_copy1_sig*)(GetFunction(EApiId_settings_code_pane_cp2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24324
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24325
	inline TAknLayoutScalableParameterLimits settings_code_pane_cp_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tsettings_code_pane_cp_copy1_ParamLimits_sig*)(GetFunction(EApiId_settings_code_pane_cp_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24326
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24327
	inline TAknWindowComponentLayout settings_code_pane_cp_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsettings_code_pane_cp_copy1_sig*)(GetFunction(EApiId_settings_code_pane_cp_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24328
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24329
	// LAF Table : setting_volume_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24330
	inline TAknWindowComponentLayout volume_set_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_copy1_sig*)(GetFunction(EApiId_volume_set_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24332
	// LAF Table : volume_set_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24333
	inline TAknWindowComponentLayout volume_set_pane_g10_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g10_copy1_sig*)(GetFunction(EApiId_volume_set_pane_g10_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24335
	inline TAknWindowComponentLayout volume_set_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g1_copy1_sig*)(GetFunction(EApiId_volume_set_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24337
	inline TAknWindowComponentLayout volume_set_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g2_copy1_sig*)(GetFunction(EApiId_volume_set_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24339
	inline TAknWindowComponentLayout volume_set_pane_g3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g3_copy1_sig*)(GetFunction(EApiId_volume_set_pane_g3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24341
	inline TAknWindowComponentLayout volume_set_pane_g4_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g4_copy1_sig*)(GetFunction(EApiId_volume_set_pane_g4_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24343
	inline TAknWindowComponentLayout volume_set_pane_g5_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g5_copy1_sig*)(GetFunction(EApiId_volume_set_pane_g5_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24345
	inline TAknWindowComponentLayout volume_set_pane_g6_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g6_copy1_sig*)(GetFunction(EApiId_volume_set_pane_g6_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24347
	inline TAknWindowComponentLayout volume_set_pane_g7_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g7_copy1_sig*)(GetFunction(EApiId_volume_set_pane_g7_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24349
	inline TAknWindowComponentLayout volume_set_pane_g8_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g8_copy1_sig*)(GetFunction(EApiId_volume_set_pane_g8_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24351
	inline TAknWindowComponentLayout volume_set_pane_g9_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_set_pane_g9_copy1_sig*)(GetFunction(EApiId_volume_set_pane_g9_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24353
	// LAF Table : setting_slider_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24354
	inline TAknLayoutScalableParameterLimits bg_set_opt_pane_cp_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tbg_set_opt_pane_cp_copy1_ParamLimits_sig*)(GetFunction(EApiId_bg_set_opt_pane_cp_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24356
	inline TAknWindowComponentLayout bg_set_opt_pane_cp_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_cp_copy1_sig*)(GetFunction(EApiId_bg_set_opt_pane_cp_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24358
	inline TAknLayoutScalableParameterLimits setting_slider_pane_t1_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tsetting_slider_pane_t1_copy1_ParamLimits_sig*)(GetFunction(EApiId_setting_slider_pane_t1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24360
	inline TAknTextComponentLayout setting_slider_pane_t1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_pane_t1_copy1_sig*)(GetFunction(EApiId_setting_slider_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24362
	inline TAknLayoutScalableParameterLimits setting_slider_pane_t2_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tsetting_slider_pane_t2_copy1_ParamLimits_sig*)(GetFunction(EApiId_setting_slider_pane_t2_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24364
	inline TAknTextComponentLayout setting_slider_pane_t2_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_pane_t2_copy1_sig*)(GetFunction(EApiId_setting_slider_pane_t2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24366
	inline TAknLayoutScalableParameterLimits setting_slider_pane_t3_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tsetting_slider_pane_t3_copy1_ParamLimits_sig*)(GetFunction(EApiId_setting_slider_pane_t3_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24368
	inline TAknTextComponentLayout setting_slider_pane_t3_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_pane_t3_copy1_sig*)(GetFunction(EApiId_setting_slider_pane_t3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24370
	inline TAknLayoutScalableParameterLimits slider_set_pane_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tslider_set_pane_copy1_ParamLimits_sig*)(GetFunction(EApiId_slider_set_pane_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24372
	inline TAknWindowComponentLayout slider_set_pane_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_copy1_sig*)(GetFunction(EApiId_slider_set_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24374
	// LAF Table : bg_set_opt_pane_cp_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24375
	inline TAknWindowComponentLayout set_opt_bg_pane_g1_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g1_copy2_sig*)(GetFunction(EApiId_set_opt_bg_pane_g1_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24377
	inline TAknWindowComponentLayout set_opt_bg_pane_g2_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g2_copy2_sig*)(GetFunction(EApiId_set_opt_bg_pane_g2_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24379
	inline TAknWindowComponentLayout set_opt_bg_pane_g3_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g3_copy2_sig*)(GetFunction(EApiId_set_opt_bg_pane_g3_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24380
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24381
	inline TAknWindowComponentLayout set_opt_bg_pane_g4_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g4_copy2_sig*)(GetFunction(EApiId_set_opt_bg_pane_g4_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24383
	inline TAknWindowComponentLayout set_opt_bg_pane_g5_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g5_copy2_sig*)(GetFunction(EApiId_set_opt_bg_pane_g5_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24385
	inline TAknWindowComponentLayout set_opt_bg_pane_g6_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g6_copy2_sig*)(GetFunction(EApiId_set_opt_bg_pane_g6_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24387
	inline TAknWindowComponentLayout set_opt_bg_pane_g7_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g7_copy2_sig*)(GetFunction(EApiId_set_opt_bg_pane_g7_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24389
	inline TAknWindowComponentLayout set_opt_bg_pane_g8_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g8_copy2_sig*)(GetFunction(EApiId_set_opt_bg_pane_g8_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24391
	inline TAknWindowComponentLayout set_opt_bg_pane_g9_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_opt_bg_pane_g9_copy2_sig*)(GetFunction(EApiId_set_opt_bg_pane_g9_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24393
	// LAF Table : slider_set_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24394
	inline TAknLayoutScalableParameterLimits aid_size_touch_slider_mark_copy1_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_touch_slider_mark_copy1_ParamLimits_sig*)(GetFunction(EApiId_aid_size_touch_slider_mark_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24396
	inline TAknWindowComponentLayout aid_size_touch_slider_mark_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_slider_mark_copy1_sig*)(GetFunction(EApiId_aid_size_touch_slider_mark_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24397
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24398
	inline TAknWindowComponentLayout slider_set_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_g1_copy1_sig*)(GetFunction(EApiId_slider_set_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24399
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24400
	inline TAknWindowComponentLayout slider_set_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_g2_copy1_sig*)(GetFunction(EApiId_slider_set_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24401
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24402
	inline TAknLayoutScalableParameterLimits slider_set_pane_g3_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tslider_set_pane_g3_copy1_ParamLimits_sig*)(GetFunction(EApiId_slider_set_pane_g3_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24404
	inline TAknWindowComponentLayout slider_set_pane_g3_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_g3_copy1_sig*)(GetFunction(EApiId_slider_set_pane_g3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24406
	inline TAknLayoutScalableParameterLimits slider_set_pane_g4_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tslider_set_pane_g4_copy1_ParamLimits_sig*)(GetFunction(EApiId_slider_set_pane_g4_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24408
	inline TAknWindowComponentLayout slider_set_pane_g4_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_g4_copy1_sig*)(GetFunction(EApiId_slider_set_pane_g4_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24410
	inline TAknLayoutScalableParameterLimits slider_set_pane_g5_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tslider_set_pane_g5_copy1_ParamLimits_sig*)(GetFunction(EApiId_slider_set_pane_g5_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24411
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24412
	inline TAknWindowComponentLayout slider_set_pane_g5_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_g5_copy1_sig*)(GetFunction(EApiId_slider_set_pane_g5_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24413
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24414
	inline TAknLayoutScalableParameterLimits slider_set_pane_g6_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tslider_set_pane_g6_copy1_ParamLimits_sig*)(GetFunction(EApiId_slider_set_pane_g6_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24416
	inline TAknWindowComponentLayout slider_set_pane_g6_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_g6_copy1_sig*)(GetFunction(EApiId_slider_set_pane_g6_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24418
	inline TAknLayoutScalableParameterLimits slider_set_pane_g7_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tslider_set_pane_g7_copy1_ParamLimits_sig*)(GetFunction(EApiId_slider_set_pane_g7_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24420
	inline TAknWindowComponentLayout slider_set_pane_g7_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_g7_copy1_sig*)(GetFunction(EApiId_slider_set_pane_g7_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24422
	// LAF Table : setting_slider_graphic_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24423
	inline TAknWindowComponentLayout bg_set_opt_pane_cp2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_cp2_copy1_sig*)(GetFunction(EApiId_bg_set_opt_pane_cp2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24425
	inline TAknWindowComponentLayout setting_slider_graphic_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_graphic_pane_g1_copy1_sig*)(GetFunction(EApiId_setting_slider_graphic_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24427
	inline TAknTextComponentLayout setting_slider_graphic_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_graphic_pane_t1_copy1_sig*)(GetFunction(EApiId_setting_slider_graphic_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24429
	inline TAknTextComponentLayout setting_slider_graphic_pane_t2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_slider_graphic_pane_t2_copy1_sig*)(GetFunction(EApiId_setting_slider_graphic_pane_t2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24431
	inline TAknWindowComponentLayout slider_set_pane_cp_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_set_pane_cp_copy1_sig*)(GetFunction(EApiId_slider_set_pane_cp_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24433
	// LAF Table : setting_text_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24434
	inline TAknWindowComponentLayout input_focus_pane_cp1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp1_copy1_sig*)(GetFunction(EApiId_input_focus_pane_cp1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24436
	inline TAknWindowComponentLayout list_set_text_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_set_text_pane_copy1_sig*)(GetFunction(EApiId_list_set_text_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24438
	inline TAknWindowComponentLayout setting_text_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_text_pane_g1_copy1_sig*)(GetFunction(EApiId_setting_text_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24440
	// LAF Table : list_set_text_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24441
	inline TAknTextComponentLayout set_text_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tset_text_pane_t1_copy1_sig*)(GetFunction(EApiId_set_text_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24443
	// LAF Table : setting_code_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24444
	inline TAknWindowComponentLayout input_focus_pane_cp2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp2_copy1_sig*)(GetFunction(EApiId_input_focus_pane_cp2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24446
	inline TAknWindowComponentLayout setting_code_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_code_pane_g1_copy1_sig*)(GetFunction(EApiId_setting_code_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24448
	inline TAknTextComponentLayout setting_code_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsetting_code_pane_t1_copy1_sig*)(GetFunction(EApiId_setting_code_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24450
	// LAF Table : list_set_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24451
	inline TAknWindowComponentLayout list_set_graphic_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_set_graphic_pane_copy1_sig*)(GetFunction(EApiId_list_set_graphic_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24453
	// LAF Table : list_set_graphic_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24454
	inline TAknWindowComponentLayout bg_set_opt_pane_cp4_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_set_opt_pane_cp4_copy1_sig*)(GetFunction(EApiId_bg_set_opt_pane_cp4_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24456
	inline TAknLayoutScalableParameterLimits list_set_graphic_pane_g1_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_set_graphic_pane_g1_copy1_ParamLimits_sig*)(GetFunction(EApiId_list_set_graphic_pane_g1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24458
	inline TAknWindowComponentLayout list_set_graphic_pane_g1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_set_graphic_pane_g1_copy1_sig*)(GetFunction(EApiId_list_set_graphic_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24460
	inline TAknWindowComponentLayout list_set_graphic_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_set_graphic_pane_g2_copy1_sig*)(GetFunction(EApiId_list_set_graphic_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24462
	inline TAknLayoutScalableParameterLimits list_set_graphic_pane_t1_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_set_graphic_pane_t1_copy1_ParamLimits_sig*)(GetFunction(EApiId_list_set_graphic_pane_t1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24464
	inline TAknTextComponentLayout list_set_graphic_pane_t1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_set_graphic_pane_t1_copy1_sig*)(GetFunction(EApiId_list_set_graphic_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24466
	// LAF Table : rs_clock_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24467
	inline TAknWindowComponentLayout rs_clock_indi_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trs_clock_indi_pane_g1_sig*)(GetFunction(EApiId_rs_clock_indi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24469
	inline TAknTextComponentLayout rs_clock_indi_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trs_clock_indi_pane_t1_sig*)(GetFunction(EApiId_rs_clock_indi_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24471
	inline TAknWindowComponentLayout rs_indi_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trs_indi_pane_sig*)(GetFunction(EApiId_rs_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24473
	// LAF Table : rs_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24474
	inline TAknWindowComponentLayout rs_indi_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trs_indi_pane_g1_sig*)(GetFunction(EApiId_rs_indi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24476
	inline TAknWindowComponentLayout rs_indi_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trs_indi_pane_g2_sig*)(GetFunction(EApiId_rs_indi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24478
	inline TAknWindowComponentLayout rs_indi_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trs_indi_pane_g3_sig*)(GetFunction(EApiId_rs_indi_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24480
	inline TAknLayoutScalableTableLimits rs_indi_pane_g_Limits() const		{ return (*(Trs_indi_pane_g_Limits_sig*)(GetFunction(EApiId_rs_indi_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24482
	inline TAknWindowComponentLayout rs_indi_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trs_indi_pane_g_sig*)(GetFunction(EApiId_rs_indi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24483
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24484
	// LAF Table : popup_fep_tooltip_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24485
	inline TAknWindowComponentLayout bg_popup_preview_window_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_preview_window_pane_cp03_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24487
	inline TAknTextComponentLayout popup_fep_tooltip_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_tooltip_window_t1_sig*)(GetFunction(EApiId_popup_fep_tooltip_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24489
	// LAF Table : cont_note_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24490
	inline TAknLayoutScalableParameterLimits popup_note2_window_g2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_note2_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24491
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24492
	inline TAknWindowComponentLayout popup_note2_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_window_g2_sig*)(GetFunction(EApiId_popup_note2_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24494
	inline TAknLayoutScalableTableLimits popup_note2_window_g_Limits() const		{ return (*(Tpopup_note2_window_g_Limits_sig*)(GetFunction(EApiId_popup_note2_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24496
	inline TAknLayoutScalableParameterLimits popup_note2_window_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tpopup_note2_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_note2_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24498
	inline TAknWindowComponentLayout popup_note2_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note2_window_g_sig*)(GetFunction(EApiId_popup_note2_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24500
	// LAF Table : cell_ai3_links_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24501
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp11_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_sub_pane_cp11_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24502
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24503
	inline TAknLayoutScalableParameterLimits cell_ai3_links_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai3_links_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_ai3_links_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24505
	inline TAknTextComponentLayout cell_ai3_links_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai3_links_pane_t1_sig*)(GetFunction(EApiId_cell_ai3_links_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24507
	// LAF Table : list_set_text_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24508
	inline TAknLayoutScalableParameterLimits set_text_pane_t1_copy1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tset_text_pane_t1_copy1_ParamLimits_sig*)(GetFunction(EApiId_set_text_pane_t1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24510
	// LAF Table : list_single_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24511
	inline TAknLayoutScalableParameterLimits cell_graphic_popup_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_graphic_popup_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_cell_graphic_popup_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24513
	inline TAknWindowComponentLayout cell_graphic_popup_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic_popup_pane_cp2_sig*)(GetFunction(EApiId_cell_graphic_popup_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24515
	// LAF Table : cell_graphic_popup_pane_cp2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24516
	inline TAknWindowComponentLayout cell_graphic_popup_pane_g1_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic_popup_pane_g1_cp2_sig*)(GetFunction(EApiId_cell_graphic_popup_pane_g1_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24518
	inline TAknWindowComponentLayout cell_graphic_popup_pane_g2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic_popup_pane_g2_cp2_sig*)(GetFunction(EApiId_cell_graphic_popup_pane_g2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24519
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24520
	inline TAknWindowComponentLayout cell_graphic_popup_pane_g3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic_popup_pane_g3_cp2_sig*)(GetFunction(EApiId_cell_graphic_popup_pane_g3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24521
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24522
	inline TAknTextComponentLayout cell_graphic_popup_pane_t2_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic_popup_pane_t2_cp2_sig*)(GetFunction(EApiId_cell_graphic_popup_pane_t2_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24523
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24524
	inline TAknWindowComponentLayout grid_highlight_pane_cp3_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp3_cp2_sig*)(GetFunction(EApiId_grid_highlight_pane_cp3_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24525
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24526
	// LAF Table : listscroll_app_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24527
	inline TAknLayoutScalableParameterLimits aid_size_cell_apps_grid_lsc_pane_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_apps_grid_lsc_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_apps_grid_lsc_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24529
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24530
	inline TAknLayoutScalableParameterLimits main_tmo_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_tmo_pane_ParamLimits_sig*)(GetFunction(EApiId_main_tmo_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24532
	// LAF Table : main_tmo_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24533
	inline TAknWindowComponentLayout popup_tmo_big_image_note_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_tmo_big_image_note_window_sig*)(GetFunction(EApiId_popup_tmo_big_image_note_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24535
	// LAF Table : cell_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24536
	inline TAknWindowComponentLayout cell_ai5_widget_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_list_pane_sig*)(GetFunction(EApiId_cell_ai5_widget_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24538
	inline TAknWindowComponentLayout cell_ai5_widget_lrg_icon_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_lrg_icon_pane_sig*)(GetFunction(EApiId_cell_ai5_widget_lrg_icon_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24540
	// LAF Table : tmo_note_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24541
	inline TAknLayoutScalableParameterLimits tmo_note_info_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Ttmo_note_info_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_tmo_note_info_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24542
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24543
	inline TAknLayoutScalableParameterLimits tmo_note_info_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Ttmo_note_info_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_tmo_note_info_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24545
	inline TAknLayoutScalableParameterLimits tmo_note_info_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Ttmo_note_info_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_tmo_note_info_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24547
	inline TAknLayoutScalableParameterLimits tmo_note_info_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Ttmo_note_info_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_tmo_note_info_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24549
	inline TAknLayoutScalableParameterLimits tmo_note_info_pane_t5_ParamLimits(TInt aVariety) const		{ return (*(Ttmo_note_info_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_tmo_note_info_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24551
	inline TAknLayoutScalableParameterLimits tmo_note_info_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Ttmo_note_info_pane_t_ParamLimits_sig*)(GetFunction(EApiId_tmo_note_info_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24553
	// LAF Table : popup_settings_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24554
	inline TAknLayoutScalableParameterLimits settings_container_pane_ParamLimits(TInt aVariety) const		{ return (*(Tsettings_container_pane_ParamLimits_sig*)(GetFunction(EApiId_settings_container_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24556
	// LAF Table : setting_text_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24557
	inline TAknWindowComponentLayout indicator_popup_pane_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_popup_pane_cp5_sig*)(GetFunction(EApiId_indicator_popup_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24559
	// LAF Table : setting_code_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24560
	inline TAknWindowComponentLayout indicator_popup_pane_cp6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_popup_pane_cp6_sig*)(GetFunction(EApiId_indicator_popup_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24562
	// LAF Table : list_set_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24563
	inline TAknLayoutScalableParameterLimits list_set_graphic_pane_copy1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_set_graphic_pane_copy1_ParamLimits_sig*)(GetFunction(EApiId_list_set_graphic_pane_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24564
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24565
	// LAF Table : popup_tmo_big_image_note_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24566
	inline TAknWindowComponentLayout bg_popup_window_pane_cp23(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp23_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp23)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24568
	inline TAknWindowComponentLayout popup_tmo_big_image_note_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_tmo_big_image_note_window_g1_sig*)(GetFunction(EApiId_popup_tmo_big_image_note_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24570
	inline TAknTextComponentLayout popup_tmo_big_image_note_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_tmo_big_image_note_window_t1_sig*)(GetFunction(EApiId_popup_tmo_big_image_note_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24572
	inline TAknTextComponentLayout popup_tmo_big_image_note_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_tmo_big_image_note_window_t2_sig*)(GetFunction(EApiId_popup_tmo_big_image_note_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24574
	inline TAknTextComponentLayout popup_tmo_big_image_note_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_tmo_big_image_note_window_t3_sig*)(GetFunction(EApiId_popup_tmo_big_image_note_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24576
	inline TAknLayoutScalableTableLimits popup_tmo_big_image_note_window_t_Limits() const		{ return (*(Tpopup_tmo_big_image_note_window_t_Limits_sig*)(GetFunction(EApiId_popup_tmo_big_image_note_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24578
	inline TAknTextComponentLayout popup_tmo_big_image_note_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_tmo_big_image_note_window_t_sig*)(GetFunction(EApiId_popup_tmo_big_image_note_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24580
	// LAF Table : cell_ai5_widget_lrg_icon_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24581
	inline TAknWindowComponentLayout cell_ai5_widget_lrg_icon_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_lrg_icon_pane_g1_sig*)(GetFunction(EApiId_cell_ai5_widget_lrg_icon_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24582
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24583
	inline TAknTextComponentLayout cell_ai5_widget_lrg_icon_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_lrg_icon_pane_t1_sig*)(GetFunction(EApiId_cell_ai5_widget_lrg_icon_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24585
	// LAF Table : cell_ai5_widget_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24586
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_list_row_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_list_row_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_list_row_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24588
	inline TAknWindowComponentLayout cell_ai5_widget_list_row_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_list_row_pane_sig*)(GetFunction(EApiId_cell_ai5_widget_list_row_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24590
	// LAF Table : cell_ai5_widget_list_row_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24591
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_list_row_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_list_row_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_list_row_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24593
	inline TAknWindowComponentLayout cell_ai5_widget_list_row_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_list_row_pane_g1_sig*)(GetFunction(EApiId_cell_ai5_widget_list_row_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24594
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24595
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_list_row_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_list_row_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_list_row_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24596
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24597
	inline TAknTextComponentLayout cell_ai5_widget_list_row_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_list_row_pane_t1_sig*)(GetFunction(EApiId_cell_ai5_widget_list_row_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24598
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24599
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_list_row_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ai5_widget_list_row_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_list_row_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24600
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24601
	inline TAknTextComponentLayout cell_ai5_widget_list_row_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_list_row_pane_t2_sig*)(GetFunction(EApiId_cell_ai5_widget_list_row_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24603
	inline TAknLayoutScalableTableLimits cell_ai5_widget_list_row_pane_t_Limits() const		{ return (*(Tcell_ai5_widget_list_row_pane_t_Limits_sig*)(GetFunction(EApiId_cell_ai5_widget_list_row_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24605
	inline TAknLayoutScalableParameterLimits cell_ai5_widget_list_row_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_ai5_widget_list_row_pane_t_ParamLimits_sig*)(GetFunction(EApiId_cell_ai5_widget_list_row_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24607
	inline TAknTextComponentLayout cell_ai5_widget_list_row_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ai5_widget_list_row_pane_t_sig*)(GetFunction(EApiId_cell_ai5_widget_list_row_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24609
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24610
	inline TAknWindowComponentLayout main_fep_vtchi_ss_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fep_vtchi_ss_pane_sig*)(GetFunction(EApiId_main_fep_vtchi_ss_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24612
	// LAF Table : main_fep_vtchi_ss_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24613
	inline TAknWindowComponentLayout popup_fep_char_pre_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_char_pre_window_sig*)(GetFunction(EApiId_popup_fep_char_pre_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24615
	inline TAknWindowComponentLayout popup_fep_ituss_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_ituss_window_sig*)(GetFunction(EApiId_popup_fep_ituss_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24617
	inline TAknWindowComponentLayout popup_fep_vkbss_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_vkbss_window_sig*)(GetFunction(EApiId_popup_fep_vkbss_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24619
	// LAF Table : popup_fep_vkbss_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24620
	inline TAknLayoutScalableParameterLimits grid_vkbss_keypad_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_vkbss_keypad_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_vkbss_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24621
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24622
	inline TAknWindowComponentLayout grid_vkbss_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_vkbss_keypad_pane_sig*)(GetFunction(EApiId_grid_vkbss_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24624
	// LAF Table : popup_fep_ituss_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24625
	inline TAknWindowComponentLayout ituss_keypad_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tituss_keypad_pane_sig*)(GetFunction(EApiId_ituss_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24627
	// LAF Table : grid_vkbss_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24628
	inline TAknLayoutScalableParameterLimits aid_vkbss_key_offset_ParamLimits(TInt aVariety) const		{ return (*(Taid_vkbss_key_offset_ParamLimits_sig*)(GetFunction(EApiId_aid_vkbss_key_offset_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24630
	inline TAknWindowComponentLayout aid_vkbss_key_offset(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_vkbss_key_offset_sig*)(GetFunction(EApiId_aid_vkbss_key_offset)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24632
	inline TAknLayoutScalableParameterLimits cell_vkbss_key_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vkbss_key_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vkbss_key_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24634
	inline TAknWindowComponentLayout cell_vkbss_key_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkbss_key_pane_sig*)(GetFunction(EApiId_cell_vkbss_key_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24636
	// LAF Table : cell_vkbss_key_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24637
	inline TAknLayoutScalableParameterLimits bg_cell_vkbss_key_g1_ParamLimits(TInt aVariety) const		{ return (*(Tbg_cell_vkbss_key_g1_ParamLimits_sig*)(GetFunction(EApiId_bg_cell_vkbss_key_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24639
	inline TAknWindowComponentLayout bg_cell_vkbss_key_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cell_vkbss_key_g1_sig*)(GetFunction(EApiId_bg_cell_vkbss_key_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24641
	inline TAknLayoutScalableParameterLimits cell_vkbss_key_3p_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vkbss_key_3p_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vkbss_key_3p_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24643
	inline TAknWindowComponentLayout cell_vkbss_key_3p_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkbss_key_3p_pane_sig*)(GetFunction(EApiId_cell_vkbss_key_3p_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24645
	inline TAknLayoutScalableParameterLimits cell_vkbss_key_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vkbss_key_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_vkbss_key_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24647
	inline TAknWindowComponentLayout cell_vkbss_key_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkbss_key_g1_sig*)(GetFunction(EApiId_cell_vkbss_key_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24649
	inline TAknLayoutScalableParameterLimits cell_vkbss_key_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vkbss_key_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_vkbss_key_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24651
	inline TAknTextComponentLayout cell_vkbss_key_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkbss_key_t1_sig*)(GetFunction(EApiId_cell_vkbss_key_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24653
	// LAF Table : ituss_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24654
	inline TAknLayoutScalableParameterLimits cell_ituss_key_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ituss_key_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_ituss_key_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24656
	inline TAknWindowComponentLayout cell_ituss_key_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ituss_key_pane_sig*)(GetFunction(EApiId_cell_ituss_key_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24658
	// LAF Table : cell_ituss_key_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24659
	inline TAknLayoutScalableParameterLimits bg_cell_ituss_key_g1_ParamLimits(TInt aVariety) const		{ return (*(Tbg_cell_ituss_key_g1_ParamLimits_sig*)(GetFunction(EApiId_bg_cell_ituss_key_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24660
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24661
	inline TAknWindowComponentLayout bg_cell_ituss_key_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cell_ituss_key_g1_sig*)(GetFunction(EApiId_bg_cell_ituss_key_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24663
	inline TAknLayoutScalableParameterLimits cell_ituss_key_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ituss_key_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_ituss_key_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24664
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24665
	inline TAknWindowComponentLayout cell_ituss_key_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ituss_key_pane_g1_sig*)(GetFunction(EApiId_cell_ituss_key_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24667
	inline TAknLayoutScalableParameterLimits cell_ituss_key_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ituss_key_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_ituss_key_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24669
	inline TAknWindowComponentLayout cell_ituss_key_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ituss_key_pane_g2_sig*)(GetFunction(EApiId_cell_ituss_key_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24670
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24671
	inline TAknLayoutScalableTableLimits cell_ituss_key_pane_g_Limits() const		{ return (*(Tcell_ituss_key_pane_g_Limits_sig*)(GetFunction(EApiId_cell_ituss_key_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24672
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24673
	inline TAknLayoutScalableParameterLimits cell_ituss_key_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_ituss_key_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_ituss_key_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24675
	inline TAknWindowComponentLayout cell_ituss_key_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ituss_key_pane_g_sig*)(GetFunction(EApiId_cell_ituss_key_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24677
	inline TAknLayoutScalableParameterLimits cell_ituss_key_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ituss_key_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_ituss_key_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24679
	inline TAknTextComponentLayout cell_ituss_key_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ituss_key_t1_sig*)(GetFunction(EApiId_cell_ituss_key_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24681
	inline TAknLayoutScalableParameterLimits cell_ituss_key_t2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ituss_key_t2_ParamLimits_sig*)(GetFunction(EApiId_cell_ituss_key_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24683
	inline TAknTextComponentLayout cell_ituss_key_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ituss_key_t2_sig*)(GetFunction(EApiId_cell_ituss_key_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24685
	inline TAknLayoutScalableParameterLimits cell_ituss_key_t3_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ituss_key_t3_ParamLimits_sig*)(GetFunction(EApiId_cell_ituss_key_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24687
	inline TAknTextComponentLayout cell_ituss_key_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ituss_key_t3_sig*)(GetFunction(EApiId_cell_ituss_key_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24689
	inline TAknLayoutScalableParameterLimits cell_ituss_key_t4_ParamLimits(TInt aVariety) const		{ return (*(Tcell_ituss_key_t4_ParamLimits_sig*)(GetFunction(EApiId_cell_ituss_key_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24691
	inline TAknTextComponentLayout cell_ituss_key_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ituss_key_t4_sig*)(GetFunction(EApiId_cell_ituss_key_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24693
	inline TAknLayoutScalableTableLimits cell_ituss_key_t_Limits() const		{ return (*(Tcell_ituss_key_t_Limits_sig*)(GetFunction(EApiId_cell_ituss_key_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24695
	inline TAknLayoutScalableParameterLimits cell_ituss_key_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_ituss_key_t_ParamLimits_sig*)(GetFunction(EApiId_cell_ituss_key_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24697
	inline TAknTextComponentLayout cell_ituss_key_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ituss_key_t_sig*)(GetFunction(EApiId_cell_ituss_key_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24699
	// LAF Table : cell_vkbss_key_3p_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24700
	inline TAknWindowComponentLayout cell_vkbss_key_3p_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkbss_key_3p_pane_g1_sig*)(GetFunction(EApiId_cell_vkbss_key_3p_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24702
	inline TAknWindowComponentLayout cell_vkbss_key_3p_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkbss_key_3p_pane_g2_sig*)(GetFunction(EApiId_cell_vkbss_key_3p_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24704
	inline TAknWindowComponentLayout cell_vkbss_key_3p_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkbss_key_3p_pane_g3_sig*)(GetFunction(EApiId_cell_vkbss_key_3p_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24706
	inline TAknLayoutScalableTableLimits cell_vkbss_key_3p_pane_g_Limits() const		{ return (*(Tcell_vkbss_key_3p_pane_g_Limits_sig*)(GetFunction(EApiId_cell_vkbss_key_3p_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24707
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24708
	inline TAknWindowComponentLayout cell_vkbss_key_3p_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vkbss_key_3p_pane_g_sig*)(GetFunction(EApiId_cell_vkbss_key_3p_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24710
	// LAF Table : popup_fep_char_pre_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24711
	inline TAknWindowComponentLayout bg_popup_fep_char_preview_window_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_fep_char_preview_window_cp02_sig*)(GetFunction(EApiId_bg_popup_fep_char_preview_window_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24713
	inline TAknTextComponentLayout popup_fep_char_pre_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_char_pre_window_t1_sig*)(GetFunction(EApiId_popup_fep_char_pre_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24715
	// LAF Table : main_ai5_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24716
	inline TAknWindowComponentLayout main_ai5_sk_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_ai5_sk_pane_sig*)(GetFunction(EApiId_main_ai5_sk_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24718
	// LAF Table : cell_contacts_ai5_widget_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24719
	inline TAknLayoutScalableParameterLimits bg_cell_contacts_ai5_widget_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_cell_contacts_ai5_widget_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_cell_contacts_ai5_widget_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24721
	inline TAknLayoutScalableParameterLimits cell_contacts_ai5_widget_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_contacts_ai5_widget_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_contacts_ai5_widget_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24723
	inline TAknLayoutScalableParameterLimits cell_contacts_ai5_widget_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_contacts_ai5_widget_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_contacts_ai5_widget_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24725
	inline TAknLayoutScalableParameterLimits cell_contacts_ai5_widget_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tcell_contacts_ai5_widget_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cell_contacts_ai5_widget_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24727
	inline TAknLayoutScalableParameterLimits cell_contacts_ai5_widget_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_contacts_ai5_widget_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_contacts_ai5_widget_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24729
	inline TAknLayoutScalableParameterLimits cell_contacts_ai5_widget_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_contacts_ai5_widget_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_contacts_ai5_widget_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24730
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24731
	inline TAknLayoutScalableParameterLimits highlight_cell_shortcut_ai5_widget_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Thighlight_cell_shortcut_ai5_widget_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_highlight_cell_shortcut_ai5_widget_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24733
	// LAF Table : main_ai5_sk_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24734
	inline TAknWindowComponentLayout main_ai5_sk_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_ai5_sk_pane_g1_sig*)(GetFunction(EApiId_main_ai5_sk_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24736
	// LAF Table : popup_query_code_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24737
	inline TAknWindowComponentLayout popup_query_code_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_code_window_g1_sig*)(GetFunction(EApiId_popup_query_code_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24739
	// LAF Table : main_fep_vtchi_ss_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24740
	inline TAknWindowComponentLayout popup_fep_vkb_icf_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_vkb_icf_pane_sig*)(GetFunction(EApiId_popup_fep_vkb_icf_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24742
	inline TAknWindowComponentLayout popup_fep_vtchi_icf_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fep_vtchi_icf_pane_sig*)(GetFunction(EApiId_popup_fep_vtchi_icf_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24744
	// LAF Table : popup_fep_vkb_icf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24745
	inline TAknWindowComponentLayout bg_icf_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_icf_pane_sig*)(GetFunction(EApiId_bg_icf_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24747
	inline TAknWindowComponentLayout list_vkb_icf_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_vkb_icf_pane_sig*)(GetFunction(EApiId_list_vkb_icf_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24749
	// LAF Table : popup_fep_vtchi_icf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24750
	inline TAknWindowComponentLayout bg_icf_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_icf_pane_cp01_sig*)(GetFunction(EApiId_bg_icf_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24751
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24752
	inline TAknWindowComponentLayout vtchi_icf_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvtchi_icf_list_pane_sig*)(GetFunction(EApiId_vtchi_icf_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24753
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24754
	// LAF Table : list_vkb_icf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24755
	inline TAknLayoutScalableParameterLimits list_vkb_icf_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_vkb_icf_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_vkb_icf_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24757
	inline TAknTextComponentLayout list_vkb_icf_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_vkb_icf_pane_t1_sig*)(GetFunction(EApiId_list_vkb_icf_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24759
	// LAF Table : vtchi_icf_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24760
	inline TAknLayoutScalableParameterLimits vtchi_icf_list_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tvtchi_icf_list_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_vtchi_icf_list_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24761
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24762
	inline TAknTextComponentLayout vtchi_icf_list_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvtchi_icf_list_pane_t1_sig*)(GetFunction(EApiId_vtchi_icf_list_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24764
	// LAF Table : main_fep_vtchi_ss_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24765
	inline TAknLayoutScalableParameterLimits popup_fep_ituss_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_fep_ituss_window_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_ituss_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24767
	inline TAknLayoutScalableParameterLimits popup_fep_vtchi_icf_pane_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_fep_vtchi_icf_pane_ParamLimits_sig*)(GetFunction(EApiId_popup_fep_vtchi_icf_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24769
	// LAF Table : popup_fep_ituss_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24770
	inline TAknLayoutScalableParameterLimits ituss_keypad_pane_ParamLimits(TInt aVariety) const		{ return (*(Tituss_keypad_pane_ParamLimits_sig*)(GetFunction(EApiId_ituss_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24772
	inline TAknWindowComponentLayout ituss_sks_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tituss_sks_pane_sig*)(GetFunction(EApiId_ituss_sks_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24774
	// LAF Table : popup_fep_vkb_icf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24775
	inline TAknLayoutScalableParameterLimits bg_icf_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_icf_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_icf_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24776
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24777
	inline TAknLayoutScalableParameterLimits icf_edit_indi_pane_ParamLimits(TInt aVariety) const		{ return (*(Ticf_edit_indi_pane_ParamLimits_sig*)(GetFunction(EApiId_icf_edit_indi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24779
	inline TAknWindowComponentLayout icf_edit_indi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ticf_edit_indi_pane_sig*)(GetFunction(EApiId_icf_edit_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24781
	inline TAknLayoutScalableParameterLimits list_vkb_icf_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_vkb_icf_pane_ParamLimits_sig*)(GetFunction(EApiId_list_vkb_icf_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24783
	// LAF Table : popup_fep_vtchi_icf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24784
	inline TAknLayoutScalableParameterLimits bg_icf_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tbg_icf_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_bg_icf_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24786
	inline TAknLayoutScalableParameterLimits icf_edit_indi_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Ticf_edit_indi_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_icf_edit_indi_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24788
	inline TAknWindowComponentLayout icf_edit_indi_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ticf_edit_indi_pane_cp01_sig*)(GetFunction(EApiId_icf_edit_indi_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24790
	inline TAknWindowComponentLayout vtchi_query_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvtchi_query_pane_sig*)(GetFunction(EApiId_vtchi_query_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24792
	// LAF Table : icf_edit_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24793
	inline TAknLayoutScalableParameterLimits icf_edit_indi_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Ticf_edit_indi_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_icf_edit_indi_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24795
	inline TAknWindowComponentLayout icf_edit_indi_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ticf_edit_indi_pane_g1_sig*)(GetFunction(EApiId_icf_edit_indi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24797
	inline TAknLayoutScalableParameterLimits icf_edit_indi_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Ticf_edit_indi_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_icf_edit_indi_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24799
	inline TAknWindowComponentLayout icf_edit_indi_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ticf_edit_indi_pane_g2_sig*)(GetFunction(EApiId_icf_edit_indi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24801
	inline TAknLayoutScalableTableLimits icf_edit_indi_pane_g_Limits() const		{ return (*(Ticf_edit_indi_pane_g_Limits_sig*)(GetFunction(EApiId_icf_edit_indi_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24803
	inline TAknLayoutScalableParameterLimits icf_edit_indi_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Ticf_edit_indi_pane_g_ParamLimits_sig*)(GetFunction(EApiId_icf_edit_indi_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24805
	inline TAknWindowComponentLayout icf_edit_indi_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ticf_edit_indi_pane_g_sig*)(GetFunction(EApiId_icf_edit_indi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24806
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24807
	inline TAknTextComponentLayout icf_edit_indi_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ticf_edit_indi_pane_t1_sig*)(GetFunction(EApiId_icf_edit_indi_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24808
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24809
	// LAF Table : vtchi_query_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24810
	inline TAknWindowComponentLayout bg_input_focus_pane_cp042(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_input_focus_pane_cp042_sig*)(GetFunction(EApiId_bg_input_focus_pane_cp042)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24812
	inline TAknWindowComponentLayout vtchi_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvtchi_button_pane_sig*)(GetFunction(EApiId_vtchi_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24814
	inline TAknTextComponentLayout vtchi_query_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvtchi_query_pane_t1_sig*)(GetFunction(EApiId_vtchi_query_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24816
	inline TAknTextComponentLayout vtchi_query_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvtchi_query_pane_t2_sig*)(GetFunction(EApiId_vtchi_query_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24818
	inline TAknTextComponentLayout vtchi_query_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvtchi_query_pane_t3_sig*)(GetFunction(EApiId_vtchi_query_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24820
	inline TAknLayoutScalableTableLimits vtchi_query_pane_t_Limits() const		{ return (*(Tvtchi_query_pane_t_Limits_sig*)(GetFunction(EApiId_vtchi_query_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24822
	inline TAknTextComponentLayout vtchi_query_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvtchi_query_pane_t_sig*)(GetFunction(EApiId_vtchi_query_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24824
	// LAF Table : vtchi_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24825
	inline TAknWindowComponentLayout bg_button_pane_cp13(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp13_sig*)(GetFunction(EApiId_bg_button_pane_cp13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24827
	inline TAknWindowComponentLayout vtchi_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvtchi_button_pane_g1_sig*)(GetFunction(EApiId_vtchi_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24829
	// LAF Table : ituss_sks_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24830
	inline TAknWindowComponentLayout ituss_sks_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tituss_sks_pane_g1_sig*)(GetFunction(EApiId_ituss_sks_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24832
	inline TAknWindowComponentLayout ituss_sks_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tituss_sks_pane_g2_sig*)(GetFunction(EApiId_ituss_sks_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24834
	inline TAknLayoutScalableTableLimits ituss_sks_pane_g_Limits() const		{ return (*(Tituss_sks_pane_g_Limits_sig*)(GetFunction(EApiId_ituss_sks_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24836
	inline TAknWindowComponentLayout ituss_sks_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tituss_sks_pane_g_sig*)(GetFunction(EApiId_ituss_sks_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24838
	inline TAknTextComponentLayout ituss_sks_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tituss_sks_pane_t1_sig*)(GetFunction(EApiId_ituss_sks_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24840
	inline TAknTextComponentLayout ituss_sks_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tituss_sks_pane_t2_sig*)(GetFunction(EApiId_ituss_sks_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24842
	inline TAknLayoutScalableTableLimits ituss_sks_pane_t_Limits() const		{ return (*(Tituss_sks_pane_t_Limits_sig*)(GetFunction(EApiId_ituss_sks_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24844
	inline TAknTextComponentLayout ituss_sks_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tituss_sks_pane_t_sig*)(GetFunction(EApiId_ituss_sks_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24846
	// LAF Table : indicator_nsta_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24847
	inline TAknWindowComponentLayout indicator_nsta_pane_cp_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_nsta_pane_cp_g1_sig*)(GetFunction(EApiId_indicator_nsta_pane_cp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24849
	inline TAknWindowComponentLayout indicator_nsta_pane_cp_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_nsta_pane_cp_g2_sig*)(GetFunction(EApiId_indicator_nsta_pane_cp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24851
	inline TAknWindowComponentLayout indicator_nsta_pane_cp_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_nsta_pane_cp_g3_sig*)(GetFunction(EApiId_indicator_nsta_pane_cp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24853
	inline TAknWindowComponentLayout indicator_nsta_pane_cp_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_nsta_pane_cp_g4_sig*)(GetFunction(EApiId_indicator_nsta_pane_cp_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24855
	inline TAknWindowComponentLayout indicator_nsta_pane_cp_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_nsta_pane_cp_g5_sig*)(GetFunction(EApiId_indicator_nsta_pane_cp_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24857
	inline TAknWindowComponentLayout indicator_nsta_pane_cp_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_nsta_pane_cp_g6_sig*)(GetFunction(EApiId_indicator_nsta_pane_cp_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24859
	inline TAknLayoutScalableTableLimits indicator_nsta_pane_cp_g_Limits() const		{ return (*(Tindicator_nsta_pane_cp_g_Limits_sig*)(GetFunction(EApiId_indicator_nsta_pane_cp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24861
	inline TAknWindowComponentLayout indicator_nsta_pane_cp_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tindicator_nsta_pane_cp_g_sig*)(GetFunction(EApiId_indicator_nsta_pane_cp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24863
	// LAF Table : cell_graphic2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24864
	inline TAknLayoutScalableParameterLimits cell_graphic2_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_graphic2_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_cell_graphic2_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24866
	inline TAknTextComponentLayout cell_graphic2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic2_pane_t2_sig*)(GetFunction(EApiId_cell_graphic2_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24868
	inline TAknLayoutScalableTableLimits cell_graphic2_pane_t_Limits() const		{ return (*(Tcell_graphic2_pane_t_Limits_sig*)(GetFunction(EApiId_cell_graphic2_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24870
	inline TAknLayoutScalableParameterLimits cell_graphic2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_graphic2_pane_t_ParamLimits_sig*)(GetFunction(EApiId_cell_graphic2_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24872
	inline TAknTextComponentLayout cell_graphic2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic2_pane_t_sig*)(GetFunction(EApiId_cell_graphic2_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24874
	// LAF Table : cell_graphic2_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24875
	inline TAknTextComponentLayout cell_graphic2_control_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_graphic2_control_pane_t1_sig*)(GetFunction(EApiId_cell_graphic2_control_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24877
private:
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24878
	CInstance();
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24879
	};
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24881
#ifdef __VC32__
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24882
#pragma component(mintypeinfo, off)
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24883
#endif
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24885
} // end of namespace AknLayoutScalable_Avkon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24886
#endif // AKNLAYOUTSCALABLE_AVKON_CDL